summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtkpopover: Ensure the pointed to rectangle has a minimum w/hCarlos Garnacho2020-03-201-0/+2
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-42/+41
* Remove GtkMnemonicHashBenjamin Otte2020-03-181-1/+0
* popover: Remove unused includeEmmanuele Bassi2020-03-181-1/+0
* popover: Add keynav keybindingsMatthias Clasen2020-03-181-39/+42
* popover: Add keynav keybindingsMatthias Clasen2020-03-171-0/+54
* gtk: use toplevel state getterMatthias Clasen2020-03-121-16/+4
* surface: Rename gdk_surface_input_shape_combine_regionMatthias Clasen2020-03-111-2/+2
* popover: Use GdkPopupMatthias Clasen2020-03-111-8/+8
* popover: Stop using gtk_widget_input_shape_combine_region()Timm Bäder2020-02-251-4/+2
* popover: Drop ::relative-toMatthias Clasen2020-02-241-115/+30
* Replace gdk_surface_is_visible by _get_mappedMatthias Clasen2020-02-241-2/+2
* Ensure all natives request at least a 1px wide surfaceBenjamin Otte2020-02-221-1/+2
* surface: Don't take a display argument in gdk_surface_new_popup()Benjamin Otte2020-02-211-4/+1
* New focus change handlingMatthias Clasen2020-02-211-13/+0