Emmanuele Bassi
63ee135a1e
Update the link to the development branch
...
The default development branch for GTK is now "main".
2022-01-13 14:42:34 +00:00
Emmanuele Bassi
1668496359
docs: Fix GTK links and locations
2019-02-06 10:39:27 +01:00
Emmanuele Bassi
71ad17cae1
Remove gdkkeysyms-compat.h
...
The compatibility header was needed after GTK+ 3.0 renamed the key
symbols from `GDK_*` to `GDK_KEY_*` to avoid collisions.
2017-05-03 14:54:37 +01:00
Jasper St. Pierre
e08f074bd2
gdkkeysyms-update: Remove workarounds for old bugs
2013-07-17 16:40:05 -04:00
Jasper St. Pierre
585bee3fa7
gdkkeysyms-update: Just overwrite gdkkeysyms.h
2013-07-17 16:27:49 -04:00
Bastien Nocera
ed3eaf6e50
gdk: Fix typo in gdkkeysyms-update.pl
...
s/Authos/Author
2013-01-18 17:26:28 +01:00
Mark Vender
d13740b2ba
Fix the gdk/gdkkeysyms-update.pl to reflect new upstream location
...
https://bugzilla.gnome.org/show_bug.cgi?id=673259
2012-04-25 20:29:29 -04:00
Javier Jardón
9d0febc9a6
Change FSF Address
2012-02-27 17:06:11 +00:00
Colin Walters
913cdf3be7
GDK: Prefix key names with KEY_
...
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.
2010-09-08 18:51:44 -04:00
Bastien Nocera
4ccd47f47e
Avoid duplicate keysyms, ignore mispelled one
...
GDK_Select and GDK_Clear were duplicated, GDK_Calculater is
only useful for compulsive misspellers.
2009-09-10 10:16:44 +01:00
Bastien Nocera
11898088a1
Bug 594668 - Add new Xorg keysyms
...
Add support for XF86keysym.h to gdkkeysyms-update.pl and
update the generated gdkkeysyms.h file for the latest sources.
2009-09-09 18:45:28 +01:00
Cody Russell
57223c9a05
Revert name change
...
svn path=/trunk/; revision=20724
2008-07-01 22:57:50 +00:00
Cody Russell
fce9c8b7d4
Practically everything changed.
...
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
2008-06-30 23:01:56 +00:00
Simos Xenitellis
f2f53a6955
Closed #442183 – Updated gdk/gdkkeysyms-update.pl
...
svn path=/trunk/; revision=17984
2007-05-30 13:23:40 +00:00
Matthias Clasen
181c53885c
Regenerated from Xorg 7.1 keysyms.h, using gdkkeysyms-update.pl.
...
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
2006-05-11 17:15:40 +00:00