summaryrefslogtreecommitdiff
path: root/gtk/gtkaccelmap.c
Commit message (Expand)AuthorAgeFilesLines
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-1/+1
* Document removing of acceleratorsHolger Berndt2012-05-181-0/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkApplication: change the accel prefix we useRyan Lortie2012-01-231-1/+1
* Introduce gtkaccelmapprivate.hMatthias Clasen2011-12-191-1/+18
* Make accelmap initialization more forgivingMatthias Clasen2011-12-191-3/+2
* Documentation fixesMatthias Clasen2011-09-251-4/+6
* gtkaccelmap: the data gtk_accel_map_foreach needs to be annotated as allow-noneIgnacio Casal Quinteiro2011-07-091-1/+1
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-3/+4
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-181-3/+3
* Hide GtkWindowGroup membersMatthias Clasen2010-12-171-1/+1
* Update and expand GtkAccelMap API docsTadej Borovšak2010-09-271-9/+63
* Move documentation to inline comments: GtkAccelMapJavier Jardón2010-09-271-0/+7
* Drop Win32 DLL ABI compatibility cruftTor Lillqvist2010-08-301-28/+0
* Add annotations for GtkAccelMapIgnacio Casal Quinteiro2010-07-131-4/+4
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+1
* Add and use internal accessor for accelerables in GtkAccelGroupChristian Dywan2010-05-031-1/+1
* Use gtk_accel_grouop_get_is_locked() rather than trying to access group->lock...Cody Russell2010-05-031-1/+1
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-1/+1
* 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 535608 – do not string-copy accel paths in the menu codeChristian Persch2008-06-071-0/+8
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-4/+4
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-4/+36
* Remove all entries for the same key, not just the first one. (#159498,Matthias Clasen2004-12-081-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Accept "<WINDOWTYPE>" as a valid accel path. (#144427, Philip Kendall)Matthias Clasen2004-06-221-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Add change notification for GtkAccelMap, by on-demand instantiating aMatthias Clasen2004-02-061-3/+98
* Remove accidentally committed notification stuff.Matthias Clasen2004-01-111-101/+24
* Fix grammar of docs.Matthias Clasen2004-01-071-4/+96
* Add a way to lock individual accelerator paths. (#73207, reported by HavocMatthias Clasen2003-12-291-0/+60
* Deprecation cleanupManish Singh2002-10-101-1/+1
* Fix problem with wrong depth being used. (#89941, Jacob Berkman.) RemoveOwen Taylor2002-08-051-1/+2
* Fix memory leak. (#74400, Morten Welinder.)Owen Taylor2002-03-221-8/+29
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-2/+3
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-4/+4
* Documentation additions.Matthias Clasen2002-01-141-0/+4
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-22/+52
* don't forget to offset the pointer by x/y_offset into the new window whenTim Janik2002-01-071-6/+14
* Typo fixes. (#65607)Matthias Clasen2001-11-281-4/+4
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-211-4/+2
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-212/+109