|
|
@4366
|
12 years |
Sam Hocevar |
Clean up source code, copyright information, author names, SVN keywords…
|
|
|
@4063
|
12 years |
Jean-Yves Lamoureux |
* Moved modal windows flags to struct modal
|
|
|
@4060
|
12 years |
Jean-Yves Lamoureux |
* Moved lock-related stuff to struct lock
|
|
|
@4059
|
12 years |
Jean-Yves Lamoureux |
* Moved socket-related stuff to struct comm
|
|
|
@4058
|
12 years |
Jean-Yves Lamoureux |
* Moved screensaver property to clean struct screensaver
|
|
|
@4046
|
12 years |
Jean-Yves Lamoureux |
* mini-command now recognizes commands like window_manager="full" or …
|
|
|
@4039
|
12 years |
Jean-Yves Lamoureux |
* Replaced PyInit_neercs() by more convenient initNeercsModule()
* …
|
|
|
@4038
|
12 years |
Jean-Yves Lamoureux |
* Better python command handling
* Added get(str) to neercs python …
|
|
|
@4022
|
12 years |
Pascal Terjan |
* Factorize that a boolean option is true when it is "true" or "1"
|
|
|
@4014
|
12 years |
Jean-Yves Lamoureux |
* Moved caca_set_color(RED... to the right place
* Added configuration …
|
|
|
@4001
|
12 years |
Jean-Yves Lamoureux |
* Fixed most of Clang Static Checker warnings. And rand() is ok to me, …
|
|
|
@4000
|
12 years |
Jean-Yves Lamoureux |
* Removed WM_CUBE, now handled though WM_FULL
* Added eyecandy …
|
|
|
@3999
|
12 years |
Jean-Yves Lamoureux |
* Added configuration getters
|
|
|
@3998
|
12 years |
Jean-Yves Lamoureux |
* Moved help code to help.c
* Fixed bad string handling in configuration
|
|
|
@3997
|
12 years |
Jean-Yves Lamoureux |
* Cleaned et reorganized configuration parsing stuff, paves the way to …
|
|
|
@3969
|
12 years |
Jean-Yves Lamoureux |
* Massive indentation pass, could insert odd things, blame pterjan, he …
|
|
|
@3961
|
12 years |
Jean-Yves Lamoureux |
* Better testing cases for autolock_timeout
|
|
|
@3960
|
12 years |
Jean-Yves Lamoureux |
* Removed useless signed/unsigned test
|
|
|
@3959
|
12 years |
Jean-Yves Lamoureux |
* Added --lock-after (-l) command line option (locks after N seconds), …
|
|
|
@3942
|
12 years |
Pascal Terjan |
* Drop withespaces
|
|
|
@3939
|
12 years |
Jean-Yves Lamoureux |
* Remove unused variables in screen_list, add configuration line to …
|
|
|
@3914
|
13 years |
Jean-Yves Lamoureux |
* Added 'cube' window manager (needs latest svn libcaca for …
|
|
|
@3896
|
13 years |
Pascal Terjan |
* Add lock_on_detach option
|
|
|
@3551
|
13 years |
Pascal Terjan |
* Add missing svn:keywords on some source files
|
|
|
@3456
|
13 years |
Pascal Terjan |
* Allow configuring max refresh rate
|
|
|
@2649
|
14 years |
Pascal Terjan |
* Check a few more realloc, and return when they fail
|
|
|
@2648
|
14 years |
Pascal Terjan |
* Check a few more malloc, and output errors on stderr
|
|
|
@2587
|
14 years |
Pascal Terjan |
* Ensure screen_list->config is NULL when there is no config file
|
|
|
@2500
|
14 years |
Jean-Yves Lamoureux |
* Added an autolock timeout (autolock_timeout = N in configuration file)
|
|
|
@2481
|
14 years |
Pascal Terjan |
* Improve the speed of current attach (even if it will die)
* Fix …
|
|
|
@2474
|
14 years |
Pascal Terjan |
* First more or less working version of attach
|
|
|
@2465
|
14 years |
Jean-Yves Lamoureux |
* Added a man page
|
|
|
@2464
|
14 years |
Jean-Yves Lamoureux |
* Last configuration file line was not handled
* Added …
|
|
|
@2463
|
14 years |
Jean-Yves Lamoureux |
* Added configuration file and routines
|