|
|
@2642
|
14 years |
Jean-Yves Lamoureux |
* Moved most of the command line parsing to its own function
|
|
|
@2641
|
14 years |
Jean-Yves Lamoureux |
* Added window list and window selection by name using ctrl-a-"
|
|
|
@2640
|
14 years |
Pascal Terjan |
* Fill TODO with nice wishes
|
|
|
@2639
|
14 years |
Jean-Yves Lamoureux |
* We can now choose current window with ctrl-a-N where N is 0-9
|
|
|
@2638
|
14 years |
Jean-Yves Lamoureux |
* Don't quit if a refresh doesn't work. Problem must be tougher as …
|
|
|
@2637
|
14 years |
Sam Hocevar |
* Add Floyd-Steinberg grayscale dithering.
|
|
|
@2636
|
14 years |
Sam Hocevar |
* pixels.c: fix a typo in the dithering method that could cause crashes.
|
|
|
@2635
|
14 years |
Sam Hocevar |
* measure.c: started writing error/measure functions. First one is RMSD.
|
|
|
@2634
|
14 years |
Sam Hocevar |
* blur.c: support for greyscale images.
|
|
|
@2633
|
14 years |
Sam Hocevar |
* pixels.c: start supporting grayscale images.
|
|
|
@2632
|
14 years |
Sam Hocevar |
* codec.c: bump Imlib2 and OpenCV priorities over SDL.
|
|
|
@2631
|
14 years |
Sam Hocevar |
* opencv.c: bring the OpenCV codec up to date.
|
|
|
@2630
|
14 years |
Sam Hocevar |
* pixels.c: add support for 24-bpp BGR format.
|
|
|
@2629
|
14 years |
Sam Hocevar |
* pipi.c: reimplement pipi_new() without relying on the underlying …
|
|
|
@2628
|
14 years |
Sam Hocevar |
* configure.ac: fix the OpenCV detection by using pkg-config.
|
|
|
@2627
|
14 years |
Pascal Terjan |
* Use "config.h" everywhere
|
|
|
@2626
|
14 years |
Pascal Terjan |
* Handle Ctrl-a k (and not only Ctrl-a Ctrl-k)
|
|
|
@2625
|
14 years |
Pascal Terjan |
* Filter out events that we don't use
* Reduce caca_get_event timeout
|
|
|
@2624
|
14 years |
Pascal Terjan |
* Move all server creatio ninto server.c
|
|
|
@2623
|
14 years |
Pascal Terjan |
* No need to reize windows until we now the size of the client
|
|
|
@2622
|
14 years |
Pascal Terjan |
* Don't use free'd title during the final animation
|
|
|
@2621
|
15 years |
Sam Hocevar |
* Start shipping unit tests. The first one checks that converting an
…
|
|
|
@2620
|
15 years |
Sam Hocevar |
* pixels.c: clamp pixels in the float32 -> rgba32 conversion to avoid
…
|
|
|
@2619
|
15 years |
Sam Hocevar |
* filter/blur.c: avoid annoying side effects with very small or …
|
|
|
@2618
|
15 years |
Sam Hocevar |
* filter/blur.c: minor optimisation in the kernel generation.
|
|
|
@2617
|
15 years |
Sam Hocevar |
* blur.c: support for variable blur radius and Gaussian offset.
|
|
|
@2616
|
15 years |
Sam Hocevar |
* pixels.c: add Floyd-Steinberg dithering to the float32 -> rgba32
…
|
|
|
@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
|
|
|
@2610
|
15 years |
Pascal Terjan |
* Fix build without PAM
|
|
|
@2609
|
15 years |
Sam Hocevar |
* pixels.c: speed up the RGBA32 -> float32 conversion, using a simple LUT.
|
|
|
@2608
|
15 years |
Sam Hocevar |
* blur.c: separated blur; it's now incredibly faster.
|
|
|
@2607
|
15 years |
Sam Hocevar |
* Free surfaces allocated by pipi_getpixels() in pipi_free().
|
|
|
@2606
|
15 years |
Sam Hocevar |
* blur.c: fix overflow errors.
|
|
|
@2605
|
15 years |
Sam Hocevar |
* Big API reorganisation. Now libpipi can transparently convert …
|
|
|
@2604
|
15 years |
Sam Hocevar |
* Add a blur example.
|
|
|
@2603
|
15 years |
Sam Hocevar |
* Test implementation of Gaussian blurring. It's awfully slow and does …
|
|
|
@2602
|
15 years |
Sam Hocevar |
* pixels.c: do not return a white pixel when calling getpixel() …
|
|
|
@2601
|
15 years |
Sam Hocevar |
* Improve genethumb --help message.
|
|
|
@2600
|
15 years |
Sam Hocevar |
* Typo.
|
|
|
@2599
|
15 years |
Sam Hocevar |
* bootstrap: update bootstrapping script.
|
|
|
@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
|
|
|
@2594
|
15 years |
Pascal Terjan |
* Wait until the server is started
|
|
|
@2593
|
15 years |
Pascal Terjan |
* Disconnect when failing to write to the client
|
|
|
@2592
|
15 years |
Pascal Terjan |
* Include config.h in attach.c to have DEBUG
|
|
|
@2591
|
15 years |
Pascal Terjan |
* Fix a double free and free everything in case of error
|
|
|
@2590
|
15 years |
Pascal Terjan |
* Fix warnings
|
|
|
@2589
|
15 years |
Pascal Terjan |
* Add missing part in detach code (a lot of cleanup and fixes needed)
|
|
|
@2588
|
15 years |
Pascal Terjan |
* Rewrote detach handling, enjoy silent neercs
|
|
|
@2587
|
15 years |
Pascal Terjan |
* Ensure screen_list->config is NULL when there is no config file
|
|
|
@2586
|
15 years |
Sam Hocevar |
* Smaller header.
|
|
|
@2585
|
15 years |
Sam Hocevar |
* minor link fix.
|
|
|
@2584
|
15 years |
Sam Hocevar |
* Hack around to get HP-UX tools to work. It still fails the most …
|
|
|
@2583
|
15 years |
Sam Hocevar |
* zzuf.c: make the -B flag (max bytes) also work when fuzzing the …
|
|
|
@2582
|
15 years |
bsittler |
improved terminal emulation (partial ISO-2022 support)
|
|
|
@2581
|
15 years |
bsittler |
Ctrl-A a & Ctrl-A ? behaviour
|
|
|
@2580
|
15 years |
bsittler |
OS X compilation fixes
|
|
|
@2579
|
15 years |
Sam Hocevar |
* test/Makefile.am: add functions.inc to the distribution.
|
|
|
@2578
|
15 years |
Sam Hocevar |
* configure.ac: fix the printf attribute macro.
|
|
|
@2577
|
15 years |
Sam Hocevar |
* configure.ac: add a check for the printf function attribute.
|
|
|
@2576
|
15 years |
Sam Hocevar |
* bug-div0.c: raise SIGFPE manually since Darwin won't trap on 1/0.
|
|
|
@2575
|
15 years |
Sam Hocevar |
* fuzz.c: activate the fuzz() debug message, it may be verbose but I …
|
|
|
@2574
|
15 years |
Sam Hocevar |
* lib-mem.c: with all the preprocessor crap that we now have in C …
|
|
|
@2573
|
15 years |
Sam Hocevar |
* Factored the test suite to avoid excessive code duplication.
|
|
|
@2572
|
15 years |
Sam Hocevar |
* lib-stream.c: since srefill is far more powerful than srget, we …
|
|
|
@2571
|
15 years |
Sam Hocevar |
* lib-stream.c: fix a bug in the OS X srefill implementation.
|
|
|
@2570
|
15 years |
Sam Hocevar |
* lib-stream.c: the BSDs' refill function is slightly different from …
|
|
|
@2569
|
15 years |
Sam Hocevar |
* Implement srget on FreeBSD, which is yet another version of srefill.
|
|
|
@2568
|
15 years |
Sam Hocevar |
* lib-stream.c: fix the fread() implementation on FreeBSD 7.0.
|
|
|
@2567
|
15 years |
Sam Hocevar |
* check-utils: only perform 3 util test series, the rest was only here …
|
|
|
@2566
|
15 years |
Sam Hocevar |
* lib-stream.c: only use the srefill trick on OS X. HP-UX is too …
|
|
|
@2565
|
15 years |
Sam Hocevar |
* lib-mem.c: fix FreeBSD 7.0 build by including <sys/cdefs.h> earlier on.
|
|
|
@2564
|
15 years |
Sam Hocevar |
* Make the RNG test shorter... it should not vary across platforms anyway.
|
|
|
@2563
|
15 years |
Sam Hocevar |
* Add slightly more complex modes to zzcat.
|
|
|
@2562
|
15 years |
Sam Hocevar |
* Better check for the func keyword that does not rely on …
|
|
|
@2561
|
15 years |
Sam Hocevar |
* Add simpler modes to zzcat to better analyse what's going on.
|
|
|
@2560
|
15 years |
Sam Hocevar |
* bug-memory.c: fix the SIGSEGV unit test.
|
|
|
@2559
|
15 years |
Sam Hocevar |
* Support fsetpos64 on Linux.
|
|
|
@2558
|
15 years |
Sam Hocevar |
* zzcat.c: partial fread() reads are undefined; avoid them in zzcat.
|
|
|
@2557
|
15 years |
Sam Hocevar |
* lib-mem.c: add pre-include macro to get getc_unlocked() on OpenSolaris?.
|
|
|
@2556
|
15 years |
Sam Hocevar |
* lib-mem.c: add pre-include macros to get mmap and valloc on OpenSolaris?.
|
|
|
@2555
|
15 years |
Sam Hocevar |
* zzuf.c: rename sig2str to sig2name; the former is a Solaris libc symbol.
|
|
|
@2554
|
15 years |
Sam Hocevar |
* Another fucked commit... synchronise config.h and lib-stream.c.
|
|
|
@2553
|
15 years |
Sam Hocevar |
* lib-stream.c: try to make the filbuf() implementation portable …
|
|
|
@2552
|
15 years |
Sam Hocevar |
* Implement freopen64, fsetpos64 and fseeko64 for OpenSolaris?.
|
|
|
@2551
|
15 years |
Sam Hocevar |
* check-utils: use tail -n X or tail -X depending on the platform.
|
|
|
@2550
|
15 years |
Sam Hocevar |
* bootstrap: update bootstrapping script for OpenSolaris? …
|
|
|
@2549
|
15 years |
Sam Hocevar |
* Oops, forgot to check in check-md5.
|
|
|
@2548
|
15 years |
Sam Hocevar |
* Add a unit test for MD5 hashes.
|
|
|
@2547
|
15 years |
Sam Hocevar |
* mygetopt.c: fix a parsing issue with short options.
|
|
|
@2546
|
15 years |
Sam Hocevar |
* mygetopt.c: fix a parsing issue with short options.
|
|
|
@2545
|
15 years |
Sam Hocevar |
* Add a bunch of unit tests to check for zzuf basic capabilities: …
|
|
|
@2544
|
15 years |
Sam Hocevar |
* mygetopt.c: fix a parsing issue with short options.
|
|
|
@2543
|
15 years |
Sam Hocevar |
* mygetopt.c: fix a parsing issue with short options.
|
|
|