121 Commits (107ff4b815273faacefb91109927cea587682f48)

Author SHA1 Message Date
  Sam Hocevar 6b199b4951 Fix a compilation warning in conio-snake.cpp. 15 years ago
  Sam Hocevar 68ed0f951c More warning fixes in conio.c. 15 years ago
  Sam Hocevar 54f96e88a9 Fix various cosmetic errors (Jylam: tiens un highlight gratuit dans ta gueule pour les trailing spaces !) 15 years ago
  Jean-Yves Lamoureux 9b60c942b4 * Added mouse events example 15 years ago
  Sam Hocevar bf3d41309c Update source checking test and remove CRLF crap from makefiles. 15 years ago
  Jean-Yves Lamoureux 0b2675c74d * Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I THINK NOT!) and lonely tab 15 years ago
  Sam Hocevar e304d5a314 Add a sanity check for coding style errors. 15 years ago
  Jean-Yves Lamoureux 2b3fce124b * Indentation fixes 15 years ago
  Jean-Yves Lamoureux c54a1ff131 * Fix examples/trifiller's color boundaries 15 years ago
  Jean-Yves Lamoureux 2adebb531b * Make caca_fill_triangle_textured use less arguments, examples/trifiller modified accordingly 15 years ago
  Pascal Terjan cb5107b070 * Fix build of trifiller with imlib2 15 years ago
  Jean-Yves Lamoureux 4156afb43e * Add -lm to examples/trifiller. Oops. 15 years ago
  Jean-Yves Lamoureux 67679dc55d * Added texture mapped triangle routine, float based, arbitrary texture size, to be optimized 15 years ago
  Sam Hocevar 8954cd4695 Only build conio-snake if the C++ compiler is functional. 15 years ago
  Sam Hocevar 1255e91165 Add the conio examples to the Visual Studio solution. 15 years ago
  Sam Hocevar 9d2e5ef6d0 Add a simple snake program using the <conio.h> interface. 15 years ago
  Sam Hocevar 104c5a0c5b Start implementing a full <conio.h> replacement with a libcaca backend. 15 years ago
  Sam Hocevar 644ee4a78a Coding style: remove tabs and trailing spaces. 15 years ago
  Sam Hocevar 33d2bc2092 Update the Win32 and Win64 ports. 15 years ago
  Sam Hocevar d3ef2bbecd Add caca_export_area_to_memory() to export only a selected part of the 15 years ago
  Sam Hocevar 969e870fe4 Fix the old demo examples so that they don't refresh the screen twice 15 years ago
  Sam Hocevar 95811ced2d Manually fix Visual Studio files so that builds do not spew 15 years ago
  Sam Hocevar 17b840d8bc Improve dirty rectangle handling in examples/input.c. 15 years ago
  Sam Hocevar 143b3c925b Fix the text input example now that the box drawing functions take a size 15 years ago
  Sam Hocevar b61b93ddd2 Added MSVC project files for most example programs. 15 years ago
  Sam Hocevar b7ba0adba0 Remove occurrences of DATADIR, it conflicts with MinGW's <objidl.h>. 15 years ago
  Sam Hocevar 34297fcdf9 Fix separate directory build failure caused by caca_types.h. 16 years ago
  Sam Hocevar 4cda200b03 Continuing the libcucul-libcaca merge. 16 years ago
  Sam Hocevar f61816ceb7 Starting refactoring to get rid of libcucul. The initial reason for the 16 years ago
  Sam Hocevar 8f832a3b47 * Switch a few unsigned int variables to size_t where appropriate. 16 years ago
  Sam Hocevar 4ea785f818 * Remove all unsigned ints from exported functions. Signed arithmetic is 16 years ago
  Sam Hocevar ec68a634cf * Get rid of the last long types in the API. 16 years ago
  Sam Hocevar f44b5e11fa * Changed most "unsigned char" variables into "uint8_t", including in 16 years ago
  Sam Hocevar 99b5396e8e * Remove #include <stdint.h> etc. from "common.h". Instead, make sure that 16 years ago
  Sam Hocevar b8d3f71ae8 * Fix canvas export for the caca format. We now export all frames. 17 years ago
  Sam Hocevar 4af5145c38 * Started sprite example. Doesn't work :-) 17 years ago
  Sam Hocevar b7a785ff38 * Implemented caca_set_display_driver() to change driver at runtime. 17 years ago
  Sam Hocevar e15e962928 * Implement caca_create_display_with_driver() to specify an output driver 17 years ago
  Sam Hocevar d06bf76c96 =?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in 17 years ago
  Sam Hocevar 81d6119762 * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). 17 years ago
  Sam Hocevar 10bf9f48a7 * Rename "test" to "examples". The former will become a real testsuite. 17 years ago
  Sam Hocevar 201ad26639 * Moved stuff again. 19 years ago
  Sam Hocevar 4f59010b4c * Moved stuff around to differenciate between libcucul and libcaca. 19 years ago
  Sam Hocevar 6d99c79d26 * All output plugins should now work again. 19 years ago
  Sam Hocevar 4c72df99aa A new low-level text management library (canvas for ultrafast compositing 19 years ago
  Sam Hocevar 707f10de81 * Changed the licensing to WTFPL, as per all copyright holders' permission. 19 years ago
  Jean-Yves Lamoureux a05ac738aa * Removed debug test, kekeke ^^ 19 years ago
  Jean-Yves Lamoureux 29775feb27 * Added caca_set_width, set_height_, set_size 19 years ago
  Jean-Yves Lamoureux dd5668d9f0 * Fixed remaining warnings with gcc 3.x and 4.x 19 years ago
  Sam Hocevar 20b2c14750 * Use libtool for the static library generation; paves the way for 19 years ago