Jean-Yves Lamoureux
08be72c146
* Added preliminary (it means that's fucked up) CP437 codepage
18 år sedan
Sam Hocevar
3de6dcf5ef
* Added U+25A0 (■) to the CP437 hack in the X11 driver.
18 år sedan
Jean-Yves Lamoureux
59069aba51
* cut too long line (I read the coding style rules, yes). And we had home/end keys support in opengl driver BEFORE X11. Yeah !
18 år sedan
Jean-Yves Lamoureux
7674499822
* removed duplicate code
18 år sedan
Sam Hocevar
20c12d1912
* Wow, we even have Home/End support in X11.
18 år sedan
Sam Hocevar
311cd082e3
* PageUp/PageDown support in X11.
18 år sedan
Jean-Yves Lamoureux
abad42960e
* Fixed home/pgup/pgdown/insert events
18 år sedan
Jean-Yves Lamoureux
0244aa366b
* page up / down
18 år sedan
Sam Hocevar
af3b09f1f5
* In ANSI, bold only sets the foreground colour to bright, not the
background.
18 år sedan
Sam Hocevar
b97751b9bc
* Added cacadraw. It only shows files and lets you scroll for now, but
it will eventually evolve into something better.
18 år sedan
Jean-Yves Lamoureux
d8fad53ba0
* Really updated doc
18 år sedan
Jean-Yves Lamoureux
7ed107c9fe
* Fixed documentation for import
18 år sedan
Sam Hocevar
935098991c
* Removed legacy cpp directory.
18 år sedan
Jean-Yves Lamoureux
bce66aa628
* Updated C++ bindings and renamed directory to more comprehensive cxx
18 år sedan
Sam Hocevar
cb823dd55b
* Minor typo.
18 år sedan
Jean-Yves Lamoureux
f57af45c76
* Updated libcaca c++ bindings
18 år sedan
Sam Hocevar
38c4a8b608
* Implemented cucul_load_file() and cucul_load_memory() to load respectively
a file and a memory area into a libcucul buffer.
* Changed the cucul_import_canvas() prototype so that it uses libcucul
buffers instead of simple memory areas.
18 år sedan
Sam Hocevar
89355c1e39
* Argh, _really_ fixed the uninitialised variable.
18 år sedan
Sam Hocevar
fb928813b2
* Fixed an uninitialised variable.
18 år sedan
Sam Hocevar
d6e556e5c6
* Fixed our buffer overflow in the ANSI parser by simply skipping control
sequences longer than 100 characters.
* Documented the escape sequence format.
18 år sedan
Jean-Yves Lamoureux
b15241efbd
* Updated C++ bindings, should be coding-style-correction-proof, or at least a bit better than before. Not tested at all.
18 år sedan
Sam Hocevar
5e18b3450f
* More robust ANSI sequence argument parser. Detects private sequences and
intermediate bytes.
18 år sedan
Jean-Yves Lamoureux
2450e5ea28
* Fixed warning in a clever and tested way. Bordel de merde.
18 år sedan
Sam Hocevar
e766c1d028
* Coding style.
18 år sedan
Sam Hocevar
5fc912073b
* No way, dude. You cannot declare x and y unsigned if you test for (x < 0).
18 år sedan
Jean-Yves Lamoureux
579b928b7e
* Fixed warnings in ansi importer
18 år sedan
Sam Hocevar
dce6200136
* More cleaning up of the ANSI loader. Fixed reverse video.
18 år sedan
Sam Hocevar
42b967ec0e
* Set the transparent colour's RGB values to the default colour's ones.
18 år sedan
Jean-Yves Lamoureux
ad6543c152
* Improved ANSI format detection
18 år sedan
Sam Hocevar
c3bbd62830
* Really fixed bold in ANSI loader, and removed dead code.
18 år sedan
Sam Hocevar
e499f61ff9
* Simplified _manage_modifiers() a bit.
18 år sedan
Sam Hocevar
bdfd1a250d
* Fixed bold support in ANSI loader.
18 år sedan
Sam Hocevar
0a5bc9b61d
* A few fixes in the ANSI interpreter.
18 år sedan
Sam Hocevar
061d2d35a4
* Got rid of _update_canvas_size().
18 år sedan
Jean-Yves Lamoureux
e5ea6fb7cf
* _updated_coding_style(aBit);
18 år sedan
Sam Hocevar
3f7362eabb
* Ahahaha. Meet the "optimisation" that breaks everything.
18 år sedan
Sam Hocevar
930abfc743
* Small optimisation in import_text().
18 år sedan
Sam Hocevar
55efedc1b2
* Really minor coding style fixes in the ANSI importer.
18 år sedan
Sam Hocevar
235504d81a
* More error checking in libcucul.
18 år sedan
Sam Hocevar
1f094662d8
* Jylam is too modest.
18 år sedan
Jean-Yves Lamoureux
73b9c0af14
* Added importers test
18 år sedan
Jean-Yves Lamoureux
2e167ab614
* Added preliminary ANSI importer, added import formats autodection
18 år sedan
Sam Hocevar
981c405554
* Check for <errno.h>.
* Started changing function prototypes so that they return an integer
instead of void, just in case they might fail.
18 år sedan
Sam Hocevar
eb2aa1aa48
* Reverted that errno stuff. We'll just use the real errno.
18 år sedan
Sam Hocevar
fc6d86d835
* Added basis for an errno-like mechanism.
18 år sedan
Sam Hocevar
69dd5d5017
* Removed my previously introduced --enable-pangoft2 and replaced it with
a nicer cross compilation check.
18 år sedan
Sam Hocevar
9ff93666c6
* Brought the Win32 build back on its wheels.
18 år sedan
Sam Hocevar
4a1507c398
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
18 år sedan
Sam Hocevar
8e7e025239
* Fixed minor compilation warning.
18 år sedan
Sam Hocevar
0a78b2b871
* Win32 compilation fix.
18 år sedan