118 Revize (e87056cd1b583e1831bf2762301fa0cf1e94f214)

Autor SHA1 Zpráva Datum
  Sam Hocevar e87056cd1b * Implement cucul_file_tell(). před 16 roky
  Sam Hocevar 96d77f7d51 * Export cucul_file_t operations in the public header. před 16 roky
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is před 16 roky
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. před 16 roky
  Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this před 16 roky
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in před 16 roky
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that před 16 roky
  Sam Hocevar d06bf76c96 =?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in před 17 roky
  Sam Hocevar 81d6119762 * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). před 17 roky
  Sam Hocevar fd9749db59 * Import io.c from TOIlet directly into libcucul. Can you see where this před 17 roky
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings před 17 roky
  Sam Hocevar 069f4775f0 * Tell doxygen to expand __class and __extern before parsing anything, so před 17 roky
  Sam Hocevar cdebb09b64 * Added MSVC project files for the C++ bindings and the C++ test. před 17 roky
  Sam Hocevar 5321386e24 * Damn, under Visual Studio it's _WIN32, not __WIN32__. před 17 roky
  Sam Hocevar b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and před 17 roky
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid před 17 roky
  Sam Hocevar 7362a612c4 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display před 17 roky
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. před 17 roky
  Sam Hocevar 52e9f2b13a * Add proper __declspec(dllexport) tags for Win32 compilation. před 17 roky
  Sam Hocevar dd463f6e7d * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s před 17 roky
  Sam Hocevar a0ea39643e * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). před 17 roky
  Sam Hocevar 9c155f042d * Renamed doxygen sections here and there to avoid embarassing side-effects před 17 roky
  Sam Hocevar 7c5430e84c * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). před 17 roky
  Sam Hocevar e28b8cca4d * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no před 17 roky
  Sam Hocevar d0973a09dc * Only use __attribute__((__deprecated__)) with gcc >= 3.x. před 17 roky
  Sam Hocevar 7373e6b18c * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to před 17 roky
  Sam Hocevar 6982b8e426 * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They před 17 roky
  Sam Hocevar f338951be9 * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. před 17 roky
  Sam Hocevar 803099a14f * Implemented cucul_left() and cucul_right() for 90-degree rotations. před 17 roky
  Sam Hocevar a6a1783b88 * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. před 17 roky
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. před 18 roky
  Sam Hocevar 33058757da * Add a no warranty clause to the code. před 18 roky
  Sam Hocevar 54d459067a * Implemented cucul_get_frame_name() and cucul_set_frame_name(). před 18 roky
  Sam Hocevar 5b08e789e4 * Re-added cucul_getchar() to the legacy functions. Debian's current version před 18 roky
  Sam Hocevar 40aa3b7933 * Documentation updates. Moved the canvas and font format definitions to před 18 roky
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. před 18 roky
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. před 18 roky
  Sam Hocevar 8c43b304c9 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() před 18 roky
  Sam Hocevar c5a94eee07 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). před 18 roky
  Sam Hocevar 88facd894c * Switch back to UTF-32 arguments for drawing primitives, now that we před 18 roky
  Sam Hocevar 1b491f11a9 * Implemented cucul_draw_cp437_box(). před 18 roky
  Sam Hocevar 819dab40e7 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. před 18 roky
  Sam Hocevar 1cb8d02560 * Set the cucul_import_memory() buffer type to void const * instead of před 18 roky
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a před 18 roky
  Sam Hocevar e3b2d76bd6 * Renamed cucul_import() to cucul_import_memory() and implemented před 18 roky
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. před 18 roky
  Sam Hocevar c6de6df5f7 * Remove legacy cucul_ansi_to_str() from cucul.h. před 18 roky
  Sam Hocevar 67ff5d5b1d * Got rid of cucul_ansi_to_str(), it's really useless. před 18 roky
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored před 18 roky
  Sam Hocevar c3bcb0052e * Add back cucul_set_color() and cucul_set_truecolor() but mark them as před 18 roky