381 Ревизии (96d77f7d518b30cbbcee93e28d1da188b26caa3f)

Автор SHA1 Съобщение Дата
  Sam Hocevar 96d77f7d51 * Export cucul_file_t operations in the public header. преди 16 години
  Sam Hocevar 8f832a3b47 * Switch a few unsigned int variables to size_t where appropriate. преди 16 години
  Sam Hocevar ef211b4700 * Make Win32 a special case in cucul_types.h.in: it has intptr_t but none преди 16 години
  Sam Hocevar da68305e2c * Get the project to build in an alternate directory. преди 16 години
  Sam Hocevar 621f107c72 * Documentation fixes (due to renamings, some parameters were no longer преди 16 години
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is преди 16 години
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. преди 16 години
  Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this преди 16 години
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in преди 16 години
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that преди 16 години
  Jean-Yves Lamoureux 4d9b88ff3e * Fixed cucul_set_canvas_boundaries() bug that prevented good size to be applied on the resized canvas преди 16 години
  Jean-Yves Lamoureux a21ac5c0e8 * Oops, bad type (char instead of uint32) after ellipse rendering преди 16 години
  Jean-Yves Lamoureux 73b071c003 * Improved ellipse rendering. Not perfect, but still much better than преди 16 години
  Ben Wiley Sittler e1603937c7 build on Mac OS X again преди 17 години
  Sam Hocevar 9c951cebb2 * Windows build fixes here and there. преди 17 години
  Sam Hocevar b8d3f71ae8 * Fix canvas export for the caca format. We now export all frames. преди 17 години
  Sam Hocevar e895e01ee6 * Disable file operations in kernel mode. преди 17 години
  Sam Hocevar dd6a99a395 * Slight improvement to the Unicode -> ASCII conversion, courtesy of преди 17 години
  Sam Hocevar d06bf76c96 =?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in преди 17 години
  Sam Hocevar 81d6119762 * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). преди 17 години
  Sam Hocevar fd9749db59 * Import io.c from TOIlet directly into libcucul. Can you see where this преди 17 години
  Sam Hocevar ac91d59360 * Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for преди 17 години
  Sam Hocevar cc34dea271 * Use libtool’s -version-number instead of -version-info and its insane преди 17 години
  Sam Hocevar dc159db10c * Changed the box drawing functions so that their arguments are (point, size) преди 17 години
  Sam Hocevar a7debae6f9 * Fix memory leaks that slipped in here and there. We still have 100,000 преди 17 години
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings преди 17 години
  Sam Hocevar 069f4775f0 * Tell doxygen to expand __class and __extern before parsing anything, so преди 17 години
  Sam Hocevar cdebb09b64 * Added MSVC project files for the C++ bindings and the C++ test. преди 17 години
  Sam Hocevar 5321386e24 * Damn, under Visual Studio it's _WIN32, not __WIN32__. преди 17 години
  Sam Hocevar b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and преди 17 години
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid преди 17 години
  Sam Hocevar 7362a612c4 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display преди 17 години
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. преди 17 години
  Sam Hocevar 31cbfb5bea * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent преди 17 години
  Sam Hocevar 52e9f2b13a * Add proper __declspec(dllexport) tags for Win32 compilation. преди 17 години
  Pascal Terjan 64e427f2ed Fix a typo in the doc преди 17 години
  Sam Hocevar dd463f6e7d * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s преди 17 години
  Sam Hocevar a0ea39643e * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). преди 17 години
  Sam Hocevar 9c155f042d * Renamed doxygen sections here and there to avoid embarassing side-effects преди 17 години
  Sam Hocevar 6986b8c64f * Renamed fonts to *.data to make sure they are not mistaken for editable преди 17 години
  Sam Hocevar 7c5430e84c * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). преди 17 години
  Sam Hocevar 49f230f863 * cucul_get_dither_brightness() is no longer a stub. преди 17 години
  Sam Hocevar e28b8cca4d * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no преди 17 години
  Sam Hocevar d0973a09dc * Only use __attribute__((__deprecated__)) with gcc >= 3.x. преди 17 години
  Sam Hocevar 05ae318af0 * Save user attributes when calling cucul_dither_bitmap(). преди 17 години
  Sam Hocevar 38f08d7e72 * Added a few rotation pairs. Nothing awesome. преди 17 години
  Sam Hocevar 95f28cd883 * Improve rotation output by avoiding white-on-black attributes to appear преди 17 години
  Sam Hocevar 91d8c9352b * Allow to rotate canvases with an odd width. преди 17 години
  Sam Hocevar 4e6ef71aed * More widechar rotations. \/ > /\ < is cool. преди 17 години
  Sam Hocevar 2224430ec1 * Reset cursor position after a resize. Not sure it’s what I want. преди 17 години