26 次程式碼提交 (d5c7775113e61dc23254fa8a986469f83f12b8c5)

作者 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 558812d3fe Update copyright information. 8 年之前
  Sam Hocevar d33e961dc9 Only declare weak symbols if the runtime doesn’t have them. Fixes #8. 8 年之前
  Sam Hocevar f32c24a10d build: fix the WTFPL homepage and copyright information. 12 年之前
  Sam Hocevar e8db5f4629 figfont: fix uninitialised data access. 12 年之前
  Sam Hocevar cd61fce90e build: ship a weak symbol for vsnprintf, too, because our weak symbol for 12 年之前
  Sam Hocevar 02bb261647 win32: define a custom sprintf_s() weak symbol. The VS2010 runtime does not 12 年之前
  Sam Hocevar f56be9bffa win32: use sprintf_s and vsnprintf_s on Windows, so that our static library 12 年之前
  Sam Hocevar 0a9f59f386 build: fix the Visual Studio compilation, remove old solution 12 年之前
  Sam Hocevar d736507785 build: fix copyright information. 12 年之前
  Sam Hocevar 00a285b11e figfont: support setting the canvas width and smushing mode from the 12 年之前
  Sam Hocevar 89670f0598 figfont: stick the source canvas's width, if specified. 12 年之前
  Sam Hocevar c822280896 Rename figfont into charfont. We will support far more than figfonts in 13 年之前
  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 4c23d2b5ed Add brief documentation to figfont functions. 15 年之前
  Sam Hocevar e83ae726b8 Activate colour toilet font support. 15 年之前
  Sam Hocevar 8c678ff82a Do not crash in caca_flush_figlet() if no figfont was loaded. 15 年之前
  Sam Hocevar 644ee4a78a Coding style: remove tabs and trailing spaces. 15 年之前
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the 15 年之前
  Sam Hocevar 3338776b44 Fix a few DOS compilation warnings. 15 年之前
  Nicolas Vion f016c8f416 * Check that a caca_figfont was loaded before using it in caca_put_figchar() 16 年之前
  Sam Hocevar 149a29b38e libcaca: fix a minor warning on DOS targets. 16 年之前
  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 52710f796c * Export cucul_flush_figlet() to the public API. It should be removed later, 16 年之前
  Sam Hocevar 96d77f7d51 * Export cucul_file_t operations in the public header. 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 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 16 年之前
  Ben Wiley Sittler e1603937c7 build on Mac OS X again 17 年之前
  Sam Hocevar 9c951cebb2 * Windows build fixes here and there. 17 年之前
  Sam Hocevar e895e01ee6 * Disable file operations in kernel mode. 17 年之前
  Sam Hocevar d06bf76c96 =?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in 17 年之前
  Sam Hocevar 81d6119762 * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). 17 年之前