Sam Hocevar
cdebb09b64
* Added MSVC project files for the C++ bindings and the C++ test.
hace 17 años
Sam Hocevar
acd7fd5401
* Distribute all MSVC files.
hace 17 años
Sam Hocevar
f0aeb69301
* Added the various C# projects to the Visual Studio solution and slightly
fixed the bindings so that they now work with the Microsoft CLR.
hace 17 años
Sam Hocevar
7362a612c4
* Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display
drivers no longer need to access the cv->refcount private member
and __cucul_set_canvas_size() is no longer needed.
hace 17 años
Sam Hocevar
095a3d1c5f
* Ignore annoying VC++ warnings (use of strdup instead of _strdup even in
C mode, "benign redefinition" of macros...).
hace 17 años
Sam Hocevar
31cbfb5bea
* Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent
collisions due to symbol mangling.
hace 17 años
Sam Hocevar
52e9f2b13a
* Add proper __declspec(dllexport) tags for Win32 compilation.
* Manually export private libcaca symbols.
hace 17 años
Sam Hocevar
8a68e0ce41
* Updated Visual Studio files.
hace 17 años
Sam Hocevar
7fd6d45554
* Split libcaca.vcproj into \1 and libcucul.vcproj.
hace 17 años
Jean-Yves Lamoureux
408b8757eb
* Updated MSVC++ project (static library and src/*)
hace 18 años
Sam Hocevar
480b8a916b
* Removed cacademo from examples, manpages and distributions. It's useless.
hace 19 años
Sam Hocevar
e80006de20
* configure.ac src/graphics:
+ Check for resize_term and resizeterm in -lncurses.
hace 21 años
Sam Hocevar
cb227abc0c
* 0.9 release.
hace 21 años
Sam Hocevar
746b653899
* 0.8 release.
hace 21 años
Sam Hocevar
7d22f724d8
* src/graphics.c:
+ Resize handling in the ncurses and slang drivers.
hace 21 años
Sam Hocevar
1257f58fbb
* configure.ac:
+ Check for sys/times.h and unistd.h.
+ Added calls to AC_C_CONST and AC_C_INLINE.
* src/time.c src/graphics.c:
+ Fixes for MSVC compilation warnings.
+ Additional sanity checks in the Win32 driver.
* src/caca.c:
+ Use raw()/noraw() in the curses driver instead of cbreak().
* msvc/libcaca.sln:
+ Added an MSVC solution.
* examples/aafire.c:
+ Slightly reduced the maximum cacafire framerate.
hace 21 años