Sam Hocevar
ee56ef1867
* Added glyphs to our default fonts:
+ Geometric Shapes, Halfwidth and Fullwidth Forms (as suggested by Ben
Wiley Sittler)
+ Miscellaneous Symbols (as suggested by Mohammed Adnène Trojette)
il y a 17 ans
Sam Hocevar
17dc232724
* Add a "make fonts" rule to the makefile for easy updates.
il y a 17 ans
Jean-Yves Lamoureux
f03911b212
* Added rotozoom (and its 1MB header file)
il y a 17 ans
Jean-Yves Lamoureux
927ab4638c
* Added squared transition to cacademo
il y a 18 ans
Jean-Yves Lamoureux
d9adb5fa6d
* Added error checks to cacaplay
il y a 18 ans
Jean-Yves Lamoureux
6b807c1a90
* Added error checks on canvas / display creations
il y a 18 ans
Jean-Yves Lamoureux
389cfcdf70
* Added error detection to truecolor test
il y a 18 ans
Sam Hocevar
66fb91bec2
* The transformation rules didn’t have ⅃ ⅄ ⅂.
il y a 18 ans
Jean-Yves Lamoureux
2276a03dae
* Changed threshold in key events, a bit more natural
il y a 18 ans
Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
il y a 18 ans
Sam Hocevar
33058757da
* Add a no warranty clause to the code.
il y a 18 ans
Sam Hocevar
9afb3060cc
* Fix OpenBSD build.
il y a 18 ans
Sam Hocevar
c158dfea32
* Working Cocoa driver, courtesy of Colin Delacroix <colin@zoy.org>.
il y a 18 ans
Sam Hocevar
77bed4f704
* Got rid of that ugly cv->import member.
il y a 18 ans
Sam Hocevar
a7ac5f9e1e
* Get rid of test/term.c, it's now in its own repository.
* Added back -Wshadow, it's more useful than annoying.
il y a 18 ans
Sam Hocevar
f1f00897c5
* Fix shadowing declarations.
il y a 18 ans
Sam Hocevar
1fd3d09e44
* Do not build test/term if fcntl() is not available. Yes, could be improved.
il y a 18 ans
Sam Hocevar
0dcf397cf4
* Fixed syntax errors.
il y a 18 ans
Sam Hocevar
8acd004674
* Added stuff to the TODO list.
il y a 18 ans
Sam Hocevar
9df4f8a821
* A few improvements to the screen/splitvt clone project.
il y a 18 ans
Sam Hocevar
4f4f887080
* Improved vt220 import by adding a persistent context to canvases.
il y a 18 ans
Sam Hocevar
e1a42d9b42
* Added caca_set_cursor(). Not yet functional.
il y a 18 ans
Sam Hocevar
519216afa2
* Add support for doublewidth characters even if ncurses or SLang don't know
about them.
il y a 18 ans
Jean-Yves Lamoureux
66eebe567c
* .Net : Fixed drawLine() and updated example (rasters rule)
il y a 18 ans
Sam Hocevar
81d9b86799
* Added a test app that swallows two console applications. Switch with C-a.
il y a 18 ans
Sam Hocevar
1756bdf30d
* Improved ANSI importer so that it supports a lot more of what is needed
for basic vt220 emulation.
il y a 18 ans
Sam Hocevar
4a7f7c24b4
* Added a few ideas to the TODO list.
il y a 18 ans
Jean-Yves Lamoureux
00733ed08f
* Added preliminary dither support to .NET bindings
il y a 18 ans
Jean-Yves Lamoureux
e96d4ab9ee
* Added frames to .NET bindings
il y a 18 ans
Jean-Yves Lamoureux
7e33300745
* Updated and/or added most of basic cucul functions. Lacks primitives, frames, dither, and import/export.
il y a 18 ans
Sam Hocevar
c213ac0ecd
* Merged old code by Ol that can be used as a start for the Cocoa driver.
il y a 18 ans
Sam Hocevar
971de92587
* Set version to 0.99.beta11.
* Updated NEWS and ChangeLog.
il y a 18 ans
Sam Hocevar
55765045c8
* Support for CUCUL_DEFAULT and CUCUL_TRANSPARENT in the HTML exporters.
* Updated export test accordingly.
il y a 18 ans
Sam Hocevar
afaf0a0a0c
* Fix a compilation warning by pretending to use seterrno()'s argument
even when it isn't.
il y a 18 ans
Sam Hocevar
bc11640fdf
* Implemented strcmp() and strdup() and added an fflush() stub to the
kernel code.
il y a 18 ans
Sam Hocevar
a17cf905f2
* Added some box drawing glyphs that are used by TOIlet's future.tlf font
to the flip/flop/rotation filters.
il y a 18 ans
Sam Hocevar
12696aaff5
* Don't rely on pkg-config macros for variable substitution. Just in case.
il y a 18 ans
Sam Hocevar
6cc230e20d
* No longer bail out with an error if Imlib2 or Doxygen were not found.
il y a 18 ans
Sam Hocevar
b1bf22a593
* Minor documentation fix.
il y a 18 ans
Sam Hocevar
afed497172
* Added all the glue needed for a Cocoa output driver.
il y a 18 ans
Sam Hocevar
b6d2c75b78
* Minor compilation warning fix. OS X x86 defines "DELAY".
il y a 18 ans
Sam Hocevar
1cdaa755ae
* Documented flip/flop/rotate as being involutive.
* Updated text test.
il y a 18 ans
Sam Hocevar
e37f6aac55
* Renamed the "all" test to "cucul" because it otherwise conflicted with
the automake "all" rule.
il y a 18 ans
Sam Hocevar
fcee80f87d
* Factored terminal title setting code.
* Do not try to set the terminal title if TERM=linux.
il y a 18 ans
Sam Hocevar
dac2f4d57f
* Implemented caca_set_display_title() for ncurses and S-Lang.
il y a 18 ans
Sam Hocevar
54d459067a
* Implemented cucul_get_frame_name() and cucul_set_frame_name().
* Renamed cucul_*_canvas_frame() to cucul_*_frame() because we bloody well
know that a frame belongs to a canvas.
il y a 18 ans
Sam Hocevar
0b3faf2078
* Started writing a full API test. Not sure where it'll lead.
il y a 18 ans
Sam Hocevar
243ca40d7d
* Updated C++ bindings so that they build, at least.
il y a 18 ans
Sam Hocevar
c5426e3e7b
* Add more randomness to the cacademo effects.
* Adapt the swallow test to the display's size.
il y a 18 ans
Sam Hocevar
35ad2eda5a
* Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc.
il y a 18 ans