summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
Commit message (Expand)AuthorAgeFilesLines
* Limit tooltip queries to the same nativefix-menubutton-tooltipsMatthias Clasen2021-03-111-0/+3
* gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNativeJonas Ådahl2020-12-071-1/+1
* Fix tooltip triggeringfix-tooltip-triggerMatthias Clasen2020-11-151-0/+5
* Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* Make GtkNativeInterface privateMatthias Clasen2020-08-141-2/+2
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-14/+1
* gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-1/+1
* Remove ATKEmmanuele Bassi2020-07-261-1/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-3/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-9/+9
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* Drop gtknativeprivate.hMatthias Clasen2020-06-071-1/+1
* tooltip: Avoid criticalsMatthias Clasen2020-05-211-4/+7
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-26/+32
* tooltip: Fix positioningMatthias Clasen2020-05-171-8/+28
* gtk: Handle seatless displaysMatthias Clasen2020-05-151-6/+23
* Unset tooltip window earlierMatthias Clasen2020-05-111-0/+14
* tooltip: Add private api to allocate the windowMatthias Clasen2020-05-061-0/+13
* events: reorganize gettersMatthias Clasen2020-02-211-2/+2
* Make crossing events handled the same wayMatthias Clasen2020-02-211-4/+2
* tooltip: stop using gtk_get_event_targetMatthias Clasen2020-02-211-1/+2
* tooltip: Never set a window to be its own parentMatthias Clasen2019-12-301-0/+3
* tooltips: Stop using GTK_WINDOW_POPUPMatthias Clasen2019-12-291-101/+84
* Drop custom tooltip windowsMatthias Clasen2019-12-291-6/+1
* tooltip: Remove some unneeded includesMatthias Clasen2019-12-281-8/+0
* Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-251-1/+1
* tooltip: fix critical warningsMatthias Clasen2019-05-281-0/+3
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-3/+3
* Stop using gtk_widget_is_toplevelMatthias Clasen2019-05-281-1/+0
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-3/+3
* Review and replace uses of get_toplevelMatthias Clasen2019-05-281-1/+1
* Use GtkNative APIs instead of GtkRootMatthias Clasen2019-05-281-2/+2
* tooltip: Remove an unused gdk_surface_get_root_coords callMatthias Clasen2019-04-291-3/+0
* tooltip: Initialize tooltip coords to given event coordsTimm Bäder2019-04-261-1/+1
* Rename thingsMatthias Clasen2019-04-081-1/+1
* tooltip: Allow tooltips on insensitive widgets againMatthias Clasen2019-04-071-1/+1
* Add a flags argument to gtk_widget_pickMatthias Clasen2019-04-071-1/+1
* tooltips: Don't use a cursor_size of 0Matthias Clasen2019-03-311-0/+3
* Rename gdk_device_get_surface_at_position_doubleMatthias Clasen2019-03-261-1/+1
* gtk: Stop using gtk_device_get_surface_at_positionMatthias Clasen2019-03-261-3/+3
* Rename gdk_surface_get_device_position_doubleMatthias Clasen2019-03-261-4/+2
* gtk: Stop using gdk_surface_get_device_positionMatthias Clasen2019-03-261-4/+10
* tooltip: Stop using gdk_surface_get_user_dataMatthias Clasen2019-02-231-2/+3
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-5/+11
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-2/+2
* tooltip: Get the pointer position relative to the toplevel widgetTimm Bäder2019-02-041-1/+1
* tooltip: Use gtk_widget_compute_bounds to get tootip widget anchorTimm Bäder2019-02-041-6/+6
* tooltip: Use gdk_rectangle_contains_pointTimm Bäder2019-01-181-5/+2