Sam Hocevar
3602fc98be
* The SLang and ncurses drivers now put back the TERM environment variable
if they modified it.
vor 17 Jahren
Sam Hocevar
db1a77f0d0
* Only call glutInit() once through the program's lifetime.
* Free the internal font when closing the GL driver.
* Hide the window when closing the GL driver, because freeglut's
glutDestroyWindow() does not really closes the window.
vor 17 Jahren
Sam Hocevar
367e1ef512
* Fix a tiny use of uninitialised memory in caca_get_event() that may have
lead to deadlocks.
vor 17 Jahren
Sam Hocevar
b7a785ff38
* Implemented caca_set_display_driver() to change driver at runtime.
vor 17 Jahren
Sam Hocevar
e15e962928
* Implement caca_create_display_with_driver() to specify an output driver
without using environment variables..
* Implement caca_get_display_driver() to return the current display's
output driver.
* Add a simple example program to test caca_create_display_with_driver().
vor 17 Jahren
Sam Hocevar
283e1ef70b
* Remove cruft from caca_get_display_driver_list().
vor 17 Jahren
Sam Hocevar
db166f5ec0
* Add #include <cstring> to fix gcc-4.3 build.
vor 17 Jahren
Sam Hocevar
5b2b3e27db
* Implemented caca_get_display_driver_list(), unused yet.
vor 17 Jahren
Sam Hocevar
6132c561c0
* Cocoa driver build fix, courtesy of Ben Wiley Sittler.
vor 17 Jahren
Sam Hocevar
dd6a99a395
* Slight improvement to the Unicode -> ASCII conversion, courtesy of
Ben Wiley Sittler.
vor 17 Jahren
Sam Hocevar
d06bf76c96
=?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in
=20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=20=20=20=E2=96=9C=E2=96=9C=20=20=20=20=C2=A0=E2=96=8C=20=E2=96=8C=20=20=20=20=20=20=E2=96=9C=20=20=20=E2=96=8C=E2=96=90
=20=20=20=20=20=20=20=20=20=20=E2=96=99=E2=96=84=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=90=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=96=C2=A0=E2=96=8C=E2=96=96=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=99=E2=96=80=E2=96=96=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=8C=E2=96=90
=20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=E2=96=9B=E2=96=80=20=E2=96=90=E2=96=90=20=E2=96=8C=20=E2=96=8C=C2=A0=E2=96=99=E2=96=9A=E2=96=8C=E2=96=8C=20=E2=96=8C=E2=96=8C=20=C2=A0=E2=96=90=20=E2=96=8C=20=E2=96=8C=E2=96=9D
=20=20=20=20=20=20=20=20=20=20=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=20=E2=96=98=E2=96=98=E2=96=9D=E2=96=80=20=C2=A0=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=20=E2=96=98=20=20=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=E2=96=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
vor 17 Jahren
Sam Hocevar
81d6119762
* Implemented cucul_canvas_set_figfont() from TOIlet’s open_font().
vor 17 Jahren
Sam Hocevar
fd9749db59
* Import io.c from TOIlet directly into libcucul. Can you see where this
is going?
vor 17 Jahren
Sam Hocevar
2c9232d71a
* Bump version to 0.99.beta14.
vor 17 Jahren
Sam Hocevar
7e75ff3c1d
* Fix the "img2txt: option requires an argument -- h" bug.
vor 17 Jahren
Sam Hocevar
8d9239234f
* Use cucul_get_dither_algorithm_list() and cucul_get_export_list() instead
of hardcoding the feature list in img2txt.
vor 17 Jahren
Pascal Terjan
226717b7f8
* Allow exiting cacafire using the window manager
vor 17 Jahren
Jean-Yves Lamoureux
c2ed045c79
* Added BBCode (French) format to img2txt's help and doc
vor 17 Jahren
Sam Hocevar
ca559d93d8
* Created a tests/ directory for regression tests. Run with "make check".
* Added a first, simple test program.
vor 17 Jahren
Sam Hocevar
ac91d59360
* Add a French BBCode exporter, for use on http://libcaca.skyrock.com/ for
instance.
vor 17 Jahren
Sam Hocevar
10bf9f48a7
* Rename "test" to "examples". The former will become a real testsuite.
* Autodetect zzuf in the configure step. It might become handy.
vor 17 Jahren
Pascal Terjan
694617510f
* cucul.h is needed to build caca part
vor 17 Jahren
Sam Hocevar
1ab0d190f6
* Set version to 0.99.beta13.
* Updated NEWS and ChangeLog.
vor 17 Jahren
Sam Hocevar
fc83359457
* Implemented the empty CuculCanvas constructor.
* Implemented CacaDisplay.Canvas which acts the same as caca_get_canvas().
vor 17 Jahren
Pascal Terjan
98e61bc6dd
* Improve Cucul::Canvas creation
vor 17 Jahren
Pascal Terjan
0456c906e4
* Add Caca::Display#canvas
vor 17 Jahren
Pascal Terjan
a1b474106a
* Allow calling Caca::Display.new without parameter
vor 17 Jahren
Sam Hocevar
daf0085dd7
* Re-add methods that take int as arguments in addition to the Point,
Size and Rectangle versions.
vor 17 Jahren
Sam Hocevar
4acebad20b
* Put the demo text on top of the copper bar, not the contrary.
vor 17 Jahren
Sam Hocevar
9c0f19ecc6
* Minor naming convention changes in the C# bindings.
vor 17 Jahren
Sam Hocevar
6c093b6217
* Generate CLI .config files at configure time so that we can embed the
library version and not rely on .so being present.
vor 17 Jahren
Sam Hocevar
cc34dea271
* Use libtool’s -version-number instead of -version-info and its insane
major/minor computation scheme.
vor 17 Jahren
Pascal Terjan
1f28b391b9
* Rename parameters of draw_box* in Ruby binding
vor 17 Jahren
Sam Hocevar
cad6be5cf6
* Add System.Drawing to the C# project references.
vor 17 Jahren
Sam Hocevar
d657a09759
* Use the bigger font for the C# test scroller.
vor 17 Jahren
Sam Hocevar
752a2f7783
* Add a C# wrapper for cucul_render_canvas().
* Use CuculFont.Render() in the C# test for a nice oldschool effect.
vor 17 Jahren
Sam Hocevar
76477f4ffa
* Started to implement the CuculFont class.
vor 17 Jahren
Sam Hocevar
ad0ad85416
* Implement all line drawing functions (even variadic ones).
vor 17 Jahren
Sam Hocevar
dc159db10c
* Changed the box drawing functions so that their arguments are (point, size)
instead of (point, point). Yeah, I break the ABI again. But who uses these
functions anyway?
vor 17 Jahren
Sam Hocevar
1c03b72337
* Use System.Drawing.Rectangle etc. for cucul-sharp and caca-sharp arguments,
allowing for much cleaner code (at the expense of an extra dependency).
vor 17 Jahren
Pascal Terjan
596e961792
* Add Caca.version and Cucul.version
vor 17 Jahren
Sam Hocevar
1c3f8fee16
* Implemented getVersion() in the C# bindings.
* Slightly improved the C# test program.
vor 17 Jahren
Sam Hocevar
a7debae6f9
* Fix memory leaks that slipped in here and there. We still have 100,000
fewer than Firefox, lol.
vor 17 Jahren
Sam Hocevar
9c72677ccf
* Add cucul_get_version() and caca_get_version() and updated C++ bindings
accordingly.
* The C++ test example no longer needs "config.h".
vor 17 Jahren
Sam Hocevar
024a3713ca
* Minor documentation fix.
vor 17 Jahren
Sam Hocevar
2681508288
* Install CLI bindings to $(libdir)/cucul-sharp and $(libdir)/caca-sharp.
vor 17 Jahren
Sam Hocevar
069f4775f0
* Tell doxygen to expand __class and __extern before parsing anything, so
we don’t end with those ugly identifiers in the documentation.
vor 17 Jahren
Sam Hocevar
cdebb09b64
* Added MSVC project files for the C++ bindings and the C++ test.
vor 17 Jahren
Sam Hocevar
acd7fd5401
* Distribute all MSVC files.
vor 17 Jahren
Sam Hocevar
ffde02419c
* Code qui fait des warnings == code de porc == deux baffes dans ta gueule.
vor 17 Jahren