4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 12, 2022 — Dec 12, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Moved system stuff (user_path, shell, grab stuff, etc) to struct sys More... over 14 years ago
* Added --enable-profiling to configure (gprof) More... over 14 years ago
* Don't forget to refresh on python_command key More... over 14 years ago
* Moved modal windows flags to struct modal More... over 14 years ago
* Oops
Pascal Terjan
as pterjan
More... over 14 years ago
* Fix build
Pascal Terjan
as pterjan
More... over 14 years ago
* Moved lock-related stuff to struct lock More... over 14 years ago
* Moved socket-related stuff to struct comm More... over 14 years ago
* Moved screensaver property to clean struct screensaver More... over 14 years ago
* Preliminary mouse support (works in mc, at least) More... over 14 years ago
* Don't enter lock routine if USE_LOCK is undefined More... over 14 years ago
* Don't forget to refresh after we skipped
Pascal Terjan
as pterjan
More... over 14 years ago
* Don't leave dead sockets
Pascal Terjan
as pterjan
More... over 14 years ago
* Forgot a return in server_iteration() More... over 14 years ago
* Server's mainloop now repeatedly calls server_iteration() More... over 14 years ago
* Replaced direct write()'s on socket by send_to_client(). Should not break anything. More... over 14 years ago
* Don't draw cube's borders if borders_size==0 More... over 14 years ago
* Restored bell behaviour More... over 14 years ago
* Created widgets.[c,h] and an unfinished (but working) input box More... over 14 years ago
* Added XCode project (no even compiling, just file hierarchy) More... over 14 years ago
* mini-command now recognizes commands like window_manager="full" or borders=0 or eyecandy=False More... over 14 years ago
* Moved python stuff to src/python More... over 14 years ago
* Replaced PyInit_neercs() by more convenient initNeercsModule() More... over 14 years ago
* Better python command handling More... over 14 years ago
* Added error checking on PyObject->char* More... over 14 years ago
* Added 'ctrl-a ctrl-e' as a possible way to enter mini-command More... over 14 years ago
* Added 'neercs' python module, with dummy 'version' method More... over 14 years ago
* Removed 'warn_unused_result' warning More... over 14 years ago
* Added basic and non-working python interpreter More... over 14 years ago
* Python mini-command input box (no evaluation yet) More... over 14 years ago