summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoMichael Catanzaro2016-02-131-1/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+2
* GtkPopover: Protect against transparent backgroundsTimm Bäder2016-01-081-2/+12
* GtkPopover: Ensure we unset modality before unparenting the popoverCarlos Garnacho2015-12-161-0/+5
* popover: Make position property not CONSTRUCTMatthias Clasen2015-12-021-1/+2
* popover: Port to g_object_install_propertiesMatthias Clasen2015-12-021-53/+54
* popover: Make it possible to constrain to toplevelMatthias Clasen2015-12-011-2/+77
* GtkPopover: Restore tailsTimm Bäder2015-11-241-1/+4
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-10/+8
* popover: Avoid a crash when no relative-to widget is setMatthias Clasen2015-11-171-0/+3
* popover: Don't create transient CSS nodesMatthias Clasen2015-11-061-3/+0
* popover: Add the .background style classMatthias Clasen2015-11-041-3/+7
* popover: Request raise on ::showCarlos Garnacho2015-11-031-0/+3
* popover: Document differentiating style classesMatthias Clasen2015-11-021-3/+10
* popover: Use element nameTimm Bäder2015-10-301-5/+9
* popover: Invalidate borders on tail position changesCarlos Garnacho2015-10-131-0/+45
* GtkPopover: Don't apply shape on waylandTimm Bäder2015-10-071-0/+5
* GtkPopover: Make transitions fasterTimm Bäder2015-09-291-1/+1
* GtkPopover: Remove apply_shape fieldTimm Bäder2015-09-291-6/+2
* GtkPopover: Don't resize during the transitionTimm Bäder2015-09-291-1/+1
* GtkPopover: Remove _get_pointed_to_coordsTimm Bäder2015-09-291-17/+4
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+0
* popover: Don't inherit style from parentBenjamin Otte2015-09-041-17/+0
* Revert "popover: Optimize the transition"Matthias Clasen2015-08-211-3/+5
* popover: Don't restore stale default widgetMatthias Clasen2015-08-151-1/+2
* popover: Optimize the transitionMatthias Clasen2015-08-151-5/+3
* 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