14 コミット (cc4640f1a008dd9c9d8fe63326f875c317cd884c)

作成者 SHA1 メッセージ 日付
  Sam Hocevar 44317430a1 misc: some source code cleanup. 10年前
  Sam Hocevar a836967426 attr: fix a very old bug in caca_attr_to_ansi_fg. 11年前
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. 12年前
  Sam Hocevar 26d01d6307 build: fix copyright date in old files. 12年前
  Sam Hocevar 8046b1b287 core: fix a mistake in the caca_set_color_ansi() documentation. 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 6d526ea629 Implement caca_unset_attr() and caca_toggle_attr(). Fixes #7. 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 3b3bf0160d Fix a few dirty rectangle bugs found with the unit tests. Let that be a 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 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 b519d05bce * Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and 17年前
  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 cff37b56c5 * Fix a bug in cucul_put_attr. This function was simply not working. 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 8c43b304c9 * Replace _cucul_attr_to_ansi8() with a now documented cucul_attr_to_ansi() 18年前
  Sam Hocevar 25d0366fe6 * Get rid of _cucul_attr_to_ansi4[fb]g() and replace all calls with 18年前
  Sam Hocevar c5a94eee07 * Export cucul_attr_to_ansi_fg() and cucul_attr_to_ansi_bg(). 18年前
  Sam Hocevar 819dab40e7 * Implemented cucul_putattr(), cucul_putchar()'s attribute equivalent. 18年前
  Sam Hocevar 17f272c4c4 * Deprecate buffer management. We're back to standard void* memory areas. 18年前
  Sam Hocevar 74babecc70 * Clarify cucul_get_attr() behaviour in the cucul_set_attr() documentation. 18年前
  Sam Hocevar 42c9518d2a * Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored 18年前
  Sam Hocevar 019938c9ae * Changed cucul_set_attr() so that only setting the style does not change 18年前
  Sam Hocevar c3bcb0052e * Add back cucul_set_color() and cucul_set_truecolor() but mark them as 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 81760312af * Implemented cucul_get_color(). 18年前
  Sam Hocevar 956ee0b309 * Use a slightly different RGB palette for ANSI colours, so that brown 18年前
  Sam Hocevar 42b967ec0e * Set the transparent colour's RGB values to the default colour's ones. 18年前
  Sam Hocevar 235504d81a * More error checking in libcucul. 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 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 351fad7e15 * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). 18年前
  Sam Hocevar 5a476a29ae * Implemented argb32 to rgb24fg/bg colour conversions. 18年前
  Sam Hocevar 9f0a475645 * Moved cucul_set_color() from canvas.c to colour.c. 18年前
  Sam Hocevar 018fda76e8 * Removed \file directives from all files except caca.h and cucul.h, to 18年前
  Sam Hocevar 1911e368f4 * Fixed compilation warning. 18年前