|
|
@4026
|
13 years |
Jean-Yves Lamoureux |
* Added src/python.c and ctrl-a-e to open (non-existing yet) …
|
|
|
@4025
|
13 years |
Jean-Yves Lamoureux |
* Added Python 3.1 support in configure.ac
|
|
|
@4024
|
13 years |
Pascal Terjan |
* Add borders= to the manpage
|
|
|
@4023
|
13 years |
Jean-Yves Lamoureux |
* Borders enabled by default. Oops.
|
|
|
@4022
|
13 years |
Pascal Terjan |
* Factorize that a boolean option is true when it is "true" or "1"
|
|
|
@4021
|
13 years |
Pascal Terjan |
* Use title from the right pty in wm_box
|
|
|
@4020
|
13 years |
Jean-Yves Lamoureux |
* Removed silly implementation of TBC, to be continued
|
|
|
@4019
|
13 years |
Jean-Yves Lamoureux |
* Dummy TBC Tab Clear handling, very unlikely to work as expected.
|
|
|
@4018
|
13 years |
Pascal Terjan |
* Do not redraw borders and title when nothing changed
|
|
|
@4017
|
13 years |
Jean-Yves Lamoureux |
* Implemented "Report Cursor Position" ansi sequence
|
|
|
@4016
|
13 years |
Jean-Yves Lamoureux |
* Implemented "DA -- Device Attributes" ansi sequence (vttest 6/4)
|
|
|
@4015
|
13 years |
Sam Hocevar |
Fix a compilation warning in the network code.
|
|
|
@4014
|
13 years |
Jean-Yves Lamoureux |
* Moved caca_set_color(RED... to the right place
* Added configuration …
|
|
|
@4013
|
13 years |
Sam Hocevar |
More fread() behaviour improvements, with documentation.
|
|
|
@4012
|
13 years |
Sam Hocevar |
Document the srefill strategy in the source code.
|
|
|
@4011
|
13 years |
Sam Hocevar |
Reimplement uflow() under Linux. Unlocked IO now works on Linux, …
|
|
|
@4010
|
13 years |
Sam Hocevar |
Minor refactoring in zzcat.
|
|
|
@4009
|
13 years |
Sam Hocevar |
Add a second level of debugging for slightly less useful information.
|
|
|
@4008
|
13 years |
Pascal Terjan |
* Add a FIXME explaining why we always get refresh now even when …
|
|
|
@4007
|
13 years |
Sam Hocevar |
Improve the zzcat test suite with more unlocked IO functions.
|
|
|
@4006
|
13 years |
Sam Hocevar |
Add a check to uflow(). This will hopefully help us fix the problem …
|
|
|
@4005
|
13 years |
Sam Hocevar |
Refactor dummy memory manager and fix a bug in realloc().
|
|
|
@4004
|
13 years |
Sam Hocevar |
Refactor zzcat for clarity.
|
|
|
@4003
|
13 years |
Sam Hocevar |
Check for typical source code issues in the testsuite.
|
|
|
@4002
|
13 years |
Sam Hocevar |
Add a getc_unlocked method to zzcat.
|
|
|
@4001
|
13 years |
Jean-Yves Lamoureux |
* Fixed most of Clang Static Checker warnings. And rand() is ok to me, …
|
|
|
@4000
|
13 years |
Jean-Yves Lamoureux |
* Removed WM_CUBE, now handled though WM_FULL
* Added eyecandy …
|
|
|
@3999
|
13 years |
Jean-Yves Lamoureux |
* Added configuration getters
|
|
|
@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.
|
|
|