Sam Hocevar
6c0e8da858
* Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
18 years ago
Sam Hocevar
8c40eb7a8e
* Minor updates to the migration documentation.
18 years ago
Sam Hocevar
bb6e27c1e6
* Slightly improved the documentation build rules dependencies.
18 years ago
Sam Hocevar
b0370b6228
* Updated ChangeLog, NEWS and TODO.
18 years ago
Sam Hocevar
eb938019d8
* Updated the migration guide.
18 years ago
Sam Hocevar
727a7396b5
* Wrote the C coding style documentation.
18 years ago
Sam Hocevar
634c8266cc
* Added a test for multiple frames support.
* Added a test for textfile loading.
18 years ago
Sam Hocevar
9a65579cf6
* Support for multiple frames in canvases.
18 years ago
Sam Hocevar
7841bb6b50
* Added a simple "text" importer, until the cool ANSI importer arrives.
18 years ago
Sam Hocevar
e68c0f92b8
* Disabled the foreground/background optimisation in the IRC export because
it breaks on too many IRC clients.
18 years ago
Sam Hocevar
8534299c9e
* Disabled sprite stuff from the tests.
18 years ago
Sam Hocevar
a6553bce90
* Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
18 years ago
Sam Hocevar
747dfe797f
* Fixed --enable-cpp to actually do something. Also, disabled it by
default for the release, because it's not up to date and needs a lot
of polishing.
18 years ago
Sam Hocevar
ed2c5a58e6
* Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
18 years ago
Sam Hocevar
1ca8f93522
* Set version number to 0.99.beta1.
18 years ago
Sam Hocevar
046c004862
* Got rid of cv->scratch_line. It's unused, too.
18 years ago
Sam Hocevar
beda391b6b
* Got rid of cv->empty_line, it's now unused.
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
a72d5736e0
* Fixed a segfault in the C++ bindings. Vieux porc !
18 years ago
Sam Hocevar
7bd6e8a406
* Set library names to lib*.so.0.10.0.
18 years ago
Sam Hocevar
4914b86cbf
* Fixed a compilation warning.
18 years ago
Sam Hocevar
accf27b445
* Minor documentation fix.
18 years ago
Sam Hocevar
07feb84e72
* Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
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
Sam Hocevar
2353ad9215
* Minor documentation improvements.
18 years ago
Sam Hocevar
d0dd70b64c
* Documentation improvements. Wrote a small migration guide and added the
skeleton of a tutorial for Jylam.
18 years ago
Sam Hocevar
421d168382
* Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main
documentation page from caca.h to a separate file.
18 years ago
Sam Hocevar
dae3418616
* Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
18 years ago
Sam Hocevar
484411422a
* Workaround for broken C++ linking with old libtool versions.
18 years ago
Sam Hocevar
e589722123
* Moved the technical discussion on S-Lang's palette optimisation from
NOTES to tools/optipal.c.
18 years ago
Sam Hocevar
1ec6544305
* More function mass-renaming: caca_attach -> caca_create_display, etc.
18 years ago
Sam Hocevar
ea3bde92a4
* Added a new "caca" exporter.
* Removed most code from the raw driver and replaced it with a call to the
caca exporter.
* Slightly changed the caca export format and updated code accordingly.
* Improved cacaserver error reporting.
18 years ago
Sam Hocevar
1f72bee68f
* Updates to the Debian build files.
18 years ago
Sam Hocevar
0deb4abc25
* Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
computations.
18 years ago
Sam Hocevar
e3f0d6c57d
* Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random
values between 0 and 9 (used to be 0 and 10). Updated documentation
accordingly.
18 years ago
Sam Hocevar
a4ac581b6f
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
choose the background colour.
18 years ago
Sam Hocevar
18f6532dbc
* Renamed main canvas-related functions so that they have "canvas" in
their name, eg. cucul_create() -> cucul_create_canvas() etc.
* Moved buffer-related functions to cucul/buffer.c.
18 years ago
Sam Hocevar
5f4a761ce0
* Cosmetic changes.
18 years ago
Sam Hocevar
687a2c43f6
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
18 years ago
Sam Hocevar
246c5b4d67
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
18 years ago
Sam Hocevar
4eae25310b
* Fixed C++ bindings makefile so that it does not try to use the system's
<cucul.h> and <caca.h> headers.
18 years ago
Sam Hocevar
8e12dbeba6
* Truecolor support for the HTML and HTMLv3 exporters.
18 years ago
Sam Hocevar
351fad7e15
* Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
18 years ago
Sam Hocevar
2948e55b1c
* Updated README (caca-config -> pkg-config) and TODO.
18 years ago
Sam Hocevar
ac3283f07f
* Cosmetic code changes and minor optimisations.
18 years ago
Sam Hocevar
66e06a687c
* Merged again all export functions into cucul/export.c. They're all the
same and they're very short (50-100 lines).
18 years ago
Sam Hocevar
c5b827a44e
* Changed the buffer type in cucul_render_canvas() to void* to avoid
compilation warnings.
18 years ago
Sam Hocevar
2df91e7617
* Handle CACA_EVENT_QUIT in the event test program.
18 years ago
Sam Hocevar
72ec70454e
* Workaround for broken AC_PATH_X autoconf macros.
18 years ago
Sam Hocevar
4749a448c3
* Compilation fix.
18 years ago