summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-1/+1
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Add a GtkSetting (gtk-entry-select-on-focus) controlling whether theOwen Taylor2002-02-021-1/+0
* & with the default mod mask so accels work when numlock is on.Anders Carlsson2002-01-281-1/+1
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-2/+2
* Replace GTK_NO_CHECK_CASTS by G_DISABLE_CAST_CHECKS.Matthias Clasen2002-01-071-1/+39
* Doc markup fix.Matthias Clasen2001-12-081-29/+34
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-211-7/+8
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-129/+227
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-715/+478
* move some of the accel group functions into a Private subsectionHavoc Pennington2001-09-081-0/+208
* use the second argument to the weak ref notify, cleaning up some uglyness.James Henstridge2001-08-181-14/+18
* Small bug introduced when merging changes before the accel group commit :(James Henstridge2001-07-271-0/+2
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-173/+203
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-9/+0
* moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h.Tim Janik2001-04-291-3/+3
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-1/+1
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-2/+2
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-1/+1
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-9/+5
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4