|
|
@327
|
19 years |
Sam Hocevar |
* configure.ac:
+ Release 0.7.
|
|
|
@326
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Fixed a bug in the dithering characters.
|
|
|
@325
|
19 years |
Sam Hocevar |
* src/io.c:
+ Do not report mouse motions if the coordinates did …
|
|
|
@324
|
19 years |
Sam Hocevar |
* test/event.c:
+ Small event lister, similar to X11's xev.
* …
|
|
|
@323
|
19 years |
Sam Hocevar |
* test/spritedit.c:
+ Moved spritedit to the test/ directory, …
|
|
|
@322
|
19 years |
Sam Hocevar |
* libcaca.spec debian/control:
+ Updated the package descriptions …
|
|
|
@321
|
19 years |
Sam Hocevar |
* examples/cacaball.c:
+ 24 metaballs instead of 5, but smaller.
…
|
|
|
@320
|
19 years |
Sam Hocevar |
* examples/cacaball.c:
+ Crop the palette so that it looks a bit …
|
|
|
@319
|
19 years |
Sam Hocevar |
* examples/cacaball.c:
+ Huge coding style overhaul.
+ Display …
|
|
|
@318
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Fixed a compilation warning.
|
|
|
@317
|
19 years |
Sam Hocevar |
* examples/cacaball.c:
+ Metaballs demo program from Jean-Yves …
|
|
|
@316
|
19 years |
Sam Hocevar |
* src/io.c:
+ caca_get_event() and caca_wait_event() now accept a …
|
|
|
@315
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Fixed a bug that caused an infinite loop if …
|
|
|
@314
|
19 years |
Sam Hocevar |
* src/io.c:
+ Fixed a bug that caused ButtonRelease? events to be …
|
|
|
@313
|
19 years |
Sam Hocevar |
* configure.ac:
+ Check for dvips in addition to latex.
* …
|
|
|
@312
|
19 years |
Sam Hocevar |
* libcaca.spec:
+ Install documentation into …
|
|
|
@311
|
19 years |
Sam Hocevar |
* 0.6 branch.
|
|
|
@310
|
19 years |
Sam Hocevar |
* configure.ac NEWS:
+ Prepared the 0.6 release.
* libcaca.spec: …
|
|
|
@309
|
19 years |
Sam Hocevar |
* configure.ac:
+ Search for <slang/slang.h> in addition of <slang.h>.
|
|
|
@308
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Dither H/S/V when looking up the two nearest …
|
|
|
@307
|
19 years |
Sam Hocevar |
* test/hsv.c:
+ Trivial saturation/value rendering test.
|
|
|
@306
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Fixed a minor overflow in the saturation …
|
|
|
@305
|
19 years |
Sam Hocevar |
* src/ examples/ test/:
+ Changed <const type> constructs into …
|
|
|
@304
|
19 years |
Sam Hocevar |
* examples/aafire.c:
+ Do not call caca_get_width() 10000 times …
|
|
|
@303
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Split the drawing of foreground and background …
|
|
|
@302
|
19 years |
Sam Hocevar |
* examples/cacaview.c:
+ If Imlib2 was not activated, warn the …
|
|
|
@301
|
19 years |
Sam Hocevar |
* libcaca.spec:
+ RPM specfile, courtesy of Richard Zidlicky.
* …
|
|
|
@300
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Minor optimisation in caca_set_color().
+ …
|
|
|
@299
|
19 years |
Sam Hocevar |
* examples/cacaview.c:
+ Use sprintf() instead of snprintf() so …
|
|
|
@298
|
19 years |
Sam Hocevar |
* doc/doxygen.cfg.in:
+ Removed caca_internal.h from the list of …
|
|
|
@297
|
19 years |
Sam Hocevar |
* test/dithering.c:
+ Fixed a minor compilation warning.
* …
|
|
|
@296
|
19 years |
Sam Hocevar |
* doc/Makefile.am:
+ Do not install doxygen.png directly, because …
|
|
|
@295
|
19 years |
Sam Hocevar |
* examples/aafire.c:
+ Only quit upon keypress, not mouse motion.
|
|
|
@294
|
19 years |
Sam Hocevar |
* examples/aafire.c:
+ Render cacafire at full speed.
|
|
|
@293
|
19 years |
Sam Hocevar |
* test/optipal.c:
+ Optimised S-Lang palette generator.
* …
|
|
|
@292
|
19 years |
Sam Hocevar |
* Makefile.am:
+ Added a test directory for test programs.
* …
|
|
|
@291
|
19 years |
Sam Hocevar |
* src/caca.c:
+ Do not try the X11 driver if DISPLAY is set to the …
|
|
|
@290
|
19 years |
Sam Hocevar |
* example/:
+ Renamed view.c into cacaview.c.
|
|
|
@289
|
19 years |
Sam Hocevar |
* src/io.c:
+ Fixed mouse support under ncurses and slang.
|
|
|
@288
|
19 years |
Sam Hocevar |
* configure.ac:
+ Error out if Imlib2 was not found. Override with …
|
|
|
@287
|
19 years |
Sam Hocevar |
* src/io.c:
+ Mouse support under X11.
+ Split the mouse …
|
|
|
@286
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Compilation fix.
* src/caca.c:
+ Minor …
|
|
|
@285
|
19 years |
Sam Hocevar |
* src/caca.c:
+ Prefer the X11 driver if $DISPLAY is set.
+ …
|
|
|
@284
|
19 years |
Sam Hocevar |
* configure.ac:
+ Autodetect ncurses, slang and X11.
+ Abort …
|
|
|
@283
|
19 years |
Sam Hocevar |
* 0.5 branch.
|
|
|
@282
|
19 years |
Sam Hocevar |
* configure.ac NEWS debian/changelog:
+ New 0.5 release.
|
|
|
@281
|
19 years |
Sam Hocevar |
* NOTES BUGS:
+ Updated information about the S-Lang colour pair …
|
|
|
@280
|
19 years |
Sam Hocevar |
* src/caca.c:
+ Fixed a compilation bug reported by Thomas …
|
|
|
@279
|
19 years |
Sam Hocevar |
* NOTES:
+ Added a section with a proposed solution to the slang …
|
|
|
@278
|
19 years |
Sam Hocevar |
* 0.4 branch.
|
|
|
@277
|
19 years |
Sam Hocevar |
* debian/control:
+ Added missing dependencies to the -dev …
|
|
|
@276
|
19 years |
Sam Hocevar |
* src/caca.h:
+ Documented CACA_FONT.
|
|
|
@275
|
19 years |
Sam Hocevar |
* doc/Makefile.am:
+ Rename the refman.ps doxygen documentation to …
|
|
|
@274
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Replace CACA_WIDTH and CACA_HEIGHT with …
|
|
|
@273
|
19 years |
Sam Hocevar |
* src/io.c:
+ Mouse support in the X11 driver.
|
|
|
@272
|
19 years |
Sam Hocevar |
* src/graphics:
+ Use XCreateWindow instead of …
|
|
|
@271
|
19 years |
Sam Hocevar |
* debian/control:
+ Build-depend on doxygen and tetex to build …
|
|
|
@270
|
19 years |
Sam Hocevar |
* configure.ac NEWS:
+ Prepared release 0.4.
* src/graphics.c …
|
|
|
@269
|
19 years |
Sam Hocevar |
* src/io.c:
+ Fixed a warning by including <unistd.h>.
+ …
|
|
|
@268
|
19 years |
Sam Hocevar |
* src/io.c:
+ Added caca_wait_event(), a blocking …
|
|
|
@267
|
19 years |
Sam Hocevar |
* More API documentation.
|
|
|
@266
|
19 years |
Sam Hocevar |
* caca.c:
+ Fixed typos in the initialisation code.
|
|
|
@265
|
19 years |
Sam Hocevar |
* src/graphics.c src/caca.c src/io.c:
+ Support for simultaneously …
|
|
|
@264
|
19 years |
Sam Hocevar |
* src/graphics:
+ Initialise default height at 32 (as in aalib).
|
|
|
@263
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Support for CACA_WIDTH, CACA_HEIGHT and …
|
|
|
@262
|
19 years |
Sam Hocevar |
* examples/aafire.c:
+ The image buffer in cacafire was too small.
|
|
|
@261
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Progress in the X11 driver.
+ Fixed a …
|
|
|
@260
|
19 years |
Sam Hocevar |
* debian/rules debian/control:
+ Moved cacafire to the caca-utils …
|
|
|
@258
|
19 years |
Sam Hocevar |
* debian/control:
+ Updated long descriptions.
* …
|
|
|
@257
|
19 years |
Sam Hocevar |
* src/:
+ Doxygenated public functions.
|
|
|
@256
|
19 years |
Sam Hocevar |
* src/caca.h:
+ Documented environment variables.
|
|
|
@255
|
19 years |
Sam Hocevar |
* examples/view.c:
+ Fixed a bug in the loading of 1bpp BMPs.
…
|
|
|
@254
|
19 years |
Sam Hocevar |
* examples/view.c:
+ If Imlib2 is not available, use a custom …
|
|
|
@253
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ If the alpha palette is all-zero, forget the …
|
|
|
@252
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ If the alpha mask is 0, ignore alpha …
|
|
|
@251
|
19 years |
Sam Hocevar |
* src/graphics.c src/io.c:
+ Beginning of an X11 driver. Currently …
|
|
|
@250
|
19 years |
Sam Hocevar |
* configure.ac debian/changelog:
+ Prepare for 0.3 release.
+ …
|
|
|
@249
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Added antialiasing support.
+ Dithering, …
|
|
|
@248
|
19 years |
Sam Hocevar |
* Minor updates to manpages, BUGS, TODO and the Debian control file.
|
|
|
@247
|
19 years |
Sam Hocevar |
* src/caca.c:
+ Moved global variables to src/graphics.c.
* …
|
|
|
@246
|
19 years |
Sam Hocevar |
* src/graphics.c:
+ Internally cache screen width and height.
* …
|
|
|
@245
|
19 years |
Sam Hocevar |
* configure.ac:
+ Set the executable bit of caca-config when …
|
|
|
@244
|
19 years |
Sam Hocevar |
* configure.ac:
+ Removed unused USE_* variables.
+ Export …
|
|
|
@242
|
19 years |
Sam Hocevar |
* 0.2 release.
|
|
|
@241
|
19 years |
Sam Hocevar |
* examples/view.c:
+ Removed last endianness issue.
|
|
|
@240
|
19 years |
Sam Hocevar |
* src/io.c:
+ Removed a useless message.
* src/bitmap.c …
|
|
|
@239
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Fine-tuned the new renderer.
+ Fixed …
|
|
|
@238
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Fixed an endianness issue in the byte reader.
…
|
|
|
@237
|
19 years |
Sam Hocevar |
* src/bitmap.c examples/view.c:
+ Fixed an endianness issue in …
|
|
|
@236
|
19 years |
Sam Hocevar |
* src/caca.c:
+ Minor change to the dithering names.
* TODO:
…
|
|
|
@235
|
19 years |
Sam Hocevar |
* src/caca.c src/caca.h:
+ Added caca_get_dithering_name().
* …
|
|
|
@234
|
19 years |
Sam Hocevar |
* src/caca.c:
+ Test whether ncurses knows xterm-16color before …
|
|
|
@233
|
19 years |
Sam Hocevar |
* examples/view.c:
+ Added top and bottom status lines, like in …
|
|
|
@232
|
19 years |
Sam Hocevar |
* Fixed a C99ism.
|
|
|
@231
|
19 years |
Sam Hocevar |
* configure.ac:
+ Default to ncurses, not slang, because slang …
|
|
|
@230
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Dither chroma outside of rgb2hsv_default().
…
|
|
|
@229
|
19 years |
Sam Hocevar |
* src/bitmap.c:
+ Removed § from the list of default characters …
|
|
|
@228
|
19 years |
Sam Hocevar |
* debian/control:
+ Removed slang1-dev dependency in caca-utils.
…
|
|
|
@227
|
19 years |
Sam Hocevar |
* src/caca.c src/graphics.c:
+ Moved graphics stuff from caca.c to …
|
|
|
@226
|
19 years |
Sam Hocevar |
* NOTES:
+ Added setab/setaf quotes from the XTerm terminfo.
+ …
|
|
|