|
|
@3998
|
13 years |
Jean-Yves Lamoureux |
* Moved help code to help.c
* Fixed bad string handling in configuration
|
|
|
@3997
|
13 years |
Jean-Yves Lamoureux |
* Cleaned et reorganized configuration parsing stuff, paves the way to …
|
|
|
@3996
|
13 years |
Jean-Yves Lamoureux |
* Added preliminary OSX support (by support I mean it barely compiles) …
|
|
|
@3995
|
13 years |
Sam Hocevar |
Add src/ to the list of source code checks.
|
|
|
@3994
|
13 years |
Jean-Yves Lamoureux |
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I …
|
|
|
@3993
|
13 years |
Sam Hocevar |
Add a sanity check for coding style errors.
|
|
|
@3992
|
13 years |
Jean-Yves Lamoureux |
* Fixed refresh in card mode, which caused selected window to be …
|
|
|
@3991
|
13 years |
Jean-Yves Lamoureux |
* Indentation / comments
|
|
|
@3990
|
13 years |
Jean-Yves Lamoureux |
* VT Vertical Tab support (\x0b). vttest A B C D E F G H now completes …
|
|
|
@3989
|
13 years |
Jean-Yves Lamoureux |
* Handle 'interleaved' control characters INSIDE a CSI command. vttest …
|
|
|
@3988
|
13 years |
Jean-Yves Lamoureux |
* Added ESC#8 private command, fixed EL and ED behaviours
|
|
|
@3987
|
13 years |
Jean-Yves Lamoureux |
* Indentation fixes
|
|
|
@3986
|
13 years |
Jean-Yves Lamoureux |
* Default screensaver timeout is now 5mn, removed annoying debug
|
|
|
@3985
|
13 years |
Jean-Yves Lamoureux |
* Remove trailing spaces (bouh!)
|
|
|
@3984
|
13 years |
Jean-Yves Lamoureux |
* Don't unblock signals in init of SLang
|
|
|
@3983
|
13 years |
Jean-Yves Lamoureux |
* Disable SLang's own SIGINT handler
|
|
|
@3982
|
13 years |
Sam Hocevar |
Add mingw32 defines to msvc/config.h. Needs to be tuned furthermore.
|
|
|
@3981
|
13 years |
Sam Hocevar |
Use ftello64 instead of ftello to handle fseeko64.
|
|
|
@3980
|
13 years |
Sam Hocevar |
Ignore generated m4 files.
|
|
|
@3979
|
13 years |
Sam Hocevar |
Various compilation and unit test fixes.
|
|
|
@3978
|
13 years |
Pascal Terjan |
* Handle top/bottom in RI, and add some -1/+1 when needed
|
|
|
@3977
|
13 years |
Pascal Terjan |
* Fix Erase In Line (2) and add missing -1 for the beauty of the code
|
|
|
@3976
|
13 years |
Sam Hocevar |
Make check-build executable.
|
|
|
@3975
|
13 years |
Jean-Yves Lamoureux |
* Reindented screensaver's sprites
|
|
|
@3974
|
13 years |
Jean-Yves Lamoureux |
* Moved client initialisation to client.c
|
|
|
@3973
|
13 years |
Jean-Yves Lamoureux |
* Moved screen list creation / destruction to screen_list.c
|
|
|
@3972
|
13 years |
Jean-Yves Lamoureux |
* Added basic flow svg file
|
|
|
@3971
|
13 years |
Sam Hocevar |
Add zznop, a small test program to help debug the Win32 port.
Also add …
|
|
|
@3970
|
13 years |
Jean-Yves Lamoureux |
* Revert +1 as it is worse without it. Still a bug somewhere, thought.
|
|
|
@3969
|
13 years |
Jean-Yves Lamoureux |
* Massive indentation pass, could insert odd things, blame pterjan, he …
|
|
|
@3968
|
13 years |
Jean-Yves Lamoureux |
* Identation
|
|
|
@3967
|
13 years |
Pascal Terjan |
* Remove some +1 that may cause some bug sometimes maybe
|
|
|
@3966
|
13 years |
Jean-Yves Lamoureux |
* Clear full last line while scrolling because of beeing on the last line
|
|
|
@3965
|
13 years |
Jean-Yves Lamoureux |
* Fixed 'Erase In Page' command to clear last line (unix 'clear' …
|
|
|
@3964
|
13 years |
Jean-Yves Lamoureux |
* Don't send escape-key when quitting help window, added 'h' as a …
|
|
|
@3963
|
13 years |
Jean-Yves Lamoureux |
* Added documentation to lock_timeout command line switch
|
|
|
@3962
|
13 years |
Jean-Yves Lamoureux |
* Don't send input to window while displaying the help screen
|
|
|
@3961
|
13 years |
Jean-Yves Lamoureux |
* Better testing cases for autolock_timeout
|
|
|
@3960
|
13 years |
Jean-Yves Lamoureux |
* Removed useless signed/unsigned test
|
|
|
@3959
|
13 years |
Jean-Yves Lamoureux |
* Added --lock-after (-l) command line option (locks after N seconds), …
|
|
|
@3958
|
13 years |
Jean-Yves Lamoureux |
* Removed known bugs from TODO ('up' in history, and 'up' scrolling in …
|
|
|
@3957
|
13 years |
Jean-Yves Lamoureux |
* Implemented \33M ANSI command (scroll up), less now works flawlessly …
|
|
|
@3956
|
13 years |
Jean-Yves Lamoureux |
* Finally fixed 'up' (history) bug(s)
|
|
|
@3955
|
13 years |
Jean-Yves Lamoureux |
* Updated C++ bindings with Canvas::fillTriangleTextured()
|
|
|
@3954
|
13 years |
Jean-Yves Lamoureux |
* Fixed numerous warnings (warn_unused_result and deprecated libcaca …
|
|
|
@3953
|
13 years |
Sam Hocevar |
Make the current library version beta17, in preparation of the next …
|
|
|
@3952
|
13 years |
Sam Hocevar |
Fix the library suffix detection, thanks to libtool's shell variables.
|
|
|
@3951
|
13 years |
Sam Hocevar |
Detect libzzuf soname at configure time rather than compile time.
|
|
|
@3950
|
13 years |
Pascal Terjan |
* Update URL in help
|
|
|
@3949
|
13 years |
Pascal Terjan |
* Fix non ASCII input in x11 driver
|
|
|
@3948
|
13 years |
Jean-Yves Lamoureux |
* Remove double call of request_refresh()
|
|
|
@3947
|
13 years |
Jean-Yves Lamoureux |
* Fix indentation
|
|
|
@3946
|
13 years |
Jean-Yves Lamoureux |
* Explode server.c a bit more. KABOOOOM. (Maybe) fix a bug of missing …
|
|
|
@3945
|
13 years |
Jean-Yves Lamoureux |
* Fix crash if caca can't create a display (courtesy of Romain Bignon)
|
|
|
@3944
|
13 years |
Jean-Yves Lamoureux |
* Explode server_main()
|
|
|
@3943
|
13 years |
Pascal Terjan |
* Update copyright in help
|
|
|
@3942
|
13 years |
Pascal Terjan |
* Drop withespaces
|
|
|
@3941
|
13 years |
Jean-Yves Lamoureux |
* Add documentation for 'cube_duration'
|
|
|
@3940
|
13 years |
Jean-Yves Lamoureux |
* Move client's mainloop to client.c
|
|
|
@3939
|
13 years |
Jean-Yves Lamoureux |
* Remove unused variables in screen_list, add configuration line to …
|
|
|
@3938
|
13 years |
Jean-Yves Lamoureux |
* J'ai un chien qui s'apelle Moooooose (fixed an indentation problem)
|
|
|
@3937
|
13 years |
Jean-Yves Lamoureux |
* Reindent properly
|
|
|
@3936
|
13 years |
Jean-Yves Lamoureux |
* Massive factorisation of window manager refreshes
|
|
|
@3935
|
13 years |
Jean-Yves Lamoureux |
* Compile normal computation again without D_HAVE_TEXTURED_TRIANGLE
|
|
|
@3934
|
13 years |
Jean-Yves Lamoureux |
* Factorise cube stuff, minor optimizations
|
|
|
@3933
|
13 years |
Sam Hocevar |
Add a VS 2010 solution file and make the code build again for Win32.
|
|
|
@3932
|
13 years |
Jean-Yves Lamoureux |
* Replace ',' with ';' to avoid bad indentation
|
|
|
@3931
|
13 years |
Jean-Yves Lamoureux |
* indentation test
|
|
|
@3930
|
13 years |
Pascal Terjan |
* Add emacs indentation setting
|
|
|
@3929
|
13 years |
Jean-Yves Lamoureux |
* Use new caca_fill_triangle_textured API, fix backface culling bug, …
|
|
|
@3928
|
13 years |
Jean-Yves Lamoureux |
* Fix examples/trifiller's color boundaries
|
|
|
@3927
|
13 years |
Sam Hocevar |
Things work better when "config.h" is included.
|
|
|
@3926
|
13 years |
Jean-Yves Lamoureux |
* Make caca_fill_triangle_textured use less arguments, …
|
|
|
@3925
|
13 years |
Sam Hocevar |
Preserve default attribute across caca_fill_triangle_texture calls.
|
|
|
@3924
|
13 years |
Sam Hocevar |
Add a caca-sharp.pc.in file.
|
|
|
@3923
|
13 years |
Pascal Terjan |
* Remove unused variable
|
|
|
@3922
|
13 years |
Pascal Terjan |
* Drop duplicate code, when not in_switch, cube is same as full
|
|
|
@3921
|
13 years |
Pascal Terjan |
* Remove unused variable
|
|
|
@3920
|
13 years |
Pascal Terjan |
* Drop duplicate code, when not in_switch, cube is same as full
|
|
|
@3919
|
13 years |
Pascal Terjan |
* Drop dead code from wm_refresh_full, only current screen is visible
|
|
|
@3918
|
13 years |
Pascal Terjan |
* Update TODO
|
|
|
@3917
|
13 years |
Pascal Terjan |
* Fix build of trifiller with imlib2
|
|
|
@3916
|
13 years |
Sam Hocevar |
Temporary check for triangle texturing (SVN libcaca). If not …
|
|
|
@3915
|
13 years |
Sam Hocevar |
Update bootstrap script.
|
|
|
@3914
|
13 years |
Jean-Yves Lamoureux |
* Added 'cube' window manager (needs latest svn libcaca for …
|
|
|
@3913
|
13 years |
Sam Hocevar |
Fix an unlikely crash that may happen when the X server cannot open …
|
|
|
@3912
|
13 years |
Jean-Yves Lamoureux |
* Don't use float as loop counters
|
|
|
@3911
|
13 years |
Jean-Yves Lamoureux |
* Added basic XCode project, using external build system (make)
|
|
|
@3910
|
13 years |
Jean-Yves Lamoureux |
* Add -lm to examples/trifiller. Oops.
|
|
|
@3909
|
13 years |
Jean-Yves Lamoureux |
* Added texture mapped triangle routine, float based, arbitrary …
|
|
|
@3908
|
13 years |
Sam Hocevar |
Refresh win32/config.h so that it has all the required defines.
|
|
|
@3907
|
13 years |
Sam Hocevar |
Add a test for win32/config.h synchronisation.
|
|
|
@3906
|
13 years |
Sam Hocevar |
Ignore Monodevelop files.
|
|
|
@3905
|
13 years |
Sam Hocevar |
Start working on profiling.
|
|
|
@3904
|
13 years |
Sam Hocevar |
Move debugging methods to caca_debug.h.
|
|
|
@3903
|
13 years |
Sam Hocevar |
Add "sources".
|
|
|
@3902
|
13 years |
Sam Hocevar |
Import old hot-babe themes to the SVN.
|
|
|
@3901
|
13 years |
Sam Hocevar |
Capitalise "Caca Labs" in page titles.
|
|
|
@3900
|
13 years |
Pascal Terjan |
* Fix vertical scrolling with arrows
|
|
|
@3899
|
13 years |
Pascal Terjan |
* Apparently \033 is more common than \x1b for ESC. Use the former in …
|
|
|