• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autopackage/H30-Jun-2005-5643

m4/H30-Jun-2005-5847

src/H03-May-2022-6,4315,109

themes/H30-Jun-2005-6,7825,778

AUTHORSH A D24-Feb-2005170 74

COPYINGH A D18-Feb-200517.6 KiB341281

CREDITSH A D11-Jun-2005536 2614

ChangeLogH A D30-Jun-200534.4 KiB1,197806

INSTALLH A D30-Jun-20059 KiB230175

Makefile.amH A D29-Mar-200526 32

Makefile.inH A D30-Jun-200518.9 KiB614537

NEWSH A D30-Jun-20052.8 KiB7563

READMEH A D30-Jun-20051.4 KiB3623

TODOH A D29-Mar-2005456 118

aclocal.m4H A D30-Jun-2005252.2 KiB7,2256,434

config.guessH A D30-Jun-200543.2 KiB1,4801,282

config.h.inH A D30-Jun-20051.8 KiB7148

config.subH A D30-Jun-200531.1 KiB1,5871,446

configureH A D03-May-2022754.5 KiB24,09419,580

configure.inH A D30-Jun-20051.8 KiB7660

depcompH A D30-Jun-200514.8 KiB527335

install-shH A D30-Jun-20059.3 KiB326189

ltmain.shH A D02-Jun-2005184.9 KiB6,5915,187

missingH A D30-Jun-200510.4 KiB361270

README

1- Clearlooks Engine -
2Designed and Implemented by Richard Stellingwerff <remenic@gmail.com> and Daniel Borgmann <daniel.borgmann@gmail.com>
3
4This is a GTK+ 2.x engine based on Bluecurve. It features a modern look without sacrificing (much) speed.
5
6To install, run the following commands:
7./configure --prefix=/usr
8make
9make install
10
11The 'make install' command requires root access.
12
13
14
15* UPGRADING FROM OLDER VERSION
16When updating from a previous version of Clearlooks keep in mind that applications still running will continue to use the old version of the engine. Switching themes may cause incompatibilities with the new theme definition. Those applications will then revert to the default GTK look. When this happens you will have to restart those applications. Sorry for the inconvenience.
17
18
19!!!!!!!!!!!!!! NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
20There is a new experimental feature: animated progressbars.
21We have tested it rather thoroughly, and it breaks no applications. Still,
22GTK+ developers consider it an evil hack, so if something breaks, make sure
23that it's not Clearlooks. If it is, please report!
24
25To enable this feature, install with:
26./configure --prefix=/usr --enable-animation
27make
28make install
29!!!!!!!!!!!! END NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
31
32If you have any suggestions or just want to take it out on me, drop me an email.
33Bug reports are welcome, too.
34
35Enjoy!
36