| Commit message (Expand) | Author | Age | Files | Lines |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -0/+11 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.c | Michael Natterer | 2008-06-17 | 1 | -0/+3 |
* | no need to g_return_if_fail(tooltips != NULL); | Michael Natterer | 2008-04-17 | 1 | -2/+0 |
* | add extra NULL check for tooltipsdata to avoid code fiddling with | Kristian Rietveld | 2007-09-24 | 1 | -0/+1 |
* | create a dummy tip_window and tip_label, so old applications with code | Kristian Rietveld | 2007-08-07 | 1 | -1/+20 |
* | Rename the tips_data_list field back. (#447214) | Matthias Clasen | 2007-07-21 | 1 | -1/+1 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -500/+2 |
* | deprecate GtkTooltips. | Kristian Rietveld | 2007-06-26 | 1 | -0/+2 |
* | mark the GtkTooltips struct as private. Keep the tooltips in a hash table | Sven Neumann | 2007-06-19 | 1 | -52/+66 |
* | Don't crash if active_tips_data is NULL. (#382904, Li Yuan) | Matthias Clasen | 2007-03-12 | 1 | -1/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -6/+2 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -2/+2 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -32/+2 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 1 | -0/+6 |
* | Disable tooltips if gtk-touchscreen-mode is activated (#315112). | Ross Burton | 2006-03-02 | 1 | -1/+16 |
* | Set timer_tag to 0 when the timeout is done. (#322291, Jean-Yves Lefort) | Matthias Clasen | 2005-11-28 | 1 | -0/+2 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -6/+7 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -5/+5 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -2/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Use the requisition of the widget instead of relying on the style drawing | Matthias Clasen | 2004-07-09 | 1 | -1/+4 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Fix bug 134982, reported by Morten Welinder: | Matthias Clasen | 2004-02-22 | 1 | -0/+2 |
* | New function to improve the accessibility of tooltips. (#114851, Padraig | Matthias Clasen | 2004-02-12 | 1 | -0/+42 |
* | Make tooltip positioning Xinerama-aware. (#127332) | Matthias Clasen | 2003-11-23 | 1 | -8/+19 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -5/+5 |
* | Fix from Nam SungHyun for crashes when tooltips->active_tips_data is NULL. | Owen Taylor | 2002-10-31 | 1 | -1/+2 |
* | Multihead safety fixes, handle displays being closed. (#81651, based on | Owen Taylor | 2002-10-22 | 1 | -4/+60 |
* | Make tooltip window not resizable. Fixes #95675. | Soeren Sandmann | 2002-10-13 | 1 | -0/+1 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -43/+53 |
* | Disable tooltips for menu items with submenus .. they still don't really | Owen Taylor | 2002-09-30 | 1 | -2/+3 |
* | Set the private LEAVE_PENDING flag to fix problem where with menu items | Owen Taylor | 2002-05-20 | 1 | -0/+4 |
* | Special case menu items to pop down on motion. (#75961) | Owen Taylor | 2002-05-15 | 1 | -19/+38 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -4/+9 |
* | Set the keyboard-mode flag before popping up the tooltip so that pop it up | Owen Taylor | 2002-02-26 | 1 | -2/+3 |
* | Only pop the tooltip down on a select set of events, not on any unknown | Owen Taylor | 2002-02-14 | 1 | -8/+16 |
* | Implement Control-F1 as toggle-tooltips-mode. | Owen Taylor | 2002-02-13 | 1 | -81/+151 |
* | don't reduce the scroll rect size by the scroll amount | Hans Breuer | 2002-02-10 | 1 | -1/+1 |
* | Change show_help signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -2/+3 |
* | Parse the RC string here when the first object is created rather than in | Owen Taylor | 2002-02-02 | 1 | -7/+13 |
* | Fix use of ! in shell. | Owen Taylor | 2002-02-02 | 1 | -0/+7 |
* | gtk/gtktooltips.c tests/testtreesort.c inserted some casts to get rid of | Sven Neumann | 2001-08-19 | 1 | -1/+1 |