|
|
@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.
|
|
|
@885
|
15 years |
Sam Hocevar |
* Set the transparent colour's RGB values to the default colour's ones.
|
|
|
@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.
|
|
|
@874
|
15 years |
Sam Hocevar |
* More error checking in libcucul.
|
|
|
@873
|
15 years |
Sam Hocevar |
* Jylam is too modest.
|
|
|
@872
|
15 years |
Jean-Yves Lamoureux |
* Added importers test
|
|
|
@871
|
15 years |
Jean-Yves Lamoureux |
* Added preliminary ANSI importer, added import formats autodection
|
|
|
@870
|
15 years |
Sam Hocevar |
* Check for <errno.h>.
* Started changing function prototypes so …
|
|
|
@869
|
15 years |
Sam Hocevar |
* Reverted that errno stuff. We'll just use the real errno.
|
|
|
@868
|
15 years |
Sam Hocevar |
* Added basis for an errno-like mechanism.
|
|
|
@867
|
15 years |
Sam Hocevar |
* Removed my previously introduced --enable-pangoft2 and replaced it …
|
|
|
@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.
|
|
|
@864
|
15 years |
Sam Hocevar |
* Fixed minor compilation warning.
|
|
|
@863
|
15 years |
Sam Hocevar |
* Win32 compilation fix.
|
|
|
@862
|
15 years |
Sam Hocevar |
* On win32, only disable the built-in fonts, not all the font functions.
|
|
|
@861
|
15 years |
Sam Hocevar |
* Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
* …
|
|
|
@860
|
15 years |
Sam Hocevar |
* Hahaha, fixed the coding style example.
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@858
|
15 years |
Sam Hocevar |
* Added "common.h", a placeholder for simple features and functions …
|
|
|
@857
|
15 years |
Sam Hocevar |
* Print '?' for Unicode characters in the ANSI export. We'll decide …
|
|
|
@856
|
15 years |
Sam Hocevar |
* Oops, fixed an old typo that brevented building without PangoFt2.
|
|
|
@855
|
15 years |
Sam Hocevar |
* Fixed Debian build files.
|
|
|
@854
|
15 years |
Sam Hocevar |
* Do not bail out if PangoFt2 was not found.
|
|
|
@853
|
15 years |
Sam Hocevar |
* 0.99.beta1 branch.
|
|
|
@852
|
15 years |
Sam Hocevar |
* 0.99.beta1 release.
|
|
|
@851
|
15 years |
Sam Hocevar |
* Got rid of CUCUL_LIBS. It's unused.
|
|
|
@850
|
15 years |
Sam Hocevar |
* Updated Debian build rules.
|
|
|
@849
|
15 years |
Sam Hocevar |
* Allow the caca_event_t *ev argument for caca_get_event() to be NULL.
|
|
|
@848
|
15 years |
Sam Hocevar |
* Minor updates to the migration documentation.
|
|
|
@847
|
15 years |
Sam Hocevar |
* Slightly improved the documentation build rules dependencies.
|
|
|
@846
|
15 years |
Sam Hocevar |
* Updated ChangeLog?, NEWS and TODO.
|
|
|
@845
|
15 years |
Sam Hocevar |
* Updated the migration guide.
|
|
|
@844
|
15 years |
Sam Hocevar |
* Wrote the C coding style documentation.
|
|
|
@843
|
15 years |
Sam Hocevar |
* Added a test for multiple frames support.
* Added a test for …
|
|
|
@842
|
15 years |
Sam Hocevar |
* Support for multiple frames in canvases.
|
|
|
@841
|
15 years |
Sam Hocevar |
* Added a simple "text" importer, until the cool ANSI importer arrives.
|
|
|
@840
|
15 years |
Sam Hocevar |
* Disabled the foreground/background optimisation in the IRC export …
|
|
|
@839
|
15 years |
Sam Hocevar |
* Disabled sprite stuff from the tests.
|
|
|
@838
|
15 years |
Sam Hocevar |
* Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
|
|
|
@837
|
15 years |
Sam Hocevar |
* Fixed --enable-cpp to actually do something. Also, disabled it by
…
|
|
|
@836
|
15 years |
Sam Hocevar |
* Oops, tutorial.dox was actually missing. Also, added a style.dox …
|
|
|
@835
|
15 years |
Sam Hocevar |
* Set version number to 0.99.beta1.
|
|
|
@834
|
15 years |
Sam Hocevar |
* Got rid of cv->scratch_line. It's unused, too.
|
|
|
@833
|
15 years |
Sam Hocevar |
* Got rid of cv->empty_line, it's now unused.
|
|
|
@832
|
15 years |
Sam Hocevar |
* Changed cucul_clear_canvas() again. It now uses the current …
|
|
|
@831
|
15 years |
Sam Hocevar |
* Fixed a segfault in the C++ bindings. Vieux porc !
|
|
|
@830
|
15 years |
Sam Hocevar |
* Set library names to lib*.so.0.10.0.
|
|
|
@829
|
15 years |
Sam Hocevar |
* Fixed a compilation warning.
|
|
|
@828
|
15 years |
Sam Hocevar |
* Minor documentation fix.
|
|
|
@827
|
15 years |
Sam Hocevar |
* Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
|
|
|
@826
|
15 years |
Sam Hocevar |
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
…
|
|
|
@825
|
15 years |
Sam Hocevar |
* Minor documentation improvements.
|
|
|
@824
|
15 years |
Sam Hocevar |
* Documentation improvements. Wrote a small migration guide and added …
|
|
|
@823
|
15 years |
Sam Hocevar |
* Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. …
|
|
|
@822
|
15 years |
Sam Hocevar |
* Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here.
|
|
|
@821
|
15 years |
Sam Hocevar |
* Workaround for broken C++ linking with old libtool versions.
|
|
|
@820
|
15 years |
Sam Hocevar |
* Moved the technical discussion on S-Lang's palette optimisation from …
|
|
|
@819
|
15 years |
Sam Hocevar |
* More function mass-renaming: caca_attach -> caca_create_display, etc.
|
|
|
@818
|
15 years |
Sam Hocevar |
* Added a new "caca" exporter.
* Removed most code from the raw …
|
|
|
@817
|
15 years |
Sam Hocevar |
* Updates to the Debian build files.
|
|
|
@816
|
15 years |
Sam Hocevar |
* Changed the cucul_dither_bitmap behaviour so that the 4 coordinates …
|
|
|
@815
|
15 years |
Sam Hocevar |
* Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns …
|
|
|
@814
|
15 years |
Sam Hocevar |
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument …
|
|
|
@813
|
15 years |
Sam Hocevar |
* Renamed main canvas-related functions so that they have "canvas" in
…
|
|
|
@812
|
15 years |
Sam Hocevar |
* Cosmetic changes.
|
|
|
@811
|
15 years |
Sam Hocevar |
* Renamed caca_t into caca_display_t.
* Renamed canvas handle …
|
|
|
@810
|
15 years |
Sam Hocevar |
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
|
|
@809
|
15 years |
Sam Hocevar |
* Fixed C++ bindings makefile so that it does not try to use the …
|
|
|
@808
|
15 years |
Sam Hocevar |
* Truecolor support for the HTML and HTMLv3 exporters.
|
|
|
@807
|
15 years |
Sam Hocevar |
* Fixed a bug in _cucul_argb32_to_rgb24fg/bg().
|
|
|
@806
|
15 years |
Sam Hocevar |
* Updated README (caca-config -> pkg-config) and TODO.
|
|
|
@805
|
15 years |
Sam Hocevar |
* Cosmetic code changes and minor optimisations.
|
|
|
@804
|
15 years |
Sam Hocevar |
* Merged again all export functions into cucul/export.c. They're all …
|
|
|
@803
|
15 years |
Sam Hocevar |
* Changed the buffer type in cucul_render_canvas() to void* to avoid
…
|
|
|
@802
|
15 years |
Sam Hocevar |
* Handle CACA_EVENT_QUIT in the event test program.
|
|
|
@801
|
15 years |
Sam Hocevar |
* Workaround for broken AC_PATH_X autoconf macros.
|
|
|
@800
|
15 years |
Sam Hocevar |
* Compilation fix.
|
|
|
@799
|
15 years |
Sam Hocevar |
* Implemented CACA_EVENT_QUIT. Unused yet.
|
|
|
@798
|
15 years |
Sam Hocevar |
* Fixed autotools stuff in the cpp bindings.
|
|
|
@797
|
15 years |
Sam Hocevar |
* Compilation fix in cpptest.cpp.
|
|
|
@796
|
15 years |
Jean-Yves Lamoureux |
* Fixed compile problem, put Event outside Caca class
|
|
|
@795
|
15 years |
Sam Hocevar |
* Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand …
|
|
|
@794
|
15 years |
Sam Hocevar |
* Removed a few useless files (vieux porc).
|
|
|
@793
|
15 years |
Sam Hocevar |
* Updated TODO list.
|
|
|
@792
|
15 years |
Sam Hocevar |
* Minor cosmetic changes in the test programs.
|
|
|
@791
|
15 years |
Sam Hocevar |
* Truecolor support in the SVG and PostScript? exporters.
|
|
|
@790
|
15 years |
Sam Hocevar |
* Implemented TGA image export.
|
|
|
@789
|
15 years |
Sam Hocevar |
* Implemented argb32 to rgb24fg/bg colour conversions.
|
|
|
@788
|
15 years |
Sam Hocevar |
* Use cucul_get_export_list() in the export test instead of hardcoding …
|
|
|