summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+2
* docs: Move documentation to inline comments: GtkTooltipJavier Jardón2010-10-031-0/+66
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+2
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* tooltip: Connect to draw signalBenjamin Otte2010-09-261-10/+9
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+5
* gtk/gtktooltip.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-36/+57
* Avoid warnings with tooltips on toplevelsMatthias Clasen2010-08-051-0/+2
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Bug 607628 - DnD operation doesn't work when using offscreenMichael Natterer2010-05-261-17/+19
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-1/+13
* Better tooltip positioningMatthias Clasen2010-05-071-31/+108
* Bug 615162 - Fix tooltips on offscreen widgetsMichael Natterer2010-04-151-27/+59
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-191-7/+7
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-2/+2
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-3/+3
* Documentation and stylistic fixupsMatthias Clasen2009-11-011-4/+5
* A small correction of previous commitMarek Kasik2009-10-191-1/+1
* Correct a small oversightMatthias Clasen2009-10-181-0/+2
* Add ability to set a tooltip's image from a GIconBastien Nocera2009-10-141-3/+29
* Update last_window only when neededXan Lopez2009-09-291-0/+3
* Move timer removal in disposePaolo Borelli2009-09-011-4/+5
* Bug 478519 - GtkTooltip segfaults on NULL gdk-display-current-tooltipKristian Rietveld2009-08-221-5/+9
* Fix GtkTooltip destroy the custom widgetLin Ma2009-05-251-2/+6
* Set the root coordinates in the event correctly. Patch by KristianMatthias Clasen2009-02-041-0/+7
* Avoid uninitialized memory warningsMatthias Clasen2008-10-071-0/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-2/+2
* Bug 455268 - Add gtk-enable-tooltips GtkSettingKristian Rietveld2008-07-021-9/+20
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* 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