|
|
@337
|
17 years |
Sam Hocevar |
* configure.ac src/time.c:
+ Look for Sleep in -lkernel32.
* …
|
|
|
@336
|
17 years |
Sam Hocevar |
* src/caca.c src/graphics.c src/io.c src/time.c:
+ Native win32 port.
|
|
|
@334
|
17 years |
Sam Hocevar |
* THANKS examples/cacaplas.c:
+ Updated credits.
* NEWS:
+ …
|
|
|
@333
|
17 years |
Sam Hocevar |
* configure.ac:
+ Check for -lm.
* examples/cacaplas.c:
+ …
|
|
|
@323
|
17 years |
Sam Hocevar |
* test/spritedit.c:
+ Moved spritedit to the test/ directory, …
|
|
|
@321
|
17 years |
Sam Hocevar |
* examples/cacaball.c:
+ 24 metaballs instead of 5, but smaller.
…
|
|
|
@320
|
17 years |
Sam Hocevar |
* examples/cacaball.c:
+ Crop the palette so that it looks a bit …
|
|
|
@319
|
17 years |
Sam Hocevar |
* examples/cacaball.c:
+ Huge coding style overhaul.
+ Display …
|
|
|
@317
|
17 years |
Sam Hocevar |
* examples/cacaball.c:
+ Metaballs demo program from Jean-Yves …
|
|
|
@316
|
17 years |
Sam Hocevar |
* src/io.c:
+ caca_get_event() and caca_wait_event() now accept a …
|
|
|
@314
|
17 years |
Sam Hocevar |
* src/io.c:
+ Fixed a bug that caused ButtonRelease? events to be …
|
|
|
@305
|
17 years |
Sam Hocevar |
* src/ examples/ test/:
+ Changed <const type> constructs into …
|
|
|
@304
|
17 years |
Sam Hocevar |
* examples/aafire.c:
+ Do not call caca_get_width() 10000 times …
|
|
|
@302
|
17 years |
Sam Hocevar |
* examples/cacaview.c:
+ If Imlib2 was not activated, warn the …
|
|
|
@299
|
17 years |
Sam Hocevar |
* examples/cacaview.c:
+ Use sprintf() instead of snprintf() so …
|
|
|
@295
|
17 years |
Sam Hocevar |
* examples/aafire.c:
+ Only quit upon keypress, not mouse motion.
|
|
|
@294
|
17 years |
Sam Hocevar |
* examples/aafire.c:
+ Render cacafire at full speed.
|
|
|
@292
|
17 years |
Sam Hocevar |
* Makefile.am:
+ Added a test directory for test programs.
* …
|
|
|
@291
|
17 years |
Sam Hocevar |
* src/caca.c:
+ Do not try the X11 driver if DISPLAY is set to the …
|
|
|
@290
|
17 years |
Sam Hocevar |
* example/:
+ Renamed view.c into cacaview.c.
|
|
|
@287
|
17 years |
Sam Hocevar |
* src/io.c:
+ Mouse support under X11.
+ Split the mouse …
|
|
|
@268
|
17 years |
Sam Hocevar |
* src/io.c:
+ Added caca_wait_event(), a blocking …
|
|
|
@262
|
17 years |
Sam Hocevar |
* examples/aafire.c:
+ The image buffer in cacafire was too small.
|
|
|
@255
|
17 years |
Sam Hocevar |
* examples/view.c:
+ Fixed a bug in the loading of 1bpp BMPs.
…
|
|
|
@254
|
17 years |
Sam Hocevar |
* examples/view.c:
+ If Imlib2 is not available, use a custom …
|
|
|
@249
|
17 years |
Sam Hocevar |
* src/bitmap.c:
+ Added antialiasing support.
+ Dithering, …
|
|
|
@246
|
17 years |
Sam Hocevar |
* src/graphics.c:
+ Internally cache screen width and height.
* …
|
|
|
@244
|
17 years |
Sam Hocevar |
* configure.ac:
+ Removed unused USE_* variables.
+ Export …
|
|
|
@241
|
17 years |
Sam Hocevar |
* examples/view.c:
+ Removed last endianness issue.
|
|
|
@240
|
17 years |
Sam Hocevar |
* src/io.c:
+ Removed a useless message.
* src/bitmap.c …
|
|
|
@238
|
17 years |
Sam Hocevar |
* src/bitmap.c:
+ Fixed an endianness issue in the byte reader.
…
|
|
|
@237
|
17 years |
Sam Hocevar |
* src/bitmap.c examples/view.c:
+ Fixed an endianness issue in …
|
|
|
@236
|
17 years |
Sam Hocevar |
* src/caca.c:
+ Minor change to the dithering names.
* TODO:
…
|
|
|
@235
|
17 years |
Sam Hocevar |
* src/caca.c src/caca.h:
+ Added caca_get_dithering_name().
* …
|
|
|
@233
|
17 years |
Sam Hocevar |
* examples/view.c:
+ Added top and bottom status lines, like in …
|
|
|
@230
|
17 years |
Sam Hocevar |
* src/bitmap.c:
+ Dither chroma outside of rgb2hsv_default().
…
|
|
|
@226
|
17 years |
Sam Hocevar |
* NOTES:
+ Added setab/setaf quotes from the XTerm terminfo.
+ …
|
|
|
@224
|
17 years |
Sam Hocevar |
* configure.ac:
+ More sensible imlib2 detection, works with …
|
|
|
@217
|
17 years |
Sam Hocevar |
* configure.ac examples/Makefile.am:
+ Added a check for …
|
|
|
@215
|
17 years |
Sam Hocevar |
* examples/:
+ Simple image viewer, cacaview, based on libcaca and …
|
|
|
@213
|
17 years |
Sam Hocevar |
* src/caca.c:
+ Mouse initialisation in ncurses.
* src/io.c:
…
|
|
|
@209
|
17 years |
Sam Hocevar |
* examples/Makefile.am:
+ Compilation fix when libcaca is not …
|
|
|
@208
|
17 years |
Sam Hocevar |
* debian/:
+ Wrote the changelog for the Debian release.
+ …
|
|
|
@206
|
17 years |
Sam Hocevar |
* Disabled gdkpixbuf code.
|
|
|
@204
|
17 years |
Sam Hocevar |
* TODO:
+ A few updates.
* src/blit.c:
+ Split blit() into …
|
|
|
@202
|
17 years |
Sam Hocevar |
* debian/control:
+ Changed section to libs/libdevel instead of …
|
|
|
@199
|
17 years |
Sam Hocevar |
* src/io.c:
+ Renamed sdl_get_key() into sdl_get_event().
+ …
|
|
|
@198
|
17 years |
Sam Hocevar |
* src/io.c src/caca.h:
+ Interpret escape sequences for F1, F2, …
|
|
|
@195
|
17 years |
Sam Hocevar |
* src/blit.c:
+ Hue calculation now uses integers only.
+ …
|
|
|
@193
|
17 years |
Sam Hocevar |
* src/blit.c:
+ Added caca_set_dithering() (unused yet).
+ …
|
|
|
@192
|
17 years |
Sam Hocevar |
* Changed copyleft to LGPL.
|
|
|
@190
|
17 years |
Sam Hocevar |
* 2nd pass in the libcaca rehandling; moved sources to src/ and …
|
|
copied from libcaca/trunk/test:
|
|
|
@185
|
17 years |
Sam Hocevar |
* Renamed libee to libcaca. Far less collisions.
|