Sam Hocevar
|
9597783308
|
* Bwarf, typo in the no warranty clause.
|
18 years ago |
Sam Hocevar
|
33058757da
|
* Add a no warranty clause to the code.
|
18 years ago |
Sam Hocevar
|
54d459067a
|
* Implemented cucul_get_frame_name() and cucul_set_frame_name().
* Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well
know that a frame belongs to a canvas.
|
18 years ago |
Sam Hocevar
|
243ca40d7d
|
* Updated C++ bindings so that they build, at least.
|
18 years ago |
Jean-Yves Lamoureux
|
da48bab388
|
* Fixed behaviour of the pig while resizing window
|
18 years ago |
Sam Hocevar
|
3018841fe8
|
* Use the import function to load the pig image in cxxtest.
|
18 years ago |
Sam Hocevar
|
9d158c912d
|
* Oops, fixed getChar's prototype.
|
18 years ago |
Sam Hocevar
|
cdd9d822df
|
* Implemented putChar() and updated getChar()'s prototype.
|
18 years ago |
Sam Hocevar
|
8f5b6c1fbd
|
* Don't crash if Blit()'s second canvas argument is NULL (which is valid).
|
18 years ago |
Jean-Yves Lamoureux
|
0c87e5978a
|
* Fixed c++ example
|
18 years ago |
Sam Hocevar
|
67ff5d5b1d
|
* Got rid of cucul_ansi_to_str(), it's really useless.
* Partial update of the C++ bindings.
* Updated documentation.
|
18 years ago |
Sam Hocevar
|
82a2e5cd22
|
* Properly rename cxxtest.cpp to cpptest.cpp to preserve history.
|
18 years ago |
Sam Hocevar
|
91645bfa68
|
* Do not link binaries with @CACA_LIBS@, it's useless.
|
18 years ago |
Sam Hocevar
|
4409d19d24
|
* Fix extra qualification bug in cucul++.h, courtesy of Hanno Böck.
|
18 years ago |
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 years ago |
Jean-Yves Lamoureux
|
63955d927a
|
* Updated C++ bindings
|
18 years ago |
Sam Hocevar
|
aca46d3f39
|
* Added -I${top_srcdir} to the compilation flags to fix builds configured
from an alternate directory (they failed to find common.h).
|
18 years ago |
Jean-Yves Lamoureux
|
5eecd73820
|
* Fixed indentation. I did it myself, I'm a big boy.
|
18 years ago |
Jean-Yves Lamoureux
|
bce66aa628
|
* Updated C++ bindings and renamed directory to more comprehensive cxx
|
18 years ago |