summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+3
* Include Super, Hyper and Meta in the default accel mod mask.Matthias Clasen2005-09-061-5/+10
* Don't use GDK_ALT_MASK.Matthias Clasen2005-09-061-1/+1
* Add tests for extra virtual modifiers.Matthias Clasen2005-09-061-1/+78
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* remove unused function.Manish Singh2005-02-041-13/+0
* Document signals. (#163319, Murray Cumming)Matthias Clasen2005-01-101-0/+27
* Provide access to the string representation of accelerators used inMatthias Clasen2004-10-051-2/+47
* 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
* Applied patch from Ross McFarland <rwmcfa1@neces.com>, initialize *count_pManish Singh2003-12-051-1/+3
* allow accel activation depending on sensitivity and the attach widget.Tim Janik2003-11-271-7/+8
* Deprecation cleanupManish Singh2002-10-101-42/+29
* Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, VitalyOwen Taylor2002-09-241-5/+3
* Set the width of the layout to the actual wrap width (our requisition) notOwen Taylor2002-05-141-4/+4
* Call gdk_keyval_to_lower() on the key passed in, since we lowercase allGTK_MULTIHEAD_MERGEPOINT_30_03_02Owen Taylor2002-03-291-1/+1
* Trivial typo fix. (Vitaly Tishkov, #75726)Matthias Clasen2002-03-211-1/+1
* Allow arrow keys as accelerators, as long as some modifier is pressed.Owen Taylor2002-03-201-4/+18
* Unset the acceleratable_groups qdata because qdata isn't removed onOwen Taylor2002-03-131-0/+1
* fix typo.Tim Janik2002-03-021-1/+1
* ue Feb 26 18:58:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-271-1/+4
* lower case the key_val. (gtk_accel_group_connect_by_path) : ditto.Jody Goldberg2002-02-231-2/+5
* Add GDK_ISO_Next_Group/Prev_Group/Level3_Shift/ First_Group/Last_Group toOwen Taylor2002-02-211-0/+2