8 次程式碼提交 (093a9d422a8b1ce05960028c274650e759e86650)

作者 SHA1 備註 提交日期
  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. 14 年之前
  Sam Hocevar 107ff4b815 Large source code cleanup, getting rid of spaces, tabs, and svn keywords. 15 年之前
  Sam Hocevar 1362d8e24f Update my e-mail address everywhere. 15 年之前
  Sam Hocevar bef81f8ea7 Mark dithered bitmap array as const. 15 年之前
  Sam Hocevar d1e6e5f559 Make "fullgray" dithering work properly, to force greyscale rendering. To use 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 6a3f5c21f0 * Changed most of the long ints in the API into C99 types. WARNING: this 16 年之前
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in 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 dd463f6e7d * Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s 17 年之前
  Sam Hocevar a0ea39643e * Implemented cucul_get_dither_charset() and cucul_get_dither_mode(). 17 年之前
  Sam Hocevar 7c5430e84c * Implemented cucul_get_dither_antialias() and cucul_get_dither_color(). 17 年之前
  Sam Hocevar 49f230f863 * cucul_get_dither_brightness() is no longer a stub. 17 年之前
  Sam Hocevar e28b8cca4d * Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no 17 年之前
  Sam Hocevar 05ae318af0 * Save user attributes when calling cucul_dither_bitmap(). 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 51936f585c * Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions. 18 年之前
  Sam Hocevar 3243101ff0 * Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that. 18 年之前
  Sam Hocevar d549d07c0a * Got rid of very old _cucul_init_dither() function call. 18 年之前
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored 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 23afd54c7c * Fix enumeration layout in the manpage documentation. 18 年之前
  Sam Hocevar 1f8549fc6a * Fixed typos in cucul/dither.c that prevented using ordered dither modes, 18 年之前
  Sam Hocevar 7754db5ccf * Changed cucul_putchar's prototype so that it accepts a 32-bit unsigned 18 年之前
  Sam Hocevar aa6cb520ab * Use UTF-32 instead of UTF-8 in the dithering glyph block list for slightly 18 年之前
  Sam Hocevar d6e4744861 * Changed the cucul_create_dither() prototype to make sure the mask 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 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 年之前