summaryrefslogtreecommitdiff
path: root/gtk/gtkaccellabel.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update for GDK key name changesKristian Rietveld2010-09-131-13/+13
* Fixed accel label to do its derived work in ->get_width() instead of the old ...Tristan Van Berkom2010-08-181-10/+28
* gtkaccellabel: Remove unused class membersJavier Jardón2010-08-101-5/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Fix compilation warning: cast to GTK_WIDGETJavier Jardón2010-05-031-1/+1
* Move GSEAL'd members of GtkAccelLabel into private struct.Cody Russell2010-05-031-64/+88
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* Move documentation to inline comments: GtkAccelLabelJavier Jardón2010-02-091-2/+84
* More conversion to C_()Matthias Clasen2008-10-271-7/+3
* Use C_() instead of Q_(). String change!Matthias Clasen2008-10-271-19/+8
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-2/+2
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-3/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
* Bug 530353 – Mac-like gtk_accelerator_get_label()Richard Hult2008-05-261-1/+105
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-201-1/+1
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-111-1/+1
* add new boolean settings gtk-enable-accels and gtk-enable-mnemonics whichMichael Natterer2007-02-051-1/+7
* Improve translators comments. (#389298, Christian Persch)Matthias Clasen2006-12-241-3/+6
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-41/+9
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Don't use GDK_ALT_MASK.Matthias Clasen2005-09-061-1/+1
* Add tests for extra virtual modifiers.Matthias Clasen2005-09-061-1/+75
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Try harder not to modify readonly strings. (#307541, Torsten Schoenfeld)Matthias Clasen2005-06-131-16/+18
* Don't modify strings returned from gettext().Matthias Clasen2005-06-111-2/+7
* Generate N_() calls for translatable key names.Matthias Clasen2005-06-101-10/+24
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+2
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-4/+3
* : Mark param spec strings as static.Matthias Clasen2005-03-211-2/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Don't access label->layout directly. (#157080, Adam Hooper)Matthias Clasen2004-11-031-5/+6
* Provide access to the string representation of accelerators used inMatthias Clasen2004-10-051-60/+74
* Make accel labels ellipsize correctly. (#151559, Christian Persch)Matthias Clasen2004-09-011-0/+10
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Convert underscores in keyval names to spaces. (#131480)Owen Taylor2004-02-241-0/+14
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* Implement Owen's susggestion from #80764. Fixes #101314.Soeren Sandmann2002-12-161-24/+48
* Don't recalculate the acceleration label in an idle handler.Soeren Sandmann2002-12-141-37/+2
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-4/+12
* Fix use of uninitialized variable.Owen Taylor2002-10-181-12/+27
* Deprecation cleanupManish Singh2002-10-111-23/+24
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-2/+2