|
|
@2425
|
15 years |
Sam Hocevar |
* Generate the C++ .pc files at configure time.
|
|
|
@2424
|
15 years |
Sam Hocevar |
* Only install the C++ .pc files if C++ support was activated.
|
|
|
@2423
|
15 years |
Sam Hocevar |
* Install cucul++.pc and caca++.pc in the pkg-config directory.
|
|
|
@2413
|
15 years |
Sam Hocevar |
* Updated version number to 0.99.beta15, so that we can build TOIlet.
|
|
|
@2412
|
15 years |
Sam Hocevar |
* Export cucul_flush_figlet() to the public API. It should be removed …
|
|
|
@2411
|
15 years |
Sam Hocevar |
* Make cacaview use cucul_file_t functions.
|
|
|
@2410
|
15 years |
Sam Hocevar |
* Make deprecated cucul_load_file() use cucul_file_t functions.
|
|
|
@2409
|
15 years |
Sam Hocevar |
* Make cucul_import_file() use cucul_file_t functions.
|
|
|
@2408
|
15 years |
Sam Hocevar |
* Set errno to ENOSYS in unsupported cucul_file_t operations.
|
|
|
@2407
|
15 years |
Sam Hocevar |
* Implement cucul_file_tell().
|
|
|
@2406
|
15 years |
Sam Hocevar |
* Export cucul_file_t operations in the public header.
* Implement …
|
|
|
@2405
|
15 years |
Sam Hocevar |
* makefont is only a system tool: use htons/htonl instead of hton16/hton32.
|
|
|
@2399
|
15 years |
Sam Hocevar |
* Fix cucul_set_dither_palette() argument types in cacademo.
|
|
|
@2398
|
15 years |
Sam Hocevar |
* Remove htons() and htonl() from kernel mode: we use our custom …
|
|
|
@2397
|
15 years |
Sam Hocevar |
* Fix a buffer initialisation issue in the sortchars utility.
|
|
|
@2321
|
15 years |
Jean-Yves Lamoureux |
* Changed Cucul::Rotate() to Cucul::Rotate180() and …
|
|
|
@2316
|
15 years |
Sam Hocevar |
* Put autotools files in a hidden ".auto" directory instead of "autotools".
|
|
|
@2314
|
15 years |
Sam Hocevar |
* Add missing headers to the Visual Studio build files.
|
|
|
@2313
|
15 years |
Sam Hocevar |
* Switch a few unsigned int variables to size_t where appropriate.
* …
|
|
|
@2312
|
15 years |
Sam Hocevar |
* Make Win32 a special case in cucul_types.h.in: it has intptr_t but …
|
|
|
@2309
|
15 years |
Sam Hocevar |
* Started libcaca unit tests.
|
|
|
@2308
|
15 years |
Sam Hocevar |
* Get the project to build in an alternate directory.
|
|
|
@2307
|
15 years |
Sam Hocevar |
* Refresh the .NET bindings. Still not complete, but quite useful already.
|
|
|
@2306
|
15 years |
Sam Hocevar |
* Documentation fixes (due to renamings, some parameters were no …
|
|
|
@2305
|
15 years |
Sam Hocevar |
* Remove all unsigned ints from exported functions. Signed arithmetic …
|
|
|
@2304
|
15 years |
Sam Hocevar |
* Get rid of the last long types in the API.
* Use size_t and …
|
|
|
@2303
|
15 years |
Sam Hocevar |
* Changed most of the long ints in the API into C99 types. WARNING: …
|
|
|
@2302
|
15 years |
Sam Hocevar |
* Cosmetic fix for ./configure output when a pkg-module is not found.
|
|
|
@2301
|
15 years |
Sam Hocevar |
* Use CppUnit? for C and C++ unit tests. Sorry, Jylam.
|
|
|
@2300
|
15 years |
Sam Hocevar |
* Changed most "unsigned char" variables into "uint8_t", including in
…
|
|
|
@2299
|
15 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2298
|
15 years |
Pascal Terjan |
Fix args type checks in Caca::Display.new
|
|
|
@2297
|
15 years |
Pascal Terjan |
Add few unit tests for Caca::Display
|
|
|
@2296
|
15 years |
Pascal Terjan |
Add driver/set_driver/driver=/driver_list methods to Caca::Display, …
|
|
|
@2295
|
15 years |
Pascal Terjan |
We should not free the canvas if it was auto created with the display
|
|
|
@2294
|
15 years |
Jean-Yves Lamoureux |
* Fixed cucul_set_canvas_boundaries() bug that prevented good size to …
|
|
|
@2265
|
15 years |
Jean-Yves Lamoureux |
* Removed by-default stack protector from recent gcc's while compiling …
|
|
|
@2256
|
15 years |
Jean-Yves Lamoureux |
* Oops, bad type (char instead of uint32) after ellipse rendering …
|
|
|
@2255
|
15 years |
Jean-Yves Lamoureux |
* Improved ellipse rendering. Not perfect, but still much better than …
|
|
|
@2254
|
15 years |
Jean-Yves Lamoureux |
* Fixed line transitions (both vertical and horizontal ones)
|
|
|
@2253
|
15 years |
Sam Hocevar |
* -Wshadow was actually put back in configure.ac; removing comment …
|
|
|
@2248
|
15 years |
Sam Hocevar |
* Don't use mygetopt.c in img2txt if the system has getopt_long.
* …
|
|
|
@2243
|
15 years |
Sam Hocevar |
* Get rid of TODO. It's now in Trac (http://libcaca.zoy.org/report/1).
|
|
|
@2225
|
15 years |
bsittler |
build on Mac OS X again
|
|
|
@2192
|
15 years |
Sam Hocevar |
* Fixed the Visual Studio projects so that they build in Release mode.
|
|
|
@2191
|
15 years |
Sam Hocevar |
* Windows build fixes here and there.
|
|
|
@2189
|
15 years |
Sam Hocevar |
* Make it clear that we can use the Windows native console.
|
|
|
@2188
|
15 years |
Sam Hocevar |
* Put back all the shit in struct caca_event to avoid breaking …
|
|
|
@2182
|
15 years |
Jean-Yves Lamoureux |
* FIRST !
|
|
|
@2177
|
15 years |
Sam Hocevar |
* Add figfont.c to the MSVC solution.
|
|
|
@2176
|
15 years |
Sam Hocevar |
* Check for pkg-config before bootstrapping, because autoconf gives a
…
|
|
|
@2147
|
15 years |
Sam Hocevar |
* Fix canvas export for the caca format. We now export all frames.
* …
|
|
|
@2146
|
15 years |
Sam Hocevar |
* Started sprite example. Doesn't work :-)
|
|
|
@2144
|
15 years |
Sam Hocevar |
* Disable file operations in kernel mode.
* Implement strchr() in …
|
|
|
@2142
|
15 years |
Sam Hocevar |
* The SLang and ncurses drivers now put back the TERM environment …
|
|
|
@2141
|
15 years |
Sam Hocevar |
* Only call glutInit() once through the program's lifetime.
* Free …
|
|
|
@2140
|
15 years |
Sam Hocevar |
* Fix a tiny use of uninitialised memory in caca_get_event() that may …
|
|
|
@2139
|
15 years |
Sam Hocevar |
* Implemented caca_set_display_driver() to change driver at runtime.
|
|
|
@2138
|
15 years |
Sam Hocevar |
* Implement caca_create_display_with_driver() to specify an output …
|
|
|
@2137
|
15 years |
Sam Hocevar |
* Remove cruft from caca_get_display_driver_list().
|
|
|
@2136
|
15 years |
Sam Hocevar |
* Add #include <cstring> to fix gcc-4.3 build.
|
|
|
@2135
|
15 years |
Sam Hocevar |
* Implemented caca_get_display_driver_list(), unused yet.
|
|
|
@2129
|
15 years |
Sam Hocevar |
* Cocoa driver build fix, courtesy of Ben Wiley Sittler.
|
|
|
@2128
|
15 years |
Sam Hocevar |
* Slight improvement to the Unicode -> ASCII conversion, courtesy of
…
|
|
|
@2111
|
15 years |
Sam Hocevar |
=?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20 …
|
|
|
@2110
|
15 years |
Sam Hocevar |
* Implemented cucul_canvas_set_figfont() from TOIlet’s open_font().
|
|
|
@2109
|
15 years |
Sam Hocevar |
* Import io.c from TOIlet directly into libcucul. Can you see where …
|
|
|
@2108
|
15 years |
Sam Hocevar |
* Bump version to 0.99.beta14.
|
|
|
@2107
|
15 years |
Sam Hocevar |
* Fix the "img2txt: option requires an argument -- h" bug.
|
|
|
@2106
|
15 years |
Sam Hocevar |
* Use cucul_get_dither_algorithm_list() and cucul_get_export_list() …
|
|
|
@2105
|
15 years |
Pascal Terjan |
* Allow exiting cacafire using the window manager
|
|
|
@2104
|
15 years |
Jean-Yves Lamoureux |
* Added BBCode (French) format to img2txt's help and doc
|
|
|
@2103
|
15 years |
Sam Hocevar |
* Created a tests/ directory for regression tests. Run with "make …
|
|
|
@2102
|
15 years |
Sam Hocevar |
* Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ …
|
|
|
@2101
|
15 years |
Sam Hocevar |
* Rename "test" to "examples". The former will become a real …
|
|
|
@2097
|
15 years |
Pascal Terjan |
* cucul.h is needed to build caca part
|
|
|
@2096
|
15 years |
Sam Hocevar |
* Set version to 0.99.beta13.
* Updated NEWS and ChangeLog?.
|
|
|
@2095
|
15 years |
Sam Hocevar |
* Implemented the empty CuculCanvas? constructor.
* Implemented …
|
|
|
@2094
|
15 years |
Pascal Terjan |
* Improve Cucul::Canvas creation
|
|
|
@2093
|
15 years |
Pascal Terjan |
* Add Caca::Display#canvas
|
|
|
@2092
|
15 years |
Pascal Terjan |
* Allow calling Caca::Display.new without parameter
|
|
|
@2091
|
15 years |
Sam Hocevar |
* Re-add methods that take int as arguments in addition to the Point,
…
|
|
|
@2090
|
15 years |
Sam Hocevar |
* Put the demo text on top of the copper bar, not the contrary.
|
|
|
@2089
|
15 years |
Sam Hocevar |
* Minor naming convention changes in the C# bindings.
|
|
|
@2088
|
15 years |
Sam Hocevar |
* Generate CLI .config files at configure time so that we can embed …
|
|
|
@2087
|
15 years |
Sam Hocevar |
* Use libtool’s -version-number instead of -version-info and its …
|
|
|
@2086
|
15 years |
Pascal Terjan |
* Rename parameters of draw_box* in Ruby binding
|
|
|
@2084
|
15 years |
Sam Hocevar |
* Add System.Drawing to the C# project references.
|
|
|
@2083
|
15 years |
Sam Hocevar |
* Use the bigger font for the C# test scroller.
|
|
|
@2082
|
15 years |
Sam Hocevar |
* Add a C# wrapper for cucul_render_canvas().
* Use …
|
|
|
@2081
|
15 years |
Sam Hocevar |
* Started to implement the CuculFont? class.
|
|
|
@2080
|
15 years |
Sam Hocevar |
* Implement all line drawing functions (even variadic ones).
|
|
|
@2079
|
15 years |
Sam Hocevar |
* Changed the box drawing functions so that their arguments are …
|
|
|
@2078
|
15 years |
Sam Hocevar |
* Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp …
|
|
|
@2077
|
15 years |
Pascal Terjan |
* Add Caca.version and Cucul.version
|
|
|
@2076
|
15 years |
Sam Hocevar |
* Implemented getVersion() in the C# bindings.
* Slightly improved …
|
|
|
@2075
|
15 years |
Sam Hocevar |
* Fix memory leaks that slipped in here and there. We still have …
|
|
|
@2074
|
15 years |
Sam Hocevar |
* Add cucul_get_version() and caca_get_version() and updated C++ …
|
|
|
@2073
|
15 years |
Sam Hocevar |
* Minor documentation fix.
|
|
|
@2072
|
15 years |
Sam Hocevar |
* Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp.
|
|
|