|
|
@918
|
15 years |
Jean-Yves Lamoureux |
* coding style fixes again
|
|
|
@916
|
15 years |
Sam Hocevar |
* Fixed line wrapping on some weird ANSI files.
|
|
|
@915
|
15 years |
Sam Hocevar |
* Fixed an ANSI rendering bug related to the bold attribute.
|
|
|
@913
|
15 years |
Sam Hocevar |
* Minor code reorganisation and documenting.
|
|
|
@904
|
15 years |
Sam Hocevar |
* In ANSI, bold only sets the foreground colour to bright, not the
…
|
|
|
@902
|
15 years |
Jean-Yves Lamoureux |
* Really updated doc
|
|
|
@901
|
15 years |
Jean-Yves Lamoureux |
* Fixed documentation for import
|
|
|
@896
|
15 years |
Sam Hocevar |
* Implemented cucul_load_file() and cucul_load_memory() to load …
|
|
|
@895
|
15 years |
Sam Hocevar |
* Argh, _really_ fixed the uninitialised variable.
|
|
|
@894
|
15 years |
Sam Hocevar |
* Fixed an uninitialised variable.
|
|
|
@893
|
15 years |
Sam Hocevar |
* Fixed our buffer overflow in the ANSI parser by simply skipping …
|
|
|
@891
|
15 years |
Sam Hocevar |
* More robust ANSI sequence argument parser. Detects private sequences …
|
|
|
@890
|
15 years |
Jean-Yves Lamoureux |
* Fixed warning in a clever and tested way. Bordel de merde.
|
|
|
@889
|
15 years |
Sam Hocevar |
* Coding style.
|
|
|
@888
|
15 years |
Sam Hocevar |
* No way, dude. You cannot declare x and y unsigned if you test for (x …
|
|
|
@887
|
15 years |
Jean-Yves Lamoureux |
* Fixed warnings in ansi importer
|
|
|
@886
|
15 years |
Sam Hocevar |
* More cleaning up of the ANSI loader. Fixed reverse video.
|
|
|
@884
|
15 years |
Jean-Yves Lamoureux |
* Improved ANSI format detection
|
|
|
@883
|
15 years |
Sam Hocevar |
* Really fixed bold in ANSI loader, and removed dead code.
|
|
|
@882
|
15 years |
Sam Hocevar |
* Simplified _manage_modifiers() a bit.
|
|
|
@881
|
15 years |
Sam Hocevar |
* Fixed bold support in ANSI loader.
|
|
|
@880
|
15 years |
Sam Hocevar |
* A few fixes in the ANSI interpreter.
|
|
|
@879
|
15 years |
Sam Hocevar |
* Got rid of _update_canvas_size().
|
|
|
@878
|
15 years |
Jean-Yves Lamoureux |
* _updated_coding_style(aBit);
|
|
|
@877
|
15 years |
Sam Hocevar |
* Ahahaha. Meet the "optimisation" that breaks everything.
|
|
|
@876
|
15 years |
Sam Hocevar |
* Small optimisation in import_text().
|
|
|
@875
|
15 years |
Sam Hocevar |
* Really minor coding style fixes in the ANSI importer.
|
|
|
@871
|
15 years |
Jean-Yves Lamoureux |
* Added preliminary ANSI importer, added import formats autodection
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@841
|
15 years |
Sam Hocevar |
* Added a simple "text" importer, until the cool ANSI importer arrives.
|
|
|
@829
|
15 years |
Sam Hocevar |
* Fixed a compilation warning.
|
|
|
@828
|
15 years |
Sam Hocevar |
* Minor documentation fix.
|
|
|
@826
|
15 years |
Sam Hocevar |
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
…
|
|
copied from libcaca/trunk/cucul/cucul.c:
|
|
|
@819
|
15 years |
Sam Hocevar |
* More function mass-renaming: caca_attach -> caca_create_display, etc.
|