9 次代码提交 (65f76ab682b7c42ec62aca1da4b3996db272398e)

作者 SHA1 备注 提交日期
  Sam Hocevar 2353ad9215 * Minor documentation improvements. 18 年前
  Sam Hocevar 0deb4abc25 * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are 18 年前
  Sam Hocevar e3f0d6c57d * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random 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 5193172468 * Renamed bitmap.c into dither.c. 18 年前
  Sam Hocevar 58ff9ea1f5 * Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux. 18 年前
  Sam Hocevar 988f2f4e92 * Replaced enum cucul_color with unsigned int. The size of an enum is not 18 年前
  Sam Hocevar 273371c6b1 * Fixed a syntax error. Gruik. 18 年前
  Sam Hocevar e8ae71156d * Changed the cucul_set_bitmap_antialias() argument to a string. 18 年前
  Sam Hocevar 7f5fb19a39 * Set the default dithering mode to Floyd-Steinberg. 18 年前
  Sam Hocevar cfadd8b64d * Removed CUCUL_BACKGROUND, CUCUL_ANTIALIASING and CUCUL_DITHERING 18 年前
  Jean-Yves Lamoureux 604852e3ba * Ok, invert works. OK OK SAM THAT WAS MY FAULT 18 年前
  Jean-Yves Lamoureux f53bc3937a * Added bitmap invert routine. It doesn't work well, so don't use it right now. Sam is working hard to correct the strange behaviour. 18 年前
  Sam Hocevar 77f995023d * Slightly changed header comments. 18 年前
  Sam Hocevar 36886a339e * Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed. 18 年前
  Sam Hocevar 5fff7db514 * Use ln(x) = 2 * (t + t^3/3 + t^5/5 + ...) with t = (x-1)/(x+1). 18 年前
  Sam Hocevar b662acdd4e * Added optional support for CP437 gray blocks in the bitmap renderer. 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 18 年前
  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 年前
  Jean-Yves Lamoureux c331fe42d5 * Fixed warnings under GCC 4.x 19 年前
  Jean-Yves Lamoureux 49a53f68bc * Fixed a bunch of warnings 19 年前
  Sam Hocevar f42fd33636 * src/bitmap.c: 19 年前
  Jean-Yves Lamoureux 4ce99f0aff * src/math.c src/bitmap.c src/caca.h Removed powf call, added caca_powf, to remove libm depencies and problems on old compilers/linkers. 19 年前
  Sam Hocevar 3fce0e7843 * src/bitmap.c: 20 年前
  Sam Hocevar 4fad734207 * src/bitmap.c: dark background works again with floyd-steinberg. 20 年前
  Sam Hocevar d558d7d475 * src/bitmap.c: dark background works again, except with floyd-steinberg. 20 年前
  Sam Hocevar ae6fba6e22 * src/caca.h: 20 年前
  Sam Hocevar 8f1322038f * src/bitmap.c: oops, removed spurious test code. 20 年前
  Sam Hocevar e51f8e348c * src/bitmap.c: 20 年前
  Sam Hocevar a1ab99a862 * src/event.c: 21 年前
  Sam Hocevar 6197024748 * src/bitmap.c: 21 年前
  Sam Hocevar 1866961050 * src/io.c: 21 年前
  Sam Hocevar 20cc8d8d4c * libcaca.spec debian/control: 21 年前
  Sam Hocevar 1f643aedee * src/bitmap.c: 21 年前
  Sam Hocevar 4f670e053d * src/bitmap.c: 21 年前
  Sam Hocevar 4041eba52e * src/ examples/ test/: 21 年前
  Sam Hocevar 44fc7a04b5 * doc/doxygen.cfg.in: 21 年前
  Sam Hocevar 1c3acd1ea5 * src/io.c: 21 年前
  Sam Hocevar f2e32a3583 * More API documentation. 21 年前
  Sam Hocevar 699c2a46a3 * src/graphics.c src/caca.c src/io.c: 21 年前
  Sam Hocevar 36503f7b36 * src/: 21 年前