1276 Commits (119fb08518caf9bee607cf7b6e87b6689b94e473)
 

Autor SHA1 Mensaje Fecha
  Jean-Yves Lamoureux 119fb08518 * FIRST ! hace 17 años
  Sam Hocevar 6a22ce903e * Add figfont.c to the MSVC solution. hace 17 años
  Sam Hocevar d999f54fce * Check for pkg-config before bootstrapping, because autoconf gives a hace 17 años
  Sam Hocevar b8d3f71ae8 * Fix canvas export for the caca format. We now export all frames. hace 17 años
  Sam Hocevar 4af5145c38 * Started sprite example. Doesn't work :-) hace 17 años
  Sam Hocevar e895e01ee6 * Disable file operations in kernel mode. hace 17 años
  Sam Hocevar 3602fc98be * The SLang and ncurses drivers now put back the TERM environment variable hace 17 años
  Sam Hocevar db1a77f0d0 * Only call glutInit() once through the program's lifetime. hace 17 años
  Sam Hocevar 367e1ef512 * Fix a tiny use of uninitialised memory in caca_get_event() that may have hace 17 años
  Sam Hocevar b7a785ff38 * Implemented caca_set_display_driver() to change driver at runtime. hace 17 años
  Sam Hocevar e15e962928 * Implement caca_create_display_with_driver() to specify an output driver hace 17 años
  Sam Hocevar 283e1ef70b * Remove cruft from caca_get_display_driver_list(). hace 17 años
  Sam Hocevar db166f5ec0 * Add #include <cstring> to fix gcc-4.3 build. hace 17 años
  Sam Hocevar 5b2b3e27db * Implemented caca_get_display_driver_list(), unused yet. hace 17 años
  Sam Hocevar 6132c561c0 * Cocoa driver build fix, courtesy of Ben Wiley Sittler. hace 17 años
  Sam Hocevar dd6a99a395 * Slight improvement to the Unicode -> ASCII conversion, courtesy of hace 17 años
  Sam Hocevar d06bf76c96 =?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in hace 17 años
  Sam Hocevar 81d6119762 * Implemented cucul_canvas_set_figfont() from TOIlet’s open_font(). hace 17 años
  Sam Hocevar fd9749db59 * Import io.c from TOIlet directly into libcucul. Can you see where this hace 17 años
  Sam Hocevar 2c9232d71a * Bump version to 0.99.beta14. hace 17 años
  Sam Hocevar 7e75ff3c1d * Fix the "img2txt: option requires an argument -- h" bug. hace 17 años
  Sam Hocevar 8d9239234f * Use cucul_get_dither_algorithm_list() and cucul_get_export_list() instead hace 17 años
  Pascal Terjan 226717b7f8 * Allow exiting cacafire using the window manager hace 17 años
  Jean-Yves Lamoureux c2ed045c79 * Added BBCode (French) format to img2txt's help and doc hace 17 años
  Sam Hocevar ca559d93d8 * Created a tests/ directory for regression tests. Run with "make check". hace 17 años
  Sam Hocevar ac91d59360 * Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for hace 17 años
  Sam Hocevar 10bf9f48a7 * Rename "test" to "examples". The former will become a real testsuite. hace 17 años
  Pascal Terjan 694617510f * cucul.h is needed to build caca part hace 17 años
  Sam Hocevar 1ab0d190f6 * Set version to 0.99.beta13. hace 17 años
  Sam Hocevar fc83359457 * Implemented the empty CuculCanvas constructor. hace 17 años
  Pascal Terjan 98e61bc6dd * Improve Cucul::Canvas creation hace 17 años
  Pascal Terjan 0456c906e4 * Add Caca::Display#canvas hace 17 años
  Pascal Terjan a1b474106a * Allow calling Caca::Display.new without parameter hace 17 años
  Sam Hocevar daf0085dd7 * Re-add methods that take int as arguments in addition to the Point, hace 17 años
  Sam Hocevar 4acebad20b * Put the demo text on top of the copper bar, not the contrary. hace 17 años
  Sam Hocevar 9c0f19ecc6 * Minor naming convention changes in the C# bindings. hace 17 años
  Sam Hocevar 6c093b6217 * Generate CLI .config files at configure time so that we can embed the hace 17 años
  Sam Hocevar cc34dea271 * Use libtool’s -version-number instead of -version-info and its insane hace 17 años
  Pascal Terjan 1f28b391b9 * Rename parameters of draw_box* in Ruby binding hace 17 años
  Sam Hocevar cad6be5cf6 * Add System.Drawing to the C# project references. hace 17 años
  Sam Hocevar d657a09759 * Use the bigger font for the C# test scroller. hace 17 años
  Sam Hocevar 752a2f7783 * Add a C# wrapper for cucul_render_canvas(). hace 17 años
  Sam Hocevar 76477f4ffa * Started to implement the CuculFont class. hace 17 años
  Sam Hocevar ad0ad85416 * Implement all line drawing functions (even variadic ones). hace 17 años
  Sam Hocevar dc159db10c * Changed the box drawing functions so that their arguments are (point, size) hace 17 años
  Sam Hocevar 1c03b72337 * Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp arguments, hace 17 años
  Pascal Terjan 596e961792 * Add Caca.version and Cucul.version hace 17 años
  Sam Hocevar 1c3f8fee16 * Implemented getVersion() in the C# bindings. hace 17 años
  Sam Hocevar a7debae6f9 * Fix memory leaks that slipped in here and there. We still have 100,000 hace 17 años
  Sam Hocevar 9c72677ccf * Add cucul_get_version() and caca_get_version() and updated C++ bindings hace 17 años