99 Commity (061ca415b08bbbf53f266b79e900c9f7ffead15b)

Autor SHA1 Wiadomość Data
  Sam Hocevar dd463f6e7d * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s 17 lat temu
  Sam Hocevar a0ea39643e * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). 17 lat temu
  Sam Hocevar 9c155f042d * Renamed doxygen sections here and there to avoid embarassing side-effects 17 lat temu
  Sam Hocevar 7c5430e84c * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). 17 lat temu
  Sam Hocevar e28b8cca4d * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no 17 lat temu
  Sam Hocevar d0973a09dc * Only use __attribute__((__deprecated__)) with gcc >= 3.x. 17 lat temu
  Sam Hocevar 7373e6b18c * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to 17 lat temu
  Sam Hocevar 6982b8e426 * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They 17 lat temu
  Sam Hocevar f338951be9 * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. 17 lat temu
  Sam Hocevar 803099a14f * Implemented cucul_left() and cucul_right() for 90-degree rotations. 17 lat temu
  Sam Hocevar a6a1783b88 * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. 17 lat temu
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. 18 lat temu
  Sam Hocevar 33058757da * Add a no warranty clause to the code. 18 lat temu
  Sam Hocevar 54d459067a * Implemented cucul_get_frame_name() and cucul_set_frame_name(). 18 lat temu
  Sam Hocevar 5b08e789e4 * Re-added cucul_getchar() to the legacy functions. Debian's current version 18 lat temu
  Sam Hocevar 40aa3b7933 * Documentation updates. Moved the canvas and font format definitions to 18 lat temu
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. 18 lat temu
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. 18 lat temu
  Sam Hocevar 8c43b304c9 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() 18 lat temu
  Sam Hocevar c5a94eee07 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). 18 lat temu
  Sam Hocevar 88facd894c * Switch back to UTF-32 arguments for drawing primitives, now that we 18 lat temu
  Sam Hocevar 1b491f11a9 * Implemented cucul_draw_cp437_box(). 18 lat temu
  Sam Hocevar 819dab40e7 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. 18 lat temu
  Sam Hocevar 1cb8d02560 * Set the cucul_import_memory() buffer type to void const * instead of 18 lat temu
  Sam Hocevar 391bc8b493 * Renamed cucul_export() to cucul_export_memory(), paves the way for a 18 lat temu
  Sam Hocevar e3b2d76bd6 * Renamed cucul_import() to cucul_import_memory() and implemented 18 lat temu
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. 18 lat temu
  Sam Hocevar c6de6df5f7 * Remove legacy cucul_ansi_to_str() from cucul.h. 18 lat temu
  Sam Hocevar 67ff5d5b1d * Got rid of cucul_ansi_to_str(), it's really useless. 18 lat temu
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored 18 lat temu
  Sam Hocevar c3bcb0052e * Add back cucul_set_color() and cucul_set_truecolor() but mark them as 18 lat temu
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the 18 lat temu
  Sam Hocevar aa93ad25f6 * Remove cucul_set_color() from the exported API and replaced all calls 18 lat temu
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such 18 lat temu
  Sam Hocevar 4711611e3f * Support for fullwidth glyphs in the libcaca output drivers. 18 lat temu
  Sam Hocevar 86dedb814e * Implemented cucul_utf32_is_fullwidth(). 18 lat temu
  Sam Hocevar 81760312af * Implemented cucul_get_color(). 18 lat temu
  Sam Hocevar 1ba0587622 * Implement cucul_set_canvas_boundaries() for cropping and expanding. 18 lat temu
  Sam Hocevar f13f15d2f1 * Implemented cucul_getchar(). Useful because you don’t necessarily know 18 lat temu
  Sam Hocevar 9044384d02 * Got rid of cucul_render_glyph(). Ahahahaha. 18 lat temu
  Sam Hocevar 87cd66a5fd * Implemented cucul_get_font_blocks() to export the list of available glyphs. 18 lat temu
  Sam Hocevar 7165793ff9 * Fixed cucul_render_glyph(). There is no way this could have ever possibly 18 lat temu
  Jean-Yves Lamoureux 280132493f * OpenGL builtin font support 18 lat temu
  Sam Hocevar 58f3935f0f * Have cucul_utf8_to_utf32 write how many bytes it read. 18 lat temu
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. 18 lat temu
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned 18 lat temu
  Sam Hocevar d6e4744861 * Changed the cucul_create_dither() prototype to make sure the mask 18 lat temu
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. 18 lat temu
  Sam Hocevar 38c4a8b608 * Implemented cucul_load_file() and cucul_load_memory() to load respectively 18 lat temu
  Sam Hocevar 235504d81a * More error checking in libcucul. 18 lat temu