Sam Hocevar
16d082f859
Fix compilation warnings on platforms without Imlib2.
17年前
Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
17年前
Sam Hocevar
d0140a4fe8
* Fix cucul_file_read() calls in cacaview.
17年前
Sam Hocevar
772899adc6
* Fix cacademo build on systems without imlib-dev.
17年前
Sam Hocevar
6d10f95285
* Make cacaview use cucul_file_t functions.
17年前
Sam Hocevar
f44b5e11fa
* Changed most "unsigned char" variables into "uint8_t", including in
prototypes. As they are equivalent, this does not break the ABI.
17年前
Sam Hocevar
99b5396e8e
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
* Rename what's left of "common.h" to "stubs.h".
* Remove all references to erroneous <inttypes.h> from source files.
17年前
Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
19年前
Sam Hocevar
33058757da
* Add a no warranty clause to the code.
19年前
Sam Hocevar
d1f55fbe8f
* Fix broken Imlib2 support in cacaview.
19年前
Jean-Yves Lamoureux
1b821e2588
* Updated kernel 'driver', still not working, but most of the work is done
19年前
Sam Hocevar
5cb4d4dedf
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
19年前
Sam Hocevar
018fda76e8
* Removed \file directives from all files except caca.h and cucul.h, to
remove redundencies in the Doxygen documentation.
19年前
Sam Hocevar
78b764dbc5
* Renamed "freadint" to "u32fread", and so on.
19年前
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
19年前