Sam Hocevar
|
9c72677ccf
|
* Add cucul_get_version() and caca_get_version() and updated C++ bindings
accordingly.
* The C++ test example no longer needs "config.h".
|
17 vuotta sitten |
Sam Hocevar
|
069f4775f0
|
* Tell doxygen to expand __class and __extern before parsing anything, so
we don’t end with those ugly identifiers in the documentation.
|
17 vuotta sitten |
Sam Hocevar
|
cdebb09b64
|
* Added MSVC project files for the C++ bindings and the C++ test.
|
17 vuotta sitten |
Sam Hocevar
|
38c75c1bab
|
* Make Charset class methods explicitly public.
|
17 vuotta sitten |
Sam Hocevar
|
1bcf95b212
|
* Removed calls to now deprecated cucul_set_dither_invert().
|
17 vuotta sitten |
Sam Hocevar
|
9597783308
|
* Bwarf, typo in the no warranty clause.
|
18 vuotta sitten |
Sam Hocevar
|
33058757da
|
* Add a no warranty clause to the code.
|
18 vuotta sitten |
Sam Hocevar
|
243ca40d7d
|
* Updated C++ bindings so that they build, at least.
|
18 vuotta sitten |
Sam Hocevar
|
9d158c912d
|
* Oops, fixed getChar's prototype.
|
18 vuotta sitten |
Sam Hocevar
|
cdd9d822df
|
* Implemented putChar() and updated getChar()'s prototype.
|
18 vuotta sitten |
Sam Hocevar
|
67ff5d5b1d
|
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial update of the C++ bindings.
* Updated documentation.
|
18 vuotta sitten |
Sam Hocevar
|
4409d19d24
|
* Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
|
18 vuotta sitten |
Jean-Yves Lamoureux
|
6d2462ba6b
|
* Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
--This line, and those below, will be ignored--
M cxx/cucul++.cpp
A cxx/cxxtest.cpp
M cxx/cucul++.h
M cxx/Makefile.am
|
18 vuotta sitten |
Jean-Yves Lamoureux
|
5eecd73820
|
* Fixed indentation. I did it myself, I'm a big boy.
|
18 vuotta sitten |
Jean-Yves Lamoureux
|
bce66aa628
|
* Updated C++ bindings and renamed directory to more comprehensive cxx
|
18 vuotta sitten |
Jean-Yves Lamoureux
|
f57af45c76
|
* Updated libcaca c++ bindings
|
18 vuotta sitten |
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 vuotta sitten |
Sam Hocevar
|
a6553bce90
|
* Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
|
18 vuotta sitten |
Sam Hocevar
|
bde0e5ca7e
|
* Changed cucul_clear_canvas() again. It now uses the current foreground
and background colours to clear the screen.
|
18 vuotta sitten |
Sam Hocevar
|
07feb84e72
|
* Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
|
18 vuotta sitten |
Sam Hocevar
|
2401f2c732
|
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
cucul_import_canvas().
* Renamed cucul_create_export() into cucul_export_canvas() for consistency.
|
18 vuotta sitten |
Sam Hocevar
|
a4ac581b6f
|
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
choose the background colour.
|
18 vuotta sitten |
Sam Hocevar
|
687a2c43f6
|
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
|
18 vuotta sitten |
Sam Hocevar
|
246c5b4d67
|
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
18 vuotta sitten |
Sam Hocevar
|
c778d5301c
|
* Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
cucul.c just in case.
|
18 vuotta sitten |
Jean-Yves Lamoureux
|
fcd735ffc3
|
* Added license in C++ files.
|
18 vuotta sitten |
Jean-Yves Lamoureux
|
3a3fd8ab1b
|
* Fixed C++ printf(), added it in example
|
18 vuotta sitten |
Jean-Yves Lamoureux
|
3b166c5603
|
* Added preliminary C++ bindings
|
18 vuotta sitten |