Sam Hocevar
|
1089986b79
|
* Fixed end of lines in the ANSI exporter (CRLF, not LFCR).
|
19 years ago |
Jean-Yves Lamoureux
|
c30c66d032
|
* Renamed exporter_* to export_*, from God recommendation.
|
19 years ago |
Jean-Yves Lamoureux
|
1971191c09
|
* Exploded cucul/export.c
|
19 years ago |
Jean-Yves Lamoureux
|
1c6bfd09a1
|
* Fixed configure script to check for UTF8 enabled slang, removed network driver debug output, added size > 255 in telnet negociation, fixed scrolling bug in network driver
|
19 years ago |
Sam Hocevar
|
6e652d1e47
|
* Preliminary support for UTF-8 in cucul_putstr(). Also added a
cucul_putchar32() function but I'm not convinced it will be useful.
|
19 years ago |
Sam Hocevar
|
c063b0a54d
|
* Added assembly code for inb() and outb().
* Print a small message at kernel boot time just to check that the kernel
was properly loaded.
|
19 years ago |
Jean-Yves Lamoureux
|
325211d7c4
|
* Added tests for malloc()'s
|
19 years ago |
Jean-Yves Lamoureux
|
5a09b684fe
|
* Updated README for network driver, fixed remaining exporters
|
19 years ago |
Sam Hocevar
|
15ac34a918
|
* Added glue code to compile libcaca without a libc and build applications
as multiboot kernels.
|
19 years ago |
Jean-Yves Lamoureux
|
32037db492
|
* Updated documentation a bit
|
19 years ago |
Jean-Yves Lamoureux
|
a676487863
|
* Changed way temporary buffer of ansi export was handled. Need to do that for other exporters as well.
|
19 years ago |
Jean-Yves Lamoureux
|
b9ab5e0e5a
|
* Exporters now return size of generated data
|
19 years ago |
Sam Hocevar
|
da30961a0e
|
* Fixed async issues between the driver and libcaca when resizing windows,
and simplified the handle_resize() API. Still can be polished.
|
19 years ago |
Sam Hocevar
|
05e98f2254
|
* cucul_set_size() does nothing if a graphical backend is attached. Added
documentation to explain this behaviour.
|
19 years ago |
Sam Hocevar
|
73e689b2a3
|
* Fixed DOS driver.
* Added a build-dos script to cross-compile the DOS version using djgpp.
|
19 years ago |
Sam Hocevar
|
70d96c811b
|
* Polished the driver split a bit (still no events, except resize events),
properly credited authors and documented a few things.
|
19 years ago |
Sam Hocevar
|
4f59010b4c
|
* Moved stuff around to differenciate between libcucul and libcaca.
|
19 years ago |