Sam Hocevar
a09f027727
Add the copyright unit test and update copyright information everywhere.
14 vuotta sitten
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
15 vuotta sitten
Jean-Yves Lamoureux
63ec8e0a1c
* Updated C++ bindings with Canvas::fillTriangleTextured()
15 vuotta sitten
Sam Hocevar
d3ef2bbecd
Add caca_export_area_to_memory() to export only a selected part of the
current canvas. This is useful to export dirty rectangles. Accordingly,
add caca_import_area_from_memory() and caca_import_area_from_file().
15 vuotta sitten
Sam Hocevar
fe732d0c04
Continuing the libcucul-libcaca merge.
16 vuotta sitten
Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
16 vuotta sitten
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
33f441b424
* Adapt the C++ bindings to the event API change.
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
Jean-Yves Lamoureux
63955d927a
* Updated C++ bindings
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
Sam Hocevar
a6553bce90
* Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
18 vuotta sitten
Sam Hocevar
a72d5736e0
* Fixed a segfault in the C++ bindings. Vieux porc !
18 vuotta sitten
Sam Hocevar
07feb84e72
* Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
18 vuotta sitten
Sam Hocevar
1ec6544305
* More function mass-renaming: caca_attach -> caca_create_display, etc.
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
Jean-Yves Lamoureux
12b35d02e8
* Fixed compile problem, put Event outside Caca class
18 vuotta sitten
Jean-Yves Lamoureux
fcd735ffc3
* Added license in C++ files.
18 vuotta sitten
Jean-Yves Lamoureux
3b166c5603
* Added preliminary C++ bindings
18 vuotta sitten