111 Révisions (5b2b3e27db9a2c0791764c782b708e965d9f2470)

Auteur SHA1 Message Date
  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 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 52e9f2b13a * Add proper __declspec(dllexport) tags for Win32 compilation. 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 7c5430e84c * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). 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 7373e6b18c * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to il y a 17 ans
  Sam Hocevar 6982b8e426 * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They il y a 17 ans
  Sam Hocevar f338951be9 * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. il y a 17 ans
  Sam Hocevar 803099a14f * Implemented cucul_left() and cucul_right() for 90-degree rotations. il y a 17 ans
  Sam Hocevar a6a1783b88 * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. il y a 17 ans
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. il y a 18 ans
  Sam Hocevar 33058757da * Add a no warranty clause to the code. il y a 18 ans
  Sam Hocevar 54d459067a * Implemented cucul_get_frame_name() and cucul_set_frame_name(). il y a 18 ans
  Sam Hocevar 5b08e789e4 * Re-added cucul_getchar() to the legacy functions. Debian's current version il y a 18 ans
  Sam Hocevar 40aa3b7933 * Documentation updates. Moved the canvas and font format definitions to il y a 18 ans
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. il y a 18 ans
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. il y a 18 ans
  Sam Hocevar 8c43b304c9 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() il y a 18 ans
  Sam Hocevar c5a94eee07 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). il y a 18 ans
  Sam Hocevar 88facd894c * Switch back to UTF-32 arguments for drawing primitives, now that we il y a 18 ans
  Sam Hocevar 1b491f11a9 * Implemented cucul_draw_cp437_box(). il y a 18 ans
  Sam Hocevar 819dab40e7 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. il y a 18 ans
  Sam Hocevar 1cb8d02560 * Set the cucul_import_memory() buffer type to void const * instead of il y a 18 ans
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a il y a 18 ans
  Sam Hocevar e3b2d76bd6 * Renamed cucul_import() to cucul_import_memory() and implemented il y a 18 ans
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. il y a 18 ans
  Sam Hocevar c6de6df5f7 * Remove legacy cucul_ansi_to_str() from cucul.h. il y a 18 ans
  Sam Hocevar 67ff5d5b1d * Got rid of cucul_ansi_to_str(), it's really useless. il y a 18 ans
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored il y a 18 ans
  Sam Hocevar c3bcb0052e * Add back cucul_set_color() and cucul_set_truecolor() but mark them as il y a 18 ans
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the il y a 18 ans
  Sam Hocevar aa93ad25f6 * Remove cucul_set_color() from the exported API and replaced all calls il y a 18 ans
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such il y a 18 ans
  Sam Hocevar 4711611e3f * Support for fullwidth glyphs in the libcaca output drivers. il y a 18 ans
  Sam Hocevar 86dedb814e * Implemented cucul_utf32_is_fullwidth(). il y a 18 ans
  Sam Hocevar 81760312af * Implemented cucul_get_color(). il y a 18 ans
  Sam Hocevar 1ba0587622 * Implement cucul_set_canvas_boundaries() for cropping and expanding. il y a 18 ans