|
|
@2483
|
15 years |
Sam Hocevar |
* Fix a buffer overflow in the reattach code.
|
|
|
@2482
|
15 years |
Pascal Terjan |
* Fix a memory leak
|
|
|
@2481
|
15 years |
Pascal Terjan |
* Improve the speed of current attach (even if it will die)
* Fix …
|
|
|
@2480
|
15 years |
Pascal Terjan |
* Move most actions outside of option parsing
|
|
|
@2479
|
15 years |
Pascal Terjan |
* Move conditionnal include of pty.h from main.c to term.c
|
|
|
@2478
|
15 years |
Pascal Terjan |
* Don't use the caca_display in refresh_screens, it would make clean …
|
|
|
@2477
|
15 years |
Pascal Terjan |
* Close caca_display earlier when attaching
- Give an error when no …
|
|
|
@2476
|
15 years |
Pascal Terjan |
* Fix a warning
|
|
|
@2475
|
15 years |
Pascal Terjan |
* TODO is almost empty, add your ideas !
|
|
|
@2474
|
15 years |
Pascal Terjan |
* First more or less working version of attach
|
|
|
@2473
|
15 years |
Jean-Yves Lamoureux |
* get_ms() returns ... microseconds. Renamed to get_us(). (fsck you)
…
|
|
|
@2472
|
15 years |
Sam Hocevar |
* Made the manual page suck slightly less.
|
|
|
@2471
|
15 years |
Jean-Yves Lamoureux |
* Added handlers for special keys (page up/down, insert, delete, home, …
|
|
|
@2470
|
15 years |
Jean-Yves Lamoureux |
* Removed comments
|
|
|
@2469
|
15 years |
Jean-Yves Lamoureux |
* Added some comments
|
|
|
@2468
|
15 years |
Jean-Yves Lamoureux |
* Cleaned a bit
* Added help (--help/-h)
|
|
|
@2467
|
15 years |
Jean-Yves Lamoureux |
* Re-indented properly (not touched to grab.c, although it'd be quite fun)
|
|
|
@2466
|
15 years |
Jean-Yves Lamoureux |
* Break pterjan changes ftw
|
|
|
@2465
|
15 years |
Jean-Yves Lamoureux |
* Added a man page
|
|
|
@2464
|
15 years |
Jean-Yves Lamoureux |
* Last configuration file line was not handled
* Added …
|
|
|
@2463
|
15 years |
Jean-Yves Lamoureux |
* Added configuration file and routines
|
|
|
@2462
|
15 years |
Sam Hocevar |
* Run the testsuite when "make check" is called.
|
|
|
@2461
|
15 years |
Sam Hocevar |
* Avoid a potential shared library attack by never looking for libzzuf …
|
|
|
@2460
|
15 years |
Pascal Terjan |
* Update TODO
|
|
|
@2459
|
15 years |
Pascal Terjan |
* Add forgotten file (Time to sleep)
|
|
|
@2458
|
15 years |
Pascal Terjan |
* Support detaching (NOT ATTACHING)
|
|
|
@2457
|
15 years |
Jean-Yves Lamoureux |
* Added lock-screen bugWfeature using PAM (likely to work only with …
|
|
|
@2456
|
15 years |
Jean-Yves Lamoureux |
* Don't send key that closed help window to current terminal
|
|
|
@2455
|
15 years |
Sam Hocevar |
* Do not build grab.c conditionally; instead, make grab_process() and
…
|
|
|
@2454
|
15 years |
Sam Hocevar |
* Check for various sys/* and linux/* headers. Even if we don't use …
|
|
|
@2453
|
15 years |
Pascal Terjan |
* Oops revert parts of 2451 which should not have been commited
|
|
|
@2452
|
15 years |
Pascal Terjan |
* Drop declaration of grab_process, it is in the .h now
|
|
|
@2451
|
15 years |
Pascal Terjan |
* Remove termios stuff, does not do anything currently
|
|
|
@2450
|
15 years |
Pascal Terjan |
* Detach properly the process from the previous tty
* Use major to …
|
|
|
@2449
|
15 years |
Sam Hocevar |
* Add meaningful error messages to img2oric.
|
|
|
@2448
|
15 years |
Jean-Yves Lamoureux |
* Made Screensaver Engine (called a glazillon times) cleaner
* Set …
|
|
|
@2447
|
15 years |
Jean-Yves Lamoureux |
* Added an ugly-not-finished-yet screensaver
|
|
|
@2446
|
15 years |
Jean-Yves Lamoureux |
* Removed unused variables and added comment to get cool scores on
ohloh
|
|
|
@2445
|
15 years |
Jean-Yves Lamoureux |
* Added delayed (recurrent) functions, as well as a window-killing eyecandy
|
|
|
@2444
|
15 years |
Jean-Yves Lamoureux |
* Changed command line parsing to sam's mygetopt.c
|
|
|
@2443
|
15 years |
Sam Hocevar |
* Remove commented out stuff.
|
|
|
@2442
|
15 years |
Sam Hocevar |
* Add a .gitignore file for git-svn users.
|
|
|
@2441
|
15 years |
Sam Hocevar |
* Put autotools files in .auto/ instead of autotools/.
|
|
|
@2440
|
15 years |
Sam Hocevar |
* Add a .gitignore file for git-svn users.
|
|
|
@2439
|
15 years |
Sam Hocevar |
* Put autotools files in .auto/ instead of autotools/.
|
|
|
@2438
|
15 years |
Sam Hocevar |
* Don't call destroy_screen() before remove_screen(), since it'll be …
|
|
|
@2437
|
15 years |
Sam Hocevar |
* Fix C++ library linking.
|
|
|
@2436
|
15 years |
Sam Hocevar |
* Fix cucul_file_read() calls in cacaview.
|
|
|
@2435
|
15 years |
Pascal Terjan |
* No need to close the fd just before calling destroy_screen
* Don't …
|
|
|
@2434
|
15 years |
Pascal Terjan |
* It's not very useful to check a pointer after dereferencing it
* …
|
|
|
@2433
|
15 years |
Pascal Terjan |
* Fix behavior with no parameter
|
|
|
@2432
|
15 years |
Pascal Terjan |
* This warning was not mine !
|
|
|
@2431
|
15 years |
Pascal Terjan |
* Don't break build on platforms where grab is not supported
|
|
|
@2430
|
15 years |
Pascal Terjan |
* use sys/user.h instead of linux/user.h
|
|
|
@2429
|
15 years |
Pascal Terjan |
* Remove one of the reads of /proc
|
|
|
@2428
|
15 years |
Pascal Terjan |
* Remove code that was for the standalone test
|
|
|
@2427
|
15 years |
Sam Hocevar |
* Fix cacademo build on systems without imlib-dev.
|
|
|
@2426
|
15 years |
Pascal Terjan |
* First attempt to grab a process when started with -P <pid>
|
|
|
@2425
|
15 years |
Sam Hocevar |
* Generate the C++ .pc files at configure time.
|
|
|
@2424
|
15 years |
Sam Hocevar |
* Only install the C++ .pc files if C++ support was activated.
|
|
|
@2423
|
15 years |
Sam Hocevar |
* Install cucul++.pc and caca++.pc in the pkg-config directory.
|
|
|
@2422
|
15 years |
Jean-Yves Lamoureux |
* Removed bad use of destroyed screens
|
|
|
@2421
|
15 years |
Jean-Yves Lamoureux |
* Put pty and prevpty in screen_list structure
|
|
|
@2420
|
15 years |
Sam Hocevar |
* Get rid of io.c/io.h: IO functions are now in libcucul.
|
|
|
@2419
|
15 years |
Sam Hocevar |
* Re-add the cx->torender trick to avoid crashing on filters. This …
|
|
|
@2418
|
15 years |
Sam Hocevar |
* Require cucul >= 0.99.beta15. Not released yet, but at least we …
|
|
|
@2417
|
15 years |
Sam Hocevar |
* Add a .gitignore files for git-svn users.
|
|
|
@2416
|
15 years |
Sam Hocevar |
* Put autotools files in ./.auto instead of ./autotools.
|
|
|
@2415
|
15 years |
Sam Hocevar |
* Fix a compilation warning due to libcucul API changes.
|
|
|
@2414
|
15 years |
Sam Hocevar |
* Get rid of all the FIGlet font handling: everything is moving into
…
|
|
|
@2413
|
15 years |
Sam Hocevar |
* Updated version number to 0.99.beta15, so that we can build TOIlet.
|
|
|
@2412
|
15 years |
Sam Hocevar |
* Export cucul_flush_figlet() to the public API. It should be removed …
|
|
|
@2411
|
15 years |
Sam Hocevar |
* Make cacaview use cucul_file_t functions.
|
|
|
@2410
|
15 years |
Sam Hocevar |
* Make deprecated cucul_load_file() use cucul_file_t functions.
|
|
|
@2409
|
15 years |
Sam Hocevar |
* Make cucul_import_file() use cucul_file_t functions.
|
|
|
@2408
|
15 years |
Sam Hocevar |
* Set errno to ENOSYS in unsupported cucul_file_t operations.
|
|
|
@2407
|
15 years |
Sam Hocevar |
* Implement cucul_file_tell().
|
|
|
@2406
|
15 years |
Sam Hocevar |
* Export cucul_file_t operations in the public header.
* Implement …
|
|
|
@2405
|
15 years |
Sam Hocevar |
* makefont is only a system tool: use htons/htonl instead of hton16/hton32.
|
|
|
@2404
|
15 years |
Jean-Yves Lamoureux |
* Updated help
* Thumbnail numbers now fit windows count format
|
|
|
@2403
|
15 years |
Jean-Yves Lamoureux |
* Speed up rendering while in full-wm and thumbnails are not activated
|
|
|
@2402
|
15 years |
Jean-Yves Lamoureux |
* main.c now contains only main()
|
|
|
@2401
|
15 years |
Jean-Yves Lamoureux |
* Removed more stuff from main()
|
|
|
@2400
|
15 years |
Jean-Yves Lamoureux |
* Exploded main() into smaller parts (and that's ugly for now, yes)
|
|
|
@2399
|
15 years |
Sam Hocevar |
* Fix cucul_set_dither_palette() argument types in cacademo.
|
|
|
@2398
|
15 years |
Sam Hocevar |
* Remove htons() and htonl() from kernel mode: we use our custom …
|
|
|
@2397
|
15 years |
Sam Hocevar |
* Fix a buffer initialisation issue in the sortchars utility.
|
|
|
@2396
|
15 years |
Jean-Yves Lamoureux |
* Fixed Erase In Page (clear) width
|
|
|
@2395
|
15 years |
Jean-Yves Lamoureux |
* Totally unfinished scroll support (as vim uses it)
|
|
|
@2394
|
15 years |
Sam Hocevar |
* Build the win32 binary with aggressive optimisation flags.
|
|
|
@2393
|
15 years |
Sam Hocevar |
* BMP write support for Win32.
* Include a pre-compiled .exe file.
|
|
|
@2392
|
15 years |
Sam Hocevar |
* Cosmetic changes.
|
|
|
@2391
|
15 years |
Sam Hocevar |
* Ported img2oric to Win32, using GDI. OUTPUT.TAP is saved, but the …
|
|
|
@2390
|
15 years |
Jean-Yves Lamoureux |
* Des espaces a la fin d'une ligne : Deux baffes dans ta gueule
|
|
|
@2389
|
15 years |
Pascal Terjan |
* Have pty and prevpty always valid, fixes the random crash when …
|
|
|
@2388
|
15 years |
Pascal Terjan |
* Switch to previous term when one shell exits
|
|
|
@2387
|
15 years |
Pascal Terjan |
* Move back title writing after drawing the associated box
|
|
|
@2386
|
15 years |
Pascal Terjan |
* Use remaining space for last term in [hv]split
* Don't share the …
|
|
|
@2385
|
15 years |
Pascal Terjan |
* Draw the titles after all the frames as they share the lines in …
|
|
|
@2384
|
15 years |
Pascal Terjan |
* Truncate titles larger than the window
|
|
|