summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 504087 - make gtk_tooltip_set_custom a no-op for setting the currentKristian Rietveld2008-05-281-1/+21
* Go back to 2.13.0 as version for now, as there was no consensus to do theMatthias Clasen2008-02-151-1/+1
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-2/+2
* use a weak pointer to set last_window to NULL as soon as it's destroyed.Kristian Rietveld2007-12-171-2/+21
* Close an api gap in tooltipsMatthias Clasen2007-12-141-1/+28
* Fix #482841, patch by Karl Tomlinson.Kristian Rietveld2007-10-081-1/+7
* update alignment padding after theme changes. (Fixes #467003, patch byKristian Rietveld2007-08-211-0/+15
* always set hide_tooltip to TRUE if we are handling a leave notify event.Kristian Rietveld2007-08-211-0/+3
* Fix #457642, reported by Christian Persch.Kristian Rietveld2007-08-211-24/+80
* Disable tooltips in touchscreen mode.Kristian Rietveld2007-08-071-0/+11
* Make the label wrap, for compatibility with the old tooltips code. ThisMatthias Clasen2007-07-311-0/+1
* Call gtk_tooltip_hide_tooltip() even if the tooltip is not visible yet.Matthias Clasen2007-07-251-1/+1
* Protect against recursion via gtk_container_remove(). (#459561, ChristianMatthias Clasen2007-07-241-7/+9
* Don't pop up under the cursor.Matthias Clasen2007-07-201-1/+9
* handle no-window and regular widgets seperately.Kristian Rietveld2007-07-191-4/+17
* only do the coordinate check if tmp is not NULL.Kristian Rietveld2007-07-171-1/+2
* check if the pointer is really over the returned widget, since theKristian Rietveld2007-07-161-0/+5
* #408327, improve tooltip positioning.Kristian Rietveld2007-07-131-59/+129
* use gtk_container_forall, instead of gtk_container_foreach(). MakesKristian Rietveld2007-07-101-4/+4
* ignore invisible (!drawable) widgets. (Fixes bug reported by PaoloKristian Rietveld2007-07-101-0/+4
* Fix a typo in the docs. (#453930, Guillaume Cottenceau)Matthias Clasen2007-07-091-1/+1
* Make the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.Johan Dahlin2007-07-091-2/+0
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-151-0/+24
* 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