summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up includesMatthias Clasen2011-12-191-1/+1
* gtk: Parse keypad numbers correctlyBastien Nocera2011-11-161-0/+8
* gtk: Fix parsing of accelerators with keycodesBastien Nocera2011-11-101-3/+1
* gtk: Add accel with keycode parsing functionsBastien Nocera2011-11-041-15/+230
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* gtk: remove the private GTK_DEFAULT_ACCEL_MOD_MASK defineMichael Natterer2011-10-071-5/+5
* gtk: allow to specify accelerators in a platform-independent wayMichael Natterer2011-09-261-1/+36
* Documentation fixesMatthias Clasen2011-09-251-13/+21
* gtkaccelgroup.c: Do not use GET_PRIV macroJavier Jardón2011-06-021-5/+6
* Fix annotations for gtk_accelerator_parseMatthias Clasen2011-03-121-2/+4
* Formatting fixesMatthias Clasen2011-03-121-390/+396
* Remove latest bits of GtkItemFactoryJavier Jardón2011-02-041-4/+3
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-3/+4
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-1/+2
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-2/+5
* More documentation fixes2.99.0Matthias Clasen2011-01-061-6/+6
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-3/+3
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+1
* Added out annotations for gtk_accelerator_parseJesse van den Kieboom2010-12-211-2/+2
* Make gtk_accelerator_get_default_mod_mask() return a GdkModifierTypeAlberto Garcia2010-10-151-1/+1
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-13/+13
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Move GtkAccelGroup private structure to shared header fileJavier Jardón2010-05-031-9/+1
* Add and use internal accessor for accelerables in GtkAccelGroupChristian Dywan2010-05-031-0/+8
* Move GSEAL'd members of GtkAccelGroup into private structCody Russell2010-05-031-49/+65
* [docs] improve docs for gtk_accelerator_parse().Stefan Kost2010-04-161-0/+3
* [annotations] Add allow-noneJohan Dahlin2010-02-191-4/+4
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-2/+3
* Allow removing all closures with gtk_accel_group_disconnectChristian Dywan2009-10-271-2/+5
* Move documentation from templates to inline comments: GtkAccelGroupJavier Jardón2009-10-151-0/+25
* Fix a memory leak in GtkAccelGroupMatthias Clasen2009-04-071-0/+3
* Documentation fixesMatthias Clasen2008-12-281-2/+0
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-111-11/+11
* Doc fixesMatthias Clasen2008-07-211-4/+6
* Fix default valueMatthias Clasen2008-07-041-2/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* use g_param_spec_flags(), not enum() when registering the "modifier-mask"Michael Natterer2008-06-221-6/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix warnings from calling g_object_notify() on a GtkAccelGroup withoutMartyn James Russell2008-06-201-2/+2
* Don't call g_object_notify() with properties that don't exist. Also, makeMartyn James Russell2008-06-201-6/+8
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-0/+4
* fix some formatting and whitespace in the code merged from the GSEALMichael Natterer2008-06-201-17/+20
* Seal GtkAccelGroup - fixed some issues with the initial attempt thanks to com...Tim Janik2008-06-201-75/+31
* Sealed GtkAccelGroup and addedTim Janik2008-06-201-3/+135
* Add some docsMatthias Clasen2008-06-131-2/+18
* Bug 535608 – do not string-copy accel paths in the menu codeChristian Persch2008-06-071-0/+4
* FixesMatthias Clasen2008-05-271-3/+3
* Bug 448484 – GtkAccelGroup forgets to remove closure invalidate notifiers w...Gustavo J. A. M. Carneiro2007-06-181-0/+3
* Don't access invalid memory. (#429732, Armin Burgmeier)Matthias Clasen2007-04-261-1/+1