2001-05-04 Rodney Dawes * Made ThinIce use arrows from Clean engine * Made ThinIce use dimples from Clean engine * Named theme CleanIce and forked * Initial Release of CleanIce 1999-06-10 Tomas Ogren * Made the .so depend on $(GTK_LIBS), so gtk-perl, gnome-python etc works... See http://www.debian.org/Bugs/db/38/38138.html * Updated libtool to 1.3.2 * Added a .spec * Removed font from gtkrc so the theme selector can do its work * Released 1.0.3 1999-04-18 Tomas Ogren * Changed the colors in gtkrc to be #rrggbb instead of those floats 1999-04-17 Tomas Ogren * Removed some gcc:isms * Upped libtool to 1.2f and added -avoid-version * Released 1.0.2 1999-04-01 Tomas Ogren * Fixed some issues with arrow-drawing and radio-buttons * Released 1.0.1 1999-03-28 Tomas Ogren * thinice_theme_draw.c: Fixed a bunch of pixmap issues * configure.in: Bumped to 1.0.0 * Released 1.0.0 1999-03-07 Tim P. Gerla * thinice_theme_main.c: Added dest->klass = &thinice_default_class for Pavlov. 1999-02-12 Tomas Ogren * thinice_theme_draw.c: Changed gtk_style_apply_default_pixmap to gtk_style_apply_default_background (with the changed params). * configure.in: Bumped to 0.5.0. * Released 0.5.0 1999-02-09 Tomas Ogren * Theme/gtk/gtkrc: Changed base[ACTIVE] to be a little more discrete Sun Jan 31 1999 Tomas Ogren * Added some defaultwidths/heights for scrollbars/scrollbuttons Sun Jan 31 1999 Tomas Ogren * Removed some commented stuff and fixed prototypes Sun Jan 31 1999 Tomas Ogren * Fixed some building issues (stop linking gtk etc) Wed Jan 27 1999 Tim P. Gerla * Added version check code from pixmap theme, to ensure that we are linked to the right gtk. Wed Jan 13 1999 Tim P. Gerla * Bumped version to 0.4.0. Tue Jan 12 1999 Tomas Ogren * Upped gtk requirement to 1.1.5 as gtk-engines ... Tue Jan 12 1999 Tomas Ogren * Fixed up some rules in configure.in .. we don't want static stuff.. * Upped version in configure.in to 0.3.99 * Changed version of libtool in autogen.sh * Added config option for 'handlebar_marks' which is used in handleboxes, defaults to on. Updated gtkrc. * Updated README.html slightly (the notebook entry) Sun Jan 10 1999 Tomas Ogren * Added thinice_tab() - takes care of notebook tabs * Fixed the notebook tabs.. still a minor glitch when at the ends, have to fix the actual notebook for that... later.. Sun Jan 10 1999 Tomas Ogren * Stole the 'DETAIL' define from Metal and applied all over the place * Added two funcs, 'thinice_slash_one' and 'thinice_slash_two' which draws either / or // in a box.. replaces the inline hacks for scrollbars etc. Replaced all the "unnecessary" code.. * Cleaned up some checks for user-data Sat Jan 2 1999 Tomas Ogren * Changed the look of LEFT_ARROW (tearoff-menus etc) * Added an ACTIVE color for lists and changed the bg from white to cyan-whitish Sat Jan 2 1999 Tomas Ogren * Changed the look of UP_ARROW and DOWN_ARROW (spinbuttons etc) Thu Dec 3 23:24:40 CST 1998 Tim P. Gerla * Distribute autogen.sh Sun Nov 30 1998 Tomas Ogren * Changed the look of RIGHT_ARROW (used in menus for example) Sun Nov 29 1998 Tomas Ogren * Added configuration for the scrollbar-handles & buttons: rect_scrollbar (default FALSE): rectangular or shaped scrollbar handles scrollbar_marks (default TRUE): cute marks on the scrollbar handles scroll_button_marks (default TRUE): cute marks on the scrollbar buttons * new file: thinice_theme.h: config-stuff & defaults * Updated Theme/README.html ... removed the bug about entry-boxes.. * Updated Theme/gtk/gtkrc ... Added the new config-stuff with comments Thu Nov 26 1998 Tomas Ogren * Fixed the scroll-thumb to fallback to a rectangle if it gets too small... Thu Nov 26 06:10:57 1998 Tomas Ogren * thinice_theme_draw.c (draw_arrow): Added check for vscrollbar as well for the end-"arrows" * thinice_theme_draw.c (draw_box): Set the correct background behind the sliders on scrollbars 1998-11-25 Tim P. Gerla * thinice_theme_draw.c (draw_check): Changed back to motif style to match the new option buttons * thinice_theme_draw.c (draw_option): Merged Ice's patches in. Tue Nov 24 16:30:36 1998 Tomas Ogren * thinice_theme_draw.c (draw_check, draw_option): Changed c++ comments to c comments Tue Nov 24 04:29:31 1998 Tomas Ogren * thinice_theme_draw.c (draw_arrow): Added the "arrows" for scrollbars * thinice_theme_draw.c (draw_box): Fixed the scrollbars.. almost done now... * thinice_theme_draw.c (draw_slider): #ifdef'd some debug-stuff 1998-11-23 Tim P. Gerla * thinice_theme_draw.c (thinice_default_class =): Changed thickness back to 2. Tue Nov 24 00:40:41 1998 Tomas Ogren * thinice_theme_draw.c (draw_check, draw_option): stole code from Metal 1998-11-23 Tim P. Gerla * thinice_theme_draw.c (draw_flat_box): Use white_gc for entry backgrounds. * thinice_theme_draw.c (toplevel): Change width from 2 to 1. * Added autogen.sh. * Removed some autogenerated files.