Gráfico de commits

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 370fb06 * Added "common.h", a placeholder for simple features and functions missing from some systems. by Sam Hocevar 2006-04-24 19:57:23 +0000
  • 43e1514 * Print '?' for Unicode characters in the ANSI export. We'll decide later whether we want plain ASCII, UTF-8, or CP437. by Sam Hocevar 2006-04-24 18:46:06 +0000
  • 65f76ab * Oops, fixed an old typo that brevented building without PangoFt2. by Sam Hocevar 2006-04-24 17:51:23 +0000
  • 871e46b * Fixed Debian build files. by Sam Hocevar 2006-04-24 17:47:44 +0000
  • af762d7 * Do not bail out if PangoFt2 was not found. by Sam Hocevar 2006-04-24 17:39:53 +0000
  • 1d3b712 * 0.99.beta1 release. by Sam Hocevar 2006-04-22 21:51:50 +0000
  • d0b0d90 * Got rid of CUCUL_LIBS. It's unused. by Sam Hocevar 2006-04-22 21:36:11 +0000
  • eaed513 * Updated Debian build rules. by Sam Hocevar 2006-04-22 21:31:42 +0000
  • 6c0e8da * Allow the caca_event_t *ev argument for caca_get_event() to be NULL. by Sam Hocevar 2006-04-22 19:46:43 +0000
  • 8c40eb7 * Minor updates to the migration documentation. by Sam Hocevar 2006-04-22 19:35:43 +0000
  • bb6e27c * Slightly improved the documentation build rules dependencies. by Sam Hocevar 2006-04-22 19:22:14 +0000
  • b0370b6 * Updated ChangeLog, NEWS and TODO. by Sam Hocevar 2006-04-22 19:17:38 +0000
  • eb93801 * Updated the migration guide. by Sam Hocevar 2006-04-22 19:14:49 +0000
  • 727a739 * Wrote the C coding style documentation. by Sam Hocevar 2006-04-22 19:14:26 +0000
  • 634c826 * Added a test for multiple frames support. * Added a test for textfile loading. by Sam Hocevar 2006-04-22 19:13:27 +0000
  • 9a65579 * Support for multiple frames in canvases. by Sam Hocevar 2006-04-22 19:11:25 +0000
  • 7841bb6 * Added a simple "text" importer, until the cool ANSI importer arrives. by Sam Hocevar 2006-04-22 19:10:41 +0000
  • e68c0f9 * Disabled the foreground/background optimisation in the IRC export because it breaks on too many IRC clients. by Sam Hocevar 2006-04-22 19:06:59 +0000
  • 8534299 * Disabled sprite stuff from the tests. by Sam Hocevar 2006-04-22 19:04:49 +0000
  • a6553bc * Removed soon-to-be-thrown-away sprite stuff from the C++ bindings. by Sam Hocevar 2006-04-22 19:00:14 +0000
  • 747dfe7 * Fixed --enable-cpp to actually do something. Also, disabled it by default for the release, because it's not up to date and needs a lot of polishing. by Sam Hocevar 2006-04-22 18:54:38 +0000
  • ed2c5a5 * Oops, tutorial.dox was actually missing. Also, added a style.dox skeleton. by Sam Hocevar 2006-04-21 21:41:30 +0000
  • 1ca8f93 * Set version number to 0.99.beta1. by Sam Hocevar 2006-04-21 21:21:20 +0000
  • 046c004 * Got rid of cv->scratch_line. It's unused, too. by Sam Hocevar 2006-04-21 20:51:58 +0000
  • beda391 * Got rid of cv->empty_line, it's now unused. by Sam Hocevar 2006-04-21 20:51:14 +0000
  • bde0e5c * Changed cucul_clear_canvas() again. It now uses the current foreground and background colours to clear the screen. by Sam Hocevar 2006-04-21 20:49:17 +0000
  • a72d573 * Fixed a segfault in the C++ bindings. Vieux porc ! by Sam Hocevar 2006-04-21 20:24:04 +0000
  • 7bd6e8a * Set library names to lib*.so.0.10.0. by Sam Hocevar 2006-04-21 19:26:54 +0000
  • 4914b86 * Fixed a compilation warning. by Sam Hocevar 2006-04-21 19:26:18 +0000
  • accf27b * Minor documentation fix. by Sam Hocevar 2006-04-21 19:08:00 +0000
  • 07feb84 * Fixed ugly coding style of the C++ bindings. Vieux porc immonde. by Sam Hocevar 2006-04-21 19:06:38 +0000
  • 2401f2c * Moved cucul_load_canvas() into cucul/import.c and renamed it into cucul_import_canvas(). * Renamed cucul_create_export() into cucul_export_canvas() for consistency. by Sam Hocevar 2006-04-21 18:44:04 +0000
  • 2353ad9 * Minor documentation improvements. by Sam Hocevar 2006-04-21 18:09:30 +0000
  • d0dd70b * Documentation improvements. Wrote a small migration guide and added the skeleton of a tutorial for Jylam. by Sam Hocevar 2006-04-21 18:03:22 +0000
  • 421d168 * Added AUTHORS, THANKS, NEWS and TODO to the Doxygen documentation. Moved the main documentation page from caca.h to a separate file. by Sam Hocevar 2006-04-21 16:27:43 +0000
  • dae3418 * Do not use ncurses' TIOCGWINSZ handler if <sys/ioctl.h> is not here. by Sam Hocevar 2006-04-21 12:01:14 +0000
  • 4844114 * Workaround for broken C++ linking with old libtool versions. by Sam Hocevar 2006-04-19 13:02:45 +0000
  • e589722 * Moved the technical discussion on S-Lang's palette optimisation from NOTES to tools/optipal.c. by Sam Hocevar 2006-04-19 11:50:24 +0000
  • 1ec6544 * More function mass-renaming: caca_attach -> caca_create_display, etc. by Sam Hocevar 2006-04-19 10:10:58 +0000
  • ea3bde9 * Added a new "caca" exporter. * Removed most code from the raw driver and replaced it with a call to the caca exporter. * Slightly changed the caca export format and updated code accordingly. * Improved cacaserver error reporting. by Sam Hocevar 2006-04-19 09:07:55 +0000
  • 1f72bee * Updates to the Debian build files. by Sam Hocevar 2006-04-18 16:51:52 +0000
  • 0deb4ab * Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1 computations. by Sam Hocevar 2006-04-18 16:50:56 +0000
  • e3f0d6c * Changed the cucul_rand() behaviour. Now cucul_rand(0, 10) returns random values between 0 and 9 (used to be 0 and 10). Updated documentation accordingly. by Sam Hocevar 2006-04-18 16:17:14 +0000
  • a4ac581 * Renamed cucul_clear() to cucul_clear_canvas() and added an argument to choose the background colour. by Sam Hocevar 2006-04-18 16:04:01 +0000
  • 18f6532 * Renamed main canvas-related functions so that they have "canvas" in their name, eg. cucul_create() -> cucul_create_canvas() etc. * Moved buffer-related functions to cucul/buffer.c. by Sam Hocevar 2006-04-18 15:54:33 +0000
  • 5f4a761 * Cosmetic changes. by Sam Hocevar 2006-04-18 15:12:12 +0000
  • 687a2c4 * Renamed caca_t into caca_display_t. * Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros. by Sam Hocevar 2006-04-18 15:11:25 +0000
  • 246c5b4 * Renamed cucul_t into cucul_canvas_t. Eh ouais mon con. by Sam Hocevar 2006-04-18 12:59:07 +0000
  • 4eae253 * Fixed C++ bindings makefile so that it does not try to use the system's <cucul.h> and <caca.h> headers. by Sam Hocevar 2006-04-18 12:57:11 +0000
  • 8e12dbe * Truecolor support for the HTML and HTMLv3 exporters. by Sam Hocevar 2006-04-18 10:02:42 +0000
  • 351fad7 * Fixed a bug in _cucul_argb32_to_rgb24fg/bg(). by Sam Hocevar 2006-04-18 09:57:15 +0000
  • 2948e55 * Updated README (caca-config -> pkg-config) and TODO. by Sam Hocevar 2006-04-18 08:33:53 +0000
  • ac3283f * Cosmetic code changes and minor optimisations. by Sam Hocevar 2006-04-18 08:33:06 +0000
  • 66e06a6 * Merged again all export functions into cucul/export.c. They're all the same and they're very short (50-100 lines). by Sam Hocevar 2006-04-18 08:24:41 +0000
  • c5b827a * Changed the buffer type in cucul_render_canvas() to void* to avoid compilation warnings. by Sam Hocevar 2006-04-18 08:21:31 +0000
  • 2df91e7 * Handle CACA_EVENT_QUIT in the event test program. by Sam Hocevar 2006-04-18 08:19:42 +0000
  • 72ec704 * Workaround for broken AC_PATH_X autoconf macros. by Sam Hocevar 2006-04-18 08:18:03 +0000
  • 4749a44 * Compilation fix. by Sam Hocevar 2006-04-18 08:13:20 +0000
  • 792c748 * Implemented CACA_EVENT_QUIT. Unused yet. by Sam Hocevar 2006-04-17 20:09:42 +0000
  • 4c9b4a5 * Fixed autotools stuff in the cpp bindings. by Sam Hocevar 2006-04-17 13:34:02 +0000
  • 1fa4337 * Compilation fix in cpptest.cpp. by Sam Hocevar 2006-04-17 13:31:43 +0000
  • 12b35d0 * Fixed compile problem, put Event outside Caca class by Jean-Yves Lamoureux 2006-04-17 13:23:28 +0000
  • c778d53 * Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in cucul.c just in case. by Sam Hocevar 2006-04-17 13:11:33 +0000
  • 482ee45 * Removed a few useless files (vieux porc). by Sam Hocevar 2006-04-17 13:09:45 +0000
  • 7691e76 * Updated TODO list. by Sam Hocevar 2006-04-17 12:48:57 +0000
  • b01cccf * Minor cosmetic changes in the test programs. by Sam Hocevar 2006-04-17 12:48:35 +0000
  • 47229fa * Truecolor support in the SVG and PostScript exporters. by Sam Hocevar 2006-04-17 12:48:05 +0000
  • b5f00c4 * Implemented TGA image export. by Sam Hocevar 2006-04-17 12:47:34 +0000
  • 5a476a2 * Implemented argb32 to rgb24fg/bg colour conversions. by Sam Hocevar 2006-04-17 12:46:34 +0000
  • b30948f * Use cucul_get_export_list() in the export test instead of hardcoding the list of available formats. Also added a few truecolor blocks to the test. by Sam Hocevar 2006-04-17 12:45:07 +0000
  • 3af72ff * Fixed abusive strictness in the font loader. by Sam Hocevar 2006-04-17 12:41:50 +0000
  • 4f28d0a * Updated TODO list. by Jean-Yves Lamoureux 2006-04-17 11:24:38 +0000
  • 12282fc * Better C++ test by Jean-Yves Lamoureux 2006-04-17 11:19:26 +0000
  • fcd735f * Added license in C++ files. by Jean-Yves Lamoureux 2006-04-17 11:06:48 +0000
  • 3a3fd8a * Fixed C++ printf(), added it in example by Jean-Yves Lamoureux 2006-04-17 11:00:10 +0000
  • 208cf46 * Forgot a test on Caca() instantiation by Jean-Yves Lamoureux 2006-04-17 10:44:40 +0000
  • 3b166c5 * Added preliminary C++ bindings by Jean-Yves Lamoureux 2006-04-17 10:41:30 +0000
  • 3fa0bbb * Added truecolor support to the X11 and GL drivers. by Sam Hocevar 2006-04-16 21:52:05 +0000
  • 960acea * Added test/truecolor.c to test non-ANSI colour pairs. by Sam Hocevar 2006-04-16 21:29:40 +0000
  • 9f0a475 * Moved cucul_set_color() from canvas.c to colour.c. * Added cucul_set_truecolor() for non-ANSI colours. * Added new argb32 -> rgb12 conversion functions. by Sam Hocevar 2006-04-16 21:26:25 +0000
  • 17c065a * Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs such as cucul_dither_t instead of struct cucul_dither. * Made cucul_buffer_t an opaque structure and implemented the two getters cucul_get_buffer_data() and cucul_get_buffer_size(). * Documented all missing functions and function parameters. by Sam Hocevar 2006-04-16 18:28:47 +0000
  • ab3a5d8 * Fixed bad library name in pc file. by Sam Hocevar 2006-04-16 18:21:14 +0000
  • 408b875 * Updated MSVC++ project (static library and src/*) by Jean-Yves Lamoureux 2006-04-15 15:24:13 +0000
  • a4de38b * Fixed sprite functions (it compiles now) (Y'a des connards qui font ce qu'ils veulent, mais qui finissent pas) by Jean-Yves Lamoureux 2006-04-15 15:23:13 +0000
  • 2c5ccb6 * Improved documentation in many places. by Sam Hocevar 2006-04-14 12:10:18 +0000
  • 16974a9 * Generate a PDF documentation instead of the PostScript one. It has nice hyperlinks! Also, set compact LaTeX mode and a few other Doxygen options. by Sam Hocevar 2006-04-14 08:41:59 +0000
  • 7b21606 * Ahaha I didn't even check that it compiled properly. by Sam Hocevar 2006-04-14 08:00:06 +0000
  • 99aa400 * Only support version 1 fonts. by Sam Hocevar 2006-04-14 07:33:48 +0000
  • 018fda7 * Removed \file directives from all files except caca.h and cucul.h, to remove redundencies in the Doxygen documentation. by Sam Hocevar 2006-04-14 07:30:53 +0000
  • 93d3548 * Added a lot of sanity checks to the font parsing. It should now be secure against broken files, but it probably needs peer review. by Sam Hocevar 2006-04-13 17:57:19 +0000
  • 4095b65 * Redisplay the output bitmap using libcaca. Eh ouais mon gars. by Sam Hocevar 2006-04-13 17:54:07 +0000
  • 9feb826 * Fixed caca_get_event() call in test/hsv.c. by Sam Hocevar 2006-04-13 17:37:51 +0000
  • 1911e36 * Fixed compilation warning. by Sam Hocevar 2006-04-13 17:08:16 +0000
  • b355e05 * Fixed colour conversion routines so that they work with ARGB too. by Sam Hocevar 2006-04-13 16:54:25 +0000
  • ea780d5 * Implemented cucul_get_font_list() to retrieve the list of builtin fonts. * Fixed font selection through cucul_font_load(). * Added a bigger 10x19 bold font. by Sam Hocevar 2006-04-13 16:10:16 +0000
  • 5d2afb9 * Made makefont more configurable. Also, store the commandline in a comment so that the font can be easily rebuilt. by Sam Hocevar 2006-04-13 15:36:09 +0000
  • 4f50adc * Updated TODO list. by Sam Hocevar 2006-04-13 15:00:56 +0000
  • ebfb2b3 * Internal font support through cucul_load_font(). Documented that. * Removed ugly hooks from test/font.c. by Sam Hocevar 2006-04-13 14:24:31 +0000
  • b40cfe1 * Ugly overflow bug in the rendering code. by Sam Hocevar 2006-04-13 14:23:04 +0000
  • a273b3d * Implemented cucul_get_font_width() and cucul_get_font_height(). * Documented most font functions. * Cleaned up cucul_render_canvas() and made it actually usable by external programs. Removed ugly printf() debug calls. by Sam Hocevar 2006-04-13 13:33:31 +0000