Sam Hocevar
|
18f1f68be7
|
* Add a debug() function and a --enable-debug configure flag.
|
18 лет назад |
Sam Hocevar
|
eb017043ab
|
* Support fullwidth fonts.
* Add Katakanas and Hiraganas to the default fonts.
|
18 лет назад |
Sam Hocevar
|
17db9e489b
|
* Documented caca_event_t members.
|
18 лет назад |
Sam Hocevar
|
40aa3b7933
|
* Documentation updates. Moved the canvas and font format definitions to
the Doxygen documentation.
|
18 лет назад |
Sam Hocevar
|
b0a9948f5e
|
* Mention caca-config being deprecated in its manpage, and removed mention
of --plugin-libs from it. The option is still here but does the same as
--libs.
|
18 лет назад |
Sam Hocevar
|
598a6718e6
|
* Properly handle EOF in cacaplay.
|
18 лет назад |
Sam Hocevar
|
aa3e191ccd
|
* Documentation fixes and TODO updates.
|
18 лет назад |
Sam Hocevar
|
64be9051ac
|
* Flush stdout after writing the data in the raw driver.
|
18 лет назад |
Sam Hocevar
|
35f77b6e06
|
* Allow cacaplay to play streams and updated its manpage.
|
18 лет назад |
Sam Hocevar
|
ba605528cc
|
* Fix infinite loop due to signed/unsigned mistake.
|
18 лет назад |
Sam Hocevar
|
8d5a1ea8e0
|
* libcaca multiplexer: swallows two libcaca applications, for instance
cacademo and cacafire, and displays them in a canvas.
|
18 лет назад |
Sam Hocevar
|
e656963a9a
|
* Fixed a bug in the caca importer.
|
18 лет назад |
Sam Hocevar
|
ef9d6c1418
|
* Fix program header.
|
18 лет назад |
Sam Hocevar
|
3243101ff0
|
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
|
18 лет назад |
Sam Hocevar
|
8c5342b263
|
* Made cucul_blit() handle-aware. Added a blit test for that.
|
18 лет назад |
Sam Hocevar
|
f7fac153a6
|
* Free all memory upon exit in the transform test.
|
18 лет назад |
Sam Hocevar
|
f104f0ac77
|
* Update transform.c so that it uses import functions instead of blitting
lines.
|
18 лет назад |
Sam Hocevar
|
9d6bd7b322
|
* Do not force the text colour when importing a text file.
|
18 лет назад |
Sam Hocevar
|
f61bed2bdb
|
* Add cursor and handle support to canvases. Unused yet.
|
18 лет назад |
Sam Hocevar
|
21bfa6210d
|
* Cosmetic code and documentation changes here and there.
* Updated TODO.
|
18 лет назад |
Sam Hocevar
|
40670f6322
|
* Restore attribute settings before resizing the canvas in the frame test.
|
18 лет назад |
Sam Hocevar
|
042635640c
|
* Rename sprite.c into frame.c.
|
18 лет назад |
Sam Hocevar
|
9fb85b253c
|
* Prepare the way for per-frame width/height information.
|
18 лет назад |
Sam Hocevar
|
39553873fd
|
* Fix minor uninitialised data bug in cucul_canvas_create().
|
18 лет назад |
Sam Hocevar
|
fae8b54e54
|
* Allow to resize canvases back to (0,0).
|
18 лет назад |
Sam Hocevar
|
25344d89b0
|
* Got rid of the now unused _cucul_strlen_utf8() and _cucul_skip_utf8()
functions. They're obsoleted by cucul_utf8_to_utf32() and rendered useless
by fullwidth character support.
|
18 лет назад |
Sam Hocevar
|
d549d07c0a
|
* Got rid of very old _cucul_init_dither() function call.
|
18 лет назад |
Sam Hocevar
|
8c43b304c9
|
* Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi()
function.
|
18 лет назад |
Sam Hocevar
|
25d0366fe6
|
* Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with
the now official cucul_attr_to_ansi_[fb]g().
|
18 лет назад |
Sam Hocevar
|
c5a94eee07
|
* Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg().
|
18 лет назад |
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 лет назад |
Sam Hocevar
|
1b491f11a9
|
* Implemented cucul_draw_cp437_box().
|
18 лет назад |
Sam Hocevar
|
21856cf414
|
* Wrote manual pages for img2irc, cacaplay and cacaserver.
|
18 лет назад |
Sam Hocevar
|
819dab40e7
|
* Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent.
|
18 лет назад |
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 лет назад |
Sam Hocevar
|
0a94f93f95
|
* If not enough data is available for import, return 0 instead of an error.
|
18 лет назад |
Sam Hocevar
|
44c286272c
|
* Minor documentation fixes.
|
18 лет назад |
Jean-Yves Lamoureux
|
da48bab388
|
* Fixed behaviour of the pig while resizing window
|
18 лет назад |
Sam Hocevar
|
d465937d4a
|
* Slight documentation update.
|
18 лет назад |
Sam Hocevar
|
9621f21c5a
|
* Convert all programs and tests to the new import/export API.
|
18 лет назад |
Sam Hocevar
|
1cb8d02560
|
* Set the cucul_import_memory() buffer type to void const * instead of
unsigned char const * so that C++ programs won't complain.
___ __ __ ____ ___ ___ ___
/ _ \| \/ |/ ___| / _ \ / _ \ / _ \
| | | | |\/| | | _ | (_) | (_) | (_) |
| |_| | | | | |_| | \__, |\__, |\__, |
\___/|_| |_|\____| /_/ /_/ /_/
|
18 лет назад |
Sam Hocevar
|
391bc8b493
|
* Renamed cucul_export() to cucul_export_memory(), paves the way for a
cucul_export_file() but I'm not sure yet this is a good idea.
* Use the new import/export API in libcaca.
|
18 лет назад |
Sam Hocevar
|
e3b2d76bd6
|
* Renamed cucul_import() to cucul_import_memory() and implemented
cucul_import_file().
|
18 лет назад |
Sam Hocevar
|
f1e8a80b64
|
* Don't try to include arpa/inet.h in kernel mode.
|
18 лет назад |
Sam Hocevar
|
3d376d8cad
|
* Don't use htonl() directly, use common.h's hton32() wrapper.
|
18 лет назад |
Sam Hocevar
|
17f272c4c4
|
* Deprecate buffer management. We're back to standard void* memory areas.
|
18 лет назад |
Sam Hocevar
|
d8fcbe5b8b
|
* Minor syntax fix in the doxygen documentation.
|
18 лет назад |
Sam Hocevar
|
a5164e8543
|
* Do not link cacaserver with libcaca, it only uses libcucul.
|
18 лет назад |
Sam Hocevar
|
757f234c4c
|
* Replace CUCUL_COLOR_* with CUCUL_*.
|
18 лет назад |
Sam Hocevar
|
b538f2c0a0
|
* Use cucul_get_font_blocks() instead of hardcoding the glyph list.
|
18 лет назад |