|
|
@3412
|
12 years |
Sam Hocevar |
Apparently \033 is more common than \x1b for ESC. Use the former in …
|
|
|
@2821
|
12 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2313
|
13 years |
Sam Hocevar |
* Switch a few unsigned int variables to size_t where appropriate.
* …
|
|
|
@2300
|
13 years |
Sam Hocevar |
* Changed most "unsigned char" variables into "uint8_t", including in
…
|
|
|
@2299
|
13 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@1914
|
13 years |
Sam Hocevar |
* Always include <netinet/in.h> when present, to make header simpler.
|
|
|
@1913
|
13 years |
Sam Hocevar |
* cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
|
|
|
@1770
|
14 years |
Sam Hocevar |
* Winsock compilation fixes in cacaserver, courtesy of Ben Wiley …
|
|
|
@1462
|
14 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
14 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1315
|
14 years |
Sam Hocevar |
* Don't try to guess the file format in cacaserver, instead feed the …
|
|
|
@1308
|
14 years |
Sam Hocevar |
* Convert all programs and tests to the new import/export API.
|
|
|
@1300
|
14 years |
Sam Hocevar |
* Do not link cacaserver with libcaca, it only uses libcucul.
|
|
|
@1283
|
14 years |
Sam Hocevar |
* Updated the caca export format so that it supports multiple frames.
…
|
|
|
@950
|
15 years |
Sam Hocevar |
* Use UTF-8 instead of ANSI in cacaserver
|
|
|
@896
|
15 years |
Sam Hocevar |
* Implemented cucul_load_file() and cucul_load_memory() to load …
|
|
|
@866
|
15 years |
Sam Hocevar |
* Brought the Win32 build back on its wheels.
|
|
|
@865
|
15 years |
Sam Hocevar |
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@826
|
15 years |
Sam Hocevar |
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
…
|
|
|
@818
|
15 years |
Sam Hocevar |
* Added a new "caca" exporter.
* Removed most code from the raw …
|
|
|
@813
|
15 years |
Sam Hocevar |
* Renamed main canvas-related functions so that they have "canvas" in
…
|
|
|
@810
|
15 years |
Sam Hocevar |
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
|
|
@777
|
15 years |
Sam Hocevar |
* Replaced "struct cucul_*" and "struct caca_*" types with opaque …
|
|
|
@769
|
15 years |
Sam Hocevar |
* Removed \file directives from all files except caca.h and cucul.h, …
|
|
|
@757
|
15 years |
Sam Hocevar |
* Renamed cucul_export into cucul_buffer. We'll use it for other things.
|
|
|
@724
|
15 years |
Sam Hocevar |
* Store colour information on 32 bits, for future 12-bit colour support.
|
|
|
@721
|
15 years |
Sam Hocevar |
* Sanity check in cacaserver.c.
|
|
|
@720
|
15 years |
Sam Hocevar |
* Fixed a crash when realloc() returns a new address.
|
|
|
@718
|
15 years |
Jean-Yves Lamoureux |
* Oops, removed unused variable
|
|
|
@717
|
15 years |
Jean-Yves Lamoureux |
* Added Winsock (c)(tm)(r) compatibility
|
|
|
@707
|
15 years |
Sam Hocevar |
* cacaserver works again (but needs a complete rewrite because it's …
|
|
|
@706
|
15 years |
Sam Hocevar |
* Changed the 2nd argument of cucul_create_export to a string. This …
|
|
|
@703
|
15 years |
Sam Hocevar |
* Removed the network driver and replaced it with a cacaserver …
|
|
copied from libcaca/trunk/caca/driver_network.c:
|
|
|
@689
|
15 years |
Sam Hocevar |
* Merged caca_show_cursor() and caca_hide_cursor() into …
|