summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Add missing documentation to GtkPopoverEmmanuele Bassi2020-12-161-0/+6
* gtk/native: Remove gtk_native_check_resize()Jonas Ådahl2020-12-071-6/+0
* gtk/popover: Use gtk_popover_present() instead of going via GtkNativeJonas Ådahl2020-12-071-3/+7
* gtk/popover: Request fake motion events for popovers tooJonas Ådahl2020-12-071-2/+40
* gdk/popup: Remove the popup-layout-changed signalJonas Ådahl2020-12-071-12/+0
* gdk: Remove GdkSurface::size-changedJonas Ådahl2020-12-071-9/+0
* gtk: Allocate everything from GtkNativeClass::layoutJonas Ådahl2020-12-071-16/+22
* wayland: Communicate popup layout changes via GdkSurface::layoutJonas Ådahl2020-12-071-5/+16
* popover: Fix a typoMatthias Clasen2020-11-251-1/+1
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-1/+1
* popover: Document signalsMatthias Clasen2020-11-171-0/+15
* popover: Change default for cascade-popdownMatthias Clasen2020-11-031-2/+2
* gtk: Remove unused header includeBenjamin Otte2020-10-201-2/+0
* gtkpopover: Remove GtkPopoverMenu special caseCarlos Garnacho2020-10-131-14/+1
* gtkpopover: Add cascade-popdown property/functionsCarlos Garnacho2020-10-131-0/+82
* popover: Only destroy arrow render node if position changedTimm Bäder2020-09-151-2/+4
* Make GtkNativeInterface privateMatthias Clasen2020-08-141-1/+1
* popover: allow setting popup layout offsetChristian Hergert2020-08-071-0/+59
* popover: Set overflow: hiddenMatthias Clasen2020-08-041-0/+1
* popover: Use gtk_widget_add_css_classTimm Bäder2020-08-011-2/+1
* gtkpopover: Move away from gdk_device_get_state()Carlos Garnacho2020-07-281-3/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-16/+16
* Drop gtknativeprivate.hMatthias Clasen2020-06-071-1/+1
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-4/+4
* popover: Fix input shape renderingTimm Bäder2020-05-161-87/+23
* popover: Return correct values from get_surface_transform()Timm Bäder2020-05-161-10/+8
* CosmeticsMatthias Clasen2020-05-131-1/+1
* popover: Fix a reference leakMatthias Clasen2020-05-111-0/+1
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* tooltip: Add private api to allocate the windowMatthias Clasen2020-05-061-0/+3
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-05-061-3/+0
|\
| * popover: Remove an unused gtk_widget_get_allocation() callTimm Bäder2020-05-051-3/+0
* | popover: Derive from GtkWidgetMatthias Clasen2020-05-041-47/+81
* | popover: Add a child propertyMatthias Clasen2020-05-041-0/+51
|/
* popover: Fix repositioning logicMatthias Clasen2020-04-281-0/+6
* popover: Allocate after setting final_positionMatthias Clasen2020-04-271-5/+5
* gtkpopover: Roll back properly if presenting the popup failsCarlos Garnacho2020-04-241-3/+10
* gtkpopover: Set GTK grab on autohide popoversCarlos Garnacho2020-04-201-0/+8
* Assorted documentation fixesMatthias Clasen2020-04-201-0/+17
* popover: Fix indentationJonas Ådahl2020-04-181-3/+3
* gizmo: Allow passing changing focus behaviorMatthias Clasen2020-04-091-1/+3
* Remove an unused backend includesMatthias Clasen2020-04-071-4/+0
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-2/+2
* popover: Implement auto mnemonicsMatthias Clasen2020-03-251-1/+153
* popover: Add a mnemonics-visible propertyMatthias Clasen2020-03-251-0/+59
* popover: Implement GtkShortcutManagerMatthias Clasen2020-03-251-0/+9
* Remove GtkMnemonicHashBenjamin Otte2020-03-251-1/+0
* popover: Add keynav keybindingsMatthias Clasen2020-03-251-40/+40
* gtkpopover: Re-present surface if position/pointing-to change while visibleCarlos Garnacho2020-03-201-0/+6