|
|
@2478
|
13 years |
Pascal Terjan |
* Don't use the caca_display in refresh_screens, it would make clean …
|
|
|
@2477
|
13 years |
Pascal Terjan |
* Close caca_display earlier when attaching
- Give an error when no …
|
|
|
@2476
|
13 years |
Pascal Terjan |
* Fix a warning
|
|
|
@2475
|
13 years |
Pascal Terjan |
* TODO is almost empty, add your ideas !
|
|
|
@2474
|
13 years |
Pascal Terjan |
* First more or less working version of attach
|
|
|
@2473
|
13 years |
Jean-Yves Lamoureux |
* get_ms() returns ... microseconds. Renamed to get_us(). (fsck you)
…
|
|
|
@2472
|
13 years |
Sam Hocevar |
* Made the manual page suck slightly less.
|
|
|
@2471
|
13 years |
Jean-Yves Lamoureux |
* Added handlers for special keys (page up/down, insert, delete, home, …
|
|
|
@2470
|
13 years |
Jean-Yves Lamoureux |
* Removed comments
|
|
|
@2469
|
13 years |
Jean-Yves Lamoureux |
* Added some comments
|
|
|
@2468
|
13 years |
Jean-Yves Lamoureux |
* Cleaned a bit
* Added help (--help/-h)
|
|
|
@2467
|
13 years |
Jean-Yves Lamoureux |
* Re-indented properly (not touched to grab.c, although it'd be quite fun)
|
|
|
@2466
|
13 years |
Jean-Yves Lamoureux |
* Break pterjan changes ftw
|
|
|
@2465
|
13 years |
Jean-Yves Lamoureux |
* Added a man page
|
|
|
@2464
|
13 years |
Jean-Yves Lamoureux |
* Last configuration file line was not handled
* Added …
|
|
|
@2463
|
13 years |
Jean-Yves Lamoureux |
* Added configuration file and routines
|
|
|
@2460
|
13 years |
Pascal Terjan |
* Update TODO
|
|
|
@2459
|
13 years |
Pascal Terjan |
* Add forgotten file (Time to sleep)
|
|
|
@2458
|
13 years |
Pascal Terjan |
* Support detaching (NOT ATTACHING)
|
|
|
@2457
|
13 years |
Jean-Yves Lamoureux |
* Added lock-screen bugWfeature using PAM (likely to work only with …
|
|
|
@2456
|
13 years |
Jean-Yves Lamoureux |
* Don't send key that closed help window to current terminal
|
|
|
@2455
|
13 years |
Sam Hocevar |
* Do not build grab.c conditionally; instead, make grab_process() and
…
|
|
|
@2454
|
13 years |
Sam Hocevar |
* Check for various sys/* and linux/* headers. Even if we don't use …
|
|
|
@2453
|
13 years |
Pascal Terjan |
* Oops revert parts of 2451 which should not have been commited
|
|
|
@2452
|
13 years |
Pascal Terjan |
* Drop declaration of grab_process, it is in the .h now
|
|
|
@2451
|
13 years |
Pascal Terjan |
* Remove termios stuff, does not do anything currently
|
|
|
@2450
|
13 years |
Pascal Terjan |
* Detach properly the process from the previous tty
* Use major to …
|
|
|
@2448
|
13 years |
Jean-Yves Lamoureux |
* Made Screensaver Engine (called a glazillon times) cleaner
* Set …
|
|
|
@2447
|
13 years |
Jean-Yves Lamoureux |
* Added an ugly-not-finished-yet screensaver
|
|
|
@2446
|
13 years |
Jean-Yves Lamoureux |
* Removed unused variables and added comment to get cool scores on
ohloh
|
|
|
@2445
|
13 years |
Jean-Yves Lamoureux |
* Added delayed (recurrent) functions, as well as a window-killing eyecandy
|
|
|
@2444
|
13 years |
Jean-Yves Lamoureux |
* Changed command line parsing to sam's mygetopt.c
|
|
|
@2440
|
13 years |
Sam Hocevar |
* Add a .gitignore file for git-svn users.
|
|
|
@2439
|
13 years |
Sam Hocevar |
* Put autotools files in .auto/ instead of autotools/.
|
|
|
@2438
|
13 years |
Sam Hocevar |
* Don't call destroy_screen() before remove_screen(), since it'll be …
|
|
|
@2435
|
13 years |
Pascal Terjan |
* No need to close the fd just before calling destroy_screen
* Don't …
|
|
|
@2434
|
13 years |
Pascal Terjan |
* It's not very useful to check a pointer after dereferencing it
* …
|
|
|
@2433
|
13 years |
Pascal Terjan |
* Fix behavior with no parameter
|
|
|
@2432
|
13 years |
Pascal Terjan |
* This warning was not mine !
|
|
|
@2431
|
13 years |
Pascal Terjan |
* Don't break build on platforms where grab is not supported
|
|
|
@2430
|
13 years |
Pascal Terjan |
* use sys/user.h instead of linux/user.h
|
|
|
@2429
|
13 years |
Pascal Terjan |
* Remove one of the reads of /proc
|
|
|
@2428
|
13 years |
Pascal Terjan |
* Remove code that was for the standalone test
|
|
|
@2426
|
13 years |
Pascal Terjan |
* First attempt to grab a process when started with -P <pid>
|
|
|
@2422
|
13 years |
Jean-Yves Lamoureux |
* Removed bad use of destroyed screens
|
|
|
@2421
|
13 years |
Jean-Yves Lamoureux |
* Put pty and prevpty in screen_list structure
|
|
|
@2404
|
13 years |
Jean-Yves Lamoureux |
* Updated help
* Thumbnail numbers now fit windows count format
|
|
|
@2403
|
13 years |
Jean-Yves Lamoureux |
* Speed up rendering while in full-wm and thumbnails are not activated
|
|
|
@2402
|
13 years |
Jean-Yves Lamoureux |
* main.c now contains only main()
|
|
|
@2401
|
13 years |
Jean-Yves Lamoureux |
* Removed more stuff from main()
|
|
|
@2400
|
13 years |
Jean-Yves Lamoureux |
* Exploded main() into smaller parts (and that's ugly for now, yes)
|
|
|
@2396
|
13 years |
Jean-Yves Lamoureux |
* Fixed Erase In Page (clear) width
|
|
|
@2395
|
13 years |
Jean-Yves Lamoureux |
* Totally unfinished scroll support (as vim uses it)
|
|
|
@2390
|
13 years |
Jean-Yves Lamoureux |
* Des espaces a la fin d'une ligne : Deux baffes dans ta gueule
|
|
|
@2389
|
13 years |
Pascal Terjan |
* Have pty and prevpty always valid, fixes the random crash when …
|
|
|
@2388
|
13 years |
Pascal Terjan |
* Switch to previous term when one shell exits
|
|
|
@2387
|
13 years |
Pascal Terjan |
* Move back title writing after drawing the associated box
|
|
|
@2386
|
13 years |
Pascal Terjan |
* Use remaining space for last term in [hv]split
* Don't share the …
|
|
|
@2385
|
13 years |
Pascal Terjan |
* Draw the titles after all the frames as they share the lines in …
|
|
|
@2384
|
13 years |
Pascal Terjan |
* Truncate titles larger than the window
|
|
|
@2383
|
13 years |
Pascal Terjan |
* Display the title of each screen on its frame
|
|
|
@2382
|
13 years |
Pascal Terjan |
* Handle the title set in each screen
|
|
|
@2381
|
13 years |
Jean-Yves Lamoureux |
* Fixed debug() while activated
|
|
|
@2380
|
13 years |
Jean-Yves Lamoureux |
* Get rid of the nice XTAB and YTAB macros, as they are unused, and …
|
|
|
@2379
|
13 years |
Jean-Yves Lamoureux |
* Set a BETTER title for the display
|
|
|
@2378
|
13 years |
Pascal Terjan |
* Set a title for the display
|
|
|
@2377
|
13 years |
Pascal Terjan |
* Give work to jylam
|
|
|
@2376
|
13 years |
Pascal Terjan |
* Don't crash when the window become too small
|
|
|
@2375
|
13 years |
Jean-Yves Lamoureux |
* ESC closes help window as well
|
|
|
@2374
|
13 years |
Jean-Yves Lamoureux |
* Tiens pterjan dans ta gueule l'aide
|
|
|
@2373
|
13 years |
Jean-Yves Lamoureux |
* Minor cosmetic changes, filled README with crap
|
|
|
@2372
|
13 years |
Jean-Yves Lamoureux |
* Added a glazillon of checks for mallocs and frees and stuff (et …
|
|
|
@2371
|
13 years |
Jean-Yves Lamoureux |
* Added ctrl-a-k to close a window and associated process (temporary …
|
|
|
@2370
|
13 years |
Jean-Yves Lamoureux |
* Oops, added left arrow handling
|
|
|
@2369
|
13 years |
Jean-Yves Lamoureux |
* Changed default wm to VSPLIT and fixed wrong split size
|
|
|
@2368
|
13 years |
Jean-Yves Lamoureux |
* Added bell handling
|
|
|
@2367
|
13 years |
Jean-Yves Lamoureux |
* Added a status bar and an help screen
|
|
|
@2363
|
13 years |
Jean-Yves Lamoureux |
* Added Cards window manager
* Thumbnails are now black instead of …
|
|
|
@2362
|
13 years |
Jean-Yves Lamoureux |
* Added window management skeleton (ctrl-a-w)
|
|
|
@2361
|
13 years |
Jean-Yves Lamoureux |
* Splitted main.c and created effects.c for optionnal features
|
|
|
@2360
|
13 years |
Jean-Yves Lamoureux |
* Fixed window borders size
|
|
|
@2359
|
13 years |
Jean-Yves Lamoureux |
* moved thumbnail code to its own function, and added a box around …
|
|
|
@2358
|
13 years |
Jean-Yves Lamoureux |
* Added a default shell roolback if no arguments are givent
* …
|
|
|
@2357
|
13 years |
Jean-Yves Lamoureux |
* Reorganised screen management in a list
* Minor cosmetic changes
* …
|
|
|
@2356
|
13 years |
Pascal Terjan |
- Exit when requested by window manager
- Exit when all terms are …
|
|
|
@2143
|
13 years |
Sam Hocevar |
* Require libcaca >= 0.99beta13.
* Update event code to comply with …
|
|
|
@1838
|
13 years |
Sam Hocevar |
* Cursor support in neercs.
|
|
|
@1834
|
13 years |
Sam Hocevar |
* Display miniatures from all other windows at the bottom of the screen.
|
|
|
@1832
|
13 years |
Sam Hocevar |
* New version of the bootstrap script.
|
|
|
@1459
|
14 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1455
|
14 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1445
|
14 years |
Sam Hocevar |
* Call PKG_CHECK_MODULES the right way.
|
|
|
@1437
|
14 years |
Sam Hocevar |
* Imported libcaca's test/term.c into our tree.
|
|
|
@1436
|
14 years |
Sam Hocevar |
* Initial SVN skeleton.
|