Sam Hocevar
d04b853800
* Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
* Implement htons/htonl in common.h just in case.
18年前
Sam Hocevar
5b25febea4
* Hahaha, fixed the coding style example.
18年前
Sam Hocevar
5cb4d4dedf
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
18年前
Sam Hocevar
370fb06990
* Added "common.h", a placeholder for simple features and functions missing
from some systems.
18年前
Sam Hocevar
43e1514520
* Print '?' for Unicode characters in the ANSI export. We'll decide later
whether we want plain ASCII, UTF-8, or CP437.
18年前
Sam Hocevar
65f76ab682
* Oops, fixed an old typo that brevented building without PangoFt2.
18年前
Sam Hocevar
871e46bf06
* Fixed Debian build files.
18年前
Sam Hocevar
af762d7d6d
* Do not bail out if PangoFt2 was not found.
18年前
Sam Hocevar
1d3b712e67
* 0.99.beta1 release.
18年前
Sam Hocevar
d0b0d90e2a
* Got rid of CUCUL_LIBS. It's unused.
18年前
Sam Hocevar
eaed513209
* Updated Debian build rules.
18年前
Sam Hocevar
6c0e8da858
* Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
18年前
Sam Hocevar
8c40eb7a8e
* Minor updates to the migration documentation.
18年前
Sam Hocevar
bb6e27c1e6
* Slightly improved the documentation build rules dependencies.
18年前
Sam Hocevar
b0370b6228
* Updated ChangeLog, NEWS and TODO.
18年前
Sam Hocevar
eb938019d8
* Updated the migration guide.
18年前
Sam Hocevar
727a7396b5
* Wrote the C coding style documentation.
18年前
Sam Hocevar
634c8266cc
* Added a test for multiple frames support.
* Added a test for textfile loading.
18年前
Sam Hocevar
9a65579cf6
* Support for multiple frames in canvases.
18年前
Sam Hocevar
7841bb6b50
* Added a simple "text" importer, until the cool ANSI importer arrives.
18年前
Sam Hocevar
e68c0f92b8
* Disabled the foreground/background optimisation in the IRC export because
it breaks on too many IRC clients.
18年前
Sam Hocevar
8534299c9e
* Disabled sprite stuff from the tests.
18年前
Sam Hocevar
a6553bce90
* Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
18年前
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年前
Sam Hocevar
ed2c5a58e6
* Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton.
18年前
Sam Hocevar
1ca8f93522
* Set version number to 0.99.beta1.
18年前
Sam Hocevar
046c004862
* Got rid of cv->scratch_line. It's unused, too.
18年前
Sam Hocevar
beda391b6b
* Got rid of cv->empty_line, it's now unused.
18年前
Sam Hocevar
bde0e5ca7e
* Changed cucul_clear_canvas() again. It now uses the current foreground
and background colours to clear the screen.
18年前
Sam Hocevar
a72d5736e0
* Fixed a segfault in the C++ bindings. Vieux porc !
18年前
Sam Hocevar
7bd6e8a406
* Set library names to lib*.so.0.10.0.
18年前
Sam Hocevar
4914b86cbf
* Fixed a compilation warning.
18年前
Sam Hocevar
accf27b445
* Minor documentation fix.
18年前
Sam Hocevar
07feb84e72
* Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
18年前
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年前
Sam Hocevar
2353ad9215
* Minor documentation improvements.
18年前
Sam Hocevar
d0dd70b64c
* Documentation improvements. Wrote a small migration guide and added the
skeleton of a tutorial for Jylam.
18年前
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年前
Sam Hocevar
dae3418616
* Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
18年前
Sam Hocevar
484411422a
* Workaround for broken C++ linking with old libtool versions.
18年前
Sam Hocevar
e589722123
* Moved the technical discussion on S-Lang's palette optimisation from
NOTES to tools/optipal.c.
18年前
Sam Hocevar
1ec6544305
* More function mass-renaming: caca_attach -> caca_create_display, etc.
18年前
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年前
Sam Hocevar
1f72bee68f
* Updates to the Debian build files.
18年前
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年前
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年前
Sam Hocevar
a4ac581b6f
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
choose the background colour.
18年前
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年前
Sam Hocevar
5f4a761ce0
* Cosmetic changes.
18年前
Sam Hocevar
687a2c43f6
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
18年前