|
|
@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.
|
|
|
@2071
|
15 years |
Sam Hocevar |
* Tell doxygen to expand class and extern before parsing anything, …
|
|
|
@2070
|
15 years |
Sam Hocevar |
* Added MSVC project files for the C++ bindings and the C++ test.
|
|
|
@2069
|
15 years |
Sam Hocevar |
* Distribute all MSVC files.
|
|
|
@2068
|
15 years |
Sam Hocevar |
* Code qui fait des warnings == code de porc == deux baffes dans ta gueule.
|
|
|
@2067
|
15 years |
Sam Hocevar |
* Some cleanup in the Ruby bindings Makefile.am.
|
|
|
@2066
|
15 years |
Sam Hocevar |
* Refresh TODO list.
|
|
|
@2065
|
15 years |
Sam Hocevar |
* Added the various C# projects to the Visual Studio solution and …
|
|
|
@2064
|
15 years |
Sam Hocevar |
* Fixed svn properties that git-svn was unable to get straight.
|
|
|
@2063
|
15 years |
Sam Hocevar |
* Damn, under Visual Studio it's _WIN32, not WIN32.
|
|
|
@2062
|
15 years |
Sam Hocevar |
* Switch to caca_create_display(NULL) in a few places to document the
…
|
|
|
@2061
|
15 years |
Sam Hocevar |
* Allow caca_create_display()'s argument to be NULL. It will …
|
|
|
@2060
|
15 years |
Sam Hocevar |
* Added Eriol’s snake.py example, even if it doesn’t use our (out of …
|
|
|
@2059
|
15 years |
Sam Hocevar |
* Add missing entries in the CacaEventKey? enum.
|
|
|
@2058
|
15 years |
Sam Hocevar |
* Implemented C# bindings for ditherBitmap() and added it to the C# test.
|
|
|
@2057
|
15 years |
Sam Hocevar |
* Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and
…
|
|
|
@2056
|
15 years |
Sam Hocevar |
* Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to …
|
|
|
@2055
|
15 years |
Sam Hocevar |
* Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display
…
|
|
|
@2054
|
15 years |
Sam Hocevar |
* Add Linux 2.6's bootsect.S to fix the sample kernel build.
|
|
|
@2053
|
15 years |
Sam Hocevar |
* Check whether CXX can include <iostream> before compiling the C++ …
|
|
|
@2052
|
15 years |
Sam Hocevar |
* Adapt the C# bindings to the event API change.
|
|
|