summaryrefslogtreecommitdiff
path: root/gtk/gtkaccellabel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark <Control>, <Shift>, <Release>, <Alt> for translation.Owen Taylor2002-02-271-3/+18
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-271-1/+1
* Display any "g_unicode_isgraph()" char literally, not just latin1.Owen Taylor2002-02-261-6/+7
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-3/+2
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-19/+4
* Replace GTK_NO_CHECK_CASTS by G_DISABLE_CAST_CHECKS.Matthias Clasen2002-01-071-0/+8
* Fix some warnings.Darin Adler2001-12-151-1/+0
* Forgotten file.Matthias Clasen2001-12-061-0/+7
* Return FALSE from expose handlers.Alex Larsson2001-12-031-1/+1
* Remove improper use of g_locale_to_utf8() to convert from latin-1, and doOwen Taylor2001-11-291-8/+1
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-10/+12
* fix allocation to be relative to paned->allocation, now that this is aTim Janik2001-11-201-5/+5
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-155/+216
* refetch the accelerator when the accel object is changed. Fixes bugJames Henstridge2001-08-071-0/+2
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-43/+44
* gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead ofOwen Taylor2001-07-191-2/+2