11 次代码提交 (a7355c49cf6c98263bb33db988d30aa562a7dc26)

作者 SHA1 备注 提交日期
  Sam Hocevar f1267fbd3c Fix copyright headers so that the testsuite passes again. 6 年前
  Sam Hocevar 5f0ec215f8 Remove legacy code from 10 years ago. 6 年前
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. 12 年前
  Sam Hocevar a09f027727 Add the copyright unit test and update copyright information everywhere. 15 年前
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. 15 年前
  Sam Hocevar 5269cad56c Allow to temporarily disable dirty rectangle handling. This allows for huge 15 年前
  Sam Hocevar ea99175a2f Change the dirty rectangle API once again so that calling applications get 15 年前
  Sam Hocevar a6b98c2518 Change the dirty rectangle API so that it can handle several rectangles. The 15 年前
  Sam Hocevar 3a6f4323ec Finish the dirty rectangle architecture. They are now reliable in the sense 15 年前
  Sam Hocevar 319cc69db3 Continue the libcaca/libcucul merge. Source and binary compatibility 16 年前
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the 16 年前
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is 16 年前
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 16 年前
  Sam Hocevar 2149829bdf * Added as many "const" qualifiers as possible to the public API. 17 年前
  Sam Hocevar 9597783308 * Bwarf, typo in the no warranty clause. 18 年前
  Sam Hocevar 33058757da * Add a no warranty clause to the code. 18 年前
  Sam Hocevar 77bed4f704 * Got rid of that ugly cv->import member. 18 年前
  Sam Hocevar 4f4f887080 * Improved vt220 import by adding a persistent context to canvases. 18 年前
  Sam Hocevar b1bf22a593 * Minor documentation fix. 18 年前
  Sam Hocevar 54d459067a * Implemented cucul_get_frame_name() and cucul_set_frame_name(). 18 年前
  Sam Hocevar 46b84c8c02 * Fix a bug in cucul_set_canvas_size() that caused the default attribute 18 年前
  Sam Hocevar 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. 18 年前
  Sam Hocevar 40aa3b7933 * Documentation updates. Moved the canvas and font format definitions to 18 年前
  Sam Hocevar f61bed2bdb * Add cursor and handle support to canvases. Unused yet. 18 年前
  Sam Hocevar 21bfa6210d * Cosmetic code and documentation changes here and there. 18 年前
  Sam Hocevar 042635640c * Rename sprite.c into frame.c. 18 年前
  Sam Hocevar 9fb85b253c * Prepare the way for per-frame width/height information. 18 年前
  Sam Hocevar 0b37a307dd * Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the 18 年前
  Sam Hocevar aa93ad25f6 * Remove cucul_set_color() from the exported API and replaced all calls 18 年前
  Sam Hocevar 86301dd48c * Use the LSB of alpha and blue components to encode additional flags such 18 年前
  Sam Hocevar 26c3ea1aa4 * Removed "This function..." constructs from documentation. Fixed a few 18 年前
  Sam Hocevar 0a53a92195 * Completed return value and errno handling in libcucul API. 18 年前
  Sam Hocevar 5cb4d4dedf * Removed duplicate uint*_t defines from *_internal.h and included common.h 18 年前
  Sam Hocevar 9a65579cf6 * Support for multiple frames in canvases. 18 年前
  Sam Hocevar 687a2c43f6 * Renamed caca_t into caca_display_t. 18 年前
  Sam Hocevar 246c5b4d67 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. 18 年前
  Sam Hocevar 17c065a49e * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs 18 年前
  Sam Hocevar 2c5ccb65e6 * Improved documentation in many places. 18 年前
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to 18 年前
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not 18 年前
  Sam Hocevar 7be0932b8f ((`)_.._ ,'-. _..._ _._ 18 年前
  Sam Hocevar 77f995023d * Slightly changed header comments. 18 年前
  Sam Hocevar dcaccc744c * Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite. 18 年前
  Sam Hocevar 15ac34a918 * Added glue code to compile libcaca without a libc and build applications 19 年前
  Sam Hocevar 70d96c811b * Polished the driver split a bit (still no events, except resize events), 19 年前
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. 19 年前
  Sam Hocevar 6d99c79d26 * All output plugins should now work again. 19 年前
  Sam Hocevar 4c72df99aa A new low-level text management library (canvas for ultrafast compositing 19 年前
  Sam Hocevar 707f10de81 * Changed the licensing to WTFPL, as per all copyright holders' permission. 19 年前
  Sam Hocevar 20cc8d8d4c * libcaca.spec debian/control: 21 年前