359 Commits (6c093b6217907d65020ace660563ba3a1c6b4b67)

Author SHA1 Message Date
  Sam Hocevar cc34dea271 * Use libtool’s -version-number instead of -version-info and its insane 17 years ago
  Sam Hocevar dc159db10c * Changed the box drawing functions so that their arguments are (point, size) 17 years ago
  Sam Hocevar a7debae6f9 * Fix memory leaks that slipped in here and there. We still have 100,000 17 years ago
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings 17 years ago
  Sam Hocevar 069f4775f0 * Tell doxygen to expand __class and __extern before parsing anything, so 17 years ago
  Sam Hocevar cdebb09b64 * Added MSVC project files for the C++ bindings and the C++ test. 17 years ago
  Sam Hocevar 5321386e24 * Damn, under Visual Studio it's _WIN32, not __WIN32__. 17 years ago
  Sam Hocevar b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and 17 years ago
  Sam Hocevar 07b9891afa * Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid 17 years ago
  Sam Hocevar 7362a612c4 * Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display 17 years ago
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. 17 years ago
  Sam Hocevar 31cbfb5bea * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent 17 years ago
  Sam Hocevar 52e9f2b13a * Add proper __declspec(dllexport) tags for Win32 compilation. 17 years ago
  Pascal Terjan 64e427f2ed Fix a typo in the doc 17 years ago
  Sam Hocevar dd463f6e7d * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s 17 years ago
  Sam Hocevar a0ea39643e * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). 17 years ago
  Sam Hocevar 9c155f042d * Renamed doxygen sections here and there to avoid embarassing side-effects 17 years ago
  Sam Hocevar 6986b8c64f * Renamed fonts to *.data to make sure they are not mistaken for editable 17 years ago
  Sam Hocevar 7c5430e84c * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). 17 years ago
  Sam Hocevar 49f230f863 * cucul_get_dither_brightness() is no longer a stub. 17 years ago
  Sam Hocevar e28b8cca4d * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no 17 years ago
  Sam Hocevar d0973a09dc * Only use __attribute__((__deprecated__)) with gcc >= 3.x. 17 years ago
  Sam Hocevar 05ae318af0 * Save user attributes when calling cucul_dither_bitmap(). 17 years ago
  Sam Hocevar 38f08d7e72 * Added a few rotation pairs. Nothing awesome. 17 years ago
  Sam Hocevar 95f28cd883 * Improve rotation output by avoiding white-on-black attributes to appear 17 years ago
  Sam Hocevar 91d8c9352b * Allow to rotate canvases with an odd width. 17 years ago
  Sam Hocevar 4e6ef71aed * More widechar rotations. \/ > /\ < is cool. 17 years ago
  Sam Hocevar 2224430ec1 * Reset cursor position after a resize. Not sure it’s what I want. 17 years ago
  Sam Hocevar de9ba793a7 * More widechar rotation pairs. 17 years ago
  Sam Hocevar 7373e6b18c * Renamed cucul_rotate_*_wide to cucul_rotate_* and cucul_rotate_* to 17 years ago
  Sam Hocevar 64e11f119b * More characters for the wide rotations. 17 years ago
  Sam Hocevar a936f95c75 * Use j/ḷ and l/ȷ pairs in glyph rotation. 17 years ago
  Sam Hocevar 6982b8e426 * Implemented cucul_rotate_left_wide() and cucul_rotate_right_wide(). They 17 years ago
  Sam Hocevar f338951be9 * Renamed cucul_left/cucul_right into cucul_rotate_left/cucul_rotate_right. 17 years ago
  Sam Hocevar 803099a14f * Implemented cucul_left() and cucul_right() for 90-degree rotations. 17 years ago
  Sam Hocevar ee60c3086e * Handle multiframe canvases in the caca importer, courtesy of Ben Wiley 17 years ago
  Sam Hocevar 17109d0964 * Added more box glyphs to the canvas transformations, courtesy of Ben Wiley 17 years ago
  Sam Hocevar a6a1783b88 * Implemented cucul_utf32_to_ascii() using code from Ben Wiley Sittler. 17 years ago
  Sam Hocevar 75f84cedfa * Updated internal fonts to match tools/makefont.c. 17 years ago
  Sam Hocevar 66fb91bec2 * The transformation rules didn’t have ⅃ ⅄ ⅂. 18 years ago
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. 18 years ago
  Sam Hocevar 33058757da * Add a no warranty clause to the code. 18 years ago
  Sam Hocevar 77bed4f704 * Got rid of that ugly cv->import member. 18 years ago
  Sam Hocevar f1f00897c5 * Fix shadowing declarations. 18 years ago
  Sam Hocevar 4f4f887080 * Improved vt220 import by adding a persistent context to canvases. 18 years ago
  Sam Hocevar 1756bdf30d * Improved ANSI importer so that it supports a lot more of what is needed 18 years ago
  Sam Hocevar 55765045c8 * Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters. 18 years ago
  Sam Hocevar a17cf905f2 * Added some box drawing glyphs that are used by TOIlet's future.tlf font 18 years ago
  Sam Hocevar b1bf22a593 * Minor documentation fix. 18 years ago
  Sam Hocevar 1cdaa755ae * Documented flip/flop/rotate as being involutive. 18 years ago