65 Commits (9506e1f3848df4a874a8332dd5546baf2a0d9cc1)

Autor SHA1 Nachricht Datum
  Sam Hocevar d761415833 Convert stuff to Visual Studio 2010. It has <stdint.h>! vor 14 Jahren
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. vor 15 Jahren
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. vor 15 Jahren
  Sam Hocevar 2a4cccbf34 Clean up .gitignore and documentation build rules. vor 15 Jahren
  Sam Hocevar 0f7722b05a Fix the libcucul symlink installation when /bin/sh points to bash or any vor 15 Jahren
  Sam Hocevar bf3d41309c Update source checking test and remove CRLF crap from makefiles. vor 15 Jahren
  Jean-Yves Lamoureux 63ec8e0a1c * Updated C++ bindings with Canvas::fillTriangleTextured() vor 15 Jahren
  Sam Hocevar 33d2bc2092 Update the Win32 and Win64 ports. vor 15 Jahren
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the vor 15 Jahren
  Sam Hocevar 95811ced2d Manually fix Visual Studio files so that builds do not spew vor 15 Jahren
  Sam Hocevar 1fe07f325e Fixed libcaca and the Visual Studio solution so that it works vor 15 Jahren
  Sam Hocevar b17bb5f7e6 Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to vor 15 Jahren
  Sam Hocevar 55d5e56691 Create a libcucul.la symlink for distributions such as Gentoo which may vor 16 Jahren
  Sam Hocevar d8db634083 Do not attempt to create libcaca++ symlinks if C++ support was disabled. vor 16 Jahren
  Sam Hocevar 94a0232701 Remove executable bit from files that do not need it. vor 16 Jahren
  Sam Hocevar e8f04805fd Renamed msvc into win32. vor 16 Jahren
  Sam Hocevar f3c3eac054 Reorganise MSVC files so that each project is with its source code. vor 16 Jahren
  Sam Hocevar ebabc96cea Fix for the libcucul symlinks installation, courtesy of Ben Wiley Sittler. vor 16 Jahren
  Sam Hocevar 9424863c81 Support for platforms where shared libraries are not called *.so. vor 16 Jahren
  Sam Hocevar 02e29b8cdc End of the libcucul merge: add symbolic links where appropriate. vor 16 Jahren
  Sam Hocevar 00961e6088 caca, cxx: install symlinks for backwards compatibility with libcucul. vor 16 Jahren
  Sam Hocevar 4cda200b03 Continuing the libcucul-libcaca merge. vor 16 Jahren
  Sam Hocevar fe732d0c04 Continuing the libcucul-libcaca merge. vor 16 Jahren
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the vor 16 Jahren
  Sam Hocevar 44ee29287d * Fix C++ library linking. vor 16 Jahren
  Sam Hocevar 211d0707f9 * Only install the C++ .pc files if C++ support was activated. vor 16 Jahren
  Sam Hocevar 1e40acee37 * Install cucul++.pc and caca++.pc in the pkg-config directory. vor 16 Jahren
  Jean-Yves Lamoureux e9dd9ce036 * Changed Cucul::Rotate() to Cucul::Rotate180() and Cucul::RotateLeft() and Cucul::RotateRight() vor 16 Jahren
  Sam Hocevar 8f832a3b47 * Switch a few unsigned int variables to size_t where appropriate. vor 16 Jahren
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. vor 16 Jahren
  Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this vor 16 Jahren
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that vor 16 Jahren
  Sam Hocevar 9c951cebb2 * Windows build fixes here and there. vor 17 Jahren
  Sam Hocevar db166f5ec0 * Add #include <cstring> to fix gcc-4.3 build. vor 17 Jahren
  Sam Hocevar cc34dea271 * Use libtool’s -version-number instead of -version-info and its insane vor 17 Jahren
  Sam Hocevar a7debae6f9 * Fix memory leaks that slipped in here and there. We still have 100,000 vor 17 Jahren
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings vor 17 Jahren
  Sam Hocevar 069f4775f0 * Tell doxygen to expand __class and __extern before parsing anything, so vor 17 Jahren
  Sam Hocevar cdebb09b64 * Added MSVC project files for the C++ bindings and the C++ test. vor 17 Jahren
  Sam Hocevar 33f441b424 * Adapt the C++ bindings to the event API change. vor 17 Jahren
  Sam Hocevar 38c75c1bab * Make Charset class methods explicitly public. vor 17 Jahren
  Sam Hocevar 94c42350dd * Link libcaca++ with libcucul++, not only the C versions. vor 17 Jahren
  Sam Hocevar 1f1ac04df3 * Update C++ bindings after cucul_set_dither_mode() deprecation. vor 17 Jahren
  Sam Hocevar 1bcf95b212 * Removed calls to now deprecated cucul_set_dither_invert(). vor 17 Jahren
  Sam Hocevar 85f2b01bf7 * Added .gitignore files in addition to svn:ignore properties. vor 17 Jahren
  Sam Hocevar 7d12db87b7 * Replaced deprecated cucul_rotate() call with cucul_rotate_180(). vor 17 Jahren
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. vor 18 Jahren
  Sam Hocevar 33058757da * Add a no warranty clause to the code. vor 18 Jahren
  Sam Hocevar 54d459067a * Implemented cucul_get_frame_name() and cucul_set_frame_name(). vor 18 Jahren
  Sam Hocevar 243ca40d7d * Updated C++ bindings so that they build, at least. vor 18 Jahren