|
|
@2900
|
14 years |
Sam Hocevar |
Renamed msvc into win32.
|
|
|
@2898
|
14 years |
Sam Hocevar |
Reorganise MSVC files so that each project is with its source code.
|
|
|
@2854
|
14 years |
Sam Hocevar |
Fix for the libcucul symlinks installation, courtesy of Ben Wiley Sittler.
|
|
|
@2850
|
14 years |
Sam Hocevar |
Support for platforms where shared libraries are not called *.so.
|
|
|
@2831
|
14 years |
Sam Hocevar |
End of the libcucul merge: add symbolic links where appropriate.
|
|
|
@2830
|
14 years |
Sam Hocevar |
caca, cxx: install symlinks for backwards compatibility with libcucul.
|
|
|
@2824
|
14 years |
Sam Hocevar |
Continuing the libcucul-libcaca merge.
|
|
|
@2822
|
14 years |
Sam Hocevar |
Continuing the libcucul-libcaca merge.
|
|
|
@2821
|
14 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2437
|
15 years |
Sam Hocevar |
* Fix C++ library linking.
|
|
|
@2424
|
15 years |
Sam Hocevar |
* Only install the C++ .pc files if C++ support was activated.
|
|
|
@2423
|
15 years |
Sam Hocevar |
* Install cucul++.pc and caca++.pc in the pkg-config directory.
|
|
|
@2321
|
15 years |
Jean-Yves Lamoureux |
* Changed Cucul::Rotate() to Cucul::Rotate180() and …
|
|
|
@2313
|
15 years |
Sam Hocevar |
* Switch a few unsigned int variables to size_t where appropriate.
* …
|
|
|
@2304
|
15 years |
Sam Hocevar |
* Get rid of the last long types in the API.
* Use size_t and …
|
|
|
@2303
|
15 years |
Sam Hocevar |
* Changed most of the long ints in the API into C99 types. WARNING: …
|
|
|
@2299
|
15 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2191
|
15 years |
Sam Hocevar |
* Windows build fixes here and there.
|
|
|
@2136
|
15 years |
Sam Hocevar |
* Add #include <cstring> to fix gcc-4.3 build.
|
|
|
@2087
|
15 years |
Sam Hocevar |
* Use libtool’s -version-number instead of -version-info and its …
|
|
|
@2075
|
15 years |
Sam Hocevar |
* Fix memory leaks that slipped in here and there. We still have …
|
|
|
@2074
|
15 years |
Sam Hocevar |
* Add cucul_get_version() and caca_get_version() and updated C++ …
|
|
|
@2071
|
15 years |
Sam Hocevar |
* Tell doxygen to expand class and extern before parsing anything, …
|
|
|
@2070
|
15 years |
Sam Hocevar |
* Added MSVC project files for the C++ bindings and the C++ test.
|
|
|
@2050
|
15 years |
Sam Hocevar |
* Adapt the C++ bindings to the event API change.
|
|
|
@1959
|
15 years |
Sam Hocevar |
* Make Charset class methods explicitly public.
|
|
|
@1958
|
15 years |
Sam Hocevar |
* Link libcaca++ with libcucul++, not only the C versions.
|
|
|
@1952
|
15 years |
Sam Hocevar |
* Update C++ bindings after cucul_set_dither_mode() deprecation.
|
|
|
@1875
|
15 years |
Sam Hocevar |
* Removed calls to now deprecated cucul_set_dither_invert().
|
|
|
@1873
|
15 years |
Sam Hocevar |
* Added .gitignore files in addition to svn:ignore properties.
|
|
|
@1822
|
15 years |
Sam Hocevar |
* Replaced deprecated cucul_rotate() call with cucul_rotate_180().
|
|
|
@1462
|
16 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
16 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1390
|
16 years |
Sam Hocevar |
* Implemented cucul_get_frame_name() and cucul_set_frame_name().
* …
|
|
|
@1388
|
16 years |
Sam Hocevar |
* Updated C++ bindings so that they build, at least.
|
|
|
@1310
|
16 years |
Jean-Yves Lamoureux |
* Fixed behaviour of the pig while resizing window
|
|
|
@1282
|
16 years |
Sam Hocevar |
* Use the import function to load the pig image in cxxtest.
|
|
|
@1278
|
16 years |
Sam Hocevar |
* Oops, fixed getChar's prototype.
|
|
|
@1277
|
16 years |
Sam Hocevar |
* Implemented putChar() and updated getChar()'s prototype.
|
|
|
@1276
|
16 years |
Sam Hocevar |
* Don't crash if Blit()'s second canvas argument is NULL (which is valid).
|
|
|
@1275
|
16 years |
Jean-Yves Lamoureux |
* Fixed c++ example
|
|
|
@1269
|
16 years |
Sam Hocevar |
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial …
|
|
|
@1268
|
16 years |
Sam Hocevar |
* Properly rename cxxtest.cpp to cpptest.cpp to preserve history.
|
|
|
@1212
|
16 years |
Sam Hocevar |
* Do not link binaries with @CACA_LIBS@, it's useless.
|
|
|
@1203
|
16 years |
Sam Hocevar |
* Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
|
|
|
@1156
|
16 years |
Jean-Yves Lamoureux |
* Updated C++ bindings to support every single cucul/caca …
|
|
|
@1002
|
17 years |
Jean-Yves Lamoureux |
* Updated C++ bindings
|
|
|
@977
|
17 years |
Sam Hocevar |
* Added -I${top_srcdir} to the compilation flags to fix builds …
|
|
|
@917
|
17 years |
Jean-Yves Lamoureux |
* Fixed indentation. I did it myself, I'm a big boy.
|
|
|
@899
|
17 years |
Jean-Yves Lamoureux |
* Updated C++ bindings and renamed directory to more comprehensive cxx
|
|
copied from libcaca/trunk/cpp:
|
|
|
@892
|
17 years |
Jean-Yves Lamoureux |
* Updated C++ bindings, should be coding-style-correction-proof, or at …
|