| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNative | Jonas Ådahl | 2020-12-07 | 1 | -1/+1 |
* | Fix tooltip triggeringfix-tooltip-trigger | Matthias Clasen | 2020-11-15 | 1 | -0/+5 |
* | Remove unneeded gtkstylecontext.h includes | Timm Bäder | 2020-10-14 | 1 | -1/+0 |
* | Clean up lots of GTK+ -> GTK | Matthias Clasen | 2020-09-12 | 1 | -1/+1 |
* | Make GtkNativeInterface private | Matthias Clasen | 2020-08-14 | 1 | -2/+2 |
* | docs: Clean up many dangling links | Matthias Clasen | 2020-08-04 | 1 | -14/+1 |
* | gdk: Conflate GDK devices | Carlos Garnacho | 2020-07-29 | 1 | -1/+1 |
* | Remove ATK | Emmanuele Bassi | 2020-07-26 | 1 | -1/+0 |
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 1 | -2/+2 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -3/+3 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -9/+9 |
* | Fix minor typos | Yuri Chornoivan | 2020-06-18 | 1 | -1/+1 |
* | Drop gtknativeprivate.h | Matthias Clasen | 2020-06-07 | 1 | -1/+1 |
* | tooltip: Avoid criticals | Matthias Clasen | 2020-05-21 | 1 | -4/+7 |
* | Change coordinate translation apis to take doubles | Matthias Clasen | 2020-05-17 | 1 | -26/+32 |
* | tooltip: Fix positioning | Matthias Clasen | 2020-05-17 | 1 | -8/+28 |
* | gtk: Handle seatless displays | Matthias Clasen | 2020-05-15 | 1 | -6/+23 |
* | Unset tooltip window earlier | Matthias Clasen | 2020-05-11 | 1 | -0/+14 |
* | tooltip: Add private api to allocate the window | Matthias Clasen | 2020-05-06 | 1 | -0/+13 |
* | events: reorganize getters | Matthias Clasen | 2020-02-21 | 1 | -2/+2 |
* | Make crossing events handled the same way | Matthias Clasen | 2020-02-21 | 1 | -4/+2 |
* | tooltip: stop using gtk_get_event_target | Matthias Clasen | 2020-02-21 | 1 | -1/+2 |
* | tooltip: Never set a window to be its own parent | Matthias Clasen | 2019-12-30 | 1 | -0/+3 |
* | tooltips: Stop using GTK_WINDOW_POPUP | Matthias Clasen | 2019-12-29 | 1 | -101/+84 |
* | Drop custom tooltip windows | Matthias Clasen | 2019-12-29 | 1 | -6/+1 |
* | tooltip: Remove some unneeded includes | Matthias Clasen | 2019-12-28 | 1 | -8/+0 |
* | Minor typos in the Documentation (a/an) | Дилян Палаузов | 2019-08-25 | 1 | -1/+1 |
* | tooltip: fix critical warnings | Matthias Clasen | 2019-05-28 | 1 | -0/+3 |
* | Stop using gtk_widget_get_toplevel | Matthias Clasen | 2019-05-28 | 1 | -3/+3 |
* | Stop using gtk_widget_is_toplevel | Matthias Clasen | 2019-05-28 | 1 | -1/+0 |
* | Stop using gtk_widget_get_surface | Matthias Clasen | 2019-05-28 | 1 | -3/+3 |
* | Review and replace uses of get_toplevel | Matthias Clasen | 2019-05-28 | 1 | -1/+1 |
* | Use GtkNative APIs instead of GtkRoot | Matthias Clasen | 2019-05-28 | 1 | -2/+2 |
* | tooltip: Remove an unused gdk_surface_get_root_coords call | Matthias Clasen | 2019-04-29 | 1 | -3/+0 |
* | tooltip: Initialize tooltip coords to given event coords | Timm Bäder | 2019-04-26 | 1 | -1/+1 |
* | Rename things | Matthias Clasen | 2019-04-08 | 1 | -1/+1 |
* | tooltip: Allow tooltips on insensitive widgets again | Matthias Clasen | 2019-04-07 | 1 | -1/+1 |
* | Add a flags argument to gtk_widget_pick | Matthias Clasen | 2019-04-07 | 1 | -1/+1 |
* | tooltips: Don't use a cursor_size of 0 | Matthias Clasen | 2019-03-31 | 1 | -0/+3 |
* | Rename gdk_device_get_surface_at_position_double | Matthias Clasen | 2019-03-26 | 1 | -1/+1 |
* | gtk: Stop using gtk_device_get_surface_at_position | Matthias Clasen | 2019-03-26 | 1 | -3/+3 |
* | Rename gdk_surface_get_device_position_double | Matthias Clasen | 2019-03-26 | 1 | -4/+2 |
* | gtk: Stop using gdk_surface_get_device_position | Matthias Clasen | 2019-03-26 | 1 | -4/+10 |
* | tooltip: Stop using gdk_surface_get_user_data | Matthias Clasen | 2019-02-23 | 1 | -2/+3 |
* | gtk: Check return value of compute_bounds() | Benjamin Otte | 2019-02-20 | 1 | -5/+11 |
* | gtk: Drop the "plus" | Emmanuele Bassi | 2019-02-05 | 1 | -2/+2 |
* | tooltip: Get the pointer position relative to the toplevel widget | Timm Bäder | 2019-02-04 | 1 | -1/+1 |
* | tooltip: Use gtk_widget_compute_bounds to get tootip widget anchor | Timm Bäder | 2019-02-04 | 1 | -6/+6 |
* | tooltip: Use gdk_rectangle_contains_point | Timm Bäder | 2019-01-18 | 1 | -5/+2 |
* | tooltip: Move tooltips enabled checks into tooltips_enabled | Timm Bäder | 2019-01-18 | 1 | -10/+27 |