Sam Hocevar
12696aaff5
* Don't rely on pkg-config macros for variable substitution. Just in case.
18 years ago
Sam Hocevar
c5426e3e7b
* Add more randomness to the cacademo effects.
* Adapt the swallow test to the display's size.
18 years ago
Sam Hocevar
35ad2eda5a
* Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc.
18 years ago
Sam Hocevar
15898ad288
* Random transition times in cacademo.
* Swallow 4 applications instead of 2 in the swallow test.
18 years ago
Sam Hocevar
a750bb77b3
* Ctrl-C and Ctrl-Z quit cacafire and cacademo.
18 years ago
Sam Hocevar
598a6718e6
* Properly handle EOF in cacaplay.
18 years ago
Sam Hocevar
35f77b6e06
* Allow cacaplay to play streams and updated its manpage.
18 years ago
Sam Hocevar
3243101ff0
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
18 years ago
Sam Hocevar
88facd894c
* Switch back to UTF-32 arguments for drawing primitives, now that we
properly export cucul_utf8_to_utf32(). Evil API breakage, but no one
uses these functions anyway.
18 years ago
Sam Hocevar
21856cf414
* Wrote manual pages for img2irc, cacaplay and cacaserver.
18 years ago
Sam Hocevar
6dc69f3ace
* Don't try to guess the file format in cacaserver, instead feed the data
to cucul_import_memory() and try again later if it says "not enough data".
18 years ago
Sam Hocevar
9621f21c5a
* Convert all programs and tests to the new import/export API.
18 years ago
Sam Hocevar
a5164e8543
* Do not link cacaserver with libcaca, it only uses libcucul.
18 years ago
Sam Hocevar
98ee92b2d0
* Updated the caca export format so that it supports multiple frames.
* Updated the caca importer to reflect that; only one frame is read at the
moment.
* Added an "utf8cr" export format for UTF-8 + CRLF exports.
* Updated cacaserver to reflect file format changes.
18 years ago
Sam Hocevar
42c9518d2a
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored
cucul_set_color() and cucul_set_truecolor() under the new names
cucul_set_color_ansi() and cucul_set_color_argb().
* Renamed cucul_get_color_name() into cucul_ansi_to_str().
18 years ago
Sam Hocevar
0b37a307dd
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the
functionality into cucul_set_attr().
* Add cucul_ansi_to_attr() and cucul_argb_to_attr().
* Rename CUCUL_COLOR_* to CUCUL_*.
18 years ago
Sam Hocevar
aa93ad25f6
* Remove cucul_set_color() from the exported API and replaced all calls
with cucul_set_attr_ansi(). Old application will still compile (but issue
a warning) and run, though.
18 years ago
Sam Hocevar
d1f55fbe8f
* Fix broken Imlib2 support in cacaview.
18 years ago
Sam Hocevar
f20598339e
* Use enter as the transition key.
18 years ago
Sam Hocevar
91645bfa68
* Do not link binaries with @CACA_LIBS@, it's useless.
18 years ago
Sam Hocevar
67fa6ead18
* Use pkg-config to check for Imlib2. Patch adapted from Alt Linux.
18 years ago
Sam Hocevar
7db8b35772
* As per user request, only display the "Powered by libcaca" banner for a
few seconds at the beginning.
18 years ago
Sam Hocevar
c58db87df1
* A few coding style fixes.
18 years ago
Jean-Yves Lamoureux
1b821e2588
* Updated kernel 'driver', still not working, but most of the work is done
18 years ago
Sam Hocevar
a5c3ef9fdd
* Got rid of OFFSET_X and OFFSET_Y.
18 years ago
Sam Hocevar
b461dd7c91
* More cleanup in cacademo.c.
18 years ago
Sam Hocevar
ec8fbddcfb
* Cosmetic changes to cacademo.
18 years ago
Sam Hocevar
2f64d475ec
* Factored the star code (vieux porc).
18 years ago
Sam Hocevar
7a02aaa1f8
* Moved transition data to the function.
18 years ago
Jean-Yves Lamoureux
595a9fcf51
* Added nifty rotation to our 80's star.
18 years ago
Jean-Yves Lamoureux
f3578b26fb
* Added much disco transition (ellipses suck). YMCA \o/
18 years ago
Sam Hocevar
baff99daed
* Smooth transitions between effects in cacademo. Press 'n' to switch
immediately to the next transition.
18 years ago
Sam Hocevar
060cb6f676
* Moved the matrix effect test into cacademo. Removed the motion sensor
stuff, it's cool but it's crap.
18 years ago
Sam Hocevar
a3fbf0d58a
* Factor most of the cacademo code.
18 years ago
Sam Hocevar
be9d78bd90
* Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
to cast the int to double in the sin() call. (:@ gruik!
18 years ago
Jean-Yves Lamoureux
fb984ab852
* hey, ***I*** found a factorisation bug in cacaballs !
18 years ago
Sam Hocevar
94ec47c1f6
* Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
18 years ago
Sam Hocevar
3ebca8a6f3
* Removed --enable-network flag, but reused the test as a condition for
building cacaserver.
18 years ago
Sam Hocevar
5d12480dd6
* Renamed caca_set_delay() and caca_get_rendertime() into
caca_set_display_time() and caca_get_display_time() for consistency.
18 years ago
Sam Hocevar
edce06f608
* Use UTF-8 instead of ANSI in cacaserver
18 years ago
Sam Hocevar
5c64f0a02d
* Allow cacadraw to open several files; use 'n' and 'p' to cycle.
* Decreased PgUp/PgDn scrolling rate.
18 years ago
Jean-Yves Lamoureux
5eecd73820
* Fixed indentation. I did it myself, I'm a big boy.
18 years ago
Jean-Yves Lamoureux
0244aa366b
* page up / down
18 years ago
Sam Hocevar
b97751b9bc
* Added cacadraw. It only shows files and lets you scroll for now, but
it will eventually evolve into something better.
18 years ago
Sam Hocevar
38c4a8b608
* Implemented cucul_load_file() and cucul_load_memory() to load respectively
a file and a memory area into a libcucul buffer.
* Changed the cucul_import_canvas() prototype so that it uses libcucul
buffers instead of simple memory areas.
18 years ago
Sam Hocevar
9ff93666c6
* Brought the Win32 build back on its wheels.
18 years ago
Sam Hocevar
4a1507c398
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
18 years ago
Sam Hocevar
5cb4d4dedf
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
18 years ago
Sam Hocevar
bde0e5ca7e
* Changed cucul_clear_canvas() again. It now uses the current foreground
and background colours to clear the screen.
18 years ago
Sam Hocevar
2401f2c732
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
cucul_import_canvas().
* Renamed cucul_create_export() into cucul_export_canvas() for consistency.
18 years ago