382 Incheckningar (e87056cd1b583e1831bf2762301fa0cf1e94f214)

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