source: trunk/third/gtk-thinice-engine/ChangeLog @ 18878

Revision 18878, 9.3 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18877, which included commits to RCS files with non-trunk default branches.
Line 
12003-02-03  Tomas Ögren  <stric@ing.umu.se>
2
3        * configure.in: Released 2.0.2
4
52003-02-01  Tomas Ögren  <stric@ing.umu.se>
6
7        * Theme/gtk-2.0/gtkrc: Made unfocused background gray instead of blue
8
92003-01-29  Tomas Ögren  <stric@ing.umu.se>
10
11        * gtk-thinice-engine-2.pc.in: Added
12        * Makefile.am, configure.in: Add support for the .pc
13        * Theme/gtk-2.0/gtkrc: Change prelight colors due to menu changes
14        in gtk 2.2
15        * thinice_theme_draw.c: Stole some stuff for notebooks from Mist by
16        Dave Camp
17
182002-06-08  Tomas Ögren  <stric@ing.umu.se>
19
20        * Theme/gtk-2.0/gtkrc:
21          Made scrollbars 11px again, odd size is good for centering.
22          Made buttons with "default focus" the same size as those without
23          paned_dots = SOME  as default
24        * thinice_theme_draw.c:
25          Fixed arrow styles, accidentally made them =arrows all the time
26          Some other misc fixes to arrow stuff
27
282002-06-08  Tomas Ögren  <stric@ing.umu.se>
29
30        * thinice_theme_draw.c:
31          Change arrow drawing to match gtk (less pain)
32
332002-03-30  Tomas Ögren  <stric@ing.umu.se>
34
35        * thinice_theme_draw.c:
36          Fix gc clipping for the paned thingies
37
382002-03-30  Tomas Ögren  <stric@ing.umu.se>
39
40        * thinice_rc_style.c, thinice_rc_style.h, thinice_theme_draw.c,
41          Theme/gtk-2.0/gtkrc:
42          Add support for paned_dots = (NONE|SOME|FULL)
43
442002-03-29  Tomas Ögren  <stric@ing.umu.se>
45
46        * Makefile.am: Add $(THINICE_LIBS) to _LIBADD
47
482002-03-22  Tomas Ögren  <stric@ing.umu.se>
49
50        * Theme/gtk-2.0/gtkrc: Made combo menus a bit smaller
51
522002-03-11  Tomas Ögren  <stric@ing.umu.se>
53
54        * Finished the port to Gtk+ 2.
55
562001-12-09  Richard Hult  <rhult@codefactory.se>
57
58        * Most of the files: Initial port to Gtk+ 2.
59
602001-04-08  Tomas Ogren  <stric@ing.umu.se>
61
62        * Released 1.0.4, GEGL edition.
63
642001-04-08  Tomas Ogren  <stric@ing.umu.se>
65
66        * Added an example_gtkrc showing off some more style stuff
67
682001-04-08  Tomas Ogren  <stric@ing.umu.se>
69
70        * Bumped version number some and removed the generated gtkrc
71
722001-04-07  Tomas Ogren  <stric@ing.umu.se>
73
74        * Cleanups for build and other stuff
75
762000-12-17  Tomas Ogren  <stric@ing.umu.se>
77
78        * Fix Tim's email address
79
802000-11-13  Tomas Ogren  <stric@ing.umu.se>
81
82        * Some clipping fixes to the scrollbar thumbs
83        * Minor fix to gtkrc
84
852000-11-12  Tomas Ogren  <stric@ing.umu.se>
86
87        * Fixed colors on insensitive textboxes, fg == bg isn't that sexy 8)
88        * Increased the threshold for turning scrollbar thumbs into rectangular
89          so it looks better with the new mark types
90
912000-11-12  Tomas Ogren  <stric@ing.umu.se>
92
93        * Patch from Defresne Sylvain <sylvain.defresne@enst-bretagne.fr>
94          to make progress bars not display if too small (caused wraparounds)
95
962000-11-12  Tomas Ogren  <stric@ing.umu.se>
97
98        * Made disabled arrows in spin buttons look sane
99        * Took back scroll_button_marks so old configs work
100        * Put an arrow on the option menus instead of a box
101
1022000-09-10  Decklin Foster <decklin@red-bean.com>
103
104        * Make textboxes the gtkrc color instead of white
105        * draw framed boxes with an etched-in groove
106        * use light_gc instead of white_gc for disabled text
107        * kludge around extra border for textboxes
108        * draw shadow for menus
109        * add raised-type shadow for handleboxes
110
1112000-03-18  Tomas Ogren  <stric@ing.umu.se>
112
113        * Removed some debug output for now
114
1152000-03-05  Tomas Ogren  <stric@ing.umu.se>
116
117        * thinice_theme_draw.c: Some indent stuff and added configurability
118          of the handle boxes as well (maybe done)
119        * example_gtkrc: Updated example
120        * TODO: Removed the white bg stuff
121
1222000-03-04  Tomas Ogren  <stric@ing.umu.se>
123
124        * Work in progress... More configurability..
125        * example_gtkrc: Example file
126
1272000-02-28  Tomas Ogren  <stric@ing.umu.se>
128
129        * Changed TRUE/FALSE parsing to use one function instead of one for
130          each var to be set
131        * Some minor fixes (includes etc)
132
1332000-02-21  Tomas Ogren  <stric@ing.umu.se>
134
135        * Reincarnated development some...
136        * Fixed text entries to use background color from base[NORMAL] instead
137          of always white..
138
1391999-08-14  Tomas Ogren  <stric@ing.umu.se>
140
141        * Updated libtool to 1.3.3
142
1431999-07-10  Tomas Ogren  <stric@ing.umu.se>
144
145        * Changed a thing in gtkrc
146
1471999-06-10  Tomas Ogren  <stric@ing.umu.se>
148
149        * Made the .so depend on $(GTK_LIBS), so gtk-perl, gnome-python etc
150        works... See http://www.debian.org/Bugs/db/38/38138.html
151        * Updated libtool to 1.3.2
152        * Added a .spec
153        * Removed font from gtkrc so the theme selector can do its work
154        * Released 1.0.3
155
1561999-04-18  Tomas Ogren  <stric@ing.umu.se>
157
158        * Changed the colors in gtkrc to be #rrggbb instead of those floats
159
1601999-04-17  Tomas Ogren  <stric@ing.umu.se>
161
162        * Removed some gcc:isms
163        * Upped libtool to 1.2f and added -avoid-version
164        * Released 1.0.2
165
1661999-04-01  Tomas Ogren  <stric@ing.umu.se>
167
168        * Fixed some issues with arrow-drawing and radio-buttons
169        * Released 1.0.1
170
1711999-03-28  Tomas Ogren  <stric@ing.umu.se>
172
173        * thinice_theme_draw.c: Fixed a bunch of pixmap issues
174        * configure.in: Bumped to 1.0.0
175        * Released 1.0.0
176
1771999-03-07  Tim P. Gerla <timg@rrv.net>
178
179        * thinice_theme_main.c: Added dest->klass = &thinice_default_class
180          for Pavlov.
181
1821999-02-12  Tomas Ogren  <stric@ing.umu.se>
183
184        * thinice_theme_draw.c: Changed gtk_style_apply_default_pixmap to
185        gtk_style_apply_default_background (with the changed params).
186        * configure.in: Bumped to 0.5.0.
187        * Released 0.5.0
188
1891999-02-09  Tomas Ogren  <stric@ing.umu.se>
190
191        * Theme/gtk/gtkrc: Changed base[ACTIVE] to be a little more discrete
192
193Sun Jan 31 1999  Tomas Ogren  <stric@ing.umu.se>
194
195        * Added some defaultwidths/heights for scrollbars/scrollbuttons
196
197Sun Jan 31 1999  Tomas Ogren  <stric@ing.umu.se>
198
199        * Removed some commented stuff and fixed prototypes
200
201Sun Jan 31 1999  Tomas Ogren  <stric@ing.umu.se>
202
203        * Fixed some building issues (stop linking gtk etc)
204
205Wed Jan 27 1999  Tim P. Gerla  <timg@rrv.net>
206
207        * Added version check code from pixmap theme, to
208          ensure that we are linked to the right gtk.
209
210Wed Jan 13 1999  Tim P. Gerla  <timg@rrv.net>
211       
212        * Bumped version to 0.4.0.
213
214Tue Jan 12 1999  Tomas Ogren  <stric@ing.umu.se>
215
216        * Upped gtk requirement to 1.1.5 as gtk-engines ...
217
218Tue Jan 12 1999  Tomas Ogren  <stric@ing.umu.se>
219
220        * Fixed up some rules in configure.in .. we don't want static stuff..
221        * Upped version in configure.in to 0.3.99
222        * Changed version of libtool in autogen.sh
223        * Added config option for 'handlebar_marks' which is used in
224          handleboxes, defaults to on. Updated gtkrc.
225        * Updated README.html slightly (the notebook entry)
226
227Sun Jan 10 1999  Tomas Ogren  <stric@ing.umu.se>
228
229        * Added thinice_tab() - takes care of notebook tabs
230        * Fixed the notebook tabs.. still a minor glitch when at the ends,
231          have to fix the actual notebook for that... later..
232
233Sun Jan 10 1999  Tomas Ogren  <stric@ing.umu.se>
234
235        * Stole the 'DETAIL' define from Metal and applied all over the place
236        * Added two funcs, 'thinice_slash_one' and 'thinice_slash_two' which
237          draws either / or // in a box.. replaces the inline hacks for
238          scrollbars etc.
239          Replaced all the "unnecessary" code..
240        * Cleaned up some checks for user-data
241
242Sat Jan  2 1999  Tomas Ogren  <stric@ing.umu.se>
243
244        * Changed the look of LEFT_ARROW (tearoff-menus etc)
245        * Added an ACTIVE color for lists and changed the bg from white to
246          cyan-whitish
247
248Sat Jan  2 1999  Tomas Ogren  <stric@ing.umu.se>
249
250        * Changed the look of UP_ARROW and DOWN_ARROW (spinbuttons etc)
251
252Thu Dec  3 23:24:40 CST 1998    Tim P. Gerla <timg@rrv.net>
253
254        * Distribute autogen.sh
255
256
257Sun Nov 30 1998  Tomas Ogren  <stric@ing.umu.se>
258
259        * Changed the look of RIGHT_ARROW (used in menus for example)
260
261Sun Nov 29 1998  Tomas Ogren  <stric@ing.umu.se>
262
263        * Added configuration for the scrollbar-handles & buttons:
264          rect_scrollbar (default FALSE): rectangular or shaped scrollbar handles
265          scrollbar_marks (default TRUE): cute marks on the scrollbar handles
266          scroll_button_marks (default TRUE): cute marks on the scrollbar buttons
267        * new file: thinice_theme.h: config-stuff & defaults
268        * Updated Theme/README.html ... removed the bug about entry-boxes..
269        * Updated Theme/gtk/gtkrc ... Added the new config-stuff with comments
270
271Thu Nov 26 1998  Tomas Ogren  <stric@ing.umu.se>
272
273        * Fixed the scroll-thumb to fallback to a rectangle if it gets too small...
274
275Thu Nov 26 06:10:57 1998  Tomas Ogren  <stric@ing.umu.se>
276
277        * thinice_theme_draw.c (draw_arrow): Added check for vscrollbar as well for the end-"arrows"
278        * thinice_theme_draw.c (draw_box): Set the correct background behind the sliders on scrollbars
279
2801998-11-25  Tim P. Gerla  <timg@rrv.net>
281
282        * thinice_theme_draw.c (draw_check): Changed back to motif style to match the new option buttons
283        * thinice_theme_draw.c (draw_option): Merged Ice's patches in.
284
285Tue Nov 24 16:30:36 1998  Tomas Ogren  <stric@ing.umu.se>
286
287        * thinice_theme_draw.c (draw_check, draw_option): Changed c++ comments to c comments
288       
289Tue Nov 24 04:29:31 1998  Tomas Ogren  <stric@ing.umu.se>
290
291        * thinice_theme_draw.c (draw_arrow): Added the "arrows" for scrollbars
292        * thinice_theme_draw.c (draw_box): Fixed the scrollbars.. almost done now...
293        * thinice_theme_draw.c (draw_slider): #ifdef'd some debug-stuff
294
2951998-11-23  Tim P. Gerla  <timg@rrv.net>
296
297        * thinice_theme_draw.c (thinice_default_class =): Changed thickness back to 2.
298
299Tue Nov 24 00:40:41 1998  Tomas Ogren  <stric@ing.umu.se>
300
301        * thinice_theme_draw.c (draw_check, draw_option): stole code from Metal
302
3031998-11-23  Tim P. Gerla  <timg@rrv.net>
304
305        * thinice_theme_draw.c (draw_flat_box): Use white_gc for entry backgrounds.
306        * thinice_theme_draw.c (toplevel): Change width from 2 to 1.
307        * Added autogen.sh.
308        * Removed some autogenerated files.
Note: See TracBrowser for help on using the repository browser.