| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Move documentation to inline comments: GtkAccelLabel | Javier Jardón | 2010-02-09 | 1 | -2/+84 |
* | More conversion to C_() | Matthias Clasen | 2008-10-27 | 1 | -7/+3 |
* | Use C_() instead of Q_(). String change! | Matthias Clasen | 2008-10-27 | 1 | -19/+8 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -2/+2 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -3/+2 |
* | 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 |
* | Bug 503071 – Application direction changes to right to left even if | Behdad Esfahbod | 2008-06-11 | 1 | -1/+1 |
* | Bug 530353 – Mac-like gtk_accelerator_get_label() | Richard Hult | 2008-05-26 | 1 | -1/+105 |
* | Bug 503071 - Application direction changes to right to left even if theres | 14:27:34 Tim Janik | 2008-05-20 | 1 | -1/+1 |
* | call g_i18n_init() in gettext_initialization(). do gettext_initialization | Yair Hershkovitz | 2008-05-11 | 1 | -1/+1 |
* | add new boolean settings gtk-enable-accels and gtk-enable-mnemonics which | Michael Natterer | 2007-02-05 | 1 | -1/+7 |
* | Improve translators comments. (#389298, Christian Persch) | Matthias Clasen | 2006-12-24 | 1 | -3/+6 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -41/+9 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Don't use GDK_ALT_MASK. | Matthias Clasen | 2005-09-06 | 1 | -1/+1 |
* | Add tests for extra virtual modifiers. | Matthias Clasen | 2005-09-06 | 1 | -1/+75 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Try harder not to modify readonly strings. (#307541, Torsten Schoenfeld) | Matthias Clasen | 2005-06-13 | 1 | -16/+18 |
* | Don't modify strings returned from gettext(). | Matthias Clasen | 2005-06-11 | 1 | -2/+7 |
* | Generate N_() calls for translatable key names. | Matthias Clasen | 2005-06-10 | 1 | -10/+24 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -2/+2 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -4/+3 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -2/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -2/+2 |
* | Don't access label->layout directly. (#157080, Adam Hooper) | Matthias Clasen | 2004-11-03 | 1 | -5/+6 |
* | Provide access to the string representation of accelerators used in | Matthias Clasen | 2004-10-05 | 1 | -60/+74 |
* | Make accel labels ellipsize correctly. (#151559, Christian Persch) | Matthias Clasen | 2004-09-01 | 1 | -0/+10 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Convert underscores in keyval names to spaces. (#131480) | Owen Taylor | 2004-02-24 | 1 | -0/+14 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -4/+4 |
* | Implement Owen's susggestion from #80764. Fixes #101314. | Soeren Sandmann | 2002-12-16 | 1 | -24/+48 |
* | Don't recalculate the acceleration label in an idle handler. | Soeren Sandmann | 2002-12-14 | 1 | -37/+2 |
* | Automatic RTL flipping for some more widgets. | Matthias Clasen | 2002-11-02 | 1 | -4/+12 |
* | Fix use of uninitialized variable. | Owen Taylor | 2002-10-18 | 1 | -12/+27 |
* | Deprecation cleanup | Manish Singh | 2002-10-11 | 1 | -23/+24 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -2/+2 |
* | Mark <Control>, <Shift>, <Release>, <Alt> for translation. | Owen Taylor | 2002-02-27 | 1 | -3/+18 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | Display any "g_unicode_isgraph()" char literally, not just latin1. | Owen Taylor | 2002-02-26 | 1 | -6/+7 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -3/+2 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -19/+4 |
* | Replace GTK_NO_CHECK_CASTS by G_DISABLE_CAST_CHECKS. | Matthias Clasen | 2002-01-07 | 1 | -0/+8 |