| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid uninitialized memory warnings | Matthias Clasen | 2008-10-07 | 1 | -0/+1 |
* | gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c | Sven Neumann | 2008-08-11 | 1 | -2/+2 |
* | Bug 455268 - Add gtk-enable-tooltips GtkSetting | Kristian Rietveld | 2008-07-02 | 1 | -9/+20 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 504087 - make gtk_tooltip_set_custom a no-op for setting the current | Kristian Rietveld | 2008-05-28 | 1 | -1/+21 |
* | Go back to 2.13.0 as version for now, as there was no consensus to do the | Matthias Clasen | 2008-02-15 | 1 | -1/+1 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -2/+2 |
* | use a weak pointer to set last_window to NULL as soon as it's destroyed. | Kristian Rietveld | 2007-12-17 | 1 | -2/+21 |
* | Close an api gap in tooltips | Matthias Clasen | 2007-12-14 | 1 | -1/+28 |
* | Fix #482841, patch by Karl Tomlinson. | Kristian Rietveld | 2007-10-08 | 1 | -1/+7 |
* | update alignment padding after theme changes. (Fixes #467003, patch by | Kristian Rietveld | 2007-08-21 | 1 | -0/+15 |
* | always set hide_tooltip to TRUE if we are handling a leave notify event. | Kristian Rietveld | 2007-08-21 | 1 | -0/+3 |
* | Fix #457642, reported by Christian Persch. | Kristian Rietveld | 2007-08-21 | 1 | -24/+80 |
* | Disable tooltips in touchscreen mode. | Kristian Rietveld | 2007-08-07 | 1 | -0/+11 |
* | Make the label wrap, for compatibility with the old tooltips code. This | Matthias Clasen | 2007-07-31 | 1 | -0/+1 |
* | Call gtk_tooltip_hide_tooltip() even if the tooltip is not visible yet. | Matthias Clasen | 2007-07-25 | 1 | -1/+1 |
* | Protect against recursion via gtk_container_remove(). (#459561, Christian | Matthias Clasen | 2007-07-24 | 1 | -7/+9 |
* | Don't pop up under the cursor. | Matthias Clasen | 2007-07-20 | 1 | -1/+9 |
* | handle no-window and regular widgets seperately. | Kristian Rietveld | 2007-07-19 | 1 | -4/+17 |
* | only do the coordinate check if tmp is not NULL. | Kristian Rietveld | 2007-07-17 | 1 | -1/+2 |
* | check if the pointer is really over the returned widget, since the | Kristian Rietveld | 2007-07-16 | 1 | -0/+5 |
* | #408327, improve tooltip positioning. | Kristian Rietveld | 2007-07-13 | 1 | -59/+129 |
* | use gtk_container_forall, instead of gtk_container_foreach(). Makes | Kristian Rietveld | 2007-07-10 | 1 | -4/+4 |
* | ignore invisible (!drawable) widgets. (Fixes bug reported by Paolo | Kristian Rietveld | 2007-07-10 | 1 | -0/+4 |
* | Fix a typo in the docs. (#453930, Guillaume Cottenceau) | Matthias Clasen | 2007-07-09 | 1 | -1/+1 |
* | Make the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public. | Johan Dahlin | 2007-07-09 | 1 | -2/+0 |
* | Introduce convenience property "GtkWidget:tooltip-text" taking care of | Mathias Hasselmann | 2007-06-15 | 1 | -0/+24 |
* | remove unused call to gtk_widget_size_request(). (Reported by Carlos | Kristian Rietveld | 2007-06-06 | 1 | -3/+0 |
* | bail out if last_window is not a GdkWindow anymore. (Fixes #434021, | Kristian Rietveld | 2007-06-06 | 1 | -3/+3 |
* | More doc fixage | Matthias Clasen | 2007-05-26 | 1 | -8/+8 |
* | apply patch from Bogdan Nicula which fixes a crash on GdkWindows which | Michael Natterer | 2007-05-24 | 1 | -2/+5 |
* | Add some missing symbols. | Matthias Clasen | 2007-05-23 | 1 | -0/+6 |
* | translate coordinates from the window they were received on to the event | Kristian Rietveld | 2007-05-23 | 1 | -0/+26 |
* | cleanup/refactor some leftover code. | Kristian Rietveld | 2007-04-25 | 1 | -14/+5 |
* | use new gdk_threads API. | Kristian Rietveld | 2007-04-04 | 1 | -16/+8 |
* | check return value of gtk_widget_translate_coordinates() so we cannot end | Kristian Rietveld | 2007-02-14 | 1 | -6/+4 |
* | stop any pending tooltip timeout. (Fixes #406110, Carlos Garnacho). | Kristian Rietveld | 2007-02-13 | 1 | -3/+6 |
* | call gdk_event_request_motions() for new motion events after receiving | Tim Janik | 2007-02-06 | 1 | -2/+1 |
* | remove unused get of has_tooltip. | Kristian Rietveld | 2007-02-06 | 1 | -3/+0 |
* | chain up. | Michael Natterer | 2007-02-06 | 1 | -23/+20 |
* | New tooltips API. | Kristian Rietveld | 2007-02-06 | 1 | -0/+1064 |