|
|
@4077
|
11 years |
Jean-Yves Lamoureux |
* Fixed indentation
|
|
|
@4076
|
11 years |
Jean-Yves Lamoureux |
* Moved ANSI duplets (\x0bN) to handle_duplet()
|
|
|
@4075
|
11 years |
Jean-Yves Lamoureux |
* Removed double includes of caca.h on most of the files
|
|
|
@4074
|
11 years |
Jean-Yves Lamoureux |
* Moved ANSI emulation to ansi.c (term.c now just handles terminals stuff)
|
|
|
@4073
|
11 years |
Jean-Yves Lamoureux |
* Reindented a bit more
|
|
|
@4072
|
11 years |
Pascal Terjan |
* Fix indentation
|
|
|
@4071
|
11 years |
Jean-Yves Lamoureux |
* Moved system stuff (user_path, shell, grab stuff, etc) to struct sys
|
|
|
@4070
|
11 years |
Jean-Yves Lamoureux |
* Added --enable-profiling to configure (gprof)
|
|
|
@4069
|
11 years |
Pascal Terjan |
* Fix Delete key with X11 driver
|
|
|
@4068
|
11 years |
Sam Hocevar |
Add a "border" filter to add a border around text.
|
|
|
@4067
|
11 years |
Sam Hocevar |
Update bootstrap script.
|
|
|
@4066
|
11 years |
Sam Hocevar |
Fix deprecated libcaca calls.
|
|
|
@4065
|
11 years |
Sam Hocevar |
Put our bootstrap script in a central location.
|
|
|
@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 …
|
|
|
@4045
|
11 years |
Sam Hocevar |
Update source checking test and remove CRLF crap from makefiles.
|
|
|
@4044
|
11 years |
Sam Hocevar |
Rename tests/ to test/.
|
|
|
@4043
|
11 years |
Sam Hocevar |
Cleaner solution for echoing the SOURCES variable.
|
|
|
@4042
|
11 years |
Sam Hocevar |
Reset offset position before most stdio call.
|
|
|
@4041
|
11 years |
Sam Hocevar |
Use fseeko64() everywhere when possible, instead of potential 32-bit …
|
|
|
@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
|
|
|
@4032
|
11 years |
Sam Hocevar |
Minor refactoring in lib-stream.c.
|
|
|
@4031
|
11 years |
Sam Hocevar |
Synchronise msvc/config.h.
|
|
|
@4030
|
11 years |
Sam Hocevar |
More zzcat stuff.
|
|
|
@4029
|
11 years |
Sam Hocevar |
We need to know the FILE buffer's current fill status. Implemented for …
|
|
|
@4028
|
11 years |
Sam Hocevar |
More zzcat additions.
|
|
|
@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)
|
|
|
@4015
|
11 years |
Sam Hocevar |
Fix a compilation warning in the network code.
|
|
|
@4014
|
11 years |
Jean-Yves Lamoureux |
* Moved caca_set_color(RED... to the right place
* Added configuration …
|
|
|
@4013
|
11 years |
Sam Hocevar |
More fread() behaviour improvements, with documentation.
|
|
|
@4012
|
11 years |
Sam Hocevar |
Document the srefill strategy in the source code.
|
|
|
@4011
|
11 years |
Sam Hocevar |
Reimplement uflow() under Linux. Unlocked IO now works on Linux, …
|
|
|
@4010
|
11 years |
Sam Hocevar |
Minor refactoring in zzcat.
|
|
|
@4009
|
11 years |
Sam Hocevar |
Add a second level of debugging for slightly less useful information.
|
|
|
@4008
|
11 years |
Pascal Terjan |
* Add a FIXME explaining why we always get refresh now even when …
|
|
|
@4007
|
11 years |
Sam Hocevar |
Improve the zzcat test suite with more unlocked IO functions.
|
|
|
@4006
|
11 years |
Sam Hocevar |
Add a check to uflow(). This will hopefully help us fix the problem …
|
|
|
@4005
|
11 years |
Sam Hocevar |
Refactor dummy memory manager and fix a bug in realloc().
|
|
|
@4004
|
11 years |
Sam Hocevar |
Refactor zzcat for clarity.
|
|
|
@4003
|
11 years |
Sam Hocevar |
Check for typical source code issues in the testsuite.
|
|
|
@4002
|
11 years |
Sam Hocevar |
Add a getc_unlocked method to zzcat.
|
|
|
@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) …
|
|
|
@3995
|
11 years |
Sam Hocevar |
Add src/ to the list of source code checks.
|
|
|
@3994
|
11 years |
Jean-Yves Lamoureux |
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I …
|
|
|
@3993
|
11 years |
Sam Hocevar |
Add a sanity check for coding style errors.
|
|
|
@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
|
|
|
@3987
|
11 years |
Jean-Yves Lamoureux |
* Indentation fixes
|
|
|
@3986
|
11 years |
Jean-Yves Lamoureux |
* Default screensaver timeout is now 5mn, removed annoying debug
|
|
|
@3985
|
11 years |
Jean-Yves Lamoureux |
* Remove trailing spaces (bouh!)
|
|
|
@3984
|
11 years |
Jean-Yves Lamoureux |
* Don't unblock signals in init of SLang
|
|
|
@3983
|
11 years |
Jean-Yves Lamoureux |
* Disable SLang's own SIGINT handler
|
|
|
@3982
|
11 years |
Sam Hocevar |
Add mingw32 defines to msvc/config.h. Needs to be tuned furthermore.
|
|
|
@3981
|
11 years |
Sam Hocevar |
Use ftello64 instead of ftello to handle fseeko64.
|
|
|
@3980
|
11 years |
Sam Hocevar |
Ignore generated m4 files.
|
|
|
@3979
|
11 years |
Sam Hocevar |
Various compilation and unit test fixes.
|
|
|
@3978
|
11 years |
Pascal Terjan |
* Handle top/bottom in RI, and add some -1/+1 when needed
|
|
|