| Commit message (Expand) | Author | Age | Files | Lines |
* | Move destroy signal to GtkWidget | Javier Jardón | 2010-09-26 | 1 | -9/+7 |
* | accellabel: Remove gtk_widget_is_drawable() check from draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -70/+65 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -22/+10 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | accellabel: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -20/+26 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -1/+1 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -1/+2 |
* | Update for GDK key name changes | Kristian Rietveld | 2010-09-13 | 1 | -13/+13 |
* | Fixed accel label to do its derived work in ->get_width() instead of the old ... | Tristan Van Berkom | 2010-08-18 | 1 | -10/+28 |
* | gtkaccellabel: Remove unused class members | Javier Jardón | 2010-08-10 | 1 | -5/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Fix compilation warning: cast to GTK_WIDGET | Javier Jardón | 2010-05-03 | 1 | -1/+1 |
* | Move GSEAL'd members of GtkAccelLabel into private struct. | Cody Russell | 2010-05-03 | 1 | -64/+88 |
* | 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 |