]> Pileus Git - ~andy/gtk/history - gtk/gtktooltip.c
Deprecate widget flag: GTK_WIDGET_VISIBLE
[~andy/gtk] / gtk / gtktooltip.c
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-04-04 Dan WinshipChange GtkIconSize to int in params/return values
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-01 Matthias ClasenDocumentation and stylistic fixups
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-19 Marek KasikA small correction of previous commit
2009-10-19 Matthias ClasenCorrect a small oversight
2009-10-14 Bastien NoceraAdd ability to set a tooltip's image from a GIcon
2009-09-30 Xan LopezUpdate last_window only when needed
2009-09-01 Paolo BorelliMove timer removal in dispose
2009-08-22 Kristian RietveldBug 478519 - GtkTooltip segfaults on NULL gdk-display...
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-25 Lin MaFix GtkTooltip destroy the custom widget
2009-02-04 Matthias ClasenSet the root coordinates in the event correctly. Patch...
2008-10-07 Matthias ClasenAvoid uninitialized memory warnings
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-07-02 Kristian RietveldBug 455268 - Add gtk-enable-tooltips GtkSetting
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-28 Kristian RietveldBug 504087 - make gtk_tooltip_set_custom a no-op for...
2008-02-15 Matthias ClasenGo back to 2.13.0 as version for now, as there was...
2008-01-25 Michael Natterergtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext...
2007-12-17 Kristian Rietvelduse a weak pointer to set last_window to NULL as soon...
2007-12-14 Matthias ClasenClose an api gap in tooltips
2007-10-08 Kristian RietveldFix #482841, patch by Karl Tomlinson.
2007-08-21 Kristian Rietveldupdate alignment padding after theme changes. (Fixes...
2007-08-21 Kristian Rietveldalways set hide_tooltip to TRUE if we are handling...
2007-08-21 Kristian RietveldFix #457642, reported by Christian Persch.
2007-08-07 Kristian RietveldDisable tooltips in touchscreen mode.
2007-07-31 Matthias ClasenMake the label wrap, for compatibility with the old...
2007-07-25 Matthias ClasenCall gtk_tooltip_hide_tooltip() even if the tooltip...
2007-07-24 Matthias ClasenProtect against recursion via gtk_container_remove...
2007-07-20 Matthias ClasenDon't pop up under the cursor.
2007-07-19 Kristian Rietveldhandle no-window and regular widgets seperately.
2007-07-17 Kristian Rietveldonly do the coordinate check if tmp is not NULL.
2007-07-16 Kristian Rietveldcheck if the pointer is really over the returned widget...
2007-07-13 Kristian Rietveld#408327, improve tooltip positioning.
2007-07-10 Kristian Rietvelduse gtk_container_forall, instead of gtk_container_fore...
2007-07-10 Kristian Rietveldignore invisible (!drawable) widgets. (Fixes bug report...
2007-07-09 Matthias ClasenFix a typo in the docs. (#453930, Guillaume Cottenceau)
2007-07-09 Johan DahlinMake the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.
2007-06-15 Mathias HasselmannIntroduce convenience property "GtkWidget:tooltip-text...
2007-06-06 Kristian Rietveldremove unused call to gtk_widget_size_request(). (Repor...
2007-06-06 Kristian Rietveldbail out if last_window is not a GdkWindow anymore...
2007-05-26 Matthias ClasenMore doc fixage
2007-05-24 Michael Nattererapply patch from Bogdan Nicula which fixes a crash...
2007-05-23 Matthias ClasenAdd some missing symbols.
2007-05-23 Kristian Rietveldtranslate coordinates from the window they were receive...
2007-04-25 Kristian Rietveldcleanup/refactor some leftover code.
2007-04-04 Kristian Rietvelduse new gdk_threads API.
2007-02-14 Kristian Rietveldcheck return value of gtk_widget_translate_coordinates...
2007-02-13 Kristian Rietveldstop any pending tooltip timeout. (Fixes #406110, Carlo...
2007-02-06 Tim Janikcall gdk_event_request_motions() for new motion events...
2007-02-06 Kristian Rietveldremove unused get of has_tooltip.
2007-02-06 Michael Nattererchain up.
2007-02-06 Kristian RietveldNew tooltips API.