root/libcaca

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2888 [2888] 6 hours sam Detect shared library suffix at configure stage.
(edit) @2882 [2882] 7 hours sam caca-sharp: support systems with .dylib or .sl shared libraries.
(edit) @2881 [2881] 7 hours sam .gitignore: ignore files generated by MonoDevelop?.
(edit) @2880 [2880] 7 hours sam Clean up the web server directories before copying the documentation …
(edit) @2879 [2879] 7 hours sam doc: rewrite the tutorial to reflect recent API updates.
(edit) @2878 [2878] 7 hours sam libcaca: fix an infinite loop in the .pc file.
(edit) @2871 [2871] 34 hours sam Fix detection of floating point assembly instructions. They …
(edit) @2868 [2868] 2 days sam Tidy the .NET Makefile.
(edit) @2867 [2867] 2 days sam Split the C# bindings into separate files.
(edit) @2864 [2864] 3 days sam configure.ac: use more modern autoconf syntax.
(edit) @2860 [2860] 7 days sam Fix separate directory build failure caused by caca_types.h.
(edit) @2859 [2859] 7 days sam Fix the Win32 build.
(edit) @2858 [2858] 7 days sam Properly export legacy 0.9 symbols.
(edit) @2854 [2854] 7 days sam Fix for the libcucul symlinks installation, courtesy of Ben Wiley Sittler.
(edit) @2853 [2853] 7 days bsittler switch to weak aliases so it at least compiles on Mac OS X; note that the …
(edit) @2852 [2852] 7 days bsittler remove reference to obsolete common.h
(edit) @2851 [2851] 7 days bsittler add missing CUCUL_* compatiblity constants
(edit) @2850 [2850] 7 days sam Support for platforms where shared libraries are not called *.so.
(edit) @2835 [2835] 9 days sam Fix documentation installation. This is the real 0.99.beta15 release.
(edit) @2833 [2833] 9 days sam Change the website name to caca.zoy.org.
(edit) @2832 [2832] 9 days sam Set version to 0.99.beta14. Updated NEWS and ChangeLog?.
(edit) @2831 [2831] 9 days sam End of the libcucul merge: add symbolic links where appropriate.
(edit) @2830 [2830] 9 days sam caca, cxx: install symlinks for backwards compatibility with libcucul.
(edit) @2829 [2829] 9 days pterjan * Fix a warning
(edit) @2828 [2828] 9 days sam .gitignore: ignore caca_types.h.
(edit) @2827 [2827] 9 days sam Add missing svn:ignore SVN properties.
(edit) @2826 [2826] 9 days sam Continue the libcaca/libcucul merge. Source and binary compatibility are …
(edit) @2825 [2825] 9 days pterjan * No need to require test/unit in each testfile
(edit) @2824 [2824] 9 days sam Continuing the libcucul-libcaca merge.
(edit) @2823 [2823] 9 days pterjan * Have local paths first in LOAD_PATH
(edit) @2822 [2822] 10 days sam Continuing the libcucul-libcaca merge.
(edit) @2821 [2821] 10 days sam Starting refactoring to get rid of libcucul. The initial reason for …
(edit) @2820 [2820] 10 days sam test: remove legacy empty directory.
(edit) @2819 [2819] 10 days sam makefont.c: change the font data encoding, the source is now 5% smaller.
(edit) @2543 [2543] 3 months sam * mygetopt.c: fix a parsing issue with short options.
(edit) @2539 [2539] 3 months sam * Fix bad AM_CONDITIONAL location: it must be in the default code path.
(edit) @2536 [2536] 3 months sam * cucul/file.c: fix a typo causing build failures when zlib is not here.
(edit) @2535 [2535] 3 months sam * Make the asm checks for fsin/fcos and fldln2/fxch/fyl2x more robust by …
(edit) @2519 [2519] 3 months sam * Fix plugin build.
(edit) @2518 [2518] 3 months sam * Set version to 0.99.beta14. * Updateed NEWS and ChangeLog?.
(edit) @2517 [2517] 3 months sam * Check for FTGL in the configure step, because we will use it later. * …
(edit) @2437 [2437] 4 months sam * Fix C++ library linking.
(edit) @2436 [2436] 4 months sam * Fix cucul_file_read() calls in cacaview.
(edit) @2427 [2427] 4 months sam * Fix cacademo build on systems without imlib-dev.
(edit) @2425 [2425] 4 months sam * Generate the C++ .pc files at configure time.
(edit) @2424 [2424] 4 months sam * Only install the C++ .pc files if C++ support was activated.
(edit) @2423 [2423] 4 months sam * Install cucul++.pc and caca++.pc in the pkg-config directory.
(edit) @2413 [2413] 4 months sam * Updated version number to 0.99.beta15, so that we can build TOIlet.
(edit) @2412 [2412] 4 months sam * Export cucul_flush_figlet() to the public API. It should be removed …
(edit) @2411 [2411] 4 months sam * Make cacaview use cucul_file_t functions.
(edit) @2410 [2410] 4 months sam * Make deprecated cucul_load_file() use cucul_file_t functions.
(edit) @2409 [2409] 4 months sam * Make cucul_import_file() use cucul_file_t functions.
(edit) @2408 [2408] 4 months sam * Set errno to ENOSYS in unsupported cucul_file_t operations.
(edit) @2407 [2407] 4 months sam * Implement cucul_file_tell().
(edit) @2406 [2406] 4 months sam * Export cucul_file_t operations in the public header. * Implement …
(edit) @2405 [2405] 4 months sam * makefont is only a system tool: use htons/htonl instead of …
(edit) @2399 [2399] 4 months sam * Fix cucul_set_dither_palette() argument types in cacademo.
(edit) @2398 [2398] 4 months sam * Remove htons() and htonl() from kernel mode: we use our custom hton16() …
(edit) @2397 [2397] 4 months sam * Fix a buffer initialisation issue in the sortchars utility.
(edit) @2321 [2321] 5 months jylam * Changed Cucul::Rotate() to Cucul::Rotate180() and Cucul::RotateLeft?() …
(edit) @2316 [2316] 5 months sam * Put autotools files in a hidden ".auto" directory instead of …
(edit) @2314 [2314] 6 months sam * Add missing headers to the Visual Studio build files.
(edit) @2313 [2313] 6 months sam * Switch a few unsigned int variables to size_t where appropriate. * …
(edit) @2312 [2312] 6 months sam * Make Win32 a special case in cucul_types.h.in: it has intptr_t but none …
(edit) @2309 [2309] 6 months sam * Started libcaca unit tests.
(edit) @2308 [2308] 6 months sam * Get the project to build in an alternate directory.
(edit) @2307 [2307] 6 months sam * Refresh the .NET bindings. Still not complete, but quite useful already.
(edit) @2306 [2306] 6 months sam * Documentation fixes (due to renamings, some parameters were no longer …
(edit) @2305 [2305] 6 months sam * Remove all unsigned ints from exported functions. Signed arithmetic is …
(edit) @2304 [2304] 6 months sam * Get rid of the last long types in the API. * Use size_t and ssize_t …
(edit) @2303 [2303] 6 months sam * Changed most of the long ints in the API into C99 types. WARNING: this …
(edit) @2302 [2302] 6 months sam * Cosmetic fix for ./configure output when a pkg-module is not found.
(edit) @2301 [2301] 6 months sam * Use CppUnit? for C and C++ unit tests. Sorry, Jylam.
(edit) @2300 [2300] 6 months sam * Changed most "unsigned char" variables into "uint8_t", including in …
(edit) @2299 [2299] 6 months sam * Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
(edit) @2298 [2298] 6 months pterjan Fix args type checks in Caca::Display.new
(edit) @2297 [2297] 6 months pterjan Add few unit tests for Caca::Display
(edit) @2296 [2296] 6 months pterjan Add driver/set_driver/driver=/driver_list methods to Caca::Display, and …
(edit) @2295 [2295] 6 months pterjan We should not free the canvas if it was auto created with the display
(edit) @2294 [2294] 6 months jylam * Fixed cucul_set_canvas_boundaries() bug that prevented good size to be …
(edit) @2265 [2265] 7 months jylam * Removed by-default stack protector from recent gcc's while compiling …
(edit) @2256 [2256] 7 months jylam * Oops, bad type (char instead of uint32) after ellipse rendering …
(edit) @2255 [2255] 7 months jylam * Improved ellipse rendering. Not perfect, but still much better than old …
(edit) @2254 [2254] 7 months jylam * Fixed line transitions (both vertical and horizontal ones)
(edit) @2253 [2253] 7 months sam * -Wshadow was actually put back in configure.ac; removing comment about …
(edit) @2248 [2248] 7 months sam * Don't use mygetopt.c in img2txt if the system has getopt_long. * Fix …
(edit) @2243 [2243] 7 months sam * Get rid of TODO. It's now in Trac (http://libcaca.zoy.org/report/1).
(edit) @2225 [2225] 8 months bsittler build on Mac OS X again
(edit) @2192 [2192] 9 months sam * Fixed the Visual Studio projects so that they build in Release mode.
(edit) @2191 [2191] 9 months sam * Windows build fixes here and there.
(edit)<