381 Révisions (96d77f7d518b30cbbcee93e28d1da188b26caa3f)

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