summaryrefslogtreecommitdiff
path: root/gtk/gtkaccellabel.c
Commit message (Expand)AuthorAgeFilesLines
* GtkAccelLabel: adjust recent accel changesRyan Lortie2012-09-181-8/+22
* GtkAccelLabel: add manual accel APIRyan Lortie2012-09-171-6/+48
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* accellabel: Stop setting state flags on the style context for drawingRui Matos2011-12-191-1/+0
* Use a weak ref in GtkAccelLabelMatthias Clasen2011-08-241-18/+34
* accellabel: Use gtk_widget_class_set_accessible_role()Benjamin Otte2011-07-181-0/+2
* gtkaccellabel: Do not use GET_PRIV macroJavier Jardón2011-06-021-5/+6
* Fix an exampleMatthias Clasen2011-05-311-1/+1
* accellabel: Remove leftover debug codeBenjamin Otte2011-05-021-1/+1
* accellabel: Only daw accelerator after natural size has been reachedBenjamin Otte2011-05-011-2/+2
* GtkAccelLabel: Improve struct packingMatthias Clasen2011-04-121-2/+2
* Don't try to modify readonly stringsMatthias Clasen2011-02-091-22/+22
* Strip XF86 prefix from untranslated keysymsMatthias Clasen2011-02-041-2/+17
* Remove latest bits of GtkItemFactoryJavier Jardón2011-02-041-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* Make GtkAccelLabel use GtkStyleContext.Carlos Garnacho2010-12-241-8/+8
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+7
* accellabel: Remove gtk_widget_is_drawable() check from draw vfuncBenjamin Otte2010-09-261-70/+65
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-22/+10
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* accellabel: Port to draw vfuncBenjamin Otte2010-09-261-20/+26
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* 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