summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tooltip: Move tooltips enabled checks into tooltips_enabledTimm Bäder2019-01-181-10/+27
* tooltip: Look at the event's target widgetTimm Bäder2019-01-181-55/+23
* tooltip: Remove gtk_tooltip_trigger_tooltip_queryTimm Bäder2019-01-181-1/+4
* tooltips: Remove keyboard mode tooltipsTimm Bäder2019-01-181-181/+23
* tooltip: Implement positioning using gdk_window_move_to_rect()Jonas Ådahl2018-08-191-220/+74
* tooltip: Ignore events with pressed buttonsTimm Bäder2018-04-151-0/+10
* tooltip: Avoid some possibly uninitialized valuesTimm Bäder2018-04-141-2/+2
* Continue renaming window to surfaceAlexander Larsson2018-03-211-50/+50
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-3/+3
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-3/+3
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-23/+23
* tooltips: Make icon a paintableBenjamin Otte2018-03-161-6/+6
* The big versioning cleanupMatthias Clasen2018-02-061-17/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-8/+8
* tooltip: Stop using gdk_display_get_default_cursor_sizeMatthias Clasen2018-01-161-1/+3
* tooltip: Fix tooltip positionsTimm Bäder2018-01-131-6/+26
* tooltip: Remove some unused membersTimm Bäder2018-01-131-4/+0
* tooltip: Remove some unused includesTimm Bäder2018-01-131-3/+0
* tooltip: Remove custom picking codeTimm Bäder2018-01-131-194/+5