summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
Commit message (Expand)AuthorAgeFilesLines
* popover: propagate (insensitive|backdrop) flags from relative-to widgetCarlos Garnacho2014-02-071-0/+36
* popover: Listen on grab_notify from the relative-to widgetCarlos Garnacho2014-02-071-0/+22
* popover: Emit ::closed once modality is clearedBastien Nocera2014-02-061-2/+2
* popover: Add ::closed signalCarlos Garnacho2014-02-061-0/+16
* popover: Add private _gtk_popover_set_apply_shape() callCarlos Garnacho2014-02-041-39/+40
* popover: Apply child shapes on the GtkWidget popover subwindowAlexander Larsson2014-02-041-0/+2
* Docs: Don't use note elementsMatthias Clasen2014-02-021-5/+3
* GtkPopover: avoid a criticalMatthias Clasen2014-01-301-1/+3
* popover: Improve minimal size allocationCarlos Garnacho2014-01-281-21/+63
* popover: Hide/ungrab on button releaseCarlos Garnacho2014-01-281-0/+23
* Slight rewording of some docsMatthias Clasen2014-01-231-3/+3
* popover: Don't overdraw backgroundCarlos Garnacho2014-01-221-10/+15
* popover: Update child visibility when scrolling happensCarlos Garnacho2014-01-221-0/+33
* popover: Track parent scrollable adjustmentsCarlos Garnacho2014-01-221-0/+94
* popover: fix g-i warningCarlos Garnacho2014-01-221-1/+1
* popover: Fix documentation blurbCarlos Garnacho2014-01-221-2/+8
* popover: use GtkWindow private popover APICarlos Garnacho2014-01-221-7/+8
* popover: Do not set GTK_STYLE_CLASS_OSD directlyCarlos Garnacho2014-01-221-2/+0
* popover: Fix allocation of CSS marginsCarlos Garnacho2014-01-221-42/+103
* popover: Flip popovers positioning on left/right on RTL.Carlos Garnacho2014-01-221-18/+36
* Implement wfh functionsMatthias Clasen2014-01-221-1/+89
* popover: Remember last focused widget on the toplevel when a popover is shownCarlos Garnacho2014-01-221-14/+47
* popover: Add a "modal" boolean property to GtkPopoverCarlos Garnacho2014-01-221-2/+102
* popover: Fix memory management of popoversCarlos Garnacho2014-01-221-6/+50
* popover: Implement keyboard focus behaviorCarlos Garnacho2014-01-221-0/+42
* popover: Add documentationCarlos Garnacho2014-01-221-69/+83
* popover: Honor GtkContainer::border-widthCarlos Garnacho2014-01-221-4/+7
* popover: remove GTK+ grab (if any) on unmapCarlos Garnacho2014-01-221-0/+1
* popover: listen harder on the widget being pointed toCarlos Garnacho2014-01-221-4/+92
* Introduce GtkPopoverCarlos Garnacho2014-01-221-0/+1050