summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
Commit message (Expand)AuthorAgeFilesLines
* GtkPopover: Set interpolate-size on the stack...Timm Bäder2015-07-201-0/+1
* gtkwindow: Only allow unrestricted positioning to text handle popoversCarlos Garnacho2015-07-061-2/+2
* window: Add concept of popover "parent"Carlos Garnacho2015-06-171-2/+2
* popover: Avoid hiding modal popovers if another popover is taking focusCarlos Garnacho2015-06-121-2/+16
* popover: Be lenient wrt visibility of popovers too close to widget bordersCarlos Garnacho2015-06-121-2/+2
* gtkpopover: Update the menu's alignmentTimm Bäder2015-05-291-1/+4
* GtkPopover: Clean up default widget on disposeMatthias Clasen2015-05-121-0/+2
* Fix precondition in gtk_popover_get_default_widgetMatthias Clasen2015-05-041-1/+1
* GtkPopover: Don't ref NULL widgetsTimm Bäder2015-05-031-1/+2
* Add default widget handling to popoversMatthias Clasen2015-05-021-0/+69
* GtkPopover:pointing-to: GdkRectangle instead of cairo_rectangle_int_tKjell Ahlstedt2015-04-211-2/+1
* popover: Remove signal handlers in disposeMatthias Clasen2015-04-091-1/+4
* popover: Add show/hide transitionsCarlos Garnacho2015-02-201-17/+290
* popover: Unset the grab when the popover loses its parentCarlos Garnacho2015-02-051-0/+3
* popover: Keep a ref on the parent scrollableCarlos Garnacho2015-02-051-0/+3
* popover: Add a missing #ifdefTing-Wei Lan2014-12-241-1/+4
* window: Use subsurfaces for popovers on waylandCarlos Garnacho2014-12-231-3/+27
* popover: Clamp tail gap limits by the tail height on that sideCarlos Garnacho2014-12-131-8/+8
* popover: Ensure there is a child before focusing itCarlos Garnacho2014-12-131-2/+6
* popover: make smarter wrt previous focus widget lifetimeCarlos Garnacho2014-12-021-15/+42
* Avoid a criticalMatthias Clasen2014-11-271-1/+1
* popover: Send key events only to the focus widgetCarlos Garnacho2014-11-261-1/+1
* popover: Forward key events to focus widget while visible/modalCarlos Garnacho2014-11-251-0/+15
* Revert "popover: Add show/hide transition"Timm Bäder2014-11-171-111/+8
* popover: Add show/hide transitionTimm Bäder2014-11-171-8/+111
* GtkPopover: Survive attach_widget == NULLMatthias Clasen2014-11-141-18/+30
* gtkpopover: Fix allocation of child widget wrt marginsCarlos Garnacho2014-11-131-21/+4
* Use GtkStack:vhomogeneous for popover menusMatthias Clasen2014-10-261-1/+1
* popover: Use the right area for drawing the backgroundTimm Bäder2014-10-261-3/+3
* stylecontext: Deprecate functionsBenjamin Otte2014-10-031-0/+2
* popover: Don't run full dispose() when unmanaging the widgetCarlos Garnacho2014-09-221-1/+3
* GtkPopover: Fix rtl positioningMatthias Clasen2014-08-211-5/+6
* window: Update popover positions on ::size-allocateCarlos Garnacho2014-08-031-2/+2
* gtkpopover: set background and popover css classesLars Uebernickel2014-06-181-0/+5
* GtkPopover: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-4/+10
* popover: Hide widget first when disposingCarlos Garnacho2014-05-231-1/+2
* popover: Check for uncaught button events from childrenCarlos Garnacho2014-05-191-2/+4
* popover: Do not hide the popover if the focus widget is just unsetCarlos Garnacho2014-05-191-2/+2
* GtkPopover: inherit actions from the relative_to widgetOwen W. Taylor2014-05-121-0/+1
* popover: Remove unneeded checksBenjamin Otte2014-05-011-15/+6
* popover: Always make room for the tail on all sides on size requestCarlos Garnacho2014-04-281-42/+4
* Document iconic section supportMatthias Clasen2014-04-281-0/+34
* GtkPopover: new approach to menu model bindingRyan Lortie2014-04-281-248/+5
* GtkMenuTracker: add 'merge_sections' flagRyan Lortie2014-04-281-1/+2
* GtkMenuTracker: don't specialise "submenu" linkRyan Lortie2014-04-281-2/+4
* GtkPopover: Fix two doc comments3.11.9Matthias Clasen2014-03-171-2/+2
* a11y: Add GtkPopopverAccessibleCarlos Garnacho2014-03-101-0/+2
* popover: Track toplevel's focus widget when visibleCarlos Garnacho2014-03-061-0/+15
* popover: Track toplevel focus changesCarlos Garnacho2014-03-061-0/+53
* popover: Only give back focus to drawable widgetsCarlos Garnacho2014-03-061-2/+4