|
|
@4070
|
11 years |
Jean-Yves Lamoureux |
* Added --enable-profiling to configure (gprof)
|
|
|
@4064
|
11 years |
Jean-Yves Lamoureux |
* Don't forget to refresh on python_command key
|
|
|
@4063
|
11 years |
Jean-Yves Lamoureux |
* Moved modal windows flags to struct modal
|
|
|
@4062
|
11 years |
Pascal Terjan |
* Oops
|
|
|
@4061
|
11 years |
Pascal Terjan |
* Fix build
|
|
|
@4060
|
11 years |
Jean-Yves Lamoureux |
* Moved lock-related stuff to struct lock
|
|
|
@4059
|
11 years |
Jean-Yves Lamoureux |
* Moved socket-related stuff to struct comm
|
|
|
@4058
|
11 years |
Jean-Yves Lamoureux |
* Moved screensaver property to clean struct screensaver
|
|
|
@4057
|
11 years |
Jean-Yves Lamoureux |
* Preliminary mouse support (works in mc, at least)
|
|
|
@4056
|
11 years |
Jean-Yves Lamoureux |
* Don't enter lock routine if USE_LOCK is undefined
|
|
|
@4055
|
11 years |
Pascal Terjan |
* Don't forget to refresh after we skipped
|
|
|
@4054
|
11 years |
Pascal Terjan |
* Don't leave dead sockets
|
|
|
@4053
|
11 years |
Jean-Yves Lamoureux |
* Forgot a return in server_iteration()
|
|
|
@4052
|
11 years |
Jean-Yves Lamoureux |
* Server's mainloop now repeatedly calls server_iteration()
|
|
|
@4051
|
11 years |
Jean-Yves Lamoureux |
* Replaced direct write()'s on socket by send_to_client(). Should not …
|
|
|
@4050
|
11 years |
Jean-Yves Lamoureux |
* Don't draw cube's borders if borders_size==0
|
|
|
@4049
|
11 years |
Jean-Yves Lamoureux |
* Restored bell behaviour
|
|
|
@4048
|
11 years |
Jean-Yves Lamoureux |
* Created widgets.[c,h] and an unfinished (but working) input box
* …
|
|
|
@4047
|
11 years |
Jean-Yves Lamoureux |
* Added XCode project (no even compiling, just file hierarchy)
|
|
|
@4046
|
11 years |
Jean-Yves Lamoureux |
* mini-command now recognizes commands like window_manager="full" or …
|
|
|
@4040
|
11 years |
Jean-Yves Lamoureux |
* Moved python stuff to src/python
|
|
|
@4039
|
11 years |
Jean-Yves Lamoureux |
* Replaced PyInit_neercs() by more convenient initNeercsModule()
* …
|
|
|
@4038
|
11 years |
Jean-Yves Lamoureux |
* Better python command handling
* Added get(str) to neercs python …
|
|
|
@4037
|
11 years |
Jean-Yves Lamoureux |
* Added error checking on PyObject?->char*
* Different handling for …
|
|
|
@4036
|
11 years |
Jean-Yves Lamoureux |
* Added 'ctrl-a ctrl-e' as a possible way to enter mini-command
|
|
|
@4035
|
11 years |
Jean-Yves Lamoureux |
* Added 'neercs' python module, with dummy 'version' method
|
|
|
@4034
|
11 years |
Jean-Yves Lamoureux |
* Removed 'warn_unused_result' warning
|
|
|
@4033
|
11 years |
Jean-Yves Lamoureux |
* Added basic and non-working python interpreter
|
|
|
@4027
|
11 years |
Jean-Yves Lamoureux |
* Python mini-command input box (no evaluation yet)
|
|
|
@4026
|
11 years |
Jean-Yves Lamoureux |
* Added src/python.c and ctrl-a-e to open (non-existing yet) …
|
|
|
@4025
|
11 years |
Jean-Yves Lamoureux |
* Added Python 3.1 support in configure.ac
|
|
|
@4024
|
11 years |
Pascal Terjan |
* Add borders= to the manpage
|
|
|
@4023
|
11 years |
Jean-Yves Lamoureux |
* Borders enabled by default. Oops.
|
|
|
@4022
|
11 years |
Pascal Terjan |
* Factorize that a boolean option is true when it is "true" or "1"
|
|
|
@4021
|
11 years |
Pascal Terjan |
* Use title from the right pty in wm_box
|
|
|
@4020
|
11 years |
Jean-Yves Lamoureux |
* Removed silly implementation of TBC, to be continued
|
|
|
@4019
|
11 years |
Jean-Yves Lamoureux |
* Dummy TBC Tab Clear handling, very unlikely to work as expected.
|
|
|
@4018
|
11 years |
Pascal Terjan |
* Do not redraw borders and title when nothing changed
|
|
|
@4017
|
11 years |
Jean-Yves Lamoureux |
* Implemented "Report Cursor Position" ansi sequence
|
|
|
@4016
|
11 years |
Jean-Yves Lamoureux |
* Implemented "DA -- Device Attributes" ansi sequence (vttest 6/4)
|
|
|
@4014
|
11 years |
Jean-Yves Lamoureux |
* Moved caca_set_color(RED... to the right place
* Added configuration …
|
|
|
@4008
|
11 years |
Pascal Terjan |
* Add a FIXME explaining why we always get refresh now even when …
|
|
|
@4001
|
11 years |
Jean-Yves Lamoureux |
* Fixed most of Clang Static Checker warnings. And rand() is ok to me, …
|
|
|
@4000
|
11 years |
Jean-Yves Lamoureux |
* Removed WM_CUBE, now handled though WM_FULL
* Added eyecandy …
|
|
|
@3999
|
11 years |
Jean-Yves Lamoureux |
* Added configuration getters
|
|
|
@3998
|
11 years |
Jean-Yves Lamoureux |
* Moved help code to help.c
* Fixed bad string handling in configuration
|
|
|
@3997
|
11 years |
Jean-Yves Lamoureux |
* Cleaned et reorganized configuration parsing stuff, paves the way to …
|
|
|
@3996
|
11 years |
Jean-Yves Lamoureux |
* Added preliminary OSX support (by support I mean it barely compiles) …
|
|
|
@3992
|
11 years |
Jean-Yves Lamoureux |
* Fixed refresh in card mode, which caused selected window to be …
|
|
|
@3991
|
11 years |
Jean-Yves Lamoureux |
* Indentation / comments
|
|
|
@3990
|
11 years |
Jean-Yves Lamoureux |
* VT Vertical Tab support (\x0b). vttest A B C D E F G H now completes …
|
|
|
@3989
|
11 years |
Jean-Yves Lamoureux |
* Handle 'interleaved' control characters INSIDE a CSI command. vttest …
|
|
|
@3988
|
11 years |
Jean-Yves Lamoureux |
* Added ESC#8 private command, fixed EL and ED behaviours
|
|
|
@3986
|
11 years |
Jean-Yves Lamoureux |
* Default screensaver timeout is now 5mn, removed annoying debug
|
|
|
@3978
|
11 years |
Pascal Terjan |
* Handle top/bottom in RI, and add some -1/+1 when needed
|
|
|
@3977
|
11 years |
Pascal Terjan |
* Fix Erase In Line (2) and add missing -1 for the beauty of the code
|
|
|
@3975
|
11 years |
Jean-Yves Lamoureux |
* Reindented screensaver's sprites
|
|
|
@3974
|
11 years |
Jean-Yves Lamoureux |
* Moved client initialisation to client.c
|
|
|
@3973
|
11 years |
Jean-Yves Lamoureux |
* Moved screen list creation / destruction to screen_list.c
|
|
|
@3972
|
11 years |
Jean-Yves Lamoureux |
* Added basic flow svg file
|
|
|
@3970
|
11 years |
Jean-Yves Lamoureux |
* Revert +1 as it is worse without it. Still a bug somewhere, thought.
|
|
|
@3969
|
11 years |
Jean-Yves Lamoureux |
* Massive indentation pass, could insert odd things, blame pterjan, he …
|
|
|
@3968
|
11 years |
Jean-Yves Lamoureux |
* Identation
|
|
|
@3967
|
11 years |
Pascal Terjan |
* Remove some +1 that may cause some bug sometimes maybe
|
|
|
@3966
|
11 years |
Jean-Yves Lamoureux |
* Clear full last line while scrolling because of beeing on the last line
|
|
|
@3965
|
11 years |
Jean-Yves Lamoureux |
* Fixed 'Erase In Page' command to clear last line (unix 'clear' …
|
|
|
@3964
|
11 years |
Jean-Yves Lamoureux |
* Don't send escape-key when quitting help window, added 'h' as a …
|
|
|
@3963
|
11 years |
Jean-Yves Lamoureux |
* Added documentation to lock_timeout command line switch
|
|
|
@3962
|
11 years |
Jean-Yves Lamoureux |
* Don't send input to window while displaying the help screen
|
|
|
@3961
|
11 years |
Jean-Yves Lamoureux |
* Better testing cases for autolock_timeout
|
|
|
@3960
|
11 years |
Jean-Yves Lamoureux |
* Removed useless signed/unsigned test
|
|
|
@3959
|
11 years |
Jean-Yves Lamoureux |
* Added --lock-after (-l) command line option (locks after N seconds), …
|
|
|
@3958
|
11 years |
Jean-Yves Lamoureux |
* Removed known bugs from TODO ('up' in history, and 'up' scrolling in …
|
|
|
@3957
|
11 years |
Jean-Yves Lamoureux |
* Implemented \33M ANSI command (scroll up), less now works flawlessly …
|
|
|
@3956
|
11 years |
Jean-Yves Lamoureux |
* Finally fixed 'up' (history) bug(s)
|
|
|
@3954
|
11 years |
Jean-Yves Lamoureux |
* Fixed numerous warnings (warn_unused_result and deprecated libcaca …
|
|
|
@3950
|
11 years |
Pascal Terjan |
* Update URL in help
|
|
|
@3948
|
11 years |
Jean-Yves Lamoureux |
* Remove double call of request_refresh()
|
|
|
@3947
|
11 years |
Jean-Yves Lamoureux |
* Fix indentation
|
|
|
@3946
|
11 years |
Jean-Yves Lamoureux |
* Explode server.c a bit more. KABOOOOM. (Maybe) fix a bug of missing …
|
|
|
@3945
|
11 years |
Jean-Yves Lamoureux |
* Fix crash if caca can't create a display (courtesy of Romain Bignon)
|
|
|
@3944
|
11 years |
Jean-Yves Lamoureux |
* Explode server_main()
|
|
|
@3943
|
11 years |
Pascal Terjan |
* Update copyright in help
|
|
|
@3942
|
11 years |
Pascal Terjan |
* Drop withespaces
|
|
|
@3941
|
11 years |
Jean-Yves Lamoureux |
* Add documentation for 'cube_duration'
|
|
|
@3940
|
11 years |
Jean-Yves Lamoureux |
* Move client's mainloop to client.c
|
|
|
@3939
|
11 years |
Jean-Yves Lamoureux |
* Remove unused variables in screen_list, add configuration line to …
|
|
|
@3938
|
11 years |
Jean-Yves Lamoureux |
* J'ai un chien qui s'apelle Moooooose (fixed an indentation problem)
|
|
|
@3937
|
11 years |
Jean-Yves Lamoureux |
* Reindent properly
|
|
|
@3936
|
11 years |
Jean-Yves Lamoureux |
* Massive factorisation of window manager refreshes
|
|
|
@3935
|
11 years |
Jean-Yves Lamoureux |
* Compile normal computation again without D_HAVE_TEXTURED_TRIANGLE
|
|
|
@3934
|
11 years |
Jean-Yves Lamoureux |
* Factorise cube stuff, minor optimizations
|
|
|
@3932
|
11 years |
Jean-Yves Lamoureux |
* Replace ',' with ';' to avoid bad indentation
|
|
|
@3931
|
11 years |
Jean-Yves Lamoureux |
* indentation test
|
|
|
@3930
|
11 years |
Pascal Terjan |
* Add emacs indentation setting
|
|
|
@3929
|
11 years |
Jean-Yves Lamoureux |
* Use new caca_fill_triangle_textured API, fix backface culling bug, …
|
|
|
@3927
|
11 years |
Sam Hocevar |
Things work better when "config.h" is included.
|
|
|
@3923
|
11 years |
Pascal Terjan |
* Remove unused variable
|
|
|
@3922
|
11 years |
Pascal Terjan |
* Drop duplicate code, when not in_switch, cube is same as full
|
|
|
@3921
|
11 years |
Pascal Terjan |
* Remove unused variable
|
|
|