Sam Hocevar
a09f027727
Add the copyright unit test and update copyright information everywhere.
преди 14 години
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
преди 15 години
Sam Hocevar
2a4cccbf34
Clean up .gitignore and documentation build rules.
преди 15 години
Sam Hocevar
1362d8e24f
Update my e-mail address everywhere.
преди 15 години
Sam Hocevar
68bdb1b06e
Preload the example input buffer with Unicode stuff for testing.
преди 15 години
Sam Hocevar
827c233769
Deduce X11 font size from a relevant sample to avoid oversized font
cells. Fixes bug #21 (X11 Unicode support).
преди 15 години
Sam Hocevar
6b199b4951
Fix a compilation warning in conio-snake.cpp.
преди 15 години
Sam Hocevar
68ed0f951c
More warning fixes in conio.c.
преди 15 години
Sam Hocevar
54f96e88a9
Fix various cosmetic errors (Jylam: tiens un highlight gratuit dans ta gueule pour les trailing spaces !)
преди 15 години
Jean-Yves Lamoureux
9b60c942b4
* Added mouse events example
преди 15 години
Sam Hocevar
bf3d41309c
Update source checking test and remove CRLF crap from makefiles.
преди 15 години
Jean-Yves Lamoureux
0b2675c74d
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I THINK NOT!) and lonely tab
преди 15 години
Sam Hocevar
e304d5a314
Add a sanity check for coding style errors.
преди 15 години
Jean-Yves Lamoureux
2b3fce124b
* Indentation fixes
преди 15 години
Jean-Yves Lamoureux
c54a1ff131
* Fix examples/trifiller's color boundaries
преди 15 години
Jean-Yves Lamoureux
2adebb531b
* Make caca_fill_triangle_textured use less arguments, examples/trifiller modified accordingly
преди 15 години
Pascal Terjan
cb5107b070
* Fix build of trifiller with imlib2
преди 15 години
Jean-Yves Lamoureux
4156afb43e
* Add -lm to examples/trifiller. Oops.
преди 15 години
Jean-Yves Lamoureux
67679dc55d
* Added texture mapped triangle routine, float based, arbitrary texture size, to be optimized
* Made compilation under MacOSX 10.6 (Snow Leopard) possible, but breaks 10.4 (Tiger), to be fixed
преди 15 години
Sam Hocevar
8954cd4695
Only build conio-snake if the C++ compiler is functional.
преди 15 години
Sam Hocevar
1255e91165
Add the conio examples to the Visual Studio solution.
преди 15 години
Sam Hocevar
9d2e5ef6d0
Add a simple snake program using the <conio.h> interface.
преди 15 години
Sam Hocevar
104c5a0c5b
Start implementing a full <conio.h> replacement with a libcaca backend.
преди 15 години
Sam Hocevar
644ee4a78a
Coding style: remove tabs and trailing spaces.
преди 15 години
Sam Hocevar
33d2bc2092
Update the Win32 and Win64 ports.
преди 15 години
Sam Hocevar
d3ef2bbecd
Add caca_export_area_to_memory() to export only a selected part of the
current canvas. This is useful to export dirty rectangles. Accordingly,
add caca_import_area_from_memory() and caca_import_area_from_file().
преди 15 години
Sam Hocevar
969e870fe4
Fix the old demo examples so that they don't refresh the screen twice
every frame, causing the mouse to flicker.
преди 15 години
Sam Hocevar
95811ced2d
Manually fix Visual Studio files so that builds do not spew
their crap all over the place. There is still caca-sharp/obj
that it insists on creating (reported as Connect ID 301965).
преди 15 години
Sam Hocevar
17b840d8bc
Improve dirty rectangle handling in examples/input.c.
преди 15 години
Sam Hocevar
143b3c925b
Fix the text input example now that the box drawing functions take a size
as argument.
преди 15 години
Sam Hocevar
b61b93ddd2
Added MSVC project files for most example programs.
преди 15 години
Sam Hocevar
b7ba0adba0
Remove occurrences of DATADIR, it conflicts with MinGW's <objidl.h>.
Fixes ticket #51 .
преди 15 години
Sam Hocevar
34297fcdf9
Fix separate directory build failure caused by caca_types.h.
преди 16 години
Sam Hocevar
4cda200b03
Continuing the libcucul-libcaca merge.
преди 16 години
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.
преди 16 години
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.
преди 16 години
Sam Hocevar
4ea785f818
* Remove all unsigned ints from exported functions. Signed arithmetic is
far better for error checking.
преди 16 години
Sam Hocevar
ec68a634cf
* Get rid of the last long types in the API.
* Use size_t and ssize_t where appropriate.
преди 16 години
Sam Hocevar
f44b5e11fa
* Changed most "unsigned char" variables into "uint8_t", including in
prototypes. As they are equivalent, this does not break the ABI.
преди 16 години
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.
преди 16 години
Sam Hocevar
b8d3f71ae8
* Fix canvas export for the caca format. We now export all frames.
* Fix the sprite import/export example.
преди 17 години
Sam Hocevar
4af5145c38
* Started sprite example. Doesn't work :-)
преди 17 години
Sam Hocevar
b7a785ff38
* Implemented caca_set_display_driver() to change driver at runtime.
преди 17 години
Sam Hocevar
e15e962928
* Implement caca_create_display_with_driver() to specify an output driver
without using environment variables..
* Implement caca_get_display_driver() to return the current display's
output driver.
* Add a simple example program to test caca_create_display_with_driver().
преди 17 години
Sam Hocevar
d06bf76c96
=?utf-8?q?=20=20*=20Implement=20cucul=5Fput=5Ffigchar()=20to=20paste=20FIGlet/TOIlet=20characters=20in
=20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=20=20=20=E2=96=9C=E2=96=9C=20=20=20=20=C2=A0=E2=96=8C=20=E2=96=8C=20=20=20=20=20=20=E2=96=9C=20=20=20=E2=96=8C=E2=96=90
=20=20=20=20=20=20=20=20=20=20=E2=96=99=E2=96=84=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=90=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=96=C2=A0=E2=96=8C=E2=96=96=E2=96=8C=E2=96=9E=E2=96=80=E2=96=96=E2=96=99=E2=96=80=E2=96=96=E2=96=90=20=E2=96=9E=E2=96=80=E2=96=8C=E2=96=90
=20=20=20=20=20=20=20=20=20=20=E2=96=8C=20=E2=96=8C=E2=96=9B=E2=96=80=20=E2=96=90=E2=96=90=20=E2=96=8C=20=E2=96=8C=C2=A0=E2=96=99=E2=96=9A=E2=96=8C=E2=96=8C=20=E2=96=8C=E2=96=8C=20=C2=A0=E2=96=90=20=E2=96=8C=20=E2=96=8C=E2=96=9D
=20=20=20=20=20=20=20=20=20=20=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=20=E2=96=98=E2=96=98=E2=96=9D=E2=96=80=20=C2=A0=E2=96=98=20=E2=96=98=E2=96=9D=E2=96=80=20=E2=96=98=20=20=20=E2=96=98=E2=96=9D=E2=96=80=E2=96=98=E2=96=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
преди 17 години
Sam Hocevar
81d6119762
* Implemented cucul_canvas_set_figfont() from TOIlet’s open_font().
преди 17 години
Sam Hocevar
10bf9f48a7
* Rename "test" to "examples". The former will become a real testsuite.
* Autodetect zzuf in the configure step. It might become handy.
преди 17 години
Sam Hocevar
201ad26639
* Moved stuff again.
преди 19 години
Sam Hocevar
4f59010b4c
* Moved stuff around to differenciate between libcucul and libcaca.
преди 19 години
Sam Hocevar
6d99c79d26
* All output plugins should now work again.
* Renamed caca_refresh() into caca_display() which makes more sense.
* Optimised gl_bgpal by directly storing floats instead of doing the
conversion at runtime.
* Handle resizing in cucul_set_size() and try to keep as much information
as possible from the previous canvas.
* Moved most global variables into cucul_t or caca_t contexts.
* Moved time.c into libcaca.
преди 19 години