summaryrefslogtreecommitdiff
path: root/gdk/gdkkeysyms-update.pl
Commit message (Collapse)AuthorAgeFilesLines
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-6/+44
| | | | | | | | | | | | | The keysyms create a lot of potential namespace conflicts for C, and are especially problematic for introspection, where we take constants into the namespace, so GDK_Display conflicts with GdkDisplay. For C application compatiblity, add gdkkeysyms-compat.h which uses the old names. Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is the gtkimcontextsimple.c, since porting that requires porting more custom Perl code.
* Avoid duplicate keysyms, ignore mispelled oneBastien Nocera2009-09-101-1/+11
| | | | | GDK_Select and GDK_Clear were duplicated, GDK_Calculater is only useful for compulsive misspellers.
* Bug 594668 - Add new Xorg keysymsBastien Nocera2009-09-091-6/+55
| | | | | Add support for XF86keysym.h to gdkkeysyms-update.pl and update the generated gdkkeysyms.h file for the latest sources.
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Closed #442183 – Updated gdk/gdkkeysyms-update.plSimos Xenitellis2007-05-301-18/+18
| | | | svn path=/trunk/; revision=17984
* Regenerated from Xorg 7.1 keysyms.h, using gdkkeysyms-update.pl.Matthias Clasen2006-05-111-0/+119
2006-05-11 Matthias Clasen <mclasen@redhat.com> * gdk/gdkkeysyms.h: Regenerated from Xorg 7.1 keysyms.h, using gdkkeysyms-update.pl. * gdk/gdkkeysyms-update.pl: Script to sync gdkkeysyms.h with Xorg. (#321896, Simos Xenitellis) * gdk/Makefile.am (EXTRA_DIST): Add gdkkeysyms-update.pl