Thu Mar 15 02:07:25 2001 Owen Taylor * configure.in (cflags_set): Release 0.12 * configure.in: Suppress the default action when checking for gtk_style_set_prop_experimental to avoid messing up $LIBS. (#51989) * configure.in: Add -Wall for GCC. * raleigh/raleigh_theme_{draw,main}.c: Couple of trivial warning cleanups. Thu Feb 15 23:32:27 2001 Owen Taylor * configure.in (cflags_set): Release 0.11. Mon Feb 12 17:43:57 2001 Owen Taylor * Makefile.am raleigh/*: Import of new theme that using GTK+-1.2.9 features to look better. Wed Jan 17 13:40:08 2001 Owen Taylor * {notif,redmond95}/Theme/gtk/gtkrc: Remove references to /home/raster. (RH bugzilla #20444) 2000-02-13 Tor Lillqvist * makefile.cygwin: New file, for building with gcc on Windows without auto* and libtool. * makefile.msc: New file, for building with MSVC. * README.win32: New file. * Makefile.am (EXTRA_DIST): Distribute the new files. Thu Feb 3 15:05:57 PST 2000 Manish Singh * acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release) Tue Jan 25 10:58:11 2000 Owen Taylor * configure.in: Up version, make a 0.10 release including workaround hack for pixmap eventbox backgrounds. 1999-05-30 James Henstridge * configure.in, */Makefile.am: make the theme engines link against gtk. Sat May 1 12:11:33 PDT 1999 Manish Singh * acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: libtool 1.3 Mon Mar 29 21:13:13 PST 1999 Manish Singh * acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: libtool 1.2f Fri Feb 26 20:38:53 1999 Owen Taylor * configure.in: Up version number to 0.5 Thu Feb 11 23:09:55 1999 Owen Taylor * configure.in (cflags_set): Up version number to 0.4. * **/Makefile.am: Removed all references to makemakefile.sh Tue Feb 2 05:16:12 PST 1999 Manish Singh * acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: use CVS libtool 1.2e. Tell me what breaks. * pixmap/Makefile.am * metal/Makefile.am * notif/Makefile.am * redmond95/Makefile.am: use -module and -avoid-version flags * configure.in: minor clean ups Wed Jan 27 21:14:54 PST 1999 Manish Singh * acinclude.m4: new file, to go with libtool * ltmain.sh * ltconfig: better file magic regexp for Linux libs Mon Jan 18 14:08:14 1999 Owen Taylor * README: Wrote one * AUTHORS: Added Randy Gordon * gtk-engines.spec: Up version number Mon Jan 18 13:46:41 1999 Owen Taylor * configure.in: Up version for an 0.2 release. Mon Jan 18 11:25:25 1999 Owen Taylor * configure.in: Remove -lgdk, -lgtk, and -lglib from GDK_IMLIB_LIBS. * redmond95/Makefile.am notif/Makefile.am metal/Makefile.am pixmap/Makefile.am: Don't link to GTK_LIBS, since we want to use the main programs copy of GTK+. * */*_theme_main.c: Add a gtk_module_check_init() function to check if we are compatible with the version of GTK+ of the main executable. Removed some debugging printf's. Wed Jan 13 16:30:45 PST 1999 Manish Singh * ltconfig * ltmain.sh: House! Techno! Libtool! (do the 1.2d dance baby) Sun Jan 3 14:13:28 PST 1999 Manish Singh * configure.in: don't try to build static libs by default, it doesn't make much sense * redmond95/Makefile.am * notif/Makefile.am * metal/Makefile.am: don't link to $GDK_IMLIB_LIBS Wed Dec 16 12:52:55 EST 1998 The Rasterman * removed win95 and Motif themes - replace with Notif and Redmond95 - otherwise the same. 1998-11-07 Raja R Harinath * configure.in: Unify all subdir `configure.in's here. Mon Oct 19 12:11:28 1998 Owen Taylor * Add in ltconfig and ltmain.sh with correct shldeps patches. 1998-10-17 * (theme)/configure.in: changed AC_INIT field. Sat Oct 17 00:35:10 1998 Owen Taylor * */*.[ch]: Removed unused code for handling RC data, made functions static to reduce damage from g_module's RTLD_GLOBAL. Removed theme_set_background functions which were just cut 'n paste code from GTK+. * */*.h: Removed unused, obsolete header files. Tue Sep 1 00:12:12 CDT 1998 Frank Belew * Makefile.am: added support for new imlib.m4 * configure.in: added support for new imlib.m4 Fri Aug 21 19:08:25 1998 Owen Taylor * Makefile.am: Added support for metal theme. Install/distribute gtkrc's for each theme. Thu Aug 20 18:25:07 EDT 1998 The Rasterman * added metal theme, fixed pixmap theme now to use pixmap path - and removed lots of annoying print's, added gtkr's for each theme data.. now all your rc needs to do is include these rc's. Mon Aug 17 20:32:53 1998 Owen Taylor * Makefile.am, pixmap/Makefile.am: Switch back to using automake, fix things up to make dist properly. * pixmap_theme.h: Rationalized. * win95_theme.h motif_theme.h: Removed * Started ChangeLog. Thu Jul 30 14:51:34 EDT 1998 The Rasterman * Moved all the themes to install cleanly the engine *.so's in $(exec_prefix)/lib/gtk/themes/engines/ . All the data for themes is now installed in $(exec_prefix)/share/gtk/themes/theme_name/ All things build using GNU configure and autoconf and libtool now. I have created a win95, motif and pixmap theme setup - i have to work on the motif and win95 ones - pixmap theme also need work - it partially parses a gtkrc for itself. This is goign to be a good sample base to work from if you wish to write your own theme engines. Thu Jul 30 19:10:42 EDT 1998 The Rasterman * Fixed the win95/motif drawing functions to NOT clobber the original GTK bg pixmap style stuff.... :)