1commit 952496ebe66c0b9709bbf64120669f479f9beef4
2Author: Peter de Ridder <peter@xfce.org>
3Date:   Sat Feb 28 13:45:19 2015 +0100
4
5    Release 3.2.0!
6
7commit 616e0224f43effef0928163e98a7a15a1a93951c
8Author: Peter de Ridder <peter@xfce.org>
9Date:   Sat Feb 28 13:11:15 2015 +0100
10
11    Added the flat theme to automake
12
13commit b5dc8d54a359b612158cf55e12d80966c3ba3a33
14Author: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
15Date:   Sat Feb 28 11:52:57 2015 +0100
16
17    Added new flat theme
18
19commit ab532ce84167c80686b571d2a13371c623aada29
20Author: Peter de Ridder <peter@xfce.org>
21Date:   Fri Feb 27 22:40:45 2015 +0100
22
23    Don't free the rc_style on parse errors
24
25commit 9a59483d3c9a849b8ce54c1a19867455e881c463
26Author: Peter de Ridder <peter@xfce.org>
27Date:   Wed Feb 18 21:02:57 2015 +0100
28
29    Post release tag bump.
30
31commit 487eeec75c8522f5ef05fc219b597aef2674d9ea
32Author: Peter de Ridder <peter@xfce.org>
33Date:   Wed Feb 18 21:02:07 2015 +0100
34
35    Release 3.1.0!
36
37commit 5aad173a52e70301177c96e3e1e1bf0e5aa9324c
38Author: Peter de Ridder <peter@xfce.org>
39Date:   Wed Feb 18 20:56:00 2015 +0100
40
41    Disable gtk3 by default
42
43commit 9cee5b99364e77567a56385af63fc1d5a8f456be
44Author: Nicolas Iooss <nicolas.iooss_xfce@m4x.org>
45Date:   Mon Jun 9 12:34:03 2014 +0200
46
47    Fix text-shadow value to silence a gtk3 warning
48
49    When running gtk applications in XFCE, the following warning appears in
50    the console:
51
52        (gedit:9384): Gtk-WARNING **: Theme parsing error: gtk.css:102:18:
53        Not using units is deprecated. Assuming 'px'.
54        (gedit:9384): Gtk-WARNING **: Theme parsing error: gtk.css:102:20:
55        Not using units is deprecated. Assuming 'px'.
56
57    These warning are triggered by such lines:
58
59        text-shadow: 1 1 white;
60
61    The fix consists in replacing "1" by "1px" in such lines.
62
63commit 098cec3528eeda44b9e1ec23e4bab55ea1db15c5
64Author: Peter de Ridder <peter@xfce.org>
65Date:   Wed Feb 18 20:17:56 2015 +0100
66
67    Added default colors to xfce basic theme
68
69commit 1c841853490ec9bb4c7b1d403519eb8d18158e24
70Author: Peter de Ridder <peter@xfce.org>
71Date:   Wed Feb 18 20:10:02 2015 +0100
72
73    Fixed used before set variable.
74
75commit 8c34d1b897fd622b8dc52234030ece763c33f142
76Author: Peter de Ridder <peter@xfce.org>
77Date:   Thu Jan 9 22:11:32 2014 +0100
78
79    Use parent style for retrieving the background.
80
81commit 4d040a1e3b6a82c86399819261944b88d93b99ea
82Author: Peter de Ridder <peter@xfce.org>
83Date:   Sun Jan 5 16:16:22 2014 +0100
84
85    Improved Gtk2 notebook.
86
87commit ae2622e6917da359ab2868443bc399dff76774d5
88Author: Peter de Ridder <peter@xfce.org>
89Date:   Sun Jan 5 15:19:00 2014 +0100
90
91    Use smooth_edge in focus line too.
92
93commit e91f7cd0cfa190a3e71f246793dd4a7cae9953d0
94Author: Peter de Ridder <peter@xfce.org>
95Date:   Sun Jan 5 14:00:38 2014 +0100
96
97    Use parent background for smooth edges.
98
99commit 8358551451918f61947dbd9e0066ee8a08b51149
100Author: Peter de Ridder <peter@xfce.org>
101Date:   Fri Dec 27 13:52:17 2013 +0100
102
103    Added focus_color style property.
104
105commit 32dce2c571c45b1da25b4b6116e6e13d5d95a76e
106Author: Peter de Ridder <peter@xfce.org>
107Date:   Sun Dec 15 22:03:51 2013 +0100
108
109    Added flat_border style property.
110
111commit 5f5e546e368772d64c9855a038026eb81156af98
112Author: Peter de Ridder <peter@xfce.org>
113Date:   Sun Dec 15 19:46:17 2013 +0100
114
115    More consistent notebook in Gtk2.
116
117commit 8318ef51418fcf6d5707e6951dc1af7beab5e231
118Author: Peter de Ridder <peter@xfce.org>
119Date:   Sun Dec 15 19:44:52 2013 +0100
120
121    Support trough-side-details.
122
123commit 7474743ceb1b9e066868517c8f98da033094d129
124Author: Nick Schermer <nick@xfce.org>
125Date:   Sun Jan 6 12:19:05 2013 +0100
126
127    Autotools updates.
128
129commit 52153bb152315dfe844c0eaf60b8194fa7a89d06
130Author: Peter de Ridder <peter@xfce.org>
131Date:   Sat Sep 8 21:36:20 2012 +0200
132
133    Post release tag bump.
134
135commit bd46665d0504816f3ececc3e18b0ece53942659c
136Author: Peter de Ridder <peter@xfce.org>
137Date:   Sat Sep 8 21:28:10 2012 +0200
138
139    Release 3.0.1!
140
141commit 964d4a05896bcb6dfbeec34dccb77e4f381363f1
142Author: Landry Breuil <landry@xfce.org>
143Date:   Wed Aug 22 09:34:45 2012 +0200
144
145    Don't leak a graduent pattern at each draw (bug #8521)
146
147commit c1c38420c532808e92089426ea301fe4ad8441ac
148Author: Peter de Ridder <peter@xfce.org>
149Date:   Sat Apr 28 12:26:46 2012 +0200
150
151    Post release tag bump.
152
153commit c48fc413091b4cee27627bd63a60d279521ed3ef
154Author: Peter de Ridder <peter@xfce.org>
155Date:   Sat Apr 28 12:09:34 2012 +0200
156
157    Release 3.0.0!
158
159commit ee948e3708492c58ba4d8c52b8cc6320d4c6f02a
160Author: Peter de Ridder <peter@xfce.org>
161Date:   Sat Apr 28 11:37:38 2012 +0200
162
163    Default themes don't support Gtk+-3.4
164
165commit 39d67c146f82f0bc341cf62918220b3627b2ffa5
166Author: Peter de Ridder <peter@xfce.org>
167Date:   Thu Apr 26 21:51:18 2012 +0200
168
169    Added Gtk 3.4 support to the engine
170
171    Themes are not updated default themes only support Gtk 3.2
172
173commit 1ff854f50179fa83b82502d5d44cbe47f7ee6833
174Author: Peter de Ridder <peter@xfce.org>
175Date:   Thu Apr 26 21:21:53 2012 +0200
176
177    Tuned default theme for Gtk 3.2
178
179    Xfce
180
181commit c4324b7d8947482239a6479113d2570b8a39399c
182Author: Peter de Ridder <peter@xfce.org>
183Date:   Thu Apr 26 21:20:06 2012 +0200
184
185    Require Gtk 3.2
186
187    For parsing of the provided css files Gtk 3.2 is required.
188
189commit 4da9c7e410eeb1897385f8c0c481b749324fa280
190Author: Peter de Ridder <peter@xfce.org>
191Date:   Thu Apr 26 21:18:12 2012 +0200
192
193    Corrected class matching and alignments
194
195commit b7c22fea65e90fdcef938d55a3e229a966982bf4
196Author: Peter de Ridder <peter@xfce.org>
197Date:   Thu Apr 26 21:16:01 2012 +0200
198
199    More consisten extension rendering
200
201commit dadd9f2e09d8e8287af8b87c7a0a91b59e16940b
202Author: Peter de Ridder <peter@xfce.org>
203Date:   Thu Apr 26 21:08:01 2012 +0200
204
205    Use the correct colors for options and checks
206
207commit 0d4b2021503fd0e1ccf106c6d9035bafd55bcdac
208Author: Peter de Ridder <peter@xfce.org>
209Date:   Thu Apr 26 21:03:54 2012 +0200
210
211    Corrected DETAIL names
212
213commit 8820907427c388a7b767feb296ab2a5b8e0ecf1c
214Author: Peter de Ridder <peter@xfce.org>
215Date:   Tue Apr 17 20:23:47 2012 +0200
216
217    Added px for border sizes
218
219commit c16155f07c803c1a21c12ffba293b792c1e34635
220Author: Nick Schermer <nick@xfce.org>
221Date:   Sat Apr 14 10:07:33 2012 +0200
222
223    Post release tag bump.
224
225commit 4bc62428359f9e29ac675acd5f35b2833c0d2785
226Author: Nick Schermer <nick@xfce.org>
227Date:   Sat Apr 14 10:06:33 2012 +0200
228
229    Updates for release.
230
231commit 34291902cdf4432dd68ad6fed3b41757bb046a01
232Author: Peter de Ridder <peter@xfce.org>
233Date:   Sun Apr 8 18:39:22 2012 +0200
234
235    Reduce GtkComboBox padding (bug #8455)
236
237commit 8e816c51b4e405188b3d92f9580ce4142c7b05c6
238Author: Lionel Le Folgoc <lionel@lefolgoc.net>
239Date:   Sun Apr 8 17:45:18 2012 +0200
240
241    Link against libm for floor() and ceil()
242
243commit f624005960e8cfe24cbddd2c717a84e22f657227
244Author: Peter de Ridder <peter@xfce.org>
245Date:   Thu Mar 29 21:54:47 2012 +0200
246
247    Post release tag bump.
248
249commit ce59bdc13ecfb547f9cb3211fd42acc91b321cf1
250Author: Peter de Ridder <peter@xfce.org>
251Date:   Thu Mar 29 21:50:38 2012 +0200
252
253    Release 2.99.2!
254
255commit aa2f6b7e241e5a8e7ec32d91f8f2e785ac71819c
256Merge: e9d9e7b 955dd15
257Author: Peter de Ridder <peter@xfce.org>
258Date:   Thu Mar 29 21:40:31 2012 +0200
259
260    Merge branch 'peter/gtk3'
261
262commit 955dd154a2a28d209f1cb35bd6c1c7e556c6afc0
263Author: Peter de Ridder <peter@xfce.org>
264Date:   Thu Mar 29 21:37:37 2012 +0200
265
266    Set -xfce-button-default-border (bug #8454)
267
268    Xfce-stellar
269
270commit 8e0ab26b57e5d87b7434ac3045946c07a37dff03
271Author: Peter de Ridder <peter@xfce.org>
272Date:   Mon Mar 26 23:39:27 2012 +0200
273
274    Draw inset border around default button (bug #8454)
275
276    Gtk 3 doesn't draw a inset border around the default button when
277    -GtkButton-default-border is set. With -xfce-button-default-border this
278    border will be drawn.
279
280commit ad461c453a0415d8781280a857397639a8190271
281Author: Peter de Ridder <peter@xfce.org>
282Date:   Sun Mar 25 14:12:51 2012 +0200
283
284    Use size for the radio and check boxes (bug #8456)
285
286commit 3765a80cf3acd1e63f3207bc0b873ffcab6ef78c
287Author: Peter de Ridder <peter@xfce.org>
288Date:   Sun Mar 25 10:43:58 2012 +0200
289
290    Correctly match gtk-tooltip widgets (bug #8494)
291
292commit e9d9e7b48b69277a064c7eb30a17b1ef16662a7d
293Author: Peter de Ridder <peter@xfce.org>
294Date:   Sun Mar 25 10:43:58 2012 +0200
295
296    Correctly match gtk-tooltip widgets (bug #8494)
297
298commit 3986032f9ebdde4d6c8d4df65bc1446495da0ce2
299Author: Peter de Ridder <peter@xfce.org>
300Date:   Sun Feb 19 15:26:41 2012 +0100
301
302    Improved menu theming
303
304commit 6cbd8df67974cb12c2b9baa2ff6bbd50260b94c2
305Author: Peter de Ridder <peter@xfce.org>
306Date:   Sun Feb 19 13:50:28 2012 +0100
307
308    Don't use menubar style border for menubar items
309
310commit 3aeb697454a1ca3a1a8e34bf9d6b5168e672b36d
311Author: Peter de Ridder <peter@xfce.org>
312Date:   Fri Feb 10 23:04:49 2012 +0100
313
314    Post release tag bump.
315
316commit 853ae5f266bb3c6ff7c6164d66d3853d238d62b5
317Author: Peter de Ridder <peter@xfce.org>
318Date:   Fri Feb 10 22:49:37 2012 +0100
319
320    Release 2.99.1!
321
322commit c51477618af859df685ff356aaa7cea858a00308
323Author: Peter de Ridder <peter@xfce.org>
324Date:   Wed Feb 8 20:25:53 2012 +0100
325
326    Correctly draw spin button without state-hint set
327
328commit 0b76013e0c9df15a3c64d9f533da718c52fc1214
329Author: Peter de Ridder <peter@xfce.org>
330Date:   Mon Feb 6 22:10:54 2012 +0100
331
332    Corrected indicator-size values
333
334commit fa2177b002921d29c2b0323ee78860310ce76874
335Author: Peter de Ridder <peter@xfce.org>
336Date:   Mon Feb 6 22:02:17 2012 +0100
337
338    Round the location of check and radio, removing blur
339
340commit 7c69418347c59383e9542fa4562cdf4019ca3672
341Author: Peter de Ridder <peter@xfce.org>
342Date:   Mon Feb 6 21:58:48 2012 +0100
343
344    Render the spin buttons inside the entry part
345
346    Extended the entry part of the spin button and moved the spinner buttons
347    inside. This gives more consistency with Gtk.
348
349commit 82fb20dd2de8d56c5ee1539584751bebd4f583d7
350Author: Peter de Ridder <peter@xfce.org>
351Date:   Sun Jan 8 16:31:24 2012 +0100
352
353    Corrected widget name of focus-pattern property
354
355    Xfce-4.6, Xfce
356
357commit b3fafc5500e15ee0bd1cef57d80dbcb9f2688d8c
358Author: Peter de Ridder <peter@xfce.org>
359Date:   Sun Jan 8 16:23:08 2012 +0100
360
361    Consistency with Gtk 2 for expander
362
363commit 0999214e137164d6f5d1e19f8bf9c0c0d24d1b19
364Author: Peter de Ridder <peter@xfce.org>
365Date:   Sun Jan 8 16:19:39 2012 +0100
366
367    Corrected button prelight color
368
369    Xfce-4.6, Xfce
370
371commit 63da31624c2def06cc051f91e55a4c58e46625c6
372Author: Peter de Ridder <peter@xfce.org>
373Date:   Fri Dec 30 16:26:04 2011 +0100
374
375    Added Gtk 3 background render function
376
377commit 3c38beab1fefbfd072201241a5ebdb7e31b712fe
378Author: Peter de Ridder <peter@xfce.org>
379Date:   Fri Dec 23 15:31:43 2011 +0100
380
381    Corrected button shade directions
382
383    Xfce-4.4, Xfce-4.6, Xfce
384
385commit 0a2d889281440c78b60fb0e70ee1121e1baf148c
386Author: Lionel Le Folgoc <lionel@lefolgoc.net>
387Date:   Sat Dec 17 20:38:14 2011 +0100
388
389    Link against libm for floor() and ceil()
390
391commit 2d01d1235b0e8425f251da55e4cb98fcc03f5cd5
392Author: Peter de Ridder <peter@xfce.org>
393Date:   Sat Dec 17 17:06:55 2011 +0100
394
395    Post release tag bump.
396
397commit 9db1cc8b5aae8ac87553c21cb7af351356684d5f
398Author: Peter de Ridder <peter@xfce.org>
399Date:   Sat Dec 17 16:59:47 2011 +0100
400
401    Release 2.99.0!
402
403commit 0d511c44d6696800c42127fe7e5ddda8ba8c5e6a
404Author: Peter de Ridder <peter@xfce.org>
405Date:   Sat Dec 17 16:45:40 2011 +0100
406
407    Added the mkenum files to the Makefile.am
408
409commit ca97cba4b998dc068097016f6e2655c396151f35
410Merge: b987209 cab2bc1
411Author: Peter de Ridder <peter@xfce.org>
412Date:   Sat Dec 17 16:24:06 2011 +0100
413
414    Merge branch 'peter/gtk3'
415
416commit cab2bc1fbe877bea724e454ab7545fa3777b68f5
417Author: Peter de Ridder <peter@xfce.org>
418Date:   Tue Dec 13 23:46:20 2011 +0100
419
420    Removed non-existing style properties
421
422commit e43f1ad1f60932c71dc3d42a2867dd109be1b734
423Author: Peter de Ridder <peter@xfce.org>
424Date:   Mon Dec 12 14:56:41 2011 +0100
425
426    More consistency with Gtk 2 for check, radio and notebook tab
427
428commit 4e67318b817588aa941542a02849c2394fe1c462
429Author: Peter de Ridder <peter@xfce.org>
430Date:   Mon Dec 12 14:54:48 2011 +0100
431
432    For grip style slide use color instead of background:selected
433
434commit b987209c2065518f6354f13883f8bc4180a251a0
435Author: Peter de Ridder <peter@xfce.org>
436Date:   Mon Dec 12 13:01:53 2011 +0100
437
438    Removed unused variables
439
440commit 8a6d5caf69d6b063103608277ed040768323e4e4
441Author: Peter de Ridder <peter@xfce.org>
442Date:   Sun Dec 11 23:18:31 2011 +0100
443
444    Drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT
445
446commit 18dcbfbff5e3df29e9dede82004bff9b5e896abc
447Author: Peter de Ridder <peter@xfce.org>
448Date:   Sun Dec 11 23:14:03 2011 +0100
449
450    Added top comment to Gtk 3 themes which have them in Gtk 2 version
451
452    Xfce-orange
453
454commit 3d966ec6c302b7b484d353588ac1bc054c080cad
455Author: Peter de Ridder <peter@xfce.org>
456Date:   Sun Dec 11 23:12:55 2011 +0100
457
458    Added missing border-color
459
460    Xfce-redmondxp
461
462commit 9b1cb5cd048373e139b3b24509646b509bbc582c
463Author: Peter de Ridder <peter@xfce.org>
464Date:   Sun Dec 11 23:10:31 2011 +0100
465
466    Converting last themes to Gtk 3
467
468    Xfce-4.0, Xfce-4.2, Xfce-4.4, Xfce-4.6, Xfce
469
470commit d21ebb88432202809961605797a5fcdc02da0e22
471Author: Peter de Ridder <peter@xfce.org>
472Date:   Fri Nov 18 23:57:52 2011 +0100
473
474    Converting more gradient themes to Gtk 3
475
476    Xfce-orange, Xfce-redmondxp
477
478commit 381e98fcc9ad07b1b5e15d85131581f74dad5e41
479Author: Peter de Ridder <peter@xfce.org>
480Date:   Fri Nov 18 23:55:25 2011 +0100
481
482    Swapped gradient order for active and selected
483
484    Xfce-basic, Xfce-cadmium, Xfce-dusk
485
486commit 64be8a6e7ef052dff61c6a8dbf6902af200429f2
487Author: Peter de Ridder <peter@xfce.org>
488Date:   Thu Nov 17 22:19:12 2011 +0100
489
490    Converted basic theme to Gtk 3 not matching Gtk 2 colors
491
492    Xfce-basic
493
494commit 1fa76c110247ec0f456da415a7ef6530c37c48b4
495Author: Peter de Ridder <peter@xfce.org>
496Date:   Sun Nov 13 14:36:43 2011 +0100
497
498    Started on converting gradient themes to Gtk 3
499
500    Xfce-dawn, Xfce-dusk, Xfce-kde2, Xfce-kolors, Xfce-winter
501
502commit e40aac426d54806bd1965a7409e6d6abadd62ef0
503Author: Peter de Ridder <peter@xfce.org>
504Date:   Tue Oct 18 21:31:43 2011 +0200
505
506    Converting more themes to Gtk 3
507
508    Xfce-cadmium, Xfce-curve
509
510commit c770fd81eb3b659abfedc5d61e6c3200c894989c
511Author: Peter de Ridder <peter@xfce.org>
512Date:   Tue Oct 18 21:29:28 2011 +0200
513
514    Improved compatibility between Gtk 2 and Gtk 3 theme
515
516    Xfce-b5, Xfce-light, Xfce-saltlake, Xfce-smooth, Xfce-stellar
517
518commit 5bec77f3d932c49e09700ff0293c25dd1d932874
519Author: Peter de Ridder <peter@xfce.org>
520Date:   Tue Sep 27 23:03:24 2011 +0200
521
522    Started on converting the first themes to Gtk 3
523
524    Xfce-b5, Xfce-light, Xfce-saltlake, Xfce-smooth, Xfce-stellar
525
526commit 6a8475e3a9da3b2cd6e5b2865dd8a4eb4aefd344
527Author: Peter de Ridder <peter@xfce.org>
528Date:   Fri Sep 23 21:37:19 2011 +0200
529
530    Added Gtk 3 Xfce engine
531
532    Split the source into Gtk 2 and Gtk 3 variant and added basic Gtk 3
533    implementation to mimic Gtk 2 look
534
535commit e0f3335137f2a3b74cd1535338994fba3d43144e
536Author: Peter de Ridder <peter@xfce.org>
537Date:   Sun Sep 11 12:35:57 2011 +0200
538
539    Post release tag bump.
540
541commit 98beeef2f27af983349bd70bc436fe32dd3ab657
542Author: Peter de Ridder <peter@xfce.org>
543Date:   Sun Sep 11 12:12:42 2011 +0200
544
545    Release 2.9.0!
546
547commit f272406bd900b5d3f5ef91a258fe01705dc70ef9
548Author: Peter de Ridder <peter@xfce.org>
549Date:   Fri Apr 15 21:02:25 2011 +0200
550
551    Rewritten drawing routines to use cairo
552
553commit 7aabfb06eca7731ac5e6c318ae1f7055a3622d0b
554Author: Peter de Ridder <peter@xfce.org>
555Date:   Sun Mar 6 12:26:27 2011 +0100
556
557    Post release tag bump.
558
559commit e5fbfdbe3b224c83831108b728dabe9803225220
560Author: Peter de Ridder <peter@xfce.org>
561Date:   Sun Mar 6 12:13:12 2011 +0100
562
563    Release 2.8.1!
564
565commit d6b60ea674eb1c2bbc9c1ba1b5bb3b41b58500e2
566Author: Peter de Ridder <peter@xfce.org>
567Date:   Mon Feb 28 22:00:44 2011 +0100
568
569    Fixed rendering of inconsistent checkboxes (bug #7279)
570
571    Draw a [-] (dash) for inconsistent checkboxes.
572
573commit 229f602aa68eb0b6f87fd13acad4787083759120
574Author: Peter de Ridder <peter@xfce.org>
575Date:   Mon Feb 28 21:46:22 2011 +0100
576
577    Fixed rendering of GtkSpinButton (bug #4946)
578
579    Calculate the size of the text area of a spin button since gtk doesn't
580    provide this size.
581    Also use this size for drawing exterior focus lines.
582
583commit 4e1217e45f43b80c215777e6d77bc708c6283164
584Author: Jannis Pohlmann <jannis@xfce.org>
585Date:   Sun Jan 16 16:43:20 2011 +0100
586
587    Release 2.8.0!
588
589commit 906b508dc355eff1213baa696bf2306a7d460d6f
590Author: Olivier Fourdan <fourdan@xfce.org>
591Date:   Wed Jan 5 10:58:30 2011 +0100
592
593    Fix bug 7061
594
595    Re-add Xfce 4.6's gtkrc theme as Xfce-4.6
596
597commit b4d9bfb2f8f6ecf3c5ea64042ccec9512555b51d
598Author: Nick Schermer <nick@xfce.org>
599Date:   Sun Jan 2 13:55:28 2011 +0100
600
601    Post release tag bump.
602
603commit b24dfe2f83b798a9baf862adcf7d231a04090ef0
604Author: Nick Schermer <nick@xfce.org>
605Date:   Sun Jan 2 13:53:52 2011 +0100
606
607    Updates for release.
608
609commit 732438cecaad7cab4fc44a267b8ecf9c32aee9b7
610Author: Nick Schermer <nick@xfce.org>
611Date:   Mon Dec 27 21:17:21 2010 +0100
612
613    Cleanup build files.
614
615    Use xdt, fix some compiler warnings and make thing suitable for git.
616
617commit 22cc6d973f4d2f09af98a2a7afab0c6ae1763a50
618Author: Olivier Fourdan <fourdan@xfce.org>
619Date:   Fri Dec 3 11:34:49 2010 +0100
620
621    Small visual update for xfce 4.8, active window decoration color
622
623commit 96055de9ec4b57f65e6fe438fafd83fcc80c9932
624Author: Olivier Fourdan <fourdan@xfce.org>
625Date:   Fri Dec 3 11:28:28 2010 +0100
626
627    Fix gtkrc warning (bug #5985)
628
629commit 4bb933fee5c063615cfba822533c0e07cb067cdf
630Author: Brian J. Tarricone <brian@tarricone.org>
631Date:   Fri Aug 14 17:00:51 2009 -0700
632
633    add module description file
634
635commit c0839e4e29214f82504edf70b08a00524b67d197
636Author: Stephan Arts <stephan@xfce.org>
637Date:   Tue Feb 24 21:17:05 2009 +0000
638
639    Update ChangeLog
640
641
642
643    (Old svn revision: 29576)
644
645commit 10413425c78ea6bfa0c0243f2555c068a58d1096
646Author: Stephan Arts <stephan@xfce.org>
647Date:   Tue Feb 24 21:04:04 2009 +0000
648
649    == Xfce 4.6.0 Released! ==
650
651
652
653    (Old svn revision: 29575)
654
655commit 72e140c187261ad2633d8e7432de508c0b666e59
656Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
657Date:   Mon Feb 9 15:42:18 2009 +0000
658
659    Reduce menubar height for smaller screens
660
661    (Old svn revision: 29475)
662
663commit 56d68fa56d4faae5bb457bbb421d54eaf2cc536e
664Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
665Date:   Mon Feb 9 08:56:51 2009 +0000
666
667    Use continuous focus line only on buttons and text entries
668
669    (Old svn revision: 29474)
670
671commit e6e8340df8d7574f40caf78dbd0d9693c2545d9d
672Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
673Date:   Sat Jan 31 21:34:36 2009 +0000
674
675    Much compact version of the default theme.
676
677    (Old svn revision: 29418)
678
679commit 2c25b0bc365b908a4d452b7615f28f81547457bc
680Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
681Date:   Fri Jan 23 22:37:56 2009 +0000
682
683    Use a light blue for window decoration with default theme to match the change in xfwm4 default theme
684
685    (Old svn revision: 29304)
686
687commit 48727e7aa8062ba7fee50b55fb2f33c7efd374ec
688Author: Jannis Pohlmann <jannis@xfce.org>
689Date:   Tue Jan 13 12:19:23 2009 +0000
690
691    	* == 2.5.93 released! ==
692    	* configure.in: Bump version number.
693
694    (Old svn revision: 29224)
695
696commit bde507ba79d40e1e29a6e4f85ba9c2ce30fd9e99
697Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
698Date:   Sun Nov 9 21:49:47 2008 +0000
699
700    	* themes/*/Makefile.am: Forgot to remove the README.html from the
701    	  Makefile.am
702
703    (Old svn revision: 28693)
704
705commit 3bc182bde325a2e704f44be5a7b0d35d0b7fbade
706Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
707Date:   Sun Nov 9 21:42:17 2008 +0000
708
709    	* src/xfce_theme_draw.c: Fix bg color being shown under group box
710    	  title (Bug #1018),
711    	  src/gradient_draw.c: Fix wrong UTF8 character in credit header
712    	  themes/*/README.html: Remove README.html files (Bug #3280)
713    	* ChangeLog, configure.in: Update ChangeLog and version-number for 2.5.91
714
715    (Old svn revision: 28692)
716
717commit 8a18ced04a34488e45bb4a99a8855aad2767f5f9
718Author: Stephan Arts <stephan@xfce.org>
719Date:   Mon Oct 13 10:56:47 2008 +0000
720
721    Update Changelog
722    Bump version number to 2.5.91
723
724
725
726    (Old svn revision: 28213)
727
728commit e080148b7c57c7c9c4e6e526f8f02d14a03b8f5c
729Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
730Date:   Mon Jul 21 22:01:41 2008 +0000
731
732    Lighter selection color
733
734    (Old svn revision: 27358)
735
736commit c810611ff618e3c4e0e028a4dde0f2b5a813c8b1
737Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
738Date:   Sun Jul 20 14:48:53 2008 +0000
739
740    Update theme for 4.5
741
742    (Old svn revision: 27352)
743
744commit 5e5e7e35ac34ff55298dcfce6fd3f985cc2060a1
745Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
746Date:   Sun Jul 15 14:42:13 2007 +0000
747
748    Including the iconrc is nonsense
749
750    (Old svn revision: 25916)
751
752commit 05efa60f105366809c0c3c3d9d6366dcc2039498
753Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
754Date:   Wed May 9 19:55:38 2007 +0000
755
756    New default gtk theme that goes with new xfwm4 theme
757
758    (Old svn revision: 25697)
759
760commit 0c2e05d2ab9857cac61562170ee76711db96aff1
761Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
762Date:   Sun Mar 11 21:49:24 2007 +0000
763
764    Colors
765
766    (Old svn revision: 25150)
767
768commit e3a967dd9a617fe5db9cd8e973c227cee26a406a
769Author: Benedikt Meurer <benny@xfce.org>
770Date:   Sat Jan 20 16:15:17 2007 +0000
771
772    Update NEWS.
773
774    (Old svn revision: 24648)
775
776commit 726f15e83672db2ea78302a0226e9ba6d39e49bb
777Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
778Date:   Fri Jan 19 22:01:49 2007 +0000
779
780    Update ChangeLog
781
782    (Old svn revision: 24581)
783
784commit a58ecbeaa617c990e26c1015b7138042c016f9c7
785Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
786Date:   Fri Jan 19 20:56:07 2007 +0000
787
788    Update version
789
790    (Old svn revision: 24566)
791
792commit 9ae5be0b56ee57f2d9db8df7b7252458c2c6822e
793Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
794Date:   Wed Jan 17 20:21:01 2007 +0000
795
796    Lighter gray
797
798    (Old svn revision: 24524)
799
800commit f5d12b0aaf03dbf2cb4bd6aaefb0c8acf4923c22
801Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
802Date:   Fri Jan 5 22:11:48 2007 +0000
803
804    Use gradients in menu and menubar
805
806    (Old svn revision: 24274)
807
808commit eb521c22e473665bf6e50e9cbebc7eb90ed9dbe1
809Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
810Date:   Tue Jan 2 18:57:14 2007 +0000
811
812    Simpler theme
813
814    (Old svn revision: 24243)
815
816commit 76c710729f457a2d8d7f9d8ade6fbb18531c756f
817Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
818Date:   Sun Dec 24 12:00:41 2006 +0000
819
820    No more blue
821
822    (Old svn revision: 24180)
823
824commit e5c09863f47246c64bcc06aa772c5b892f7aa51b
825Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
826Date:   Wed Dec 20 20:45:50 2006 +0000
827
828    Adjust colors
829
830    (Old svn revision: 24147)
831
832commit 796f5a6dee73b74a668d4697195bb613111fc2b3
833Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
834Date:   Sun Dec 10 21:50:18 2006 +0000
835
836    Use the same nuance of blue everywhere
837
838    (Old svn revision: 24077)
839
840commit 245ac9411dbb1f043724cda48be5031d1a5f3e6e
841Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
842Date:   Sun Dec 10 20:56:16 2006 +0000
843
844    The dark blue is too dark, use a light one, even if not from the Tango palette - I hope it looks fine on other LCD displays
845
846    (Old svn revision: 24075)
847
848commit 3d42440937c9d795f1205eb78cd5001a671419b3
849Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
850Date:   Fri Dec 8 19:31:43 2006 +0000
851
852    Use dark blue instead of gray for active window frame
853
854    (Old svn revision: 24062)
855
856commit ca1fd6f8439aa814107a08956aca08df4f9661b6
857Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
858Date:   Thu Dec 7 20:45:00 2006 +0000
859
860    Use Tango palette
861
862    (Old svn revision: 24056)
863
864commit 84798785e34e5ce8b7b82dde5bed2b76c553f64b
865Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
866Date:   Thu Dec 7 20:34:12 2006 +0000
867
868    Use higher contrasts
869
870    (Old svn revision: 24055)
871
872commit 41c22ef88fa3f9ccfb75c74eae43897c5116e136
873Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
874Date:   Tue Nov 28 18:41:19 2006 +0000
875
876    Adjust colors
877
878    (Old svn revision: 24002)
879
880commit efe2134aeb4ebe4135db334d7b60c80298f4b335
881Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
882Date:   Mon Nov 27 20:51:13 2006 +0000
883
884    Adjust colors
885
886    (Old svn revision: 23998)
887
888commit 844e833aba18580eb9f1ea729ccb4dd44de834b4
889Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
890Date:   Mon Nov 27 18:37:27 2006 +0000
891
892    Rework the default a bit, change the engine so that scrollbars show the trough border.
893
894    (Old svn revision: 23993)
895
896commit 306d7b2b59ab3c18df2cc5aa1879639b51210f72
897Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
898Date:   Sat Nov 18 21:43:16 2006 +0000
899
900    Larger menu bar
901
902    (Old svn revision: 23900)
903
904commit d96a7b32f7c7bd27c910c3275c36ab1456d06aa8
905Author: Benedikt Meurer <benny@xfce.org>
906Date:   Sun Nov 5 10:33:30 2006 +0000
907
908    Update the build framework.
909
910
911
912    (Old svn revision: 23717)
913
914commit 2c54ebf243d3b9acdbcf389f64d79715713dee49
915Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
916Date:   Tue Oct 24 21:46:20 2006 +0000
917
918    Update version
919
920    (Old svn revision: 23504)
921
922commit c8a00863d57ab6b4ad211fb3f71c16b13a1c818d
923Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
924Date:   Wed Oct 18 20:10:53 2006 +0000
925
926    Forgot to commit this patch from Mike Massonnet...
927
928
929    (Old svn revision: 23464)
930
931commit 034fad83f34521dc8fbed626a59f3d3509941e75
932Author: Benedikt Meurer <benny@xfce.org>
933Date:   Sun Sep 3 11:31:54 2006 +0000
934
935    Bump version.
936
937    (Old svn revision: 23061)
938
939commit 136ee1a37852d74e02f752d4f2fe266bf5c503b9
940Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
941Date:   Thu Aug 24 17:15:14 2006 +0000
942
943    Use a dark frame around selected menu item
944
945    (Old svn revision: 22872)
946
947commit 74cd21c42570d05b13992836d0ceca7c8ed62156
948Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
949Date:   Wed Jul 19 20:06:26 2006 +0000
950
951    Try lighter color for progress bar
952
953    (Old svn revision: 22485)
954
955commit 29460143ae28dd7aee4a2c4b62393b4c2a81ad40
956Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
957Date:   Wed Jul 19 19:56:31 2006 +0000
958
959    Use gradient for progress bars
960
961    (Old svn revision: 22484)
962
963commit fa38d228a3cdaf701257e0070faf93ead68a37e3
964Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
965Date:   Tue Jul 18 20:55:16 2006 +0000
966
967    64bit fix
968
969    (Old svn revision: 22481)
970
971commit 1a8d15741205877822818403056deb4a5fb6d1d6
972Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
973Date:   Tue Jul 18 19:58:53 2006 +0000
974
975    Remove cvsignore
976
977    (Old svn revision: 22478)
978
979commit 1ff8fc79f00208e2a5c53e07485b74884644c0eb
980Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
981Date:   Tue Jul 18 19:57:20 2006 +0000
982
983    Missing files
984
985    (Old svn revision: 22477)
986
987commit f557449459eb95b165c73c311d83ca918f65e3fd
988Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
989Date:   Tue Jul 18 19:56:39 2006 +0000
990
991    Humm, that's the other way arround...
992
993    (Old svn revision: 22476)
994
995commit 57d6a9cdfd57b58b1f1df9e95a7ca745e97edabd
996Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
997Date:   Tue Jul 18 19:51:30 2006 +0000
998
999    Change default GTK theme
1000
1001    (Old svn revision: 22475)
1002
1003commit 29aec350a85c8d1fe720d12e22176567135f6db7
1004Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1005Date:   Tue Jul 18 19:10:35 2006 +0000
1006
1007    Reorg
1008
1009    (Old svn revision: 22474)
1010
1011commit 95479868e3920540d49e8b644d1d66883f546b62
1012Author: Jean-François Wauthy <pollux@xfce.org>
1013Date:   Sun Jul 9 09:56:06 2006 +0000
1014
1015    bump all versions and dependencies to 4.3.90.2
1016
1017    (Old svn revision: 22309)
1018
1019commit ccc8fdd5e0c0f203fa43016355c74a295abe3e15
1020Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1021Date:   Fri Apr 21 19:01:25 2006 +0000
1022
1023    Change the color of active window title.
1024
1025    (Old svn revision: 21138)
1026
1027commit 5df8ae919a582d503373d540593b5c1a89268253
1028Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1029Date:   Sun Apr 16 14:43:19 2006 +0000
1030
1031    Update package
1032
1033    (Old svn revision: 21012)
1034
1035commit 6c8fdefaa69ac8db7b4d31eb7691dd76c703a1ef
1036Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1037Date:   Sat Apr 15 17:32:31 2006 +0000
1038
1039    Update ChangeLog
1040
1041    (Old svn revision: 20917)
1042
1043commit 20ad625fc8fb89ad4c617f1caaa753e61c9dbb3c
1044Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1045Date:   Thu Mar 16 21:23:21 2006 +0000
1046
1047    Tweak colors
1048
1049    (Old svn revision: 20459)
1050
1051commit 9438c648074d431143eeb65e4bc72b27bbad4e92
1052Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1053Date:   Sun Mar 12 22:06:25 2006 +0000
1054
1055    Use slightly lighter colors.
1056
1057    (Old svn revision: 20372)
1058
1059commit 75e9ee55f2b880ab12f93803ac4f72b3c61b28fa
1060Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1061Date:   Wed Mar 8 18:15:10 2006 +0000
1062
1063    Change title colors.
1064
1065    (Old svn revision: 20294)
1066
1067commit def3837e813f0a57655276d15785d2546ed50385
1068Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1069Date:   Tue Mar 7 18:23:34 2006 +0000
1070
1071    Small improvements to the default theme.
1072
1073    (Old svn revision: 20278)
1074
1075commit 27ca96b962c1abab62248304b76a5c79d812c959
1076Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1077Date:   Mon Mar 6 22:06:21 2006 +0000
1078
1079    Change the default theme a bit
1080
1081    (Old svn revision: 20267)
1082
1083commit f46f18985dff6f58c577e1d64609e89142c00180
1084Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1085Date:   Sat Feb 18 19:05:38 2006 +0000
1086
1087    Add previous theme as Xfce 4.2
1088
1089    (Old svn revision: 19951)
1090
1091commit c5a9dabc555082c2be423774cdd7b8e619ee2603
1092Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1093Date:   Thu Feb 16 21:05:52 2006 +0000
1094
1095    Fix a small issue with toolbars and buttons
1096
1097    (Old svn revision: 19910)
1098
1099commit 6f87aff8ca0906ed2c7f9066f3954b5303253e1b
1100Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1101Date:   Tue Jan 31 22:16:08 2006 +0000
1102
1103    Seems I got the menu thickness wrong there
1104
1105    (Old svn revision: 19701)
1106
1107commit cbe34015b820b5d4955f230c30a658e4a2a8d81c
1108Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1109Date:   Tue Jan 31 21:32:32 2006 +0000
1110
1111    Include new default style for 4.4
1112
1113    (Old svn revision: 19698)
1114
1115commit 3dfe07d77a39bf30f383da2f6a0901b044c7c07b
1116Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1117Date:   Sun Nov 6 15:42:04 2005 +0000
1118
1119    Apply patch submitted by Jasper a while ago.
1120
1121    (Old svn revision: 18748)
1122
1123commit 889647c85c0f37a58d1527c007b5706c6bf1b038
1124Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1125Date:   Sat Jun 11 09:21:15 2005 +0000
1126
1127    Brighter colors
1128
1129
1130    (Old svn revision: 15930)
1131
1132commit 0824526d7a41573de80bc7bf584a60a8921de8a7
1133Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1134Date:   Wed Jun 8 05:41:43 2005 +0000
1135
1136    Restore some settings that were removed
1137
1138
1139    (Old svn revision: 15903)
1140
1141commit cbfe910b316247dd3268d7bb0e865e730c55b43e
1142Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1143Date:   Tue Jun 7 21:57:13 2005 +0000
1144
1145    Cleaner theme
1146
1147    (Old svn revision: 15900)
1148
1149commit 18f41481ec727fdb007e2b6b23dbe74fac13729f
1150Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1151Date:   Sat May 14 19:44:38 2005 +0000
1152
1153    Update ChangeLog
1154
1155    (Old svn revision: 14372)
1156
1157commit bcb5064a8c9a36b7dc2f493628c8ed7b0eaf0649
1158Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1159Date:   Wed May 4 20:48:38 2005 +0000
1160
1161    Update ChangeLog
1162
1163    (Old svn revision: 13957)
1164
1165commit f831d5ea6b2edd468cfbbaee585071c253c50e69
1166Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1167Date:   Tue May 3 19:42:00 2005 +0000
1168
1169    Colors
1170
1171
1172    (Old svn revision: 13897)
1173
1174commit 85a2d8ff1d7c18371d5ef85291a0aa063b1b274d
1175Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1176Date:   Thu Apr 28 10:36:00 2005 +0000
1177
1178    Change default color scheme
1179
1180
1181    (Old svn revision: 13823)
1182
1183commit 61d53833d947d7f4daed6fe5206dddb24b58e9f8
1184Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1185Date:   Sat Apr 2 08:10:30 2005 +0000
1186
1187    New default "xfce" theme with frame colors designed for the default xfwm4 theme.
1188
1189
1190    (Old svn revision: 432)
1191
1192commit 6bc6b3349964ce80f66b2ff7c3d577069a6871aa
1193Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1194Date:   Sun Mar 27 17:08:47 2005 +0000
1195
1196    ExoIconBar doesn't look very good when focus_padding != 2
1197
1198
1199    (Old svn revision: 431)
1200
1201commit c6147e73d41116c168e081d903ed972503939e6d
1202Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1203Date:   Tue Mar 22 22:10:39 2005 +0000
1204
1205    Fix treeview prelight color
1206
1207
1208    (Old svn revision: 428)
1209
1210commit dc34709473d635d5e6236a99fa692eeb854c8691
1211Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1212Date:   Mon Mar 21 21:52:23 2005 +0000
1213
1214    Fix Adobe Acrobat 7 buttons
1215
1216
1217    (Old svn revision: 426)
1218
1219commit 6656dad704d39879dbeecd5ac6f63aa25c9839de
1220Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1221Date:   Mon Mar 21 21:17:07 2005 +0000
1222
1223    Adjust progress bar colors
1224
1225
1226    (Old svn revision: 424)
1227
1228commit 7e9fadb52913bb4fc99f47aa9049842db895208e
1229Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1230Date:   Sun Mar 20 23:54:12 2005 +0000
1231
1232    *** empty log message ***
1233
1234
1235    (Old svn revision: 423)
1236
1237commit 0ca8a00280005af2768ce9bbad9aa8161f84bc90
1238Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1239Date:   Sun Mar 20 23:32:35 2005 +0000
1240
1241    Scales
1242
1243
1244    (Old svn revision: 420)
1245
1246commit adb8e6a42569dc0a834f9ab31f658ed6b7f3f62b
1247Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1248Date:   Sun Mar 20 23:16:02 2005 +0000
1249
1250    Fix default theme
1251
1252
1253    (Old svn revision: 417)
1254
1255commit 9ea96e0c5cae2ea69d9bd82569916d77ba586a57
1256Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1257Date:   Sun Mar 20 09:26:51 2005 +0000
1258
1259    thickness
1260
1261
1262    (Old svn revision: 416)
1263
1264commit 6bd62c828c47736cf2529982a056d4728a28326d
1265Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1266Date:   Sat Mar 19 21:58:31 2005 +0000
1267
1268    Fix wrong foreground color in combobox (bug #848)
1269
1270
1271    (Old svn revision: 415)
1272
1273commit e72367d23df763d03731dc702fd13f8b09bbb235
1274Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1275Date:   Sat Mar 19 12:24:39 2005 +0000
1276
1277    Use "GtkScale" and "GtkProgress" instead of just "Scale" and "Progress" for widget style definition.
1278
1279
1280    (Old svn revision: 412)
1281
1282commit 5fc838b43522f9ba47351c89c2828fa1d566407c
1283Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1284Date:   Fri Mar 11 21:07:58 2005 +0000
1285
1286    Remove xfce-4.2 theme
1287
1288
1289    (Old svn revision: 404)
1290
1291commit 5efda56909368526485b18ef59079a7d10d5deca
1292Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1293Date:   Fri Mar 11 21:06:30 2005 +0000
1294
1295    Revert to old color scheme
1296
1297
1298    (Old svn revision: 403)
1299
1300commit 3b8afbdf70c4b2ada45e58e26a7e073680592fa6
1301Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1302Date:   Thu Mar 10 20:53:17 2005 +0000
1303
1304    progress bar
1305
1306
1307    (Old svn revision: 402)
1308
1309commit 9627b4efc800c51739376ace3061db6d96c364ca
1310Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1311Date:   Wed Mar 9 21:24:56 2005 +0000
1312
1313    Rework progress bar.
1314
1315
1316    (Old svn revision: 400)
1317
1318commit 8dae18ac6063fe125b454d014a50c218552c6239
1319Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1320Date:   Sun Mar 6 20:22:11 2005 +0000
1321
1322    Add frame around scales and progress bars, use different color, improve visibilty ofpressed/active buttons.
1323
1324
1325    (Old svn revision: 398)
1326
1327commit a886dad75c4c0c3f3f8ceeec446a14fa5ba19398
1328Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1329Date:   Sat Mar 5 22:33:30 2005 +0000
1330
1331    Use light buttons and remove frame for handles.
1332
1333
1334    (Old svn revision: 395)
1335
1336commit 285e3281da8d0e8681f618991cf77382cad3609b
1337Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1338Date:   Sat Mar 5 14:41:04 2005 +0000
1339
1340    Change active frame color
1341
1342
1343    (Old svn revision: 394)
1344
1345commit 9019d395e5e7e85c6da5a56097e206ad3572fc9b
1346Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1347Date:   Sat Mar 5 13:24:36 2005 +0000
1348
1349    Darker active button
1350
1351
1352    (Old svn revision: 393)
1353
1354commit 6dcc3dd7bc1361caf43bb884dac18727f839da58
1355Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1356Date:   Sat Mar 5 13:20:59 2005 +0000
1357
1358    New color scheme
1359
1360
1361    (Old svn revision: 392)
1362
1363commit 1ea21d29af8037aa628b3b664829f880fcc95df9
1364Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1365Date:   Sat Mar 5 12:46:32 2005 +0000
1366
1367    Draw flat frame menu
1368
1369
1370    (Old svn revision: 391)
1371
1372commit e76eed320ff50e8c713424271c9fec3cfaeb9426
1373Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1374Date:   Sat Mar 5 11:05:33 2005 +0000
1375
1376    Change window decoration color for benny and jasper.
1377
1378
1379    (Old svn revision: 390)
1380
1381commit eff6c6447e156127bdddc66c87e0e577c6aa4937
1382Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1383Date:   Sat Mar 5 00:12:12 2005 +0000
1384
1385    Improve shadows of toolbars
1386
1387
1388    (Old svn revision: 389)
1389
1390commit 5dc9ddacc4ef40cf7472f5764e40607b619f7d86
1391Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1392Date:   Mon Feb 28 20:13:58 2005 +0000
1393
1394    *** empty log message ***
1395
1396
1397    (Old svn revision: 388)
1398
1399commit bfb729daa4dfc16c21ee7a94f7799e22f7a71ea3
1400Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1401Date:   Thu Feb 24 20:54:30 2005 +0000
1402
1403    Improve theme
1404
1405
1406    (Old svn revision: 386)
1407
1408commit fc717f2781423bdac0b74ea6b64e8562663ebff2
1409Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1410Date:   Mon Feb 21 22:01:11 2005 +0000
1411
1412    Change grip style.
1413
1414
1415    (Old svn revision: 385)
1416
1417commit f48a68ef2ef8538b05d6c992ea0b1393043cc290
1418Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1419Date:   Mon Feb 21 21:54:43 2005 +0000
1420
1421    Force no shadow for toolbar and menubar
1422
1423
1424    (Old svn revision: 384)
1425
1426commit c3f8aa8d334a9958d37907f8229140d4a62b9f55
1427Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1428Date:   Mon Feb 21 21:29:59 2005 +0000
1429
1430    Enhance buttons and scrollbars using a darker color.
1431
1432
1433    (Old svn revision: 383)
1434
1435commit 34e77caf5a5e51971432445ef75fb5cc07c3d660
1436Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1437Date:   Fri Feb 11 19:58:50 2005 +0000
1438
1439    Change default gtk theme.
1440
1441
1442    (Old svn revision: 382)
1443
1444commit 2c9bc4f22468a511b021f823b3945f9184263cdf
1445Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1446Date:   Sat Feb 5 21:35:05 2005 +0000
1447
1448    Add James Golden's dusk theme, remove generated files.
1449
1450
1451    (Old svn revision: 379)
1452
1453commit 584bfd211e8103ff69f14a4c0f11476d215f0269
1454Author: Benedikt Meurer <benny@xfce.org>
1455Date:   Mon Jan 10 16:46:13 2005 +0000
1456
1457    Updated NEWS and README
1458
1459
1460    (Old svn revision: 378)
1461
1462commit 3ad85bffa3007a3e4f1c20a2f9d05bdb52911d3a
1463Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1464Date:   Wed Jan 5 21:00:39 2005 +0000
1465
1466    Inactive WM frame
1467
1468
1469    (Old svn revision: 373)
1470
1471commit a3da56480b92e75b79115250915629961aadbc24
1472Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1473Date:   Mon Jan 3 21:44:59 2005 +0000
1474
1475    Theme adjust
1476
1477
1478    (Old svn revision: 369)
1479
1480commit a4efa1f15f3d2d4d9406e398d57f95393acd3658
1481Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1482Date:   Sun Jan 2 12:50:59 2005 +0000
1483
1484    Update version and changelog
1485
1486
1487    (Old svn revision: 368)
1488
1489commit 06f8f47d87f1c3c3f370f8c3876dd43e1d4b3e07
1490Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1491Date:   Sat Jan 1 22:20:14 2005 +0000
1492
1493    Progress
1494
1495
1496    (Old svn revision: 367)
1497
1498commit 5f95a87792144fdea5e6d96f4b430fb53035b017
1499Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1500Date:   Sat Jan 1 19:35:14 2005 +0000
1501
1502    Update version number
1503    invers gradients for trough
1504
1505
1506    (Old svn revision: 366)
1507
1508commit b2feabc5201a76fc9cf064d74b1ce28f89d11786
1509Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1510Date:   Fri Dec 31 16:08:55 2004 +0000
1511
1512    Cute progress bar
1513
1514
1515    (Old svn revision: 365)
1516
1517commit 9fba88178d02df6b641280de9970b4ac30739279
1518Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1519Date:   Fri Dec 31 10:31:45 2004 +0000
1520
1521    Add displacement
1522
1523
1524    (Old svn revision: 364)
1525
1526commit 804a9f7a1c429e78b21c95aca2de360b1f2f923a
1527Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1528Date:   Fri Dec 31 10:24:15 2004 +0000
1529
1530    Scrollbar and sliders
1531
1532
1533    (Old svn revision: 363)
1534
1535commit 19c055095a49a35a7235ded37979a9958d79fa2b
1536Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1537Date:   Fri Dec 31 10:04:20 2004 +0000
1538
1539    *** empty log message ***
1540
1541
1542    (Old svn revision: 362)
1543
1544commit 461cc6ad0697bc284e11a83a2daf6a0e88f6f2c9
1545Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1546Date:   Fri Dec 31 10:02:16 2004 +0000
1547
1548    Draw frame of sliders
1549
1550
1551    (Old svn revision: 361)
1552
1553commit ce284a16c5239dfd1d902ebcafddb328d4c4945f
1554Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1555Date:   Thu Dec 30 23:44:37 2004 +0000
1556
1557    *** empty log message ***
1558
1559
1560    (Old svn revision: 360)
1561
1562commit 22ab3a6da221c5e7c40fd35777fc76df9f13cf41
1563Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1564Date:   Thu Dec 30 18:05:07 2004 +0000
1565
1566    Final touch on theme
1567
1568
1569    (Old svn revision: 359)
1570
1571commit 212514ecb553649f9ae7b3e6022d667e03f6ec19
1572Author: Brian Tarricone <brian@tarricone.org>
1573Date:   Sat Dec 25 20:33:18 2004 +0000
1574
1575    fix distcheck-bz2
1576
1577
1578    (Old svn revision: 358)
1579
1580commit 7b73ba4634c63d81b4867a97329408f0bfad1f43
1581Author: Brian Tarricone <brian@tarricone.org>
1582Date:   Fri Dec 24 00:03:40 2004 +0000
1583
1584    add dist-bz2 and distcheck-bz2 targets
1585
1586
1587    (Old svn revision: 357)
1588
1589commit ffacd988b3a61cdc8e9552e9da8cd7ea7995a1b6
1590Author: Benedikt Meurer <benny@xfce.org>
1591Date:   Wed Dec 22 20:19:19 2004 +0000
1592
1593    Bump version to 2.2.4.
1594
1595
1596    (Old svn revision: 355)
1597
1598commit b66c15e44a4b219b60c233644b65de179e5b09f3
1599Author: Benedikt Meurer <benny@xfce.org>
1600Date:   Wed Dec 22 19:23:33 2004 +0000
1601
1602    Update ChangeLog. Add missing m4 file.
1603
1604
1605    (Old svn revision: 354)
1606
1607commit 302d435970d6a8270cbf988be30a4786ba15208d
1608Author: Benedikt Meurer <benny@xfce.org>
1609Date:   Mon Dec 6 20:48:08 2004 +0000
1610
1611    Color overrides for ExoIconBar.
1612
1613
1614    (Old svn revision: 352)
1615
1616commit 5093c5be54d15fb3c933aa5d92ab478baf55ad3a
1617Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1618Date:   Sat Nov 27 17:29:39 2004 +0000
1619
1620    Add colors for ROX-Filer's "Collection" widget.
1621
1622
1623    (Old svn revision: 351)
1624
1625commit 4177e3a80893f102e2f9feea68e3092730a50a9a
1626Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1627Date:   Sat Nov 27 16:19:51 2004 +0000
1628
1629    Improve tabs
1630
1631
1632    (Old svn revision: 350)
1633
1634commit 4e97cf4c3cf3d4eff0d2522109c8e8dee2ae0cbf
1635Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1636Date:   Sat Nov 27 15:10:28 2004 +0000
1637
1638    Use a flat look for tabs
1639
1640
1641    (Old svn revision: 349)
1642
1643commit 6871cf379a46c76a70420c9d72ac1631b098b06a
1644Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1645Date:   Sat Nov 13 18:01:28 2004 +0000
1646
1647    Update ChangeLog
1648
1649
1650    (Old svn revision: 347)
1651
1652commit ce22f44697eca0065ad477a55dec3289d8588da9
1653Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1654Date:   Mon Nov 8 21:39:36 2004 +0000
1655
1656    autogen
1657
1658
1659    (Old svn revision: 346)
1660
1661commit 049ce536e60e9a4c08e7e5b540d1692b8f32624d
1662Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1663Date:   Mon Nov 8 21:31:49 2004 +0000
1664
1665    Themes fixes
1666
1667
1668    (Old svn revision: 345)
1669
1670commit eadf2d14df89ba6f3f20a47641559d2ef1a900e9
1671Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1672Date:   Sat Nov 6 16:23:52 2004 +0000
1673
1674    Update automake/autoconf/libtool/gettext versions to generate the configure scripts and Makefiles,
1675    Update versions of all packages to 4.1.99.1 (ie 4.2 RC1),
1676    Update ChangeLogs.
1677
1678
1679    (Old svn revision: 344)
1680
1681commit 865adff369fe1a46e3a12ab4587e027416578df5
1682Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1683Date:   Sat Oct 30 19:03:08 2004 +0000
1684
1685    Global update for 4.1.91 (Xfce 4.2 beta 2)
1686
1687
1688    (Old svn revision: 342)
1689
1690commit 7020bf549eeee95c4a4f5d7ff6da6f03ffb04057
1691Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1692Date:   Fri Oct 29 21:14:17 2004 +0000
1693
1694    Adjust theme
1695
1696
1697    (Old svn revision: 341)
1698
1699commit 1af171221f8dd94dcbeeb1c10063c3bf902c6ab5
1700Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1701Date:   Wed Oct 27 21:06:02 2004 +0000
1702
1703    ChangeLog
1704
1705
1706    (Old svn revision: 340)
1707
1708commit 2b7d7b5a16c5df73f6e5a28db699404cb91dd09e
1709Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1710Date:   Wed Oct 27 21:03:15 2004 +0000
1711
1712    Common sense
1713
1714
1715    (Old svn revision: 339)
1716
1717commit 61ef9d7cb989ac0dbf8a3950de93a334a88a5bc3
1718Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1719Date:   Wed Oct 27 20:56:58 2004 +0000
1720
1721    Spinbutton tweaking
1722
1723
1724    (Old svn revision: 338)
1725
1726commit 2da47af900a3c8d39799cefb59576315982e8c46
1727Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1728Date:   Wed Oct 27 18:00:49 2004 +0000
1729
1730    Some simple theme updates
1731
1732
1733    (Old svn revision: 337)
1734
1735commit fd72a002dbb0aded717964b7a536bc391b1dce78
1736Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1737Date:   Mon Oct 25 19:59:07 2004 +0000
1738
1739    Change spin buttons' shadows.
1740
1741
1742    (Old svn revision: 336)
1743
1744commit 2c2c219280be4d1cfdac25108b5ceed656749326
1745Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1746Date:   Mon Oct 25 19:20:59 2004 +0000
1747
1748    Code and theme cleanup
1749
1750
1751    (Old svn revision: 335)
1752
1753commit 15463f30585e1c6da92fc2f350b364d6e6ee61d2
1754Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1755Date:   Sun Oct 24 18:02:21 2004 +0000
1756
1757    Remove backward stepper as some apps (OO) don't support it...
1758
1759
1760    (Old svn revision: 334)
1761
1762commit e935c021bb4493f9360c973dcd486ca2a155cf44
1763Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1764Date:   Sat Oct 23 14:45:01 2004 +0000
1765
1766    Update ChangeLog
1767
1768
1769    (Old svn revision: 333)
1770
1771commit 78f3fe3abeb24ef580f46013e87c54cade46ce06
1772Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1773Date:   Sat Oct 23 13:35:50 2004 +0000
1774
1775    Theme cleanup
1776
1777
1778    (Old svn revision: 332)
1779
1780commit aa14ddd4d675fcc5e57d2ed967a9e35c4ed72bd9
1781Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1782Date:   Fri Oct 22 20:37:59 2004 +0000
1783
1784    Updated versions and change logs
1785
1786
1787    (Old svn revision: 331)
1788
1789commit ab2d45b0395614503b263769d330dff8e9da067e
1790Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1791Date:   Fri Oct 22 19:33:27 2004 +0000
1792
1793    Theme fixes
1794    update locale [fr] for desktop files
1795
1796
1797    (Old svn revision: 330)
1798
1799commit fe1d28433e90d6a54722cad32def81e11110737b
1800Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1801Date:   Fri Oct 8 17:09:03 2004 +0000
1802
1803    Check for pointer validity in sliders decorations.
1804
1805
1806    (Old svn revision: 329)
1807
1808commit e17e5230dae91e5a9899ad5046712b1ab6be6421
1809Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1810Date:   Thu Oct 7 21:59:11 2004 +0000
1811
1812    Change sliders for "dawn" theme
1813
1814
1815    (Old svn revision: 328)
1816
1817commit 525ccc5949ef2bb625e58e9ea1edf4e3c0af22ee
1818Author: Benedikt Meurer <benny@xfce.org>
1819Date:   Thu Oct 7 20:35:26 2004 +0000
1820
1821    Added --enable-final (-O1 for GNU ld) as per Jaspers request. Added missing
1822    m4 files.
1823
1824
1825    (Old svn revision: 327)
1826
1827commit 4c68ef89609c302e46bbc6c915ee2065062471fe
1828Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1829Date:   Sat Oct 2 13:28:17 2004 +0000
1830
1831    Update all files for 4.2 beta 1
1832
1833
1834    (Old svn revision: 325)
1835
1836commit 26d14e7afacf83884f1609fcf894c22ce3eb8a39
1837Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1838Date:   Mon Sep 20 22:22:03 2004 +0000
1839
1840    Update all ChangeLogs
1841
1842
1843    (Old svn revision: 324)
1844
1845commit 10915a66c549b00000e2e73141846cf665ba6ab6
1846Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1847Date:   Thu Sep 16 20:30:03 2004 +0000
1848
1849    Improve usability of the default theme
1850
1851
1852    (Old svn revision: 323)
1853
1854commit 72ea62c7db4f54d2cd3b89dd79711526ccdd42fc
1855Author: Jasper Huijsmans <jbhuijsmans@home.nl>
1856Date:   Tue Sep 14 20:32:24 2004 +0000
1857
1858    Cygwin patches by Maarten Boekhold.
1859
1860
1861    (Old svn revision: 322)
1862
1863commit ce0f846db8029bf5378c8bcadb250e885a27193b
1864Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1865Date:   Sun Sep 5 20:58:12 2004 +0000
1866
1867    Default theme imprevements
1868
1869
1870    (Old svn revision: 321)
1871
1872commit d6414a9dfb2b159ba3b727f756b1696a37937fc5
1873Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1874Date:   Wed Aug 25 17:57:54 2004 +0000
1875
1876    Add "grip_style" option to the theme engine.
1877
1878
1879    (Old svn revision: 320)
1880
1881commit 5af204251a7ebeb918d182bf7149c9d83c25c5d3
1882Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1883Date:   Tue Aug 24 10:32:21 2004 +0000
1884
1885    *** empty log message ***
1886
1887
1888    (Old svn revision: 319)
1889
1890commit 7be5f856483e0db53de78b9f5b12a781bda8d150
1891Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1892Date:   Mon Aug 23 11:06:20 2004 +0000
1893
1894    ndicator sizes set to 15
1895
1896
1897    (Old svn revision: 318)
1898
1899commit 6c2109eaf5289b79ae26235991ff25d1c09931e3
1900Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1901Date:   Fri Aug 20 19:27:18 2004 +0000
1902
1903    Improve compat with GNOME by adjusting themes for metacity.
1904
1905
1906    (Old svn revision: 317)
1907
1908commit e69b71ad2b99616e28c7359707cf80b3be7f7181
1909Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1910Date:   Fri Aug 20 17:09:43 2004 +0000
1911
1912    Final touch on gtk theme
1913
1914
1915    (Old svn revision: 316)
1916
1917commit 94e72e3b9ac3249983fc99105bffe5e010afe2aa
1918Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1919Date:   Sun Aug 15 19:39:48 2004 +0000
1920
1921    Resync with repository, most notably:
1922    - libxfcegui4 fixes with gtk 2.2
1923    - xfwm4 updates
1924    - Present panel plugins in alphabetical order
1925    - Fix add plugin dialog being placed over the panel when using SM
1926    - French po updates
1927    - Other various small bug fixes
1928
1929
1930    (Old svn revision: 315)
1931
1932commit 0ccd3255a4d8494baae6a4e9c7fd2004a26b587b
1933Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1934Date:   Wed Aug 4 15:51:27 2004 +0000
1935
1936    Improve drawing of option/radio marks in menu as per user's request.
1937
1938
1939    (Old svn revision: 314)
1940
1941commit 906174c41efdaf48b9182366d5e0ff3ea9bc8313
1942Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1943Date:   Fri Jul 23 10:23:32 2004 +0000
1944
1945    *** empty log message ***
1946
1947
1948    (Old svn revision: 313)
1949
1950commit c17168da15f43af930482c2a5254cf5feb7d9da4
1951Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1952Date:   Wed Jul 21 17:08:17 2004 +0000
1953
1954    Final touch on default theme, for WM frames.
1955
1956
1957    (Old svn revision: 312)
1958
1959commit f42481ce9242a8da56bbbe10277d8d48e84fb5a9
1960Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1961Date:   Wed Jul 21 10:56:35 2004 +0000
1962
1963    Woops, comited the wrong file.
1964
1965
1966    (Old svn revision: 311)
1967
1968commit 2c8b3a470ba6ea09dfe71cf2b4938451857a86eb
1969Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1970Date:   Tue Jul 20 21:19:11 2004 +0000
1971
1972    Adopt a smoother look for default Xfce theme.
1973
1974
1975    (Old svn revision: 310)
1976
1977commit 5faa7ae29cefafbb31ede926d179123707be134d
1978Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1979Date:   Sat Jul 17 09:23:24 2004 +0000
1980
1981    Remove useless focus-padding that has no effect anyway.
1982
1983
1984    (Old svn revision: 309)
1985
1986commit 890d5da938cd9182e6a31bf1c4c1222d71bcdfc2
1987Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1988Date:   Tue Jul 13 17:16:52 2004 +0000
1989
1990    Use a focus padding of 0 for XfceIconbutton widget as suggested by Bernhard Walle
1991
1992
1993    (Old svn revision: 308)
1994
1995commit 0e3471d6731de840e148d1446b0bfe1832eb4d6d
1996Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
1997Date:   Fri Jul 9 12:39:06 2004 +0000
1998
1999    Fix compilation error with gtk+-2.0.x
2000
2001
2002    (Old svn revision: 305)
2003
2004commit c66b5eaf2b5bbb0f35e2e4dc716dff675caacc05
2005Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2006Date:   Wed Jul 7 19:38:04 2004 +0000
2007
2008    Enhance contrast of selected widgets
2009
2010
2011    (Old svn revision: 302)
2012
2013commit 2aa16d484dbed477958aebc6fc680eeb8a345f7f
2014Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2015Date:   Tue Jul 6 20:14:21 2004 +0000
2016
2017    Make buttons darker
2018
2019
2020    (Old svn revision: 301)
2021
2022commit 0f86b6f59efa479137af9ec3e3c85041c590ea59
2023Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2024Date:   Tue Jun 22 10:51:45 2004 +0000
2025
2026    Drop the black frame
2027
2028
2029    (Old svn revision: 300)
2030
2031commit 765a41348ae97e31b682630c8431c080c5343367
2032Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2033Date:   Mon Jun 21 20:24:32 2004 +0000
2034
2035    Use very slight reverse gradient for default and dawn themes
2036
2037
2038    (Old svn revision: 299)
2039
2040commit 0bb1b0381fd32e11017d3dacaf0e88cd21057d5e
2041Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2042Date:   Wed Jun 16 19:24:03 2004 +0000
2043
2044    Reduce focus padding for gtk buttons so that the icons appear larger in xfce panel
2045
2046
2047    (Old svn revision: 298)
2048
2049commit 73f9d3944bef664cfeed22247e0019d511d57e19
2050Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2051Date:   Fri Jun 11 06:32:25 2004 +0000
2052
2053    Change background color
2054
2055
2056    (Old svn revision: 297)
2057
2058commit d2f83253a79d646916e92cc5720ae720a9c72389
2059Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2060Date:   Thu May 27 20:41:43 2004 +0000
2061
2062    Add new theme "Xfce-dawn"
2063
2064
2065    (Old svn revision: 296)
2066
2067commit 6d0c20fd026f65f0671a8b4ebdbaa0d31baefbb5
2068Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2069Date:   Wed May 19 08:00:41 2004 +0000
2070
2071    Add theme "cadmium"
2072
2073
2074    (Old svn revision: 295)
2075
2076commit 46ba04b12a64c28bea11aa63b02fe34ae3c6d9df
2077Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2078Date:   Tue May 18 19:58:53 2004 +0000
2079
2080    Fix for multiscreen support
2081
2082
2083    (Old svn revision: 293)
2084
2085commit 43f780f0d390aa9e3f775260c7a843c1c5544a00
2086Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2087Date:   Mon May 3 21:44:27 2004 +0000
2088
2089    Update zh_TW translations from umm <umm@pchome.com.tw>
2090
2091
2092    (Old svn revision: 291)
2093
2094commit b4a68526d8efcf64814be1dc0e45a8f14f512571
2095Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2096Date:   Tue Mar 16 21:19:44 2004 +0000
2097
2098    Blue
2099
2100
2101    (Old svn revision: 290)
2102
2103commit 8cb2512fe80990946f97f0e8afc3675bdd2e7cd5
2104Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2105Date:   Fri Mar 12 22:10:17 2004 +0000
2106
2107    Change xfwm4 frames colors
2108
2109
2110    (Old svn revision: 289)
2111
2112commit d9b3b88c7343ca9a0ca697c6ae0dd4d57286481b
2113Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2114Date:   Tue Mar 2 19:00:46 2004 +0000
2115
2116    Theme change
2117
2118
2119    (Old svn revision: 288)
2120
2121commit 191d0ecaddd7043cdef848751e79e00b9959516c
2122Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2123Date:   Sat Feb 28 15:33:27 2004 +0000
2124
2125    Change default color
2126
2127
2128    (Old svn revision: 287)
2129
2130commit 158a75745d9fd0c18f72a32762e9f5c0affb2367
2131Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2132Date:   Wed Feb 25 21:35:02 2004 +0000
2133
2134    Use a slightly darker color
2135
2136
2137    (Old svn revision: 286)
2138
2139commit e53be4dba3ab47209b2e5e6b80c5b86e52b30a30
2140Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2141Date:   Tue Feb 24 22:13:43 2004 +0000
2142
2143    #3 has won the poll
2144
2145
2146    (Old svn revision: 285)
2147
2148commit b22eb4c287f9f28ca8c24ab7b4aa93aaeb891de2
2149Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2150Date:   Wed Feb 18 22:31:06 2004 +0000
2151
2152    Play with gtkrc
2153
2154
2155    (Old svn revision: 284)
2156
2157commit 4d1f935cc4caa6f785b6adf4fe9b17e1983f6c8f
2158Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2159Date:   Wed Feb 18 20:52:00 2004 +0000
2160
2161    Change frame colors, various other small tweaks
2162
2163
2164    (Old svn revision: 283)
2165
2166commit e971d823b1f7b89e1a8b5af44151e541b82cca74
2167Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2168Date:   Fri Feb 13 17:25:17 2004 +0000
2169
2170    Put back darker title
2171
2172
2173    (Old svn revision: 282)
2174
2175commit 9f4c8e2b988ddd20150465f1167d5c0833d5db72
2176Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2177Date:   Wed Feb 11 20:50:57 2004 +0000
2178
2179    Change theme
2180
2181
2182    (Old svn revision: 281)
2183
2184commit d75182e813aaf1a63ef9f10eb5189bcb25698d3c
2185Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2186Date:   Tue Feb 10 20:15:07 2004 +0000
2187
2188    Theme
2189
2190
2191    (Old svn revision: 280)
2192
2193commit a2222bd79d5401e8c3b0a4926febf94269c32311
2194Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2195Date:   Mon Feb 9 19:46:01 2004 +0000
2196
2197    Use a light gray-blue for active title
2198
2199
2200    (Old svn revision: 279)
2201
2202commit 7a2b9f5be1f621097bf7ee887d5579e99bc7f4b3
2203Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2204Date:   Fri Feb 6 21:54:12 2004 +0000
2205
2206    Change gtk theme
2207
2208
2209    (Old svn revision: 278)
2210
2211commit a012d5e4d6bc9dd941c104d9c153e4aa19028b40
2212Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2213Date:   Fri Feb 6 17:56:48 2004 +0000
2214
2215    Nicer, smoother colors
2216
2217
2218    (Old svn revision: 277)
2219
2220commit 669610e23a7f69c1c5aeb49ce4df3b442dabe5fa
2221Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2222Date:   Thu Feb 5 20:05:07 2004 +0000
2223
2224    Use no gradient on progress bar
2225
2226
2227    (Old svn revision: 276)
2228
2229commit 2ecc8eb1f3f1796d18b2dc3c3f4d28148d3c0b9c
2230Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2231Date:   Thu Feb 5 19:33:38 2004 +0000
2232
2233    Rearrange default gtk theme
2234
2235
2236    (Old svn revision: 275)
2237
2238commit acf1fe49f2536d3e9f95178b32a7de9af42ab1f2
2239Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2240Date:   Wed Feb 4 21:08:12 2004 +0000
2241
2242    Change default theme for GTK
2243
2244
2245    (Old svn revision: 274)
2246
2247commit 78ec54a09723398bee0dbc418aa98de09fe5d17d
2248Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2249Date:   Sun Jan 25 00:07:12 2004 +0000
2250
2251    Update libtool and other automake, autoconf and gettext packages
2252
2253
2254    (Old svn revision: 270)
2255
2256commit 4f4f2bd8a94e5bdb48c394614f408162e9e33da5
2257Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2258Date:   Mon Dec 15 22:15:55 2003 +0000
2259
2260    Fix crash in workspace MCS plugin
2261    Include a patch from Patrick Bores <p@trickbores.com> that allows pop3 email checking from mailcheck panel plugin (use pop3://username:password@host for the mailbox)
2262    Small tweaks to default xfwm4 and gtk themes
2263
2264
2265    (Old svn revision: 262)
2266
2267commit 0f248465189c259d8bc4707b0d7bcdac0afecc4a
2268Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2269Date:   Fri Dec 5 21:51:32 2003 +0000
2270
2271    Change colors to light gray
2272
2273
2274    (Old svn revision: 261)
2275
2276commit 29eeabc3296f82c724f38981ef7ba293c27884fd
2277Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2278Date:   Thu Dec 4 22:33:18 2003 +0000
2279
2280    Change default theme, rename older as xfce-4.0
2281
2282
2283    (Old svn revision: 260)
2284
2285commit 684775767c34366fecc8f85ae1d66ec36b7193ff
2286Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2287Date:   Fri Nov 14 22:10:58 2003 +0000
2288
2289    enhance contrast for "curve" selected items
2290
2291
2292    (Old svn revision: 258)
2293
2294commit d35bb46cb3cafca2c08fc5b7f2c65906285b67ea
2295Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2296Date:   Fri Nov 7 22:33:04 2003 +0000
2297
2298    Add missing winter theme
2299
2300
2301    (Old svn revision: 257)
2302
2303commit 0418b152be372fbf93260454bacace819103a2cd
2304Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2305Date:   Mon Nov 3 20:29:50 2003 +0000
2306
2307    Change curve theme a bit
2308
2309
2310    (Old svn revision: 254)
2311
2312commit a6b86d68680b87cc0cbed0e8d7e67804388da19d
2313Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2314Date:   Sun Nov 2 08:22:18 2003 +0000
2315
2316    Add hi.po
2317
2318
2319    (Old svn revision: 253)
2320
2321commit 1cf7879ec250acaadd29ef5fd040713c4664ef03
2322Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2323Date:   Mon Oct 13 18:51:21 2003 +0000
2324
2325    Update ChangeLog's after syncing with SF. Everything should now be up-to-date.
2326
2327
2328    (Old svn revision: 252)
2329
2330commit 8ea0961f0199852cba9ecc91a2d071620bdd8e4d
2331Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2332Date:   Mon Sep 22 20:52:34 2003 +0000
2333
2334    Update ChangeLogs
2335
2336
2337    (Old svn revision: 249)
2338
2339commit 1e6521fcb617a9ac9b449cd654076d0f600ddc6a
2340Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2341Date:   Sun Sep 21 22:19:03 2003 +0000
2342
2343    Update version number to 4.0.0
2344    Improve focus change for modal dialogs in xfwm4
2345
2346
2347    (Old svn revision: 248)
2348
2349commit 00be6555ded680f8fcfb300fabe80435edc9ef02
2350Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2351Date:   Sun Sep 14 22:05:42 2003 +0000
2352
2353    Update ChangeLog
2354
2355
2356    (Old svn revision: 247)
2357
2358commit 4d482ce2d8c6446be08018c58c31b40a389445ea
2359Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2360Date:   Sun Sep 14 21:47:37 2003 +0000
2361
2362    Change b5 colors
2363
2364
2365    (Old svn revision: 246)
2366
2367commit 6a20ad06954c06e1737f3b6b57ebce4b4ef44a43
2368Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2369Date:   Sat Sep 13 23:13:50 2003 +0000
2370
2371    Update ChangeLog
2372
2373
2374    (Old svn revision: 245)
2375
2376commit e9c602c890111cdc110ab533da8d87b85a5c3b69
2377Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2378Date:   Wed Sep 10 07:54:47 2003 +0000
2379
2380    Update ChangeLogs
2381
2382
2383    (Old svn revision: 243)
2384
2385commit dcc2dbef16b6d7b3358a43dbf4dc23fc532eb180
2386Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2387Date:   Wed Sep 10 07:39:55 2003 +0000
2388
2389    Update version numbers and po files for release
2390
2391
2392    (Old svn revision: 242)
2393
2394commit ea8887bf670fba316d836f5b8b4b59500ecadd52
2395Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2396Date:   Tue Sep 9 20:22:05 2003 +0000
2397
2398    Change buttons style
2399
2400
2401    (Old svn revision: 241)
2402
2403commit 2b4d06a7b1e3df0ff98588e85ea3b428b5eba7be
2404Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2405Date:   Tue Aug 26 07:38:22 2003 +0000
2406
2407    Update changelogs
2408
2409
2410    (Old svn revision: 239)
2411
2412commit a2cddea11e4518a4025d46362dbd35902ec113fb
2413Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2414Date:   Tue Aug 12 05:55:44 2003 +0000
2415
2416    Add secondary backward stepper to scrollbar
2417
2418
2419    (Old svn revision: 238)
2420
2421commit 483923b778e3519e54230ff6d9bfb35254e3ab06
2422Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2423Date:   Mon Aug 4 18:28:51 2003 +0000
2424
2425    Use solid focus line width to imitate Motif
2426
2427
2428    (Old svn revision: 237)
2429
2430commit 0b4fa6f51bb3aee2a2a2f1998a86ffd6f3dd3660
2431Author: Benedikt Meurer <benny@xfce.org>
2432Date:   Sun Aug 3 18:45:47 2003 +0000
2433
2434    Updated ChangeLogs
2435
2436
2437    (Old svn revision: 236)
2438
2439commit ab87be9a63e8d3a4ae2a74308e13b30c31ea8f35
2440Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2441Date:   Wed Jul 30 22:19:53 2003 +0000
2442
2443    *** empty log message ***
2444
2445
2446    (Old svn revision: 235)
2447
2448commit 717df79cbc556d8c2b01d64db209cda72e9f9746
2449Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2450Date:   Wed Jul 30 11:31:23 2003 +0000
2451
2452    Update changlogs
2453
2454
2455    (Old svn revision: 234)
2456
2457commit 7041b25efad1be755ee3c902f0c5f1efd8b23ed1
2458Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2459Date:   Mon Jul 28 19:41:19 2003 +0000
2460
2461    *** empty log message ***
2462
2463
2464    (Old svn revision: 233)
2465
2466commit fb0f82db922e3862bf5e8833872ba05868fcc5bf
2467Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2468Date:   Fri Jul 25 21:17:06 2003 +0000
2469
2470    Add kde2 theme
2471
2472
2473    (Old svn revision: 232)
2474
2475commit 53d3e33d474fc6f7c79cf23d1da976bbd010bd0e
2476Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2477Date:   Thu Jul 24 09:21:05 2003 +0000
2478
2479    Remove debian dirs on Martin's request
2480
2481
2482    (Old svn revision: 231)
2483
2484commit e2735caff42e32eddb6476942cd6bef2a81500de
2485Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2486Date:   Sun Jul 20 12:23:20 2003 +0000
2487
2488    Version 2.1.3
2489    Add compat with themes from previous 2.0.x versions of gtk-xfce-engine
2490
2491
2492    (Old svn revision: 229)
2493
2494commit abda54083270b7841418575edae641c6634ae434
2495Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2496Date:   Sat Jul 19 09:29:51 2003 +0000
2497
2498    Update ChangeLogs
2499
2500
2501    (Old svn revision: 228)
2502
2503commit e92a9d2de9f7d6e8b8cac5393466c6ef76f6ba7e
2504Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2505Date:   Sun Jul 13 08:43:08 2003 +0000
2506
2507    Update ChangeLogs for release
2508
2509
2510    (Old svn revision: 226)
2511
2512commit 08a74925c701b5ef7d2a8b13cb096ce86f49aaff
2513Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2514Date:   Fri Jul 11 07:33:51 2003 +0000
2515
2516    Update ChangeLog's for release
2517
2518
2519    (Old svn revision: 225)
2520
2521commit ff64a66ee0b3731d09294593db54f097b35766dc
2522Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2523Date:   Thu Jul 10 09:56:00 2003 +0000
2524
2525    Update ChangeLog's for release
2526
2527
2528    (Old svn revision: 224)
2529
2530commit 78592f940f59d67329612751df5b6943d93eb26a
2531Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2532Date:   Mon Jul 7 22:25:48 2003 +0000
2533
2534    Update ltmain.sh with patched version
2535
2536
2537    (Old svn revision: 223)
2538
2539commit 8a4d3e7b03d3a02f5bbd08b05e734777ade8f8eb
2540Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2541Date:   Mon Jul 7 21:32:15 2003 +0000
2542
2543    Fix draw_shadow() when widget is too small (ie width/height < 1)
2544
2545
2546    (Old svn revision: 222)
2547
2548commit f8fc3e4b8b65078acc2bbbac1ee432d259583b7a
2549Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2550Date:   Sun Jul 6 19:45:34 2003 +0000
2551
2552    Updating ChangeLogs
2553
2554
2555    (Old svn revision: 221)
2556
2557commit 39af2cb4be1e993e65c8a356267c5c9c4afc7e23
2558Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2559Date:   Sun Jul 6 13:43:13 2003 +0000
2560
2561    Apply colors to metacity frames
2562    Various small improvements to gtkrc files
2563
2564
2565    (Old svn revision: 220)
2566
2567commit 5063596f45829b28a576599ec5000ef5a140003a
2568Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2569Date:   Sat Jul 5 16:38:29 2003 +0000
2570
2571    *** empty log message ***
2572
2573
2574    (Old svn revision: 219)
2575
2576commit 34260f292000c66dfe40c1ddf64303e647fbe4c3
2577Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2578Date:   Sat Jul 5 12:31:03 2003 +0000
2579
2580    Remove ltconfig script as it is generated
2581
2582
2583    (Old svn revision: 218)
2584
2585commit ca359dba5302fd463020d3ef9ad8a671b1aba50d
2586Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2587Date:   Fri Jul 4 23:37:15 2003 +0000
2588
2589    libttol update and all
2590
2591
2592    (Old svn revision: 217)
2593
2594commit c90060fbd703aead98c80a962d7f1a9ed19ae2be
2595Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2596Date:   Sun Jun 29 20:23:35 2003 +0000
2597
2598    *** empty log message ***
2599
2600
2601    (Old svn revision: 216)
2602
2603commit 3b3556317d948b6be12399c085fe2e17c2238c70
2604Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2605Date:   Sat Jun 28 21:06:20 2003 +0000
2606
2607    *** empty log message ***
2608
2609
2610    (Old svn revision: 215)
2611
2612commit 7fe80784bff6f0fd9464184b33f2a868020102a0
2613Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2614Date:   Sat Jun 28 20:44:32 2003 +0000
2615
2616    Change themes
2617
2618
2619    (Old svn revision: 214)
2620
2621commit 22925809b5e4c3aaaecc5fdb578bceb2da2650cc
2622Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2623Date:   Sat Jun 28 09:46:06 2003 +0000
2624
2625    Update to libtool-1.5
2626    Use proper complete CURRENT:REVISION:AGE scheme for lib versionning
2627
2628
2629    (Old svn revision: 213)
2630
2631commit 07f65e1f3d65de85d0abd12ba0a122b3e8430d44
2632Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2633Date:   Tue Jun 3 21:25:29 2003 +0000
2634
2635    Upgrade version number to 2.1.1
2636
2637
2638    (Old svn revision: 210)
2639
2640commit 4ca36c2621212e725ee807c049c947e090aa76f9
2641Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2642Date:   Tue Jun 3 20:16:36 2003 +0000
2643
2644    Use 1 pix thickness for progress bar
2645
2646
2647    (Old svn revision: 209)
2648
2649commit 2588d3a232809ac30742d972bbdac29dba2944de
2650Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2651Date:   Tue May 27 17:13:28 2003 +0000
2652
2653    Use 1pix thickness for progress bars
2654
2655
2656    (Old svn revision: 208)
2657
2658commit 4a4a2eb4a45e693e0f99dafa53c374b1ea0c3eb8
2659Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2660Date:   Tue May 27 06:21:43 2003 +0000
2661
2662    *** empty log message ***
2663
2664
2665    (Old svn revision: 207)
2666
2667commit 4740e3e58ae6b3b7fce783b4f3b1edf90b4c4d99
2668Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2669Date:   Mon May 26 21:16:23 2003 +0000
2670
2671    Rework xfce theme (real nice now)
2672
2673
2674    (Old svn revision: 206)
2675
2676commit 625cfed6dc2d912444362649c194e2b5f2858dfc
2677Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2678Date:   Fri May 23 22:40:33 2003 +0000
2679
2680    Reduce contrast of text to get smoother look
2681
2682
2683    (Old svn revision: 205)
2684
2685commit 0a03a62ab7161a44bc78fd8150e01d545d970b3d
2686Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2687Date:   Wed May 21 20:40:10 2003 +0000
2688
2689    Change bg color of redmondxp theme
2690
2691
2692    (Old svn revision: 204)
2693
2694commit 6323a2c43896d5d74c1c6ad3ce583d0234c83780
2695Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2696Date:   Thu May 15 11:03:00 2003 +0000
2697
2698    Mass update of ChangeLogs
2699
2700
2701    (Old svn revision: 203)
2702
2703commit b1cdb3e60f11cefbc26c11e346987aa4402d2b0b
2704Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2705Date:   Mon Apr 28 20:46:16 2003 +0000
2706
2707    Add credits
2708
2709
2710    (Old svn revision: 202)
2711
2712commit 1ffb1d9768acb49dff1a8b49355cde7333d77e29
2713Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2714Date:   Mon Apr 28 20:13:10 2003 +0000
2715
2716    Small tweaking on "xfce" and "curve" themes
2717
2718
2719    (Old svn revision: 201)
2720
2721commit 98997fa9be3d8a9c106682934593df93c625a874
2722Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2723Date:   Tue Apr 22 19:40:09 2003 +0000
2724
2725    Change curve colors to look lie Wonderland colors
2726
2727
2728    (Old svn revision: 200)
2729
2730commit 925173f8eb1dfa52881c730e68536c84b90e93ac
2731Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2732Date:   Fri Apr 18 20:48:05 2003 +0000
2733
2734    Fix Makefile pointing to old theme name
2735
2736
2737    (Old svn revision: 199)
2738
2739commit 389212ee21f67ff9b1011dc76b171bfd56a8b506
2740Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2741Date:   Fri Apr 18 20:32:53 2003 +0000
2742
2743    Cleanup and reorg, set new version to 2.1.0 (as it features a lot of improvements over gtk-xfce-engine 2.0.x)
2744
2745
2746    (Old svn revision: 198)
2747
2748commit 35dcbbc704d8d8cd40e12a2a008b23f1d7f29195
2749Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2750Date:   Thu Apr 17 20:26:52 2003 +0000
2751
2752    Various enhancements
2753
2754
2755    (Old svn revision: 197)
2756
2757commit bec739f2b03bda8e7830c0d22fd8c915a59d1279
2758Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2759Date:   Tue Apr 15 21:09:42 2003 +0000
2760
2761    Change colors for redmondxp theme
2762
2763
2764    (Old svn revision: 196)
2765
2766commit e15a5a5e32edf4dff3a9157a1215288b2511dae1
2767Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2768Date:   Mon Apr 14 21:49:36 2003 +0000
2769
2770    Use inverted gradient for active state, improve Redmondxp theme
2771
2772
2773    (Old svn revision: 195)
2774
2775commit 8bad52dbaf049a2ddebfe4a7c34f71ca6e033986
2776Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2777Date:   Mon Apr 14 19:52:30 2003 +0000
2778
2779    Adjust widget/colors
2780
2781
2782    (Old svn revision: 194)
2783
2784commit 1fc26b8484aa4f58a85a0d5f599ef63facf0c69f
2785Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2786Date:   Sun Apr 13 20:01:55 2003 +0000
2787
2788    Add gradient scales
2789
2790
2791    (Old svn revision: 193)
2792
2793commit d48f7cc2add8730f9dbf37804835960735129d9d
2794Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2795Date:   Sun Apr 13 19:29:22 2003 +0000
2796
2797    Change xfce default theme to use gradients too :)
2798
2799
2800    (Old svn revision: 192)
2801
2802commit 943be2338c6924a168a68dfb09bdabc23c38de8d
2803Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2804Date:   Sun Apr 13 13:56:55 2003 +0000
2805
2806    Greatly improve themes that use newly added gradients
2807
2808
2809    (Old svn revision: 191)
2810
2811commit 5e0939aecd174d6dcbcdb9911c2624ae7524b335
2812Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2813Date:   Sat Apr 12 22:50:43 2003 +0000
2814
2815    *** empty log message ***
2816
2817
2818    (Old svn revision: 190)
2819
2820commit 584e0a422f3b787fe291b656d1240929f34fdb18
2821Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2822Date:   Sat Apr 12 22:30:32 2003 +0000
2823
2824    New xfce engine gtkrc syntax with a much better scanner.
2825
2826
2827    (Old svn revision: 189)
2828
2829commit 12fb3155bfe47c57e84e5403d167ceb18b57fb29
2830Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2831Date:   Thu Apr 10 22:09:30 2003 +0000
2832
2833    One more
2834
2835
2836    (Old svn revision: 188)
2837
2838commit cf44071358c0130164dc941212bf861548bea4d3
2839Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2840Date:   Thu Apr 10 22:03:00 2003 +0000
2841
2842    Fix compiler warning
2843
2844
2845    (Old svn revision: 187)
2846
2847commit 911a23d3def595ce45827d5a26bac9ca719cb4f3
2848Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2849Date:   Thu Apr 10 22:01:10 2003 +0000
2850
2851    Add gradients
2852
2853
2854    (Old svn revision: 186)
2855
2856commit 639a39eabd299817c48b1c9d87c1303d14def290
2857Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2858Date:   Fri Apr 4 21:22:36 2003 +0000
2859
2860    *** empty log message ***
2861
2862
2863    (Old svn revision: 185)
2864
2865commit 31eb2d47f73d82dd3f2d9215e155f3a406b37761
2866Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2867Date:   Fri Apr 4 21:14:56 2003 +0000
2868
2869    *** empty log message ***
2870
2871
2872    (Old svn revision: 184)
2873
2874commit 8074b61d600d2b96bd9af510783202bdbfcea467
2875Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2876Date:   Fri Apr 4 21:12:01 2003 +0000
2877
2878    Update Xfce-etria theme
2879
2880
2881    (Old svn revision: 183)
2882
2883commit 0abcc65417748094666023be32260a330eb41927
2884Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2885Date:   Thu Apr 3 17:34:30 2003 +0000
2886
2887    *** empty log message ***
2888
2889
2890    (Old svn revision: 182)
2891
2892commit 18d00891f6487f3ebaae718225c97fe31b596f31
2893Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2894Date:   Wed Apr 2 20:43:00 2003 +0000
2895
2896    Forgot to adjust interior focus
2897
2898
2899    (Old svn revision: 181)
2900
2901commit c6797bf655bc34ad04c8bed2b3a7b34671a9e93f
2902Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2903Date:   Wed Apr 2 20:24:43 2003 +0000
2904
2905    Update ChangeLog
2906    Improve Etria and Curve themes
2907
2908
2909    (Old svn revision: 180)
2910
2911commit c2cdca30b958aea9dd90a803da7fa27cb7d3fcd5
2912Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2913Date:   Tue Apr 1 21:48:11 2003 +0000
2914
2915    Adjust Etria colors
2916
2917
2918    (Old svn revision: 179)
2919
2920commit d681f1081d1c0fca1cfdb1725a7ce75c66b8e69b
2921Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2922Date:   Tue Apr 1 21:33:49 2003 +0000
2923
2924    Initialize early i18n in mcs plugins
2925    Add Etria theme
2926
2927
2928    (Old svn revision: 178)
2929
2930commit 79ada786a088d542502380a5d56ba61ceacdcb0e
2931Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2932Date:   Thu Mar 27 20:30:37 2003 +0000
2933
2934    Update ChangeLog
2935
2936
2937    (Old svn revision: 177)
2938
2939commit 4ac7a9cae353600c57066444a71f306e0c1e251f
2940Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2941Date:   Wed Mar 26 20:20:01 2003 +0000
2942
2943    Small adjusments in color scheme
2944
2945
2946    (Old svn revision: 176)
2947
2948commit 143b8f715cd34a4d3690afe4f5ff20864df5f765
2949Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2950Date:   Tue Mar 25 19:42:48 2003 +0000
2951
2952    Change default xfwm4 theme (yeah, again...but that's the default theme, ya know)
2953    Change Xfce-curve theme
2954
2955
2956    (Old svn revision: 175)
2957
2958commit d3a8bd592ac85280610ed72d739f50c0f42dfecd
2959Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2960Date:   Sun Mar 23 21:17:46 2003 +0000
2961
2962    Update ChangeLog
2963
2964
2965    (Old svn revision: 174)
2966
2967commit 15805ca2609d0c1fb4164c651f0d15cb755c41d9
2968Author: Jasper Huijsmans <jbhuijsmans@home.nl>
2969Date:   Wed Mar 19 07:12:08 2003 +0000
2970
2971    Only add extra autogen parameters when none are given
2972
2973
2974    (Old svn revision: 173)
2975
2976commit e04c73d82349ed60ef13d2556c64283160abc365
2977Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2978Date:   Tue Mar 18 22:33:42 2003 +0000
2979
2980    Update ChangeLog
2981    Update build scripts (ie rerun autogen.sh)
2982    Update xfwm4's microdeck theme
2983    Remove 1 pix border arround xffm menu bar
2984
2985
2986    (Old svn revision: 172)
2987
2988commit 4533fc5ba26559a46569dbdaec1b26a143015ef3
2989Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2990Date:   Sun Mar 16 11:35:45 2003 +0000
2991
2992    Adjust colors
2993
2994
2995    (Old svn revision: 171)
2996
2997commit e584cf39e8ecd381ec4db203c14a17b02e005c6d
2998Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
2999Date:   Thu Mar 13 20:39:42 2003 +0000
3000
3001    Update Changelogs
3002
3003
3004    (Old svn revision: 170)
3005
3006commit b22087fefc2d9d3d61c70d71eaebc37d9be3a575
3007Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3008Date:   Tue Mar 11 22:09:09 2003 +0000
3009
3010    *** empty log message ***
3011
3012
3013    (Old svn revision: 169)
3014
3015commit de69830a6a1ef840d9734a90ee609fdba100a5c7
3016Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3017Date:   Tue Mar 11 21:05:45 2003 +0000
3018
3019    *** empty log message ***
3020
3021
3022    (Old svn revision: 168)
3023
3024commit e48ca15f85c914823b5ea79edc738ef41de0f7e2
3025Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3026Date:   Tue Mar 11 20:55:28 2003 +0000
3027
3028    Slightly adjust colors
3029
3030
3031    (Old svn revision: 167)
3032
3033commit ccc1550d762dc48495f8dc3ac1cb96b255cc6706
3034Author: Jasper Huijsmans <jbhuijsmans@home.nl>
3035Date:   Sun Mar 9 19:14:00 2003 +0000
3036
3037    Fix autogen.sh to run libtoolize
3038
3039
3040    (Old svn revision: 166)
3041
3042commit af1a0d3af32207861d4ac3a3d6a88d2a1bbca986
3043Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3044Date:   Thu Mar 6 18:54:20 2003 +0000
3045
3046    Rework the gtk theme files
3047
3048
3049    (Old svn revision: 165)
3050
3051commit 47d14ec1c9124bb66f6ceaa435d50e06836b566d
3052Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3053Date:   Wed Mar 5 20:08:49 2003 +0000
3054
3055    Rework configure script, update xfce theme.
3056
3057
3058    (Old svn revision: 164)
3059
3060commit 829459345bb8061a4c5d063c11931d59ac301ea8
3061Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3062Date:   Tue Mar 4 20:02:25 2003 +0000
3063
3064    *** empty log message ***
3065
3066
3067    (Old svn revision: 163)
3068
3069commit fb88037c1d73375af3d2bb5f8dce9d4392dc6acd
3070Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3071Date:   Tue Mar 4 19:17:47 2003 +0000
3072
3073    Adjust theme colors
3074
3075
3076    (Old svn revision: 162)
3077
3078commit f12cab3fa8fba2fb92f1a1fa95d1dea5d11dad23
3079Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3080Date:   Mon Mar 3 23:14:36 2003 +0000
3081
3082    For Joe :)
3083
3084
3085    (Old svn revision: 161)
3086
3087commit 4318a0e8842f7522d1d0643cf25489c656b1352c
3088Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3089Date:   Fri Feb 28 23:27:07 2003 +0000
3090
3091    *** empty log message ***
3092
3093
3094    (Old svn revision: 160)
3095
3096commit 65aa4a3247a2801442a5fe0d3c6353baf44c3618
3097Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3098Date:   Thu Feb 27 22:16:16 2003 +0000
3099
3100    ops, remove libtool
3101
3102
3103    (Old svn revision: 159)
3104
3105commit a671af90eb033292ab362bf80a2119b13a684350
3106Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3107Date:   Thu Feb 27 21:53:09 2003 +0000
3108
3109    Add libtool script
3110
3111
3112    (Old svn revision: 158)
3113
3114commit 53b1d1d06227dde9e703ffb954e537be6a1a940c
3115Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3116Date:   Fri Feb 21 18:23:00 2003 +0000
3117
3118    Rearrange gtkrc
3119
3120
3121    (Old svn revision: 157)
3122
3123commit 19263e6fa1a5b04ecf6a24a4d425e459eacdab05
3124Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3125Date:   Thu Feb 20 21:41:37 2003 +0000
3126
3127    Rework of frame draw
3128
3129
3130    (Old svn revision: 156)
3131
3132commit 60b84ccd6d839279e516bdec03105471fc390a41
3133Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3134Date:   Wed Feb 19 22:52:23 2003 +0000
3135
3136    Change curve colors, avoid drawing frame arround toolbars
3137
3138
3139    (Old svn revision: 155)
3140
3141commit 8dbc11448c78509582e7e73d99e09e5c7991b0ec
3142Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3143Date:   Thu Jan 23 10:52:32 2003 +0000
3144
3145    Update auto* stuff
3146
3147
3148    (Old svn revision: 154)
3149
3150commit 32431937aca24055187cfcbdf0c4fe2d6a56719a
3151Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3152Date:   Thu Jan 23 10:45:09 2003 +0000
3153
3154    Update autogen.sh and Makefiles
3155
3156
3157    (Old svn revision: 153)
3158
3159commit 5a7f657720585713da14fad72ebbc4f7ad7ee1f4
3160Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3161Date:   Fri Jan 17 08:55:11 2003 +0000
3162
3163    *** empty log message ***
3164
3165
3166    (Old svn revision: 152)
3167
3168commit 5c3ab0374769c72f8b3c29d265c58d2cf82f309c
3169Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3170Date:   Sat Dec 21 20:42:36 2002 +0000
3171
3172    *** empty log message ***
3173
3174
3175    (Old svn revision: 151)
3176
3177commit 0714737aa2667dbd3638ec019be3df262f1d0256
3178Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3179Date:   Fri Dec 13 11:50:46 2002 +0000
3180
3181    *** empty log message ***
3182
3183
3184    (Old svn revision: 150)
3185
3186commit dc74d6857ece56efa227e7b48ff9fda0e3800f34
3187Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3188Date:   Fri Dec 13 10:13:32 2002 +0000
3189
3190    *** empty log message ***
3191
3192
3193    (Old svn revision: 149)
3194
3195commit 9a468e0cfe8d4d3c57c3872b15007a735250438d
3196Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3197Date:   Thu Dec 12 20:16:44 2002 +0000
3198
3199    add GTK-2.2 menuitem shadow style and change some other minor changes.
3200
3201
3202    (Old svn revision: 148)
3203
3204commit daccab2b19583be3aae2df0e9b76ae8da4b4c65e
3205Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3206Date:   Wed Dec 11 07:08:03 2002 +0000
3207
3208    *** empty log message ***
3209
3210
3211    (Old svn revision: 147)
3212
3213commit 569c250d5c84349e65fe90121ee2d28bdee8378e
3214Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3215Date:   Tue Dec 10 22:42:36 2002 +0000
3216
3217    Change various frame draw styles in smooth mode.
3218
3219
3220    (Old svn revision: 146)
3221
3222commit c92278a72467d38bea63be466c6b2d30654f8311
3223Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3224Date:   Sun Dec 1 21:10:34 2002 +0000
3225
3226    *** empty log message ***
3227
3228
3229    (Old svn revision: 145)
3230
3231commit fe3ca4b19feb08c623cedf7bebab9267be015adb
3232Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3233Date:   Sun Dec 1 21:09:38 2002 +0000
3234
3235    *** empty log message ***
3236
3237
3238    (Old svn revision: 144)
3239
3240commit c7ed1acbd6e119895787f075eaad20ed384eec72
3241Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3242Date:   Sun Dec 1 15:55:22 2002 +0000
3243
3244    *** empty log message ***
3245
3246
3247    (Old svn revision: 143)
3248
3249commit 26072cab9456d06a1e530d3f55aa664b2c4539c4
3250Author: Martin Loschwitz <madkiss@debian.org>
3251Date:   Thu Nov 28 20:17:40 2002 +0000
3252
3253    Update to debian/-subdir included in xfce4_20021127-1.
3254
3255
3256    (Old svn revision: 142)
3257
3258commit e558a16841b92ebbf554373e0f1bf93bc9d81a22
3259Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3260Date:   Thu Nov 28 13:21:08 2002 +0000
3261
3262    *** empty log message ***
3263
3264
3265    (Old svn revision: 141)
3266
3267commit 3fa146587042f42f5f55dc3fb8c6dfd25649e0e6
3268Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3269Date:   Wed Nov 20 15:59:02 2002 +0000
3270
3271    *** empty log message ***
3272
3273
3274    (Old svn revision: 140)
3275
3276commit 8940c388816263f239fe09091223fc96ca440729
3277Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3278Date:   Wed Nov 20 11:35:13 2002 +0000
3279
3280    *** empty log message ***
3281
3282
3283    (Old svn revision: 139)
3284
3285commit fa6e8d9b5a6db4f3e15126da05442238151398c7
3286Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3287Date:   Sun Nov 10 14:18:44 2002 +0000
3288
3289    *** empty log message ***
3290
3291
3292    (Old svn revision: 138)
3293
3294commit 2ac33ffa5ad973b67b935923f9dae5e4648a4439
3295Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3296Date:   Sun Nov 10 13:58:30 2002 +0000
3297
3298    Update ChangeLog
3299
3300
3301    (Old svn revision: 137)
3302
3303commit 652da5a3193813cb1271039bf1e4d1ee6faf2d5d
3304Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3305Date:   Sun Nov 10 13:53:46 2002 +0000
3306
3307    Change version number, change frame corners in "smooth" mode.
3308
3309
3310    (Old svn revision: 136)
3311
3312commit 195a8ac5f3ce8cdeaf04e59ed220997d626beca1
3313Author: Martin Loschwitz <madkiss@debian.org>
3314Date:   Sun Nov 10 10:02:31 2002 +0000
3315
3316    Initial revision
3317
3318
3319    (Old svn revision: 132)
3320
3321commit b4594c8244b815a6e3192705ded8f07acd51e822
3322Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3323Date:   Tue Nov 5 14:12:29 2002 +0000
3324
3325    Xfce-curve theme is back.
3326
3327
3328    (Old svn revision: 131)
3329
3330commit 6f1b33e3bf35925483a43e6af49d5a72335c0853
3331Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3332Date:   Tue Oct 22 18:52:19 2002 +0000
3333
3334    Change colors.
3335
3336
3337    (Old svn revision: 130)
3338
3339commit 8572a7ebd73152fb7f7ed129d2d0455352332662
3340Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3341Date:   Tue Oct 22 14:48:39 2002 +0000
3342
3343    *** empty log message ***
3344
3345
3346    (Old svn revision: 129)
3347
3348commit e058d77767cb894999cf2451cc5b8cbfc763a20c
3349Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3350Date:   Tue Oct 22 09:51:13 2002 +0000
3351
3352    Change to lighter color for tabs and buttons
3353
3354
3355    (Old svn revision: 128)
3356
3357commit 90c969f991ff213ad977a5d166d5e2a2b61419cd
3358Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3359Date:   Thu Oct 17 19:31:55 2002 +0000
3360
3361    Change active title color for xfwm4.
3362
3363
3364    (Old svn revision: 127)
3365
3366commit 52ac80a23407c4435bbf8aab03493089d47b6ebe
3367Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3368Date:   Sat Oct 12 13:26:58 2002 +0000
3369
3370    *** empty log message ***
3371
3372
3373    (Old svn revision: 126)
3374
3375commit c300750394dd252deb8d9a83075a906bf35230dc
3376Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3377Date:   Fri Oct 11 21:45:37 2002 +0000
3378
3379    *** empty log message ***
3380
3381
3382    (Old svn revision: 125)
3383
3384commit fc82f36b81c900f687a18993498437ab4c1e2ff7
3385Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3386Date:   Wed Oct 9 20:12:28 2002 +0000
3387
3388    Change frame for "trough", update ChangLog, set version to 2.0.10
3389
3390
3391    (Old svn revision: 124)
3392
3393commit 61c460a64ed999f52df9ca9d34928d87360d9afe
3394Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3395Date:   Sat Oct 5 20:06:11 2002 +0000
3396
3397    Remove shadow in trough
3398
3399
3400    (Old svn revision: 123)
3401
3402commit c6524a050b63f5085b8ec5d6d41c33cf4e4e1b81
3403Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3404Date:   Sat Oct 5 15:57:19 2002 +0000
3405
3406    *** empty log message ***
3407
3408
3409    (Old svn revision: 122)
3410
3411commit dbed15fe19faf99eb512618bfefaccb7f4b065c6
3412Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3413Date:   Sat Oct 5 11:20:36 2002 +0000
3414
3415    Change scrollbar color for redmondxp gtkrc
3416
3417
3418    (Old svn revision: 121)
3419
3420commit 1ec242b798cade8db8ab5d40f8235acb35779495
3421Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3422Date:   Sat Oct 5 09:59:29 2002 +0000
3423
3424    trough shadow.
3425
3426
3427    (Old svn revision: 120)
3428
3429commit c6a2aebb120d6b1b85f4e02b3ef95d871be4a894
3430Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3431Date:   Fri Oct 4 22:04:03 2002 +0000
3432
3433    Change drawing of vscale and hscale, change interior focus border in various "smooth" themes.
3434
3435
3436    (Old svn revision: 119)
3437
3438commit c28e76f7abc1fcf2ecc13f6a57e11fa6ac480cf1
3439Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3440Date:   Fri Oct 4 21:19:31 2002 +0000
3441
3442    Optmizations, revert to dark frame instead of black for widgets in smooth mode
3443
3444
3445    (Old svn revision: 118)
3446
3447commit 6182a2b952368d8985adc1c54200a5477b08bb29
3448Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3449Date:   Fri Oct 4 20:45:18 2002 +0000
3450
3451    Change scrollbar and various object drawing in smooth mode.
3452
3453
3454    (Old svn revision: 117)
3455
3456commit 20d9ac3c7c0b9671856d301293af27c48eaa4acf
3457Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3458Date:   Fri Oct 4 13:44:48 2002 +0000
3459
3460    *** empty log message ***
3461
3462
3463    (Old svn revision: 116)
3464
3465commit 9a59cc519b29dfb619193a88f1e7750913c1791e
3466Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3467Date:   Fri Oct 4 13:03:22 2002 +0000
3468
3469    Switch to smooth mode for "basic" theme.
3470
3471
3472    (Old svn revision: 115)
3473
3474commit 79639753261ddf900384dc75612db05bbeb30b04
3475Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3476Date:   Tue Oct 1 20:03:43 2002 +0000
3477
3478    Do some oddities with smooth mode :)
3479
3480
3481    (Old svn revision: 114)
3482
3483commit bda5236c585fd97a2d78a9231ae493e9be482029
3484Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3485Date:   Tue Oct 1 17:04:45 2002 +0000
3486
3487    *** empty log message ***
3488
3489
3490    (Old svn revision: 113)
3491
3492commit 8727cf408e3c4e830d1ef15518421759683e55d1
3493Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3494Date:   Tue Oct 1 14:32:49 2002 +0000
3495
3496    *** empty log message ***
3497
3498
3499    (Old svn revision: 112)
3500
3501commit 08dedfce90f7d355f4552220e84017d0028b245a
3502Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3503Date:   Tue Oct 1 13:59:05 2002 +0000
3504
3505    *** empty log message ***
3506
3507
3508    (Old svn revision: 111)
3509
3510commit 2bc2a1b0cb228c09c5750df713f91361460a4294
3511Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3512Date:   Mon Sep 30 08:07:34 2002 +0000
3513
3514    Change drawing routine in smooth mode to enhance contrast on widgets.
3515
3516
3517    (Old svn revision: 110)
3518
3519commit d52c3646b7b137f7ebd52691b512801de772988a
3520Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3521Date:   Wed Sep 18 14:16:14 2002 +0000
3522
3523    Even lighter, I'm really hot right now, I need a refreshing theme :)
3524
3525
3526    (Old svn revision: 109)
3527
3528commit 2d93a406b416671f7a281a78ed13545b61bc934a
3529Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3530Date:   Wed Sep 18 14:13:23 2002 +0000
3531
3532    Make b5 theme lighter.
3533
3534
3535    (Old svn revision: 108)
3536
3537commit 81d619f07e4c09c29a474258489a79db851ef810
3538Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3539Date:   Tue Sep 17 20:51:49 2002 +0000
3540
3541    Update ChangeLog.
3542
3543
3544    (Old svn revision: 107)
3545
3546commit 9271033b0013b8b71512701aa7ec6e7d5e12ae74
3547Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3548Date:   Tue Sep 17 20:40:27 2002 +0000
3549
3550    Update configure.in
3551
3552
3553    (Old svn revision: 106)
3554
3555commit 82aba8b055af234e24199810c29ead2ce9dc231f
3556Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3557Date:   Tue Sep 17 20:30:03 2002 +0000
3558
3559    Remove Xfce_curve
3560
3561
3562    (Old svn revision: 105)
3563
3564commit e9f6a7ffa206c72bd170ab3ef7f28d44d1ae9b07
3565Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3566Date:   Fri Sep 13 22:08:36 2002 +0000
3567
3568    Regenerate all Makefile.in in case.
3569
3570
3571    (Old svn revision: 104)
3572
3573commit 8b8340a88a14e02e38ab963503a19ecc3b605600
3574Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3575Date:   Thu Sep 12 20:00:30 2002 +0000
3576
3577    Update ChangeLog.
3578
3579
3580    (Old svn revision: 103)
3581
3582commit 3293df9d45a0ed1ae78f5abc3c7c435adb9e27b4
3583Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3584Date:   Thu Sep 12 19:38:27 2002 +0000
3585
3586    *** empty log message ***
3587
3588
3589    (Old svn revision: 102)
3590
3591commit 9b72aa195d7942713fd3f20b0246c34a5620a12d
3592Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3593Date:   Thu Sep 12 12:40:34 2002 +0000
3594
3595    Add theme saltlake
3596
3597
3598    (Old svn revision: 101)
3599
3600commit b4b798588dc32fd66c020271bb1299e3875011d2
3601Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3602Date:   Thu Sep 12 09:40:06 2002 +0000
3603
3604    *** empty log message ***
3605
3606
3607    (Old svn revision: 100)
3608
3609commit 4c4788b8c60f51d020ac83dca0264f5d2f0df274
3610Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3611Date:   Thu Sep 12 09:27:29 2002 +0000
3612
3613    *** empty log message ***
3614
3615
3616    (Old svn revision: 99)
3617
3618commit 6ceaa6e9dfb8dff265a77eaded0480d5cc47ac2c
3619Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3620Date:   Thu Sep 12 08:08:48 2002 +0000
3621
3622    *** empty log message ***
3623
3624
3625    (Old svn revision: 98)
3626
3627commit 9a3bb2dbe1c7e30d1ade78404ad755adeceb9d0b
3628Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3629Date:   Thu Sep 12 07:46:30 2002 +0000
3630
3631    *** empty log message ***
3632
3633
3634    (Old svn revision: 97)
3635
3636commit f160b95eb96997a6abcbd88bebe4103cc24e0cc8
3637Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3638Date:   Wed Sep 11 21:20:52 2002 +0000
3639
3640    *** empty log message ***
3641
3642
3643    (Old svn revision: 96)
3644
3645commit ff844ae8bbf49806bd6ae421309732b64372fb56
3646Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3647Date:   Wed Sep 11 21:17:32 2002 +0000
3648
3649    *** empty log message ***
3650
3651
3652    (Old svn revision: 95)
3653
3654commit a7167aedacfb7327416ec54d285ede8060de7b77
3655Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3656Date:   Mon Sep 9 13:40:14 2002 +0000
3657
3658    *** empty log message ***
3659
3660
3661    (Old svn revision: 94)
3662
3663commit 0613267335c9ffc2ef2da09e1d1c245b4c0f3e25
3664Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3665Date:   Mon Sep 9 10:34:13 2002 +0000
3666
3667    *** empty log message ***
3668
3669
3670    (Old svn revision: 93)
3671
3672commit 5f021ec12a3b82b2f982a2789e7ac9337b391ec0
3673Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3674Date:   Sun Sep 8 20:37:37 2002 +0000
3675
3676    *** empty log message ***
3677
3678
3679    (Old svn revision: 92)
3680
3681commit dd2cb2561f2cf616e8711aa1db4cbdf128e21298
3682Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3683Date:   Sun Sep 8 20:26:58 2002 +0000
3684
3685    Use default gtk theme for drawing arrows instead of our, use flat pressed buttons.
3686
3687
3688    (Old svn revision: 91)
3689
3690commit d5cbc50c8f7a1a42335947f676bc06a3005c2f52
3691Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3692Date:   Fri Sep 6 12:31:14 2002 +0000
3693
3694    *** empty log message ***
3695
3696
3697    (Old svn revision: 90)
3698
3699commit c14b5fb05f9508e8191fefceea46413408e8e280
3700Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3701Date:   Fri Sep 6 11:03:09 2002 +0000
3702
3703    *** empty log message ***
3704
3705
3706    (Old svn revision: 89)
3707
3708commit 96d05f5b91fef4c064e25464c2e60b03656359d2
3709Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3710Date:   Thu Sep 5 15:24:51 2002 +0000
3711
3712    *** empty log message ***
3713
3714
3715    (Old svn revision: 88)
3716
3717commit b1009f111e8ce8dcff893f5cdcbfe0d1192c74c4
3718Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3719Date:   Tue Sep 3 21:04:05 2002 +0000
3720
3721    *** empty log message ***
3722
3723
3724    (Old svn revision: 87)
3725
3726commit ff7796c8faa44d7a570d9c6b383c56db5f14feed
3727Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3728Date:   Tue Sep 3 20:12:43 2002 +0000
3729
3730    *** empty log message ***
3731
3732
3733    (Old svn revision: 86)
3734
3735commit 97b815b3814b192fcecf8d39af0471ee86f6b75c
3736Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3737Date:   Tue Sep 3 12:47:19 2002 +0000
3738
3739    Add theme "curve"
3740
3741
3742    (Old svn revision: 85)
3743
3744commit 97e6a33c133ac29a25242fe4655373e023adfb34
3745Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3746Date:   Mon Sep 2 08:31:20 2002 +0000
3747
3748    *** empty log message ***
3749
3750
3751    (Old svn revision: 84)
3752
3753commit b9a3f6315ec379f7ecebbffaa3f70e4b9b0ebf3a
3754Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3755Date:   Mon Sep 2 07:39:15 2002 +0000
3756
3757    Replace "rpm -ta" with "rpmbuild -ta"
3758
3759
3760    (Old svn revision: 83)
3761
3762commit 41d090b463376f12366dc78206bc756745b4eed2
3763Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3764Date:   Sun Sep 1 08:42:17 2002 +0000
3765
3766    *** empty log message ***
3767
3768
3769    (Old svn revision: 82)
3770
3771commit 60bec581106383f714be46705a39850ea5fe6632
3772Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3773Date:   Thu Aug 29 16:11:08 2002 +0000
3774
3775    *** empty log message ***
3776
3777
3778    (Old svn revision: 81)
3779
3780commit 16c5fb06921743330d802ba6cf83120a4b85038b
3781Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3782Date:   Thu Aug 29 10:51:12 2002 +0000
3783
3784    *** empty log message ***
3785
3786
3787    (Old svn revision: 80)
3788
3789commit 8b3be81acbe436bbd311133cd17d4afc12e25f56
3790Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3791Date:   Thu Aug 29 10:44:09 2002 +0000
3792
3793    *** empty log message ***
3794
3795
3796    (Old svn revision: 79)
3797
3798commit ea8978f87882c6e6d45dc6b4fc47292d3d3bc606
3799Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3800Date:   Thu Aug 29 07:58:56 2002 +0000
3801
3802    *** empty log message ***
3803
3804
3805    (Old svn revision: 78)
3806
3807commit c105501802b17c2f4adef0a5a95a0d217de50a3d
3808Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3809Date:   Wed Aug 28 14:03:32 2002 +0000
3810
3811    *** empty log message ***
3812
3813
3814    (Old svn revision: 77)
3815
3816commit 5a1f5ea36dc01f35291db5a88a4bd8d8cb72b9a2
3817Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3818Date:   Wed Aug 28 08:28:57 2002 +0000
3819
3820    *** empty log message ***
3821
3822
3823    (Old svn revision: 76)
3824
3825commit 2824298875ea3e05c68f3aab0f83e9bc97088107
3826Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3827Date:   Tue Aug 27 22:12:20 2002 +0000
3828
3829    *** empty log message ***
3830
3831
3832    (Old svn revision: 75)
3833
3834commit 49295c7882393bb19a61986a83d1852087b8cfda
3835Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3836Date:   Tue Aug 27 09:56:46 2002 +0000
3837
3838    *** empty log message ***
3839
3840
3841    (Old svn revision: 74)
3842
3843commit b63c27cf7831856b4470f12d911d080185edef3b
3844Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3845Date:   Tue Aug 27 09:47:24 2002 +0000
3846
3847    *** empty log message ***
3848
3849
3850    (Old svn revision: 73)
3851
3852commit 842cfe7f6ec7129ef35e52d427e7e4c64731c82d
3853Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3854Date:   Mon Aug 26 13:10:44 2002 +0000
3855
3856    *** empty log message ***
3857
3858
3859    (Old svn revision: 72)
3860
3861commit 86cfbc6ee75268bbb74f79bfbd0097beb631ec8c
3862Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3863Date:   Mon Aug 26 13:02:20 2002 +0000
3864
3865    *** empty log message ***
3866
3867
3868    (Old svn revision: 71)
3869
3870commit 14743e70779fb6e6043684eb9656caf57e7125b6
3871Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3872Date:   Mon Aug 26 11:22:51 2002 +0000
3873
3874    *** empty log message ***
3875
3876
3877    (Old svn revision: 70)
3878
3879commit 86716d8ea68a541cdda0954411add5db520c9549
3880Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3881Date:   Mon Aug 26 11:07:38 2002 +0000
3882
3883    *** empty log message ***
3884
3885
3886    (Old svn revision: 69)
3887
3888commit 7d59360effcc9cfaa3480ff03a23153067abd96b
3889Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3890Date:   Mon Aug 26 10:18:57 2002 +0000
3891
3892    *** empty log message ***
3893
3894
3895    (Old svn revision: 68)
3896
3897commit a07b204ecf6723e8ea6a8337eccaf20184480533
3898Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3899Date:   Sun Aug 25 11:29:38 2002 +0000
3900
3901    Make round corners enabled by default, allow disable round corners from configure script.
3902
3903
3904    (Old svn revision: 67)
3905
3906commit 9097a83fe230153fb643005a7ac264cdbb7b8a1d
3907Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3908Date:   Sat Aug 24 13:33:19 2002 +0000
3909
3910    Improve "smooth_edge" mode.
3911    The shadow drawing should be faster too.
3912
3913
3914    (Old svn revision: 66)
3915
3916commit 77b79a49582b0c46b7b02d1e1daae57b296b157a
3917Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3918Date:   Sat Aug 24 12:34:05 2002 +0000
3919
3920    Remove round corners. W/out use of shape, it
3921
3922
3923    (Old svn revision: 65)
3924
3925commit 9ea05552074fc2a33bc0bb834aad431a0459dd04
3926Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3927Date:   Sat Aug 24 12:19:04 2002 +0000
3928
3929    Update ChangeLog
3930
3931
3932    (Old svn revision: 64)
3933
3934commit 71cb01d3f74e15962fa75bb431f1cc6aa64758ac
3935Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3936Date:   Sat Aug 24 12:18:02 2002 +0000
3937
3938    Change theme when "smooth_edge" is set, implement round corner to reflect Eugenia's suggestion.
3939
3940
3941    (Old svn revision: 63)
3942
3943commit 770b1c448a3c46045a040647e1d12ac3c1544f3a
3944Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3945Date:   Fri Aug 23 13:37:56 2002 +0000
3946
3947    REvert latest changes, going nowhere.
3948
3949
3950    (Old svn revision: 62)
3951
3952commit d32f33d2f52ea9232c6d984ed258224a85ec41a4
3953Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3954Date:   Fri Aug 23 11:15:25 2002 +0000
3955
3956    Round corners (more)
3957
3958
3959    (Old svn revision: 61)
3960
3961commit cb4f5660d324a9fa175fb8ac75791bd752fa4f9d
3962Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3963Date:   Fri Aug 23 08:55:58 2002 +0000
3964
3965    An attempt to implement slight round corners as suggested by Eugenia ;-)
3966
3967
3968    (Old svn revision: 60)
3969
3970commit d263daf9ece98ad3d7c2b6191dc0dfc741350255
3971Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3972Date:   Wed Jul 24 12:34:49 2002 +0000
3973
3974    Update ChangeLog
3975
3976
3977    (Old svn revision: 59)
3978
3979commit 5c548b4c836694088ffa013e9e949dafe1122343
3980Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3981Date:   Wed Jul 24 12:32:02 2002 +0000
3982
3983    Add GTK_LIBS dependency so that PyGTK apps work with the theme (as suggested by Michele Campeotto <micampe@micampe.it>)
3984
3985
3986    (Old svn revision: 58)
3987
3988commit c71d209509cef09b95ed2c7c34c6b9171d1e6f40
3989Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3990Date:   Thu Jul 18 10:02:03 2002 +0000
3991
3992    Update ChangeLog
3993
3994
3995    (Old svn revision: 57)
3996
3997commit 59eab4bb47d5e044fbdde794f009e649a6a3033a
3998Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
3999Date:   Thu Jul 18 10:00:30 2002 +0000
4000
4001    Change prelight color.
4002
4003
4004    (Old svn revision: 56)
4005
4006commit 605a3242493f408cf0815ab21dbf2f32c19c05c8
4007Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4008Date:   Thu Jul 18 09:00:49 2002 +0000
4009
4010    Update ChangeLog
4011
4012
4013    (Old svn revision: 55)
4014
4015commit cd27e63834cd9cf3dc6232e9547bd4faf4718743
4016Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4017Date:   Wed Jul 17 20:24:43 2002 +0000
4018
4019    Add new scheme "Xfce_light"
4020
4021
4022    (Old svn revision: 54)
4023
4024commit cf6b020a61dfe5cc9afd9ae91e5218e130d0b15f
4025Author: Jasper Huijsmans <jbhuijsmans@home.nl>
4026Date:   Tue Jul 16 17:13:45 2002 +0000
4027
4028    small fix for compile error
4029
4030
4031    (Old svn revision: 53)
4032
4033commit 60234501d15e2c44d6aabce3b785c75024c03088
4034Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4035Date:   Mon Jul 15 20:29:41 2002 +0000
4036
4037    Change scrollbar size to 13 instead of 15 for XFce-Redmondxp and Xfce-b5
4038
4039
4040    (Old svn revision: 52)
4041
4042commit 75044db10ba5155575d2207221c324ffae3fa1f8
4043Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4044Date:   Mon Jul 15 20:23:54 2002 +0000
4045
4046    Major improvement, add an option to the theme "smooth_edge", boolean, so one can set it to get slicker look.
4047    Modified all themes, moved some default out of the code and put it the gtkrc files to give more control to the theme creator.
4048
4049
4050    (Old svn revision: 51)
4051
4052commit 82fb07c7ef1b58530bfc8f58f2c32895a1b66bc5
4053Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4054Date:   Mon Jul 15 13:03:44 2002 +0000
4055
4056    *** empty log message ***
4057
4058
4059    (Old svn revision: 50)
4060
4061commit 1b9e0024003dab485484bfef75075b21e4933fca
4062Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4063Date:   Mon Jul 15 12:46:03 2002 +0000
4064
4065    Change shadows
4066
4067
4068    (Old svn revision: 49)
4069
4070commit 5fd663e95f993741ba473923031c89f7ae6f0fa3
4071Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4072Date:   Mon Jul 15 12:37:47 2002 +0000
4073
4074    *** empty log message ***
4075
4076
4077    (Old svn revision: 48)
4078
4079commit 99f57ab888153fdbfa7c7efe6cdb4363a16144ab
4080Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4081Date:   Sun Jul 14 20:31:48 2002 +0000
4082
4083    *** empty log message ***
4084
4085
4086    (Old svn revision: 47)
4087
4088commit 32ab46cb90ee8d2478d729c8a1efe7957d6ab3fd
4089Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4090Date:   Sun Jul 14 20:25:32 2002 +0000
4091
4092    *** empty log message ***
4093
4094
4095    (Old svn revision: 46)
4096
4097commit df611469811b903de5f7b7dbf1213d0d125f4ede
4098Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4099Date:   Sun Jul 14 19:34:12 2002 +0000
4100
4101    Revert latest changes
4102
4103
4104    (Old svn revision: 45)
4105
4106commit 9262c3f24147a4300a749124365679e8736d0a63
4107Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4108Date:   Sun Jul 14 13:57:21 2002 +0000
4109
4110    Revert the change on arrows.
4111
4112
4113    (Old svn revision: 44)
4114
4115commit 456b459e35cda7f970039fe536e88b4b024403de
4116Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4117Date:   Sun Jul 14 13:51:18 2002 +0000
4118
4119    Change the shadow of widget to be less sharp, ie by using dark_gc instead of black_gc to render the shadow (People may not like this)
4120
4121
4122    (Old svn revision: 43)
4123
4124commit d0008973d05b8904cacc50085e8fdf10fdf32b25
4125Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4126Date:   Thu Jul 4 19:27:22 2002 +0000
4127
4128    Update ChangeLog, release 2.0.6
4129
4130
4131    (Old svn revision: 42)
4132
4133commit a37d756da7c94daf55a265b0bcff1184198634e7
4134Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4135Date:   Thu Jul 4 13:34:23 2002 +0000
4136
4137    Add Xfce-Redmondxp theme
4138
4139
4140    (Old svn revision: 41)
4141
4142commit e3854b2311d6499e86049a11f5f04e0bb15d3c7e
4143Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4144Date:   Mon Jul 1 21:40:31 2002 +0000
4145
4146    Update ChangeLog
4147
4148
4149    (Old svn revision: 40)
4150
4151commit ba7bd6be2bd9d303ac702291e54d4c24e02ec229
4152Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4153Date:   Mon Jul 1 08:31:58 2002 +0000
4154
4155    *** empty log message ***
4156
4157
4158    (Old svn revision: 39)
4159
4160commit 7606b74c335a7a5c89f253903c2ff076a472ae55
4161Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4162Date:   Sun Jun 30 20:14:14 2002 +0000
4163
4164    Improve default gtkrc
4165
4166
4167    (Old svn revision: 38)
4168
4169commit 9c197d3daf78375db503a9935f457e5b57c47be5
4170Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4171Date:   Fri Jun 28 08:34:12 2002 +0000
4172
4173    Add theme Xfce_funklor based on a theme by Michael Pearce (chuzwuzza@optushome.com.au),
4174    Improve Xfce theme.
4175
4176
4177    (Old svn revision: 37)
4178
4179commit 291cf050e9f6241a5aec034674c8353e751f17e6
4180Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4181Date:   Thu Jun 27 07:56:54 2002 +0000
4182
4183    *** empty log message ***
4184
4185
4186    (Old svn revision: 36)
4187
4188commit 324adff34be48e554b0a22d0f27575a831497462
4189Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4190Date:   Mon Jun 24 10:51:09 2002 +0000
4191
4192    *** empty log message ***
4193
4194
4195    (Old svn revision: 35)
4196
4197commit e3df80037aede32979fee7265992d61d9d06b414
4198Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4199Date:   Mon Jun 24 10:15:34 2002 +0000
4200
4201    Add a new "basic" sample theme using xfce engine.
4202
4203
4204    (Old svn revision: 34)
4205
4206commit 4a29bee5663872c00bbf743528c744220e6de93f
4207Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4208Date:   Sat Jun 22 14:58:45 2002 +0000
4209
4210    Bump 2.0.6, change provided gtkrc
4211
4212
4213    (Old svn revision: 33)
4214
4215commit bf326e04d31e8c60de669fb6b367cc2bc149406a
4216Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4217Date:   Fri Jun 14 20:35:07 2002 +0000
4218
4219    Fix some remaining deprecated calls
4220
4221
4222    (Old svn revision: 32)
4223
4224commit c48f9db6eff0caf17ee8dd38098d0b744c99f2f1
4225Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4226Date:   Thu Jun 13 21:47:05 2002 +0000
4227
4228    *** empty log message ***
4229
4230
4231    (Old svn revision: 31)
4232
4233commit 5a156d6d630d8bbee1f2c5cce23bbafa498813cd
4234Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4235Date:   Thu Jun 13 21:46:31 2002 +0000
4236
4237    Various cleanups
4238
4239
4240    (Old svn revision: 30)
4241
4242commit ec58c63fe8051d016ea4946e5fe46ea22ae72de7
4243Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4244Date:   Thu Jun 6 08:14:18 2002 +0000
4245
4246    Whoops, forgot to update CVS !
4247
4248
4249    (Old svn revision: 29)
4250
4251commit d48b555218ace259b8a085a9045b154adbc350e5
4252Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4253Date:   Wed Jun 5 14:18:54 2002 +0000
4254
4255    *** empty log message ***
4256
4257
4258    (Old svn revision: 28)
4259
4260commit 586e1296982ef612205f1dbe2404218c996ce4fa
4261Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4262Date:   Wed Jun 5 14:05:37 2002 +0000
4263
4264    *** empty log message ***
4265
4266
4267    (Old svn revision: 27)
4268
4269commit 6a4334653899456e2269a369dd5b4852f192d5e8
4270Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4271Date:   Wed Jun 5 14:03:43 2002 +0000
4272
4273    *** empty log message ***
4274
4275
4276    (Old svn revision: 26)
4277
4278commit 13e2e6bdf0a33c900906e717225f2e277bf98c70
4279Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4280Date:   Wed Jun 5 13:50:54 2002 +0000
4281
4282    *** empty log message ***
4283
4284
4285    (Old svn revision: 25)
4286
4287commit a2764b2b170c9d9f2cec2962c216d27d99a2ffea
4288Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4289Date:   Wed Jun 5 13:40:41 2002 +0000
4290
4291    Add default selected base color that was missing
4292
4293
4294    (Old svn revision: 24)
4295
4296commit 06a82a40f991d15e3d29ae672cfb2a1a0d37ea72
4297Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4298Date:   Wed Jun 5 13:15:31 2002 +0000
4299
4300    Improve contrast in provided gtkrc and update version nbr to 2.0.4
4301
4302
4303    (Old svn revision: 23)
4304
4305commit 63062ecd66c82f936399df590fbaa77f96758178
4306Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4307Date:   Fri May 31 23:13:51 2002 +0000
4308
4309    *** empty log message ***
4310
4311
4312    (Old svn revision: 22)
4313
4314commit d0c069f965c55eb6fab6c07092659159c3a2ca63
4315Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4316Date:   Fri May 31 09:23:53 2002 +0000
4317
4318    *** empty log message ***
4319
4320
4321    (Old svn revision: 21)
4322
4323commit 08726587b0405eee7c9bcdd83dafb48f8ed5dbc5
4324Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4325Date:   Thu May 30 15:09:13 2002 +0000
4326
4327    *** empty log message ***
4328
4329
4330    (Old svn revision: 20)
4331
4332commit 932efb00d2d9293bb23c04a1273dd4776454c5b5
4333Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4334Date:   Thu May 30 10:55:30 2002 +0000
4335
4336    *** empty log message ***
4337
4338
4339    (Old svn revision: 19)
4340
4341commit 2b021e078af53bb717dfa22ec73731f2b6c4a16d
4342Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4343Date:   Thu May 30 10:22:06 2002 +0000
4344
4345    *** empty log message ***
4346
4347
4348    (Old svn revision: 18)
4349
4350commit dbb5ab2ddd0f9df0a3b5fd6114c520c367004bbb
4351Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4352Date:   Thu May 30 06:30:52 2002 +0000
4353
4354    *** empty log message ***
4355
4356
4357    (Old svn revision: 17)
4358
4359commit 93a985554ca40d8854b3d3ba82750616eac0cb5c
4360Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4361Date:   Wed May 29 21:09:34 2002 +0000
4362
4363    *** empty log message ***
4364
4365
4366    (Old svn revision: 16)
4367
4368commit aefa13f06b4a437a70818e0ff9f5bf5f77179e29
4369Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4370Date:   Wed May 29 13:05:28 2002 +0000
4371
4372    *** empty log message ***
4373
4374
4375    (Old svn revision: 15)
4376
4377commit 97ab7ae83032fc736732b39d2315b6cf4eb312c5
4378Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4379Date:   Wed May 29 10:33:05 2002 +0000
4380
4381    *** empty log message ***
4382
4383
4384    (Old svn revision: 14)
4385
4386commit 05c29469bc7d22e63a95fcce1065f33f0d4612c2
4387Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4388Date:   Wed May 29 08:13:29 2002 +0000
4389
4390    *** empty log message ***
4391
4392
4393    (Old svn revision: 13)
4394
4395commit 4d5471e4ac9bfbe52e6437abb22bb527a7cf4dab
4396Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4397Date:   Wed May 29 08:08:18 2002 +0000
4398
4399    *** empty log message ***
4400
4401
4402    (Old svn revision: 12)
4403
4404commit 42e89e9b17a9c91aea5d14628a67236e78d58fab
4405Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4406Date:   Wed May 29 08:03:18 2002 +0000
4407
4408    Add default gtkrc for GNOME
4409
4410
4411    (Old svn revision: 11)
4412
4413commit 88d0338726fe49dacd1576007414a8b3f53acaa1
4414Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4415Date:   Tue May 28 21:36:45 2002 +0000
4416
4417    Add -DG_DISABLE_DEPRECATED
4418
4419
4420    (Old svn revision: 10)
4421
4422commit 8f6d59f7dfb7b5ef251ede7661e439fd3937da26
4423Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4424Date:   Tue May 28 21:17:42 2002 +0000
4425
4426    *** empty log message ***
4427
4428
4429    (Old svn revision: 9)
4430
4431commit a11b419f29bd0e860c3eca701b74c0b5e75b3cc3
4432Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4433Date:   Tue May 28 21:02:52 2002 +0000
4434
4435    *** empty log message ***
4436
4437
4438    (Old svn revision: 8)
4439
4440commit c46105dac11f7383b991ff64e5c3f0d8e2f26e9c
4441Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4442Date:   Tue May 28 16:55:35 2002 +0000
4443
4444    *** empty log message ***
4445
4446
4447    (Old svn revision: 7)
4448
4449commit 090d050a5de7c6d82ad02956f0d318f56e86c9a6
4450Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4451Date:   Tue May 28 16:44:11 2002 +0000
4452
4453    *** empty log message ***
4454
4455
4456    (Old svn revision: 6)
4457
4458commit 0960bc2cf131d47f95c5873f490fe5144a1d7e9a
4459Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4460Date:   Tue May 28 16:38:31 2002 +0000
4461
4462    *** empty log message ***
4463
4464
4465    (Old svn revision: 5)
4466
4467commit 2b0469bdf1fc4f420f9f9eb75beb110dad3e74aa
4468Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4469Date:   Tue May 28 15:18:19 2002 +0000
4470
4471    *** empty log message ***
4472
4473
4474    (Old svn revision: 4)
4475
4476commit 63349b8549f6cea28021ea7585eb205eea86661a
4477Author: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
4478Date:   Tue May 28 14:41:57 2002 +0000
4479
4480    Initial import
4481
4482
4483    (Old svn revision: 3)
4484
4485commit cd1d14a4924eea8fdf20b60ce09aadfc7d343937
4486Author: Unknown Author <xfce4-dev@xfce.org>
4487Date:   Tue May 28 14:41:57 2002 +0000
4488
4489    New repository initialized by cvs2svn.
4490
4491    (Old svn revision: 2)
4492