16 Révisions (75fd8cd06f1416bc85be329a320820f82f6383ed)

Auteur SHA1 Message Date
  Sam Hocevar cd61fce90e build: ship a weak symbol for vsnprintf, too, because our weak symbol for il y a 12 ans
  Sam Hocevar 02bb261647 win32: define a custom sprintf_s() weak symbol. The VS2010 runtime does not il y a 12 ans
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. il y a 15 ans
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. il y a 15 ans
  Sam Hocevar 231c33acce Fix an alignment issue in caca_get_canvas_chars() and caca_get_canvas_attrs(). il y a 15 ans
  Sam Hocevar f5598e7b4f I forgot to initialise dirty_disabled in the canvas constructor. il y a 15 ans
  Sam Hocevar 5269cad56c Allow to temporarily disable dirty rectangle handling. This allows for huge il y a 15 ans
  Sam Hocevar 10719139e6 Store dirty rectangles in a structure list. For now there is still only il y a 15 ans
  Sam Hocevar ea99175a2f Change the dirty rectangle API once again so that calling applications get il y a 15 ans
  Sam Hocevar dd48fb62b3 Optimise the dirty rectangle handling by keeping track of the number of il y a 15 ans
  Sam Hocevar a6b98c2518 Change the dirty rectangle API so that it can handle several rectangles. The il y a 15 ans
  Sam Hocevar 3b3bf0160d Fix a few dirty rectangle bugs found with the unit tests. Let that be a il y a 15 ans
  Sam Hocevar 3a6f4323ec Finish the dirty rectangle architecture. They are now reliable in the sense il y a 15 ans
  Sam Hocevar a94a7e912c Set up the architecture for dirty rectangles. il y a 15 ans
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility il y a 16 ans
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the il y a 16 ans
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is il y a 16 ans
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in il y a 16 ans
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that il y a 16 ans
  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 a7debae6f9 * Fix memory leaks that slipped in here and there. We still have 100,000 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 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 31cbfb5bea * Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent il y a 17 ans
  Sam Hocevar 2224430ec1 * Reset cursor position after a resize. Not sure it’s what I want. 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 77bed4f704 * Got rid of that ugly cv->import member. il y a 18 ans
  Sam Hocevar 4f4f887080 * Improved vt220 import by adding a persistent context to canvases. 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 46b84c8c02 * Fix a bug in cucul_set_canvas_size() that caused the default attribute il y a 18 ans
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. il y a 18 ans
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. il y a 18 ans
  Sam Hocevar 9fb85b253c * Prepare the way for per-frame width/height information. il y a 18 ans
  Sam Hocevar 39553873fd * Fix minor uninitialised data bug in cucul_canvas_create(). il y a 18 ans
  Sam Hocevar fae8b54e54 * Allow to resize canvases back to (0,0). il y a 18 ans
  Sam Hocevar d549d07c0a * Got rid of very old _cucul_init_dither() function call. il y a 18 ans
  Sam Hocevar 894924603d * Fix the default canvas colour value. 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 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the 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 e03e1d62da * Allow to create the initial canvas with a zero size. Either the application il y a 18 ans
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few il y a 18 ans
  Sam Hocevar e366c39223 * Fix minor memory leak in cucul_free_canvas(). il y a 18 ans
  Sam Hocevar 6bae0e64cc * Initialise colours to default/transparent instead of lightgray/black. il y a 18 ans
  Sam Hocevar be77a0e2ea * When resizing a canvas, use the current fg/bg colours to fill holes. il y a 18 ans