Sam Hocevar
edce06f608
* Use UTF-8 instead of ANSI in cacaserver
18 years ago
Sam Hocevar
5c64f0a02d
* Allow cacadraw to open several files; use 'n' and 'p' to cycle.
* Decreased PgUp/PgDn scrolling rate.
18 years ago
Jean-Yves Lamoureux
5eecd73820
* Fixed indentation. I did it myself, I'm a big boy.
18 years ago
Jean-Yves Lamoureux
0244aa366b
* page up / down
18 years ago
Sam Hocevar
b97751b9bc
* Added cacadraw. It only shows files and lets you scroll for now, but
it will eventually evolve into something better.
18 years ago
Sam Hocevar
38c4a8b608
* Implemented cucul_load_file() and cucul_load_memory() to load respectively
a file and a memory area into a libcucul buffer.
* Changed the cucul_import_canvas() prototype so that it uses libcucul
buffers instead of simple memory areas.
18 years ago
Sam Hocevar
9ff93666c6
* Brought the Win32 build back on its wheels.
18 years ago
Sam Hocevar
4a1507c398
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
18 years ago
Sam Hocevar
5cb4d4dedf
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
18 years ago
Sam Hocevar
bde0e5ca7e
* Changed cucul_clear_canvas() again. It now uses the current foreground
and background colours to clear the screen.
18 years ago
Sam Hocevar
2401f2c732
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
cucul_import_canvas().
* Renamed cucul_create_export() into cucul_export_canvas() for consistency.
18 years ago
Sam Hocevar
1ec6544305
* More function mass-renaming: caca_attach -> caca_create_display, etc.
18 years ago
Sam Hocevar
ea3bde92a4
* Added a new "caca" exporter.
* Removed most code from the raw driver and replaced it with a call to the
caca exporter.
* Slightly changed the caca export format and updated code accordingly.
* Improved cacaserver error reporting.
18 years ago
Sam Hocevar
0deb4abc25
* Changed the cucul_dither_bitmap behaviour so that the 4 coordinates are
now x/y/width/height instead of x1/y1/x2/y2. Avoids unnecessary +1/-1
computations.
18 years ago
Sam Hocevar
a4ac581b6f
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
choose the background colour.
18 years ago
Sam Hocevar
18f6532dbc
* Renamed main canvas-related functions so that they have "canvas" in
their name, eg. cucul_create() -> cucul_create_canvas() etc.
* Moved buffer-related functions to cucul/buffer.c.
18 years ago
Sam Hocevar
687a2c43f6
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
18 years ago
Sam Hocevar
246c5b4d67
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
18 years ago
Sam Hocevar
17c065a49e
* Replaced "struct cucul_*" and "struct caca_*" types with opaque typedefs
such as cucul_dither_t instead of struct cucul_dither.
* Made cucul_buffer_t an opaque structure and implemented the two getters
cucul_get_buffer_data() and cucul_get_buffer_size().
* Documented all missing functions and function parameters.
18 years ago
Sam Hocevar
018fda76e8
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
18 years ago
Sam Hocevar
41d475589c
* Renamed cucul_export into cucul_buffer. We'll use it for other things.
18 years ago
Sam Hocevar
52d877a405
* cacaview works again. Somewhat. Image loading is now handled by the
factored common-image.c file. Feature selection such as antialiasing or
dithering mode are still disabled.
18 years ago
Sam Hocevar
78b764dbc5
* Renamed "freadint" to "u32fread", and so on.
18 years ago
Sam Hocevar
1084035890
* Added img2irc program. I know it does not have "cucul" or "caca" in the
name, but as I said, I do what I want. http://zoy.org/~sam/pb7th.png
18 years ago
Sam Hocevar
58ff9ea1f5
* Renamed *bitmap to *dither. Ben ouais connard, je fais ce que je veux.
18 years ago
Sam Hocevar
af4b95f8e6
* Store colour information on 32 bits, for future 12-bit colour support.
18 years ago
Sam Hocevar
6f6b3b3ac2
* Sanity check in cacaserver.c.
18 years ago
Sam Hocevar
a125090228
* Fixed a crash when realloc() returns a new address.
18 years ago
Jean-Yves Lamoureux
a87a65bc82
* Oops, removed unused variable
18 years ago
Jean-Yves Lamoureux
0890243547
* Added Winsock (c)(tm)(r) compatibility
18 years ago
Jean-Yves Lamoureux
146bbb363d
* removed b0rked test. No more pigs, I just commited 500 of them.
18 years ago
Sam Hocevar
87604b8e1d
* Merged caca_wait_event() into caca_get_event() and added a timeout
parameter to do what both functions did before, and even more.
18 years ago
Sam Hocevar
c197f3180e
* Disabled cacaview for now. I'm going to utterly break it.
18 years ago
Sam Hocevar
0e15619e46
* cacaserver works again (but needs a complete rewrite because it's really
become ugly). You can now emulate the previous network driver behaviour
by doing: "CACA_DRIVER=raw cacaplas | cacaserver".
18 years ago
Sam Hocevar
bca049e6d7
* Changed the 2nd argument of cucul_create_export to a string. This way we
can add new exporters without changing the API.
18 years ago
Sam Hocevar
522ed9a04f
* Oops, I barfed that makefile.
18 years ago
Jean-Yves Lamoureux
51f5805c2e
* Added "powered by libcaca" text to all examples for consistency
18 years ago
Sam Hocevar
08a16c80fe
* Removed the network driver and replaced it with a cacaserver executable
that has all the functionality, except it does not work yet (the stdin
reading routine is missing).
18 years ago
Sam Hocevar
2542a4cff4
* Implemented a proof-of-concept cacaplay program that can redisplay a
single frame that was saved by the raw driver.
18 years ago
Sam Hocevar
d660aa1390
* Workaround for automake < 1.6.
18 years ago
Sam Hocevar
f149dc3ac4
* Massive rework of the event handling code, as per the TODO list.
18 years ago
Sam Hocevar
6db26f7487
* Made cucul_putchar32() an internal-only function.
* Changed the line, box, ellipsis etc. prototypes so that they use an UTF-8
string instead of a single character as their last argument.
18 years ago
Sam Hocevar
571de1af04
* Renamed cucul_init()/cucul_end() into cucul_create()/cucul_free().
18 years ago
Sam Hocevar
36886a339e
* Removed the cucul_t * argument from cucul_create_bitmap(). It's not needed.
18 years ago
Sam Hocevar
c979bc6eae
* Changed the cucul_init parameter so that it now directly accepts a
canvas size (use cucul_init(0, 0) for the old behaviour).
18 years ago
Sam Hocevar
57d897a7bf
* Gamma support in cacaview (through the g/G key).
18 years ago
Sam Hocevar
071f31ecc8
* Changed the cacaplas colours. Yeah, I do what I want.
18 years ago
Sam Hocevar
dcaccc744c
* Got rid of useless parameters in cucul_*_bitmap and cucul_*_sprite.
18 years ago
Sam Hocevar
e7deb17101
* Added a lame "powered by libcaca" banner to cacaplas.
18 years ago
Sam Hocevar
31d42c65de
Nan mais avec ma config _,--. ,--._
d'Emacs c'est vraiment \ > `-"""-' < /
impossible qu'il reste `-. .-'
des tabs dans mon code / 'e___e` \
\__ ( (o o) )
HAHAHAHA MAIS _\_ `=' _/_
VIEUX PORC ! / /|`-._.-'|\ \
\ ., / /||_______||\ \
.,|_) _/ /_||=======||_\ \_
_ _______( ,\ ', / _/==|| ||==\_ \
'(-'.` '-``o t__ `'( ^^ ^^ )`'
'/ (") \ /
| t-` \______|______/
\ )_.-` |______|______|
\ .^--| /_| )__| |__(
\_(_\ |_|'[_\ / ] [ \
'[_\ '[_\ `--' `--'
18 years ago