summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused call to gtk_widget_size_request(). (Reported by CarlosKristian Rietveld2007-06-061-3/+0
* bail out if last_window is not a GdkWindow anymore. (Fixes #434021,Kristian Rietveld2007-06-061-3/+3
* More doc fixageMatthias Clasen2007-05-261-8/+8
* apply patch from Bogdan Nicula which fixes a crash on GdkWindows whichMichael Natterer2007-05-241-2/+5
* Add some missing symbols.Matthias Clasen2007-05-231-0/+6
* translate coordinates from the window they were received on to the eventKristian Rietveld2007-05-231-0/+26
* cleanup/refactor some leftover code.Kristian Rietveld2007-04-251-14/+5
* use new gdk_threads API.Kristian Rietveld2007-04-041-16/+8
* check return value of gtk_widget_translate_coordinates() so we cannot endKristian Rietveld2007-02-141-6/+4
* stop any pending tooltip timeout. (Fixes #406110, Carlos Garnacho).Kristian Rietveld2007-02-131-3/+6
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-061-2/+1
* remove unused get of has_tooltip.Kristian Rietveld2007-02-061-3/+0
* chain up.Michael Natterer2007-02-061-23/+20
* New tooltips API.Kristian Rietveld2007-02-061-0/+1064