|
|
@4026
|
13 years |
Jean-Yves Lamoureux |
* Added src/python.c and ctrl-a-e to open (non-existing yet) …
|
|
|
@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)
|
|
|
@4014
|
13 years |
Jean-Yves Lamoureux |
* Moved caca_set_color(RED... to the right place
* Added configuration …
|
|
|
@4008
|
13 years |
Pascal Terjan |
* Add a FIXME explaining why we always get refresh now even when …
|
|
|
@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) …
|
|
|
@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
|
|
|
@3986
|
13 years |
Jean-Yves Lamoureux |
* Default screensaver timeout is now 5mn, removed annoying debug
|
|
|
@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
|
|
|
@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
|
|
|
@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 …
|
|
|
@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), …
|
|
|
@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)
|
|
|
@3954
|
13 years |
Jean-Yves Lamoureux |
* Fixed numerous warnings (warn_unused_result and deprecated libcaca …
|
|
|
@3950
|
13 years |
Pascal Terjan |
* Update URL in help
|
|
|
@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
|
|
|
@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
|
|
|
@3932
|
13 years |
Jean-Yves Lamoureux |
* Replace ',' with ';' to avoid bad indentation
|
|
|
@3931
|
13 years |
Jean-Yves Lamoureux |
* indentation test
|
|
|
@3929
|
13 years |
Jean-Yves Lamoureux |
* Use new caca_fill_triangle_textured API, fix backface culling bug, …
|
|
|
@3927
|
13 years |
Sam Hocevar |
Things work better when "config.h" is included.
|
|
|
@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
|
|
|
@3916
|
13 years |
Sam Hocevar |
Temporary check for triangle texturing (SVN libcaca). If not …
|
|
|
@3914
|
13 years |
Jean-Yves Lamoureux |
* Added 'cube' window manager (needs latest svn libcaca for …
|
|
|
@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 …
|
|
|
@3897
|
13 years |
Pascal Terjan |
* Fix arrow keys
|
|
|
@3896
|
13 years |
Pascal Terjan |
* Add lock_on_detach option
|
|
|
@3895
|
13 years |
Pascal Terjan |
* Fix refreshing during window closing animation
|
|
|
@3894
|
13 years |
Pascal Terjan |
* Fix debug message regarding already send bytes for current dirty …
|
|
|
@3893
|
13 years |
Pascal Terjan |
* Add FIXME in front of some useless code I don't understand
|
|
|
@3892
|
13 years |
Pascal Terjan |
* Close slave pty fd, so that we can exit when the process closes it too
|
|
|
@3891
|
13 years |
Pascal Terjan |
* Store real pid in screen struct (even if not used) and properly set …
|
|
|
@3876
|
13 years |
Pascal Terjan |
* Factorize screen_list liberation
|
|
|
@3875
|
13 years |
Pascal Terjan |
* Fix valgrind reported errors from previous commit
|
|
|
@3874
|
13 years |
Pascal Terjan |
* Add first version of process selector
|
|
|
@3873
|
13 years |
Pascal Terjan |
* Improve consoles state after grabbing
|
|
|
@3872
|
13 years |
Pascal Terjan |
* Add very little but significant debug information
|
|
|
@3871
|
13 years |
Pascal Terjan |
* Testing errno is only valid for PEEK, return value must be tested …
|
|
|
@3870
|
13 years |
Pascal Terjan |
* Preserve errno when needed, and return -1 when it is set
|
|
|
@3869
|
13 years |
Pascal Terjan |
* Do not set errno in mytrace_* functions, it is already (and …
|
|
|
@3555
|
14 years |
Pascal Terjan |
* Exit cleanly from the server instead of segfaulting
|
|
|
@3551
|
14 years |
Pascal Terjan |
* Add missing svn:keywords on some source files
|
|
|
@3550
|
14 years |
Pascal Terjan |
* Use utf8 format instead of ansi.
With ansi the width of the sprite …
|
|
|
@3549
|
14 years |
Pascal Terjan |
* Use masks in screensaver to avoid truncated toasters
|
|
|
@3541
|
14 years |
Pascal Terjan |
* Export full canvas when we don't have dirty rectangles support
|
|
|
@3509
|
14 years |
Pascal Terjan |
Don't uselessly change content of status bar
|
|
|
@3508
|
14 years |
Pascal Terjan |
Don't do twice width/height/window props/canvas initialization
|
|
|
@3507
|
14 years |
Pascal Terjan |
fix screen_list->height
|
|
|
@3506
|
14 years |
Pascal Terjan |
Don't overlap screens/thumbnails/status bar
|
|
|
@3504
|
14 years |
Pascal Terjan |
Log dirty rectangles used when refreshing
|
|
|
@3503
|
14 years |
Pascal Terjan |
Avoid screens out of the canvas in card mode, and use maximum possible …
|
|
|
@3502
|
14 years |
Pascal Terjan |
Fix width of last window in hsplit
|
|
|
@3501
|
14 years |
Pascal Terjan |
Add svn:keywords to various .c files
|
|
|
@3500
|
14 years |
Pascal Terjan |
Send cursor position, now that we no longer export full canvas
|
|
|