18 Commits (7b4b48187e5a62a2d3a8e3390c68682256d1d9e6)

Autor SHA1 Mensaje Fecha
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. hace 15 años
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. hace 15 años
  Sam Hocevar 81f9abd203 Document file functions and fix a few issues here and there. hace 15 años
  Sam Hocevar 823b59a7fa Make caca_printf(), caca_vprintf() and caca_put_str() return the number of hace 15 años
  Sam Hocevar 1f5518f842 Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and hace 15 años
  Sam Hocevar 4648ab11aa Implement caca_vprintf() to allow third-party variadic functions to call us. hace 15 años
  Sam Hocevar 5269cad56c Allow to temporarily disable dirty rectangle handling. This allows for huge hace 15 años
  Sam Hocevar 4f7081153e Do not add a dirty rectangle at the cursor's position. It's up to the hace 15 años
  Pascal Terjan 4bd79baf96 * Add dirty rectangles when moving cursor hace 15 años
  Pascal Terjan 1f79729288 * When blitting, only add dirty rectangles on changed hace 15 años
  Sam Hocevar 99a266a83b Fix caca_get_char() documentation, courtesy of Romain Bignon. hace 15 años
  Sam Hocevar 162613b630 caca_put_char(): only add a dirty rectangle if the paster character is hace 15 años
  Sam Hocevar ea99175a2f Change the dirty rectangle API once again so that calling applications get hace 15 años
  Sam Hocevar a6b98c2518 Change the dirty rectangle API so that it can handle several rectangles. The hace 15 años
  Sam Hocevar 3b3bf0160d Fix a few dirty rectangle bugs found with the unit tests. Let that be a hace 15 años
  Sam Hocevar 3a6f4323ec Finish the dirty rectangle architecture. They are now reliable in the sense hace 15 años
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility hace 16 años
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the hace 16 años
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is hace 16 años
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. hace 16 años
  Sam Hocevar 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this hace 16 años
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that hace 16 años
  Jean-Yves Lamoureux 4d9b88ff3e * Fixed cucul_set_canvas_boundaries() bug that prevented good size to be applied on the resized canvas hace 16 años
  Sam Hocevar 81d6119762 * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). hace 17 años
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. hace 17 años
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. hace 18 años
  Sam Hocevar 33058757da * Add a no warranty clause to the code. hace 18 años
  Sam Hocevar f1f00897c5 * Fix shadowing declarations. hace 18 años
  Sam Hocevar 54d459067a * Implemented cucul_get_frame_name() and cucul_set_frame_name(). hace 18 años
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. hace 18 años
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. hace 18 años
  Sam Hocevar 8c5342b263 * Made cucul_blit() handle-aware. Added a blit test for that. hace 18 años
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. hace 18 años
  Sam Hocevar 21bfa6210d * Cosmetic code and documentation changes here and there. hace 18 años
  Sam Hocevar 9fb85b253c * Prepare the way for per-frame width/height information. hace 18 años
  Sam Hocevar 44c286272c * Minor documentation fixes. hace 18 años
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such hace 18 años
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few hace 18 años
  Sam Hocevar 806f748059 * Made cucul_blit(), and therefore cucul_set_canvas_boundaries(), support hace 18 años
  Sam Hocevar df13e2a2e1 * Updated documentation of fullwidth-aware functions. hace 18 años
  Sam Hocevar 4711611e3f * Support for fullwidth glyphs in the libcaca output drivers. hace 18 años
  Sam Hocevar b45eea0b39 * Support for fullwidth (= double width) Unicode characters. hace 18 años
  Sam Hocevar 5810f430d7 * Fix minor memory leak in cucul_set_canvas_boundaries(). hace 18 años
  Sam Hocevar 5ee52bfd42 * Fixed a bug in cucul_putchar() that broke half of the Unicode set. hace 18 años
  Sam Hocevar 14e83acc9d * Fixed chcul_getchar's error behaviour. hace 18 años
  Sam Hocevar 1ba0587622 * Implement cucul_set_canvas_boundaries() for cropping and expanding. hace 18 años
  Sam Hocevar f13f15d2f1 * Implemented cucul_getchar(). Useful because you don’t necessarily know hace 18 años
  Sam Hocevar a1deddf2a6 * Fixed an out of bounds bug in cucul_blit(). hace 18 años
  Sam Hocevar 58f3935f0f * Have cucul_utf8_to_utf32 write how many bytes it read. hace 18 años
  Sam Hocevar 9137c0a059 * Export the UTF-8 / UTF-32 / CP437 character conversions to applications. hace 18 años