|
|
@2191
|
13 years |
Sam Hocevar |
* Windows build fixes here and there.
|
|
|
@2136
|
13 years |
Sam Hocevar |
* Add #include <cstring> to fix gcc-4.3 build.
|
|
|
@2087
|
13 years |
Sam Hocevar |
* Use libtool’s -version-number instead of -version-info and its …
|
|
|
@2075
|
13 years |
Sam Hocevar |
* Fix memory leaks that slipped in here and there. We still have …
|
|
|
@2074
|
13 years |
Sam Hocevar |
* Add cucul_get_version() and caca_get_version() and updated C++ …
|
|
|
@2071
|
13 years |
Sam Hocevar |
* Tell doxygen to expand class and extern before parsing anything, …
|
|
|
@2070
|
13 years |
Sam Hocevar |
* Added MSVC project files for the C++ bindings and the C++ test.
|
|
|
@2050
|
13 years |
Sam Hocevar |
* Adapt the C++ bindings to the event API change.
|
|
|
@1959
|
13 years |
Sam Hocevar |
* Make Charset class methods explicitly public.
|
|
|
@1958
|
13 years |
Sam Hocevar |
* Link libcaca++ with libcucul++, not only the C versions.
|
|
|
@1952
|
13 years |
Sam Hocevar |
* Update C++ bindings after cucul_set_dither_mode() deprecation.
|
|
|
@1875
|
13 years |
Sam Hocevar |
* Removed calls to now deprecated cucul_set_dither_invert().
|
|
|
@1873
|
13 years |
Sam Hocevar |
* Added .gitignore files in addition to svn:ignore properties.
|
|
|
@1822
|
13 years |
Sam Hocevar |
* Replaced deprecated cucul_rotate() call with cucul_rotate_180().
|
|
|
@1462
|
14 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
14 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1390
|
14 years |
Sam Hocevar |
* Implemented cucul_get_frame_name() and cucul_set_frame_name().
* …
|
|
|
@1388
|
14 years |
Sam Hocevar |
* Updated C++ bindings so that they build, at least.
|
|
|
@1310
|
14 years |
Jean-Yves Lamoureux |
* Fixed behaviour of the pig while resizing window
|
|
|
@1282
|
14 years |
Sam Hocevar |
* Use the import function to load the pig image in cxxtest.
|
|
|
@1278
|
14 years |
Sam Hocevar |
* Oops, fixed getChar's prototype.
|
|
|
@1277
|
14 years |
Sam Hocevar |
* Implemented putChar() and updated getChar()'s prototype.
|
|
|
@1276
|
14 years |
Sam Hocevar |
* Don't crash if Blit()'s second canvas argument is NULL (which is valid).
|
|
|
@1275
|
14 years |
Jean-Yves Lamoureux |
* Fixed c++ example
|
|
|
@1269
|
14 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial …
|
|
|
@1268
|
14 years |
Sam Hocevar |
* Properly rename cxxtest.cpp to cpptest.cpp to preserve history.
|
|
|
@1212
|
14 years |
Sam Hocevar |
* Do not link binaries with @CACA_LIBS@, it's useless.
|
|
|
@1203
|
14 years |
Sam Hocevar |
* Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
|
|
|
@1156
|
14 years |
Jean-Yves Lamoureux |
* Updated C++ bindings to support every single cucul/caca …
|
|
|
@1002
|
15 years |
Jean-Yves Lamoureux |
* Updated C++ bindings
|
|
|
@977
|
15 years |
Sam Hocevar |
* Added -I${top_srcdir} to the compilation flags to fix builds …
|
|
|
@917
|
15 years |
Jean-Yves Lamoureux |
* Fixed indentation. I did it myself, I'm a big boy.
|
|
|
@899
|
15 years |
Jean-Yves Lamoureux |
* Updated C++ bindings and renamed directory to more comprehensive cxx
|
|
copied from libcaca/trunk/cpp:
|
|
|
@892
|
15 years |
Jean-Yves Lamoureux |
* Updated C++ bindings, should be coding-style-correction-proof, or at …
|