gtk2/gdk
Matthias Clasen 736f86b303 Use templates for glib-mkenums calls instead of complicated commandlines
2007-11-26  Matthias Clasen  <mclasen@redhat.com>

        Use templates for glib-mkenums calls instead of
        complicated commandlines in Makefiles.  (#429910)

        * gdk-pixbuf/Makefile.am:
        * gdk/Makefile.am:
        * gtk/Makefile.am:
        * perf/Makefile.am: Use templates for glib-mkenums

        * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
        * gdk/gdkenumtypes.[ch].template:
        * gtk/gtktypebuiltings.[ch].template:
        * perf/typebuiltins.[ch].template: The templates


svn path=/trunk/; revision=19053
2007-11-26 17:32:19 +00:00
..
directfb call g_test_init() from gtk_test_init(). 2007-11-22 14:38:26 +00:00
linux-fb call g_test_init() from gtk_test_init(). 2007-11-22 14:38:26 +00:00
quartz call g_test_init() from gtk_test_init(). 2007-11-22 14:38:26 +00:00
win32 Use the monitor the window currently is on, not always the primary 2007-11-25 22:59:50 +00:00
x11 call g_test_init() from gtk_test_init(). 2007-11-22 14:38:26 +00:00
.cvsignore
abicheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
COPYING
gdk.c Require gtk-doc 1.8 2007-11-25 06:51:19 +00:00
gdk.h Moved Gdk test functions from Gtk+ to Gdk test utils. 2007-11-20 15:03:31 +00:00
gdk.symbols Moved Gdk test functions from Gtk+ to Gdk test utils. 2007-11-20 15:03:31 +00:00
gdkcairo.c Fix doc typos. 2007-06-01 05:10:50 +00:00
gdkcairo.h Add gdk_cairo_set_source_pixmap. (#318805, Alexander Larsson) 2005-12-30 07:16:35 +00:00
gdkcolor.c Fix a typo 2006-12-29 18:43:40 +00:00
gdkcolor.h Add a function for converting a GdkColor to a string (#373856). 2006-12-21 12:34:41 +00:00
gdkconfig.h.win32
gdkcursor.c Intern type names before registering the type to avoid unnecessary copies. 2005-08-31 15:14:26 +00:00
gdkcursor.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkdisplay.c Improve docs. (#353438, Mariano Suárez-Alvarez) 2006-12-21 16:25:01 +00:00
gdkdisplay.h Add support for composited child windows. (#412882, Ryan Lortie) 2007-06-01 12:16:12 +00:00
gdkdisplaymanager.c Require gtk-doc 1.8 2007-11-25 06:51:19 +00:00
gdkdisplaymanager.h
gdkdnd.c
gdkdnd.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkdraw.c Add Sun mediaLib support so that hardware acceleration via mediaLib is 2007-05-16 01:35:51 +00:00
gdkdrawable.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkenumtypes.c.template Use templates for glib-mkenums calls instead of complicated commandlines 2007-11-26 17:32:19 +00:00
gdkenumtypes.h.template Use templates for glib-mkenums calls instead of complicated commandlines 2007-11-26 17:32:19 +00:00
gdkevents.c Require gtk-doc 1.8 2007-11-25 06:51:19 +00:00
gdkevents.h call gdk_event_request_motions() for new motion events after receiving 2007-02-06 14:53:35 +00:00
gdkfont.c Intern type names before registering the type to avoid unnecessary copies. 2005-08-31 15:14:26 +00:00
gdkfont.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkgc.c Cleanups 2006-10-08 05:32:07 +00:00
gdkgc.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkglobals.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gdki18n.h
gdkimage.c connect to the display's "closed" signal and free the cached scratch 2006-01-12 13:50:51 +00:00
gdkimage.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkinput.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkinternals.h Restore G_BEGIN_DECLS at the top of this file to make C++ compilers happy. 2007-06-19 18:37:14 +00:00
gdkintl.h Make the GdkScreen font options api public, and add properties 2005-08-26 18:49:52 +00:00
gdkkeynames.c
gdkkeys.c Remove extraneous ; 2006-05-14 03:58:06 +00:00
gdkkeys.h New function to determine if keyboard layouts for both LTR and LTR 2007-06-30 01:43:04 +00:00
gdkkeysyms-update.pl Closed #442183 – Updated gdk/gdkkeysyms-update.pl 2007-05-30 13:23:40 +00:00
gdkkeysyms.h Regenerated from Xorg 7.1 keysyms.h, using gdkkeysyms-update.pl. 2006-05-11 17:15:40 +00:00
gdkkeyuni.c Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkmarshalers.list
gdkmedialib.c 2.11.0 2007-05-24 05:51:56 +00:00
gdkmedialib.h 2.11.0 2007-05-24 05:51:56 +00:00
gdkpango.c Use PANGO_PIXELS instead of division. (#334617) 2007-02-16 22:12:42 +00:00
gdkpango.h Bug 355343. Add a GdkPangoAttrEmbossColor. 2006-09-19 16:37:41 +00:00
gdkpixbuf-drawable.c New function to avoid pointless strdups when creating atoms from static 2005-09-11 05:39:45 +00:00
gdkpixbuf-render.c Another doc update 2005-12-20 05:35:15 +00:00
gdkpixbuf.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkpixmap.c Don't use G_DEFINE_TYPE, since the instance struct name does not match the 2006-05-31 03:34:04 +00:00
gdkpixmap.h New function to allow wrapping a native pixmap without a server roundtrip. 2006-03-30 04:08:51 +00:00
gdkpoly-generic.h
gdkpolyreg-generic.c Inline docs, use g_assert(), avoid extra allocation for rectangular 2005-12-24 07:29:00 +00:00
gdkprivate.h Add Sun mediaLib support so that hardware acceleration via mediaLib is 2007-05-16 01:35:51 +00:00
gdkproperty.h New function to avoid pointless strdups when creating atoms from static 2005-09-11 05:39:45 +00:00
gdkrectangle.c Allow dest to be NULL. (#464528, Xan Lopez) 2007-09-07 03:53:23 +00:00
gdkregion-generic.c Cleanups 2006-10-08 05:32:07 +00:00
gdkregion-generic.h Handle a borderline case correctly 2007-04-18 15:19:58 +00:00
gdkregion.h Inline docs, use g_assert(), avoid extra allocation for rectangular 2005-12-24 07:29:00 +00:00
gdkrgb.c Add Sun mediaLib support so that hardware acceleration via mediaLib is 2007-05-16 01:35:51 +00:00
gdkrgb.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
gdkscreen.c Rollback the following changes, to fix it the proper way in Pango: 2006-05-22 17:08:13 +00:00
gdkscreen.h Create 'composited' label. 2006-04-25 14:27:32 +00:00
gdkselection.c Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkselection.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkspawn.h
gdktestutils.h Fixed copyright for newly submitted files. 2007-11-20 17:44:06 +00:00
gdktypes.h Don't use GDK_ALT_MASK. 2005-09-06 19:25:47 +00:00
gdkvisual.c
gdkvisual.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gdkwindow.c guard for windows with GDK_WINDOW_DESTROYED set. (Fixes #482531, reported 2007-11-09 22:44:31 +00:00
gdkwindow.h Fixes #426246. 2007-09-12 17:13:24 +00:00
gen-keyname-table.pl Generate N_() calls for translatable key names. 2005-06-10 06:41:04 +00:00
keyname-table.h Mark arrow keys as translatable 2006-12-21 05:11:00 +00:00
keynames.txt Mark arrow keys as translatable 2006-12-21 05:11:00 +00:00
makeenums.pl
Makefile.am Use templates for glib-mkenums calls instead of complicated commandlines 2007-11-26 17:32:19 +00:00
makefile.msc also recurse into win32 for ::clean create gtkbuiltincache.h (most code to 2006-01-05 23:55:08 +00:00
makegdkalias.pl
pltcheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
testgdk.c