2001-04-08 Tomas Ogren * Released 1.0.4, GEGL edition. 2001-04-08 Tomas Ogren * Added an example_gtkrc showing off some more style stuff 2001-04-08 Tomas Ogren * Bumped version number some and removed the generated gtkrc 2001-04-07 Tomas Ogren * Cleanups for build and other stuff 2000-12-17 Tomas Ogren * Fix Tim's email address 2000-11-13 Tomas Ogren * Some clipping fixes to the scrollbar thumbs * Minor fix to gtkrc 2000-11-12 Tomas Ogren * Fixed colors on insensitive textboxes, fg == bg isn't that sexy 8) * Increased the threshold for turning scrollbar thumbs into rectangular so it looks better with the new mark types 2000-11-12 Tomas Ogren * Patch from Defresne Sylvain to make progress bars not display if too small (caused wraparounds) 2000-11-12 Tomas Ogren * Made disabled arrows in spin buttons look sane * Took back scroll_button_marks so old configs work * Put an arrow on the option menus instead of a box 2000-09-10 Decklin Foster * Make textboxes the gtkrc color instead of white * draw framed boxes with an etched-in groove * use light_gc instead of white_gc for disabled text * kludge around extra border for textboxes * draw shadow for menus * add raised-type shadow for handleboxes 2000-03-18 Tomas Ogren * Removed some debug output for now 2000-03-05 Tomas Ogren * thinice_theme_draw.c: Some indent stuff and added configurability of the handle boxes as well (maybe done) * example_gtkrc: Updated example * TODO: Removed the white bg stuff 2000-03-04 Tomas Ogren * Work in progress... More configurability.. * example_gtkrc: Example file 2000-02-28 Tomas Ogren * Changed TRUE/FALSE parsing to use one function instead of one for each var to be set * Some minor fixes (includes etc) 2000-02-21 Tomas Ogren * Reincarnated development some... * Fixed text entries to use background color from base[NORMAL] instead of always white.. 1999-08-14 Tomas Ogren * Updated libtool to 1.3.3 1999-07-10 Tomas Ogren * Changed a thing in gtkrc 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.