|
|
@3464
|
12 years |
Pascal Terjan |
* Preserve cursor position when resizing screen
|
|
|
@3463
|
12 years |
Pascal Terjan |
* Skip useless some blits
|
|
|
@3462
|
12 years |
Pascal Terjan |
* Only refresh canvas when we'll send refresh, and don't forget that …
|
|
|
@3461
|
12 years |
Pascal Terjan |
* Fix a in_bell unbalanced increment when activating visual bell …
|
|
|
@3460
|
12 years |
Pascal Terjan |
* Mark screen as changed when it gets resized even if …
|
|
|
@3459
|
12 years |
Pascal Terjan |
* Do not lower refresh rate under 5 times per second
|
|
|
@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
|
|
|
@3454
|
12 years |
Pascal Terjan |
* Add 2 things to fix
|
|
|
@3453
|
12 years |
Pascal Terjan |
* First incomplete reduction of useless blits
|
|
|
@3446
|
12 years |
Pascal Terjan |
* Move failure to connect to socket into debug, it can be normal
|
|
|
@3445
|
12 years |
Pascal Terjan |
* Do not crash on unknown long option
|
|
|
@3444
|
12 years |
Pascal Terjan |
* Remove a memcpy
|
|
|
@3442
|
12 years |
Pascal Terjan |
* Don't refresh when only hidden term changed and we have no thumbnails
|
|
|
@3441
|
12 years |
Pascal Terjan |
* Empty debug file when starting, and give it a better name
|
|
|
@3440
|
12 years |
Pascal Terjan |
* Fix a huge leak I had just introduced
|
|
|
@3439
|
12 years |
Pascal Terjan |
* Add mygetopt.h to sources list
|
|
|
@3438
|
12 years |
Pascal Terjan |
* Avoid a memcpy and allocating 128K on the stack
|
|
|
@3437
|
12 years |
Pascal Terjan |
* Add keybindings to the manpage
|
|
|
@3436
|
12 years |
Pascal Terjan |
* Add command line options and config file syntax to the manpage
|
|
|
@3435
|
12 years |
Pascal Terjan |
* Enforce somme default colors (else negative can't be achieved when …
|
|
|
@3434
|
12 years |
Pascal Terjan |
* Redraw once when getting in visual bell and once after, only
|
|
|
@3433
|
12 years |
Pascal Terjan |
* Fix ansi values for F5-F12 keys
|
|
|
@3432
|
12 years |
Pascal Terjan |
* Reduce useless refresh
|
|
|
@3431
|
12 years |
Pascal Terjan |
* Handle large screens
|
|
|
@3430
|
12 years |
Pascal Terjan |
* Simplify a call to snprintf
|
|
|
@3396
|
12 years |
Pascal Terjan |
* Improve handling of client death/disconnection
|
|
|
@3338
|
12 years |
Pascal Terjan |
* Add copyright header
|
|
|
@3337
|
12 years |
Pascal Terjan |
* Update TODO
|
|
|
@3336
|
12 years |
Pascal Terjan |
* Have a more classical look on session selection menu
|
|
|
@3335
|
12 years |
Pascal Terjan |
* Fix a crash when only one session is detached
|
|
|
@3331
|
12 years |
Pascal Terjan |
* Add title and red hearts frame around the menu (do better if you can)
|
|
|
@3330
|
12 years |
Pascal Terjan |
* Revert unwanted part of last patch
|
|
|
@3329
|
12 years |
Pascal Terjan |
* Revert unwanted part of last patch
|
|
|
@3328
|
12 years |
Pascal Terjan |
* Allow Esc to exit the session selection menu
|
|
|
@3327
|
12 years |
Pascal Terjan |
* Have an interactive menu to select the session to attach
|
|
|
@3326
|
12 years |
Sam Hocevar |
mytrace.c: disambiguate error messages and use perror() instead of …
|
|
|
@3325
|
12 years |
Sam Hocevar |
mytrace.c: minor code simplification.
|
|
|
@3324
|
12 years |
Pascal Terjan |
* Move attaching logic to a separate function
|
|
|
@3322
|
12 years |
Pascal Terjan |
* Add comments to mytrace_exec
|
|
|
@3321
|
12 years |
Pascal Terjan |
* Don't create /dev/null when it is not there, some people may run …
|
|
|
@3320
|
12 years |
Pascal Terjan |
* Fix passing of env to execve syscall
|
|
|
@3319
|
12 years |
Pascal Terjan |
* Wait for reset to exit before displaying nice message
|
|
|
@3116
|
12 years |
Pascal Terjan |
* Don't exit the process if exec suceeded
|
|
|
@3044
|
12 years |
Pascal Terjan |
* APPLE should be handled like other cases where USE_GRAB is not …
|
|
|
@3000
|
12 years |
Pascal Terjan |
* Fail early when /proc/<PID>/environ can not be read
|
|
|
@2999
|
12 years |
Pascal Terjan |
- Run /usr/bin/reset in target process after a grab
|
|
|
@2995
|
12 years |
Sam Hocevar |
Port neercs to the unified libcaca 0.99.beta15 API.
|
|
|
@2906
|
12 years |
Pascal Terjan |
* Cleanup my term after a grab
|
|
|
@2786
|
12 years |
Sam Hocevar |
* mytrace.c: amd64 build fix.
|
|
|
@2785
|
12 years |
Pascal Terjan |
* Fix grab to work again on systems using sysenter instead of int 80
|
|
|
@2784
|
12 years |
Pascal Terjan |
* Only send title when it has changed
|
|
|
@2714
|
12 years |
Pascal Terjan |
* Allow last option to not have a parameter if it is optionnal
|
|
|
@2675
|
12 years |
Pascal Terjan |
* Don't crash when an option with mandatory argument is passed last
|
|
|
@2674
|
12 years |
Pascal Terjan |
* Fix a fd leak when connection to the socket fails
|
|
|
@2673
|
12 years |
Pascal Terjan |
* As to_grab and to_start are now part of screen_list, no need to have …
|
|
|
@2649
|
12 years |
Pascal Terjan |
* Check a few more realloc, and return when they fail
|
|
|
@2648
|
12 years |
Pascal Terjan |
* Check a few more malloc, and output errors on stderr
|
|
|
@2646
|
12 years |
Jean-Yves Lamoureux |
* Set default (temporary) size of initial term to 80x80 to avoid …
|
|
|
@2645
|
12 years |
Pascal Terjan |
* Move the end of options parsing into handle_command_line
|
|
|
@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-"
|
|
|
@2640
|
12 years |
Pascal Terjan |
* Fill TODO with nice wishes
|
|
|
@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 …
|
|
|
@2627
|
12 years |
Pascal Terjan |
* Use "config.h" everywhere
|
|
|
@2626
|
12 years |
Pascal Terjan |
* Handle Ctrl-a k (and not only Ctrl-a Ctrl-k)
|
|
|
@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
|
|
|
@2615
|
12 years |
Sam Hocevar |
* term.c: use size_t instead of unsigned int to avoid warnings.
|
|
|
@2614
|
12 years |
Pascal Terjan |
* Factorize some code in attach.c
|
|
|
@2613
|
12 years |
Pascal Terjan |
* Handle events even if we get flooded on the socket
|
|
|
@2612
|
12 years |
Pascal Terjan |
* Revert change about ptrace.h, should not be commited
|
|
|
@2611
|
12 years |
Pascal Terjan |
* Fix copy/paste errors
|
|
|
@2610
|
12 years |
Pascal Terjan |
* Fix build without PAM
|
|
|
@2598
|
13 years |
Pascal Terjan |
* Fix attach which got broken by .srv addition
|
|
|
@2597
|
13 years |
Pascal Terjan |
* Don't detach on temporary write failure
|
|
|
@2596
|
13 years |
Pascal Terjan |
* Suffix the server socket, it's on them that we glob
* If the last …
|
|
|
@2595
|
13 years |
Pascal Terjan |
* But don't leak
|
|
|
@2594
|
13 years |
Pascal Terjan |
* Wait until the server is started
|
|
|
@2593
|
13 years |
Pascal Terjan |
* Disconnect when failing to write to the client
|
|
|
@2592
|
13 years |
Pascal Terjan |
* Include config.h in attach.c to have DEBUG
|
|
|
@2591
|
13 years |
Pascal Terjan |
* Fix a double free and free everything in case of error
|
|
|
@2590
|
13 years |
Pascal Terjan |
* Fix warnings
|
|
|
@2589
|
13 years |
Pascal Terjan |
* Add missing part in detach code (a lot of cleanup and fixes needed)
|
|
|
@2588
|
13 years |
Pascal Terjan |
* Rewrote detach handling, enjoy silent neercs
|
|
|
@2587
|
13 years |
Pascal Terjan |
* Ensure screen_list->config is NULL when there is no config file
|
|
|
@2582
|
13 years |
bsittler |
improved terminal emulation (partial ISO-2022 support)
|
|
|
@2581
|
13 years |
bsittler |
Ctrl-A a & Ctrl-A ? behaviour
|
|
|
@2580
|
13 years |
bsittler |
OS X compilation fixes
|
|
|
@2547
|
13 years |
Sam Hocevar |
* mygetopt.c: fix a parsing issue with short options.
|
|
|
@2538
|
13 years |
Sam Hocevar |
* lock.c: do not build PTY locking mechanism if PAM isn't present.
|
|
|
@2516
|
13 years |
Sam Hocevar |
* Fork the grabbed process and exit the parent. Unfortunately for some …
|
|
|
@2514
|
13 years |
Sam Hocevar |
* Add kill() to the list of supported remote syscalls. We might need …
|
|
|
@2513
|
13 years |
Sam Hocevar |
* Add write() to the list of supported remote syscalls.
|
|
|
@2512
|
13 years |
Sam Hocevar |
* Add missing headers and _XOPEN_SOURCE definition to grab.c.
|
|
|