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
6a61202a28
* mygetopt.c: fix a parsing issue with short options.
пре 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
e60e274111
* Fix cucul_set_dither_palette() argument types in cacademo.
пре 17 година
Sam Hocevar
8f832a3b47
* Switch a few unsigned int variables to size_t where appropriate.
* Synchronise parameter types in the C++ bindings with the C API.
пре 17 година
Sam Hocevar
ec68a634cf
* Get rid of the last long types in the API.
* Use size_t and ssize_t where appropriate.
пре 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 година
Jean-Yves Lamoureux
b1c13861f4
* Fixed line transitions (both vertical and horizontal ones)
пре 18 година
Sam Hocevar
e4fae06a5e
* Don't use mygetopt.c in img2txt if the system has getopt_long.
* Fix invalid pointer/int cast (Closes #39 ).
пре 18 година
Ben Wiley Sittler
e1603937c7
build on Mac OS X again
пре 18 година
Sam Hocevar
7e75ff3c1d
* Fix the "img2txt: option requires an argument -- h" bug.
пре 18 година
Sam Hocevar
8d9239234f
* Use cucul_get_dither_algorithm_list() and cucul_get_export_list() instead
of hardcoding the feature list in img2txt.
пре 18 година
Pascal Terjan
226717b7f8
* Allow exiting cacafire using the window manager
пре 18 година
Jean-Yves Lamoureux
c2ed045c79
* Added BBCode (French) format to img2txt's help and doc
пре 18 година
Sam Hocevar
9c72677ccf
* Add cucul_get_version() and caca_get_version() and updated C++ bindings
accordingly.
* The C++ test example no longer needs "config.h".
пре 18 година
Sam Hocevar
9da4d7b000
* Made the caca_event_t structure opaque and created a whole bunch of
functions to access its real data. This is a big API change that will
break your software, sorry :(
пре 18 година
Sam Hocevar
0f8aa47b8e
* Escape quits cacaview, and F11 toggles fullscreen.
пре 18 година
Pascal Terjan
ef9545d773
* Handle closing cacaview by window manager
пре 18 година
Sam Hocevar
55bfdceb55
* Update .gitignore after img2irc -> img2txt change.
пре 18 година
Jean-Yves Lamoureux
7d7f4c42e1
* Added switch to control output font size, and updated documentation
accordingly
пре 18 година
Jean-Yves Lamoureux
a4d6ee90fd
* Added version switch
пре 18 година
Jean-Yves Lamoureux
9ecad83135
* Updated documentation to reflect img2irc name change, fixed typo in img2txt help
пре 18 година
Sam Hocevar
63914b4198
* Always include <netinet/in.h> when present, to make header simpler.
пре 18 година
Sam Hocevar
3ab957dcc2
* cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
пре 18 година
Jean-Yves Lamoureux
d6cc372844
* Fixed typo in help
пре 18 година
Jean-Yves Lamoureux
f4f8d0c5dd
* Added imlib2 note on builds without it
пре 18 година
Jean-Yves Lamoureux
4e0b1f5c13
* Added brightness / contrast / gamma support
пре 18 година
Jean-Yves Lamoureux
6a53dfc716
* Fixed bad file error handling, made dither and export errors more informative on program name
пре 18 година
Jean-Yves Lamoureux
885738502b
* Added dither error handling
пре 18 година
Jean-Yves Lamoureux
016460536f
* Added --dither option and updated usage()
пре 18 година
Jean-Yves Lamoureux
eaf8253880
* WTF is a typedef missing ?
пре 18 година
Jean-Yves Lamoureux
3466626a69
* Quick and Dirty hack for DOS ans kernel drivers
пре 18 година
Jean-Yves Lamoureux
f979f0f3a8
* Oops, forgot to add getopt replacement files, omg.
пре 18 година
Jean-Yves Lamoureux
5f07f38ac1
* Replaced img2irc / pic2irc occurences, fixed bad c/c in options list
пре 18 година
Jean-Yves Lamoureux
44e898598f
* Renamed img2irc to a more generic img2txt
пре 18 година
Jean-Yves Lamoureux
2efdd10e16
* Added getopt / mygetopt support to img2irc, and added options to control width, height, and format
пре 18 година
Sam Hocevar
42d54d25c9
* New transition effects: horizontal and vertical lines.
пре 18 година
Sam Hocevar
3624787754
* Updated libcaca and cacaview after the API changes.
пре 18 година
Sam Hocevar
85f2b01bf7
* Added .gitignore files in addition to svn:ignore properties.
пре 18 година
Sam Hocevar
b6edafcb11
* Fixed cacaview’s dithering selection.
пре 18 година
Sam Hocevar
67e2e8d7b6
* Removed malloc() calls from the rotozoom code, put initialisation in the
PREPARE rule and did minor cleanup (SCNR).
пре 18 година
Jean-Yves Lamoureux
44267738ab
* Minor cosmetic changes
пре 18 година
Sam Hocevar
6d843e75b2
* Winsock compilation fixes in cacaserver, courtesy of Ben Wiley Sittler
<bsittler@gmail.com>
пре 18 година
Jean-Yves Lamoureux
f03911b212
* Added rotozoom (and its 1MB header file)
пре 18 година
Jean-Yves Lamoureux
927ab4638c
* Added squared transition to cacademo
пре 19 година
Jean-Yves Lamoureux
d9adb5fa6d
* Added error checks to cacaplay
пре 19 година
Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
пре 19 година