|
|
@3496
|
12 years |
Sam Hocevar |
Minor updates for recent libcaca unreleased API changes.
|
|
|
@3488
|
12 years |
Sam Hocevar |
Add a configure test for dirty rectangle support in libcaca until we …
|
|
|
@3477
|
12 years |
Pascal Terjan |
* Use new dirty rectangles API
|
|
|
@3476
|
12 years |
Pascal Terjan |
* Reset dirty rectangle after asking client to refresh (sorry non …
|
|
|
@3462
|
12 years |
Pascal Terjan |
* Only refresh canvas when we'll send refresh, and don't forget that …
|
|
|
@3458
|
12 years |
Pascal Terjan |
* First try at limiting refresh rate on server side, should rather be …
|
|
|
@3457
|
12 years |
Pascal Terjan |
* Adapt refresh rate dynamically and inform the server about it
|
|
|
@3456
|
12 years |
Pascal Terjan |
* Allow configuring max refresh rate
|
|
|
@3455
|
12 years |
Pascal Terjan |
* Don't refresh more than 60 times per second
|
|
|
@3453
|
12 years |
Pascal Terjan |
* First incomplete reduction of useless blits
|
|
|
@3444
|
12 years |
Pascal Terjan |
* Remove a memcpy
|
|
|
@3441
|
12 years |
Pascal Terjan |
* Empty debug file when starting, and give it a better name
|
|
|
@3438
|
12 years |
Pascal Terjan |
* Avoid a memcpy and allocating 128K on the stack
|
|
|
@3434
|
12 years |
Pascal Terjan |
* Redraw once when getting in visual bell and once after, only
|
|
|
@3432
|
12 years |
Pascal Terjan |
* Reduce useless refresh
|
|
|
@3431
|
12 years |
Pascal Terjan |
* Handle large screens
|
|
|
@3396
|
12 years |
Pascal Terjan |
* Improve handling of client death/disconnection
|
|
|
@3321
|
12 years |
Pascal Terjan |
* Don't create /dev/null when it is not there, some people may run …
|
|
|
@2995
|
12 years |
Sam Hocevar |
Port neercs to the unified libcaca 0.99.beta15 API.
|
|
|
@2784
|
12 years |
Pascal Terjan |
* Only send title when it has changed
|
|
|
@2673
|
12 years |
Pascal Terjan |
* As to_grab and to_start are now part of screen_list, no need to have …
|
|
|
@2646
|
12 years |
Jean-Yves Lamoureux |
* Set default (temporary) size of initial term to 80x80 to avoid …
|
|
|
@2642
|
12 years |
Jean-Yves Lamoureux |
* Moved most of the command line parsing to its own function
|
|
|
@2641
|
12 years |
Jean-Yves Lamoureux |
* Added window list and window selection by name using ctrl-a-"
|
|
|
@2639
|
12 years |
Jean-Yves Lamoureux |
* We can now choose current window with ctrl-a-N where N is 0-9
|
|
|
@2638
|
12 years |
Jean-Yves Lamoureux |
* Don't quit if a refresh doesn't work. Problem must be tougher as …
|
|
|
@2625
|
12 years |
Pascal Terjan |
* Filter out events that we don't use
* Reduce caca_get_event timeout
|
|
|
@2624
|
12 years |
Pascal Terjan |
* Move all server creatio ninto server.c
|
|
|
@2623
|
12 years |
Pascal Terjan |
* No need to reize windows until we now the size of the client
|
|
|
@2622
|
12 years |
Pascal Terjan |
* Don't use free'd title during the final animation
|
|
|
@2614
|
12 years |
Pascal Terjan |
* Factorize some code in attach.c
|
|
|
@2597
|
12 years |
Pascal Terjan |
* Don't detach on temporary write failure
|
|
|
@2593
|
12 years |
Pascal Terjan |
* Disconnect when failing to write to the client
|
|
|
@2590
|
12 years |
Pascal Terjan |
* Fix warnings
|
|
|
@2589
|
12 years |
Pascal Terjan |
* Add missing part in detach code (a lot of cleanup and fixes needed)
|
|
|
@2588
|
12 years |
Pascal Terjan |
* Rewrote detach handling, enjoy silent neercs
|