summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* popover: dispose popovers when unmanaging themCarlos Garnacho2014-03-061-1/+8
* popover: Set pointer motion mask on the popover windowCarlos Garnacho2014-03-051-0/+1
* popover: Always apply the window shapeCarlos Garnacho2014-02-201-19/+1
* Trivial annotation syntax fixMatthias Clasen2014-02-201-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* popover: Accept NULL relative_to widgetsCarlos Garnacho2014-02-191-5/+15
* Another trivial doc rewordingMatthias Clasen2014-02-171-3/+3
* Trivial typo fixMatthias Clasen2014-02-171-1/+1
* Drop with_separators from gtk_popover_bind_modelMatthias Clasen2014-02-171-14/+4
* popover: Make gtk_popover_bind_model() publicJuan R. García Blanco2014-02-171-1/+44
* More coding style cleanupsMatthias Clasen2014-02-091-108/+69
* Trivial coding style cleanupsMatthias Clasen2014-02-091-14/+11
* Trivial formatting fixMatthias Clasen2014-02-081-1/+1
* Quell a compiler warningMatthias Clasen2014-02-081-1/+0
* Improve popover positioningMatthias Clasen2014-02-081-12/+44