|
|
@743
|
15 years |
Sam Hocevar |
* Proper svn:ignore properties on tools/.
|
|
|
@742
|
15 years |
Sam Hocevar |
* Moved test/optipal.c to tools/optipal.c. The tools subdirectory will …
|
|
|
@737
|
15 years |
Sam Hocevar |
* Fixed test/export that was not printing the last character of the file.
|
|
|
@734
|
15 years |
Sam Hocevar |
* Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
|
|
|
@733
|
15 years |
Sam Hocevar |
* Replaced enum cucul_color with unsigned int. The size of an enum is …
|
|
|
@711
|
15 years |
Sam Hocevar |
* Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING
…
|
|
|
@710
|
15 years |
Sam Hocevar |
* Merged caca_wait_event() into caca_get_event() and added a timeout
…
|
|
|
@706
|
15 years |
Sam Hocevar |
* Changed the 2nd argument of cucul_create_export to a string. This …
|
|
|
@692
|
15 years |
Sam Hocevar |
* Workaround for automake < 1.6.
|
|
|
@690
|
15 years |
Jean-Yves Lamoureux |
* Added bitmap invert routine. It doesn't work well, so don't use it …
|
|
|
@689
|
15 years |
Sam Hocevar |
* Merged caca_show_cursor() and caca_hide_cursor() into …
|
|
|
@687
|
15 years |
Jean-Yves Lamoureux |
* Added forgotten X11 set/hide cursor (non-working code)
|
|
|
@681
|
15 years |
Sam Hocevar |
* Massive rework of the event handling code, as per the TODO list.
|
|
|
@680
|
15 years |
Sam Hocevar |
* Hahaha mais le vieux porc c'est moi.
|
|
|
@678
|
15 years |
Sam Hocevar |
* Made cucul_putchar32() an internal-only function.
* Changed the …
|
|
|
@677
|
15 years |
Sam Hocevar |
* Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
|
|
|
@675
|
15 years |
Sam Hocevar |
* Added a test for the transformation routines.
|
|
|
@672
|
15 years |
Sam Hocevar |
* Slightly changed header comments.
|
|
|
@670
|
15 years |
Sam Hocevar |
* Added the cucul_blit() function. It lets us blit various canvas one
…
|
|
|
@667
|
15 years |
Sam Hocevar |
* Renamed cucul_get_export() to cucul_create_export().
|
|
|
@666
|
15 years |
Sam Hocevar |
* Removed the cucul_t * argument from cucul_create_bitmap(). It's not …
|
|
|
@665
|
15 years |
Sam Hocevar |
* Changed the cucul_init parameter so that it now directly accepts a
…
|
|
|
@661
|
15 years |
Sam Hocevar |
* Added colour to the gamma test.
|
|
|
@659
|
15 years |
Sam Hocevar |
* Animated gamma test.
|
|
|
@654
|
15 years |
Sam Hocevar |
_
* Bitmap gamma test example. Of ,---. /""`_,'
…
|
|
|
@653
|
15 years |
Sam Hocevar |
* Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
|
|
|
@646
|
15 years |
Sam Hocevar |
* More special characters in the Unicode test.
|
|
|
@644
|
15 years |
Sam Hocevar |
* Renamed cucul_buffer to cucul_export. Vanilla rum rules.
|
|
|
@642
|
15 years |
Sam Hocevar |
* Added a few commonly escaped characters to the export test: ( ) " < > &
|
|
|
@636
|
15 years |
Sam Hocevar |
* Do not write the trailing \0 when exporting data.
|
|
|
@627
|
15 years |
Sam Hocevar |
* Added support for Unicode characters that fall into CP437 0x01 - …
|
|
|
@626
|
15 years |
Sam Hocevar |
* Added a few more Unicode characters to the export and unicode tests.
|
|
|
@622
|
15 years |
Sam Hocevar |
* Small test program for exporters. Usage: "export html", "export irc" etc.
|
|
|
@618
|
15 years |
Jean-Yves Lamoureux |
* Fixed refresh when updating parameter in display_menu()
|
|
|
@592
|
15 years |
Sam Hocevar |
* Allow the color test to be built as a kernel.
|
|
|
@577
|
15 years |
Sam Hocevar |
* More Unicode tests: gradient glyphs, double width characters.
|
|
|
@562
|
15 years |
Sam Hocevar |
* Added a tiny Unicode test program. Of course it does not work yet, …
|
|
|
@536
|
15 years |
Sam Hocevar |
* Moved stuff around to differenciate between libcucul and libcaca.
|
|
|
@527
|
15 years |
Sam Hocevar |
* All output plugins should now work again.
* Renamed caca_refresh() …
|
|
|
@524
|
15 years |
Sam Hocevar |
A new low-level text management library (canvas for ultrafast …
|
|
|
@522
|
15 years |
Sam Hocevar |
* Changed the licensing to WTFPL, as per all copyright holders' permission.
|
|
|
@475
|
16 years |
Sam Hocevar |
* Use libtool for the static library generation; paves the way for
…
|
|
|
@350
|
17 years |
Sam Hocevar |
* test/colors.c:
+ Extracted the colour test from examples/demo.c.
|
|
|
@349
|
17 years |
Sam Hocevar |
* src/graphics.c src/event.c:
+ The ncurses and S-Lang drivers …
|
|
|
@342
|
17 years |
Sam Hocevar |
* Fixed $Id in all Makefile.am files.
|
|
|
@341
|
17 years |
Sam Hocevar |
* build-win32:
+ Win32 cross-compilation script.
|
|
|
@335
|
17 years |
Sam Hocevar |
* configure.ac:
+ Check for gettimeofday().
* src/time.c:
+ …
|
|
|
@332
|
17 years |
Sam Hocevar |
* src/graphics:
+ Initialise the char buffers in the X11 driver.
…
|
|
|
@331
|
17 years |
Sam Hocevar |
* test/event.c:
+ Do not refresh after each event, but only when …
|
|
|
@330
|
17 years |
Sam Hocevar |
* test/event.c:
+ Display at least two digits for keycodes.
* …
|
|
|
@329
|
17 years |
Sam Hocevar |
* src/io.c:
+ Use SLkp_getkey instead of SLang_getkey so that …
|
|
|
@324
|
17 years |
Sam Hocevar |
* test/event.c:
+ Small event lister, similar to X11's xev.
* …
|
|
|
@323
|
17 years |
Sam Hocevar |
* test/spritedit.c:
+ Moved spritedit to the test/ directory, …
|
|
|
@316
|
17 years |
Sam Hocevar |
* src/io.c:
+ caca_get_event() and caca_wait_event() now accept a …
|
|
|
@307
|
17 years |
Sam Hocevar |
* test/hsv.c:
+ Trivial saturation/value rendering test.
|
|
|
@305
|
17 years |
Sam Hocevar |
* src/ examples/ test/:
+ Changed <const type> constructs into …
|
|
|
@297
|
17 years |
Sam Hocevar |
* test/dithering.c:
+ Fixed a minor compilation warning.
* …
|
|
|
@293
|
17 years |
Sam Hocevar |
* test/optipal.c:
+ Optimised S-Lang palette generator.
* …
|
|
|
@292
|
17 years |
Sam Hocevar |
* Makefile.am:
+ Added a test directory for test programs.
* …
|