3305875
* Add a no warranty clause to the code. by
2006-12-11 15:48:46 +0000
9afb306
* Fix OpenBSD build. by
2006-12-05 17:50:40 +0000
c158dfe
* Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>. by
2006-11-30 22:41:52 +0000
77bed4f
* Got rid of that ugly cv->import member. by
2006-11-27 14:58:59 +0000
a7ac5f9
* Get rid of test/term.c, it's now in its own repository. * Added back -Wshadow, it's more useful than annoying. by
2006-11-27 14:55:00 +0000
f1f0089
* Fix shadowing declarations. by
2006-11-27 14:53:17 +0000
1fd3d09
* Do not build test/term if fcntl() is not available. Yes, could be improved. by
2006-11-27 05:59:29 +0000
0dcf397
* Fixed syntax errors. by
2006-11-27 05:40:51 +0000
8acd004
* Added stuff to the TODO list. by
2006-11-27 01:58:59 +0000
9df4f8a
* A few improvements to the screen/splitvt clone project. by
2006-11-27 01:58:00 +0000
4f4f887
* Improved vt220 import by adding a persistent context to canvases. by
2006-11-27 01:56:37 +0000
e1a42d9
* Added caca_set_cursor(). Not yet functional. by
2006-11-24 05:51:10 +0000
519216a
* Add support for doublewidth characters even if ncurses or SLang don't know about them. by
2006-11-24 05:49:49 +0000
66eebe5
* .Net : Fixed drawLine() and updated example (rasters rule) by
2006-11-23 20:22:03 +0000
81d9b86
* Added a test app that swallows two console applications. Switch with C-a. by
2006-11-21 07:09:35 +0000
1756bdf
* Improved ANSI importer so that it supports a lot more of what is needed for basic vt220 emulation. by
2006-11-21 06:35:04 +0000
4a7f7c2
* Added a few ideas to the TODO list. by
2006-11-20 05:49:45 +0000
00733ed
* Added preliminary dither support to .NET bindings by
2006-11-18 12:27:16 +0000
e96d4ab
* Added frames to .NET bindings by
2006-11-18 11:34:40 +0000
7e33300
* Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export. by
2006-11-18 11:25:50 +0000
c213ac0
* Merged old code by Ol that can be used as a start for the Cocoa driver. by
2006-11-17 11:28:32 +0000
971de92
* Set version to 0.99.beta11. * Updated NEWS and ChangeLog. by
2006-11-16 16:29:57 +0000
5576504
* Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. * Updated export test accordingly. by
2006-11-16 15:01:31 +0000
afaf0a0
* Fix a compilation warning by pretending to use seterrno()'s argument even when it isn't. by
2006-11-16 11:26:22 +0000
bc11640
* Implemented strcmp() and strdup() and added an fflush() stub to the kernel code. by
2006-11-16 11:23:56 +0000
a17cf90
* Added some box drawing glyphs that are used by TOIlet's future.tlf font to the flip/flop/rotation filters. by
2006-11-16 02:08:05 +0000
12696aa
* Don't rely on pkg-config macros for variable substitution. Just in case. by
2006-11-14 20:14:38 +0000
6cc230e
* No longer bail out with an error if Imlib2 or Doxygen were not found. by
2006-11-14 18:22:31 +0000
b1bf22a
* Minor documentation fix. by
2006-11-14 18:05:02 +0000
afed497
* Added all the glue needed for a Cocoa output driver. by
2006-11-14 18:02:29 +0000
b6d2c75
* Minor compilation warning fix. OS X x86 defines "DELAY". by
2006-11-14 16:27:15 +0000
1cdaa75
* Documented flip/flop/rotate as being involutive. * Updated text test. by
2006-11-14 07:59:52 +0000
e37f6aa
* Renamed the "all" test to "cucul" because it otherwise conflicted with the automake "all" rule. by
2006-11-14 07:46:51 +0000
fcee80f
* Factored terminal title setting code. * Do not try to set the terminal title if TERM=linux. by
2006-11-13 23:42:43 +0000
dac2f4d
* Implemented caca_set_display_title() for ncurses and S-Lang. by
2006-11-13 23:33:49 +0000
54d4590
* Implemented cucul_get_frame_name() and cucul_set_frame_name(). * Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well know that a frame belongs to a canvas. by
2006-11-13 23:16:35 +0000
0b3faf2
* Started writing a full API test. Not sure where it'll lead. by
2006-11-13 23:00:02 +0000
243ca40
* Updated C++ bindings so that they build, at least. by
2006-11-13 21:42:15 +0000
c5426e3
* Add more randomness to the cacademo effects. * Adapt the swallow test to the display's size. by
2006-11-13 13:34:06 +0000
35ad2ed
* Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc. by
2006-11-13 08:55:36 +0000
6372da2
* Improved ANSI import, especially wrt. drawing context persistence. by
2006-11-13 00:19:18 +0000
cff37b5
* Fix a bug in cucul_put_attr. This function was simply not working. by
2006-11-12 23:09:17 +0000
46b84c8
* Fix a bug in cucul_set_canvas_size() that caused the default attribute to be ignored. by
2006-11-12 22:26:36 +0000
16e95eb
* When importing an utf-8 file, set background and foreground colours to the nearest ANSI values for the current attribute. When importing an ANSI file, force them to lightgray on black. by
2006-11-12 21:29:31 +0000
2add076
* Oops, fixed NEW entry. by
2006-11-12 20:39:27 +0000
fba189b
* Added a "make upload" rule for releases. by
2006-11-12 19:29:43 +0000
3547ef6
* Set version to 0.99.beta10. * Updated NEWS and ChangeLog. by
2006-11-12 18:26:40 +0000
e580ce5
* Documentation updates. by
2006-11-12 18:23:29 +0000
5b08e78
* Re-added cucul_getchar() to the legacy functions. Debian's current version of toilet needs it. by
2006-11-12 17:45:14 +0000
dbf07a9
* Add maxwidth and maxheight members to the font format. by
2006-11-12 17:30:08 +0000
15898ad
* Random transition times in cacademo. * Swallow 4 applications instead of 2 in the swallow test. by
2006-11-12 15:54:50 +0000
a750bb7
* Ctrl-C and Ctrl-Z quit cacafire and cacademo. by
2006-11-12 15:35:04 +0000
51936f5
* Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. * More debugging information in the import/export and font functions. by
2006-11-12 15:26:13 +0000
5d59b71
* Add CJK punctuation to the default fonts. * Minor changes to the font2tga test program. by
2006-11-12 14:42:58 +0000
18f1f68
* Add a debug() function and a --enable-debug configure flag. by
2006-11-12 13:11:01 +0000
eb01704
* Support fullwidth fonts. * Add Katakanas and Hiraganas to the default fonts. by
2006-11-12 12:26:48 +0000
17db9e4
* Documented caca_event_t members. by
2006-11-12 11:06:34 +0000
40aa3b7
* Documentation updates. Moved the canvas and font format definitions to the Doxygen documentation. by
2006-11-12 10:42:14 +0000
b0a9948
* 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. by
2006-11-12 10:32:38 +0000
598a671
* Properly handle EOF in cacaplay. by
2006-11-12 10:06:35 +0000
aa3e191
* Documentation fixes and TODO updates. by
2006-11-12 10:04:23 +0000
64be905
* Flush stdout after writing the data in the raw driver. by
2006-11-12 10:02:51 +0000
35f77b6
* Allow cacaplay to play streams and updated its manpage. by
2006-11-12 09:48:37 +0000
ba60552
* Fix infinite loop due to signed/unsigned mistake. by
2006-11-12 09:46:10 +0000
8d5a1ea
* libcaca multiplexer: swallows two libcaca applications, for instance cacademo and cacafire, and displays them in a canvas. by
2006-11-11 18:07:58 +0000
e656963
* Fixed a bug in the caca importer. by
2006-11-11 17:55:11 +0000
ef9d6c1
* Fix program header. by
2006-11-11 17:13:16 +0000
3243101
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. by
2006-11-11 16:29:39 +0000
8c5342b
* Made cucul_blit() handle-aware. Added a blit test for that. by
2006-11-11 15:38:40 +0000
f7fac15
* Free all memory upon exit in the transform test. by
2006-11-11 15:17:16 +0000
f104f0a
* Update transform.c so that it uses import functions instead of blitting lines. by
2006-11-11 15:10:38 +0000
9d6bd7b
* Do not force the text colour when importing a text file. by
2006-11-11 14:51:04 +0000
f61bed2
* Add cursor and handle support to canvases. Unused yet. by
2006-11-11 14:24:35 +0000
21bfa62
* Cosmetic code and documentation changes here and there. * Updated TODO. by
2006-11-11 13:29:03 +0000
40670f6
* Restore attribute settings before resizing the canvas in the frame test. by
2006-11-11 13:03:19 +0000
0426356
* Rename sprite.c into frame.c. by
2006-11-11 13:00:36 +0000
9fb85b2
* Prepare the way for per-frame width/height information. by
2006-11-11 12:57:03 +0000
3955387
* Fix minor uninitialised data bug in cucul_canvas_create(). by
2006-11-11 12:27:37 +0000
fae8b54
* Allow to resize canvases back to (0,0). by
2006-11-11 12:11:20 +0000
25344d8
* 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. by
2006-11-11 09:22:10 +0000
d549d07
* Got rid of very old _cucul_init_dither() function call. by
2006-11-11 09:18:42 +0000
8c43b30
* Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() function. by
2006-11-11 09:10:17 +0000
25d0366
* Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with the now official cucul_attr_to_ansi_[fb]g(). by
2006-11-11 08:44:14 +0000
c5a94ee
* Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). by
2006-11-11 08:34:41 +0000
88facd8
* 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. by
2006-11-11 08:11:26 +0000
1b491f1
* Implemented cucul_draw_cp437_box(). by
2006-11-11 07:56:30 +0000
21856cf
* Wrote manual pages for img2irc, cacaplay and cacaserver. by
2006-11-10 15:38:09 +0000
819dab4
* Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. by
2006-11-10 10:29:54 +0000
6dc69f3
* 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". by
2006-11-09 17:24:29 +0000
0a94f93
* If not enough data is available for import, return 0 instead of an error. by
2006-11-09 17:20:47 +0000
44c2862
* Minor documentation fixes. by
2006-11-09 11:14:57 +0000
da48bab
* Fixed behaviour of the pig while resizing window by
2006-11-09 09:27:35 +0000
d465937
* Slight documentation update. by
2006-11-08 17:27:48 +0000
9621f21
* Convert all programs and tests to the new import/export API. by
2006-11-08 17:26:57 +0000
1cb8d02
* Set the cucul_import_memory() buffer type to void const * instead of unsigned char const * so that C++ programs won't complain. ___ __ __ ____ ___ ___ ___ / _ \| \/ |/ ___| / _ \ / _ \ / _ \ | | | | |\/| | | _ | (_) | (_) | (_) | | |_| | | | | |_| | \__, |\__, |\__, | \___/|_| |_|\____| /_/ /_/ /_/ by
2006-11-08 17:18:23 +0000
391bc8b
* 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. by
2006-11-08 16:43:59 +0000
e3b2d76
* Renamed cucul_import() to cucul_import_memory() and implemented cucul_import_file(). by
2006-11-08 16:34:43 +0000
f1e8a80
* Don't try to include arpa/inet.h in kernel mode. by
2006-11-08 13:12:06 +0000
3d376d8
* Don't use htonl() directly, use common.h's hton32() wrapper. by
2006-11-08 13:05:42 +0000
17f272c
* Deprecate buffer management. We're back to standard void* memory areas. by
2006-11-08 12:11:07 +0000