|
|
@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
|
|
|
@3499
|
14 years |
Pascal Terjan |
Don't get limited by current refresh rate when collapsing window
|
|
|
@3498
|
14 years |
Pascal Terjan |
Only send the dirty rectangles to the client
|
|
|
@3496
|
14 years |
Sam Hocevar |
Minor updates for recent libcaca unreleased API changes.
|
|
|
@3488
|
14 years |
Sam Hocevar |
Add a configure test for dirty rectangle support in libcaca until we …
|
|
|
@3477
|
14 years |
Pascal Terjan |
* Use new dirty rectangles API
|
|
|
@3476
|
14 years |
Pascal Terjan |
* Reset dirty rectangle after asking client to refresh (sorry non …
|
|
|
@3464
|
14 years |
Pascal Terjan |
* Preserve cursor position when resizing screen
|
|
|
@3463
|
14 years |
Pascal Terjan |
* Skip useless some blits
|
|
|
@3462
|
14 years |
Pascal Terjan |
* Only refresh canvas when we'll send refresh, and don't forget that …
|
|
|
@3461
|
14 years |
Pascal Terjan |
* Fix a in_bell unbalanced increment when activating visual bell …
|
|
|
@3460
|
14 years |
Pascal Terjan |
* Mark screen as changed when it gets resized even if …
|
|
|
@3459
|
14 years |
Pascal Terjan |
* Do not lower refresh rate under 5 times per second
|
|
|
@3458
|
14 years |
Pascal Terjan |
* First try at limiting refresh rate on server side, should rather be …
|
|
|
@3457
|
14 years |
Pascal Terjan |
* Adapt refresh rate dynamically and inform the server about it
|
|
|
@3456
|
14 years |
Pascal Terjan |
* Allow configuring max refresh rate
|
|
|
@3455
|
14 years |
Pascal Terjan |
* Don't refresh more than 60 times per second
|
|
|
@3453
|
14 years |
Pascal Terjan |
* First incomplete reduction of useless blits
|
|
|
@3446
|
14 years |
Pascal Terjan |
* Move failure to connect to socket into debug, it can be normal
|
|
|
@3445
|
14 years |
Pascal Terjan |
* Do not crash on unknown long option
|
|
|
@3444
|
14 years |
Pascal Terjan |
* Remove a memcpy
|
|
|
@3442
|
14 years |
Pascal Terjan |
* Don't refresh when only hidden term changed and we have no thumbnails
|
|
|
@3441
|
14 years |
Pascal Terjan |
* Empty debug file when starting, and give it a better name
|
|
|
@3440
|
14 years |
Pascal Terjan |
* Fix a huge leak I had just introduced
|
|
|
@3439
|
14 years |
Pascal Terjan |
* Add mygetopt.h to sources list
|
|
|
@3438
|
14 years |
Pascal Terjan |
* Avoid a memcpy and allocating 128K on the stack
|
|
|
@3435
|
14 years |
Pascal Terjan |
* Enforce somme default colors (else negative can't be achieved when …
|
|
|
@3434
|
14 years |
Pascal Terjan |
* Redraw once when getting in visual bell and once after, only
|
|
|
@3433
|
14 years |
Pascal Terjan |
* Fix ansi values for F5-F12 keys
|
|
|
@3432
|
14 years |
Pascal Terjan |
* Reduce useless refresh
|
|
|
@3431
|
14 years |
Pascal Terjan |
* Handle large screens
|
|
|
@3430
|
14 years |
Pascal Terjan |
* Simplify a call to snprintf
|
|
|
@3396
|
14 years |
Pascal Terjan |
* Improve handling of client death/disconnection
|
|
|
@3338
|
14 years |
Pascal Terjan |
* Add copyright header
|
|
|
@3336
|
14 years |
Pascal Terjan |
* Have a more classical look on session selection menu
|
|
|
@3335
|
14 years |
Pascal Terjan |
* Fix a crash when only one session is detached
|
|
|
@3331
|
14 years |
Pascal Terjan |
* Add title and red hearts frame around the menu (do better if you can)
|
|
|
@3330
|
14 years |
Pascal Terjan |
* Revert unwanted part of last patch
|
|
|
@3329
|
14 years |
Pascal Terjan |
* Revert unwanted part of last patch
|
|
|
@3328
|
14 years |
Pascal Terjan |
* Allow Esc to exit the session selection menu
|
|
|
@3327
|
14 years |
Pascal Terjan |
* Have an interactive menu to select the session to attach
|
|
|
@3326
|
14 years |
Sam Hocevar |
mytrace.c: disambiguate error messages and use perror() instead of …
|
|
|
@3325
|
14 years |
Sam Hocevar |
mytrace.c: minor code simplification.
|
|
|
@3324
|
14 years |
Pascal Terjan |
* Move attaching logic to a separate function
|
|
|
@3322
|
14 years |
Pascal Terjan |
* Add comments to mytrace_exec
|
|
|
@3321
|
14 years |
Pascal Terjan |
* Don't create /dev/null when it is not there, some people may run …
|
|
|
@3320
|
14 years |
Pascal Terjan |
* Fix passing of env to execve syscall
|
|
|
@3319
|
14 years |
Pascal Terjan |
* Wait for reset to exit before displaying nice message
|
|
|
@3116
|
14 years |
Pascal Terjan |
* Don't exit the process if exec suceeded
|
|
|
@3044
|
14 years |
Pascal Terjan |
* APPLE should be handled like other cases where USE_GRAB is not …
|
|
|
@3000
|
14 years |
Pascal Terjan |
* Fail early when /proc/<PID>/environ can not be read
|
|
|
@2999
|
14 years |
Pascal Terjan |
- Run /usr/bin/reset in target process after a grab
|
|
|
@2995
|
14 years |
Sam Hocevar |
Port neercs to the unified libcaca 0.99.beta15 API.
|
|
|
@2906
|
14 years |
Pascal Terjan |
* Cleanup my term after a grab
|
|
|
@2786
|
14 years |
Sam Hocevar |
* mytrace.c: amd64 build fix.
|
|
|
@2785
|
14 years |
Pascal Terjan |
* Fix grab to work again on systems using sysenter instead of int 80
|
|
|
@2784
|
14 years |
Pascal Terjan |
* Only send title when it has changed
|
|
|
@2714
|
14 years |
Pascal Terjan |
* Allow last option to not have a parameter if it is optionnal
|
|
|
@2675
|
14 years |
Pascal Terjan |
* Don't crash when an option with mandatory argument is passed last
|
|
|
@2674
|
15 years |
Pascal Terjan |
* Fix a fd leak when connection to the socket fails
|
|
|
@2673
|
15 years |
Pascal Terjan |
* As to_grab and to_start are now part of screen_list, no need to have …
|
|
|
@2649
|
15 years |
Pascal Terjan |
* Check a few more realloc, and return when they fail
|
|
|
@2648
|
15 years |
Pascal Terjan |
* Check a few more malloc, and output errors on stderr
|
|
|
@2646
|
15 years |
Jean-Yves Lamoureux |
* Set default (temporary) size of initial term to 80x80 to avoid …
|
|
|
@2645
|
15 years |
Pascal Terjan |
* Move the end of options parsing into handle_command_line
|
|
|
@2642
|
15 years |
Jean-Yves Lamoureux |
* Moved most of the command line parsing to its own function
|
|
|
@2641
|
15 years |
Jean-Yves Lamoureux |
* Added window list and window selection by name using ctrl-a-"
|
|
|
@2639
|
15 years |
Jean-Yves Lamoureux |
* We can now choose current window with ctrl-a-N where N is 0-9
|
|
|
@2638
|
15 years |
Jean-Yves Lamoureux |
* Don't quit if a refresh doesn't work. Problem must be tougher as …
|
|
|
@2627
|
15 years |
Pascal Terjan |
* Use "config.h" everywhere
|
|
|
@2626
|
15 years |
Pascal Terjan |
* Handle Ctrl-a k (and not only Ctrl-a Ctrl-k)
|
|
|
@2625
|
15 years |
Pascal Terjan |
* Filter out events that we don't use
* Reduce caca_get_event timeout
|
|
|
@2624
|
15 years |
Pascal Terjan |
* Move all server creatio ninto server.c
|
|
|
@2623
|
15 years |
Pascal Terjan |
* No need to reize windows until we now the size of the client
|
|
|
@2622
|
15 years |
Pascal Terjan |
* Don't use free'd title during the final animation
|
|
|
@2615
|
15 years |
Sam Hocevar |
* term.c: use size_t instead of unsigned int to avoid warnings.
|
|
|
@2614
|
15 years |
Pascal Terjan |
* Factorize some code in attach.c
|
|
|
@2613
|
15 years |
Pascal Terjan |
* Handle events even if we get flooded on the socket
|
|
|
@2612
|
15 years |
Pascal Terjan |
* Revert change about ptrace.h, should not be commited
|
|
|
@2611
|
15 years |
Pascal Terjan |
* Fix copy/paste errors
|
|
|
@2598
|
15 years |
Pascal Terjan |
* Fix attach which got broken by .srv addition
|
|
|
@2597
|
15 years |
Pascal Terjan |
* Don't detach on temporary write failure
|
|
|
@2596
|
15 years |
Pascal Terjan |
* Suffix the server socket, it's on them that we glob
* If the last …
|
|
|
@2595
|
15 years |
Pascal Terjan |
* But don't leak
|
|
|