|
|
@4705
|
10 years |
Alex Foulon |
* Bind dither functions
|
|
|
@4702
|
10 years |
Jean-Yves Lamoureux |
* Fixed typo in img2txt doc (patch courtesy of Julien Danjou)
* Fixes #85
|
|
|
@4689
|
10 years |
Sam Hocevar |
Fix the Win32 build: ssize_t was no longer defined.
|
|
|
@4688
|
10 years |
Sam Hocevar |
Convert stuff to Visual Studio 2010. It has <stdint.h>!
|
|
|
@4687
|
10 years |
Sam Hocevar |
Minor tuning to caca_types.h.
|
|
|
@4686
|
10 years |
Sam Hocevar |
Get rid of the build time generated caca_types.h. It sucked.
|
|
|
@4680
|
10 years |
Sam Hocevar |
Link libcaca with -lgnugetopt if necessary.
|
|
|
@4679
|
10 years |
Sam Hocevar |
Set version to 0.99beta18.
|
|
|
@4678
|
10 years |
Sam Hocevar |
Remove spurious tabs from source.
|
|
|
@4677
|
10 years |
Sam Hocevar |
Move mygetopt() directly into libcaca, for use by other programs.
|
|
|
@4644
|
10 years |
Sam Hocevar |
Mark the font data as const. We no longer modify it in place.
|
|
|
@4643
|
10 years |
Sam Hocevar |
Comply with cygwin's curses.h implementation.
|
|
|
@4642
|
10 years |
Pascal Terjan |
* Do not force output to be in UTF-8, some people have not switched yet…
|
|
|
@4641
|
10 years |
Pascal Terjan |
* Fix using dead keys on my us_intl keyboard
- Ignore key events …
|
|
|
@4411
|
11 years |
Alex Foulon |
* Bind event functions.
|
|
|
@4410
|
11 years |
Alex Foulon |
* Fix bad condition.
|
|
|
@4409
|
11 years |
Alex Foulon |
* Rename cv variable to pointer.
|
|
|
@4408
|
11 years |
Alex Foulon |
* Add optional pointer argument to Canvas class.
* get_canvas method …
|
|
|
@4405
|
11 years |
Alex Foulon |
* Fix export functions.
|
|
|
@4404
|
11 years |
Alex Foulon |
* Fix get_dirty_rect function.
* Add exceptions for missing methods.
|
|
|
@4403
|
11 years |
Alex Foulon |
* Bind import functions.
|
|
|
@4402
|
11 years |
Alex Foulon |
* Bind export functions.
|
|
|
@4401
|
11 years |
Alex Foulon |
* Fix python Makefile.
|
|
|
@4400
|
11 years |
Pascal Terjan |
* Improve rotated T, add P Q R ; 3 4
|
|
|
@4399
|
11 years |
Pascal Terjan |
* Add a rotated T
|
|
|
@4398
|
11 years |
Sam Hocevar |
New improved ctypes-based Python bindings, by Alex Foulon …
|
|
|
@4396
|
11 years |
Sam Hocevar |
On Win32 and Win64, define 32-bit C99 types as ints instead of longs, …
|
|
|
@4395
|
11 years |
Sam Hocevar |
Fix a few things in the VS2k8 solution.
|
|
|
@4392
|
11 years |
Sam Hocevar |
Clarify the need to bootstrap in README.
|
|
|
@4390
|
11 years |
Sam Hocevar |
Fix the Visual Studio solution.
|
|
|
@4389
|
11 years |
Sam Hocevar |
A few C89 compilation fixes.
|
|
|
@4387
|
11 years |
Sam Hocevar |
Add new Unicode characters to other transformation routines.
|
|
|
@4386
|
11 years |
Pascal Terjan |
* Add few unicode charecters to the flip table
|
|
|
@4385
|
11 years |
Sam Hocevar |
Fix a typo in doc/Makefile.am preventing the documentation to build.
|
|
|
@4369
|
11 years |
Sam Hocevar |
Add the copyright unit test and update copyright information everywhere.
|
|
|
@4363
|
11 years |
Sam Hocevar |
Use Computer Modern fonts instead of that ugly Times.
|
|
|
@4352
|
11 years |
Sam Hocevar |
Make the check-source test more generic.
|
|
|
@4351
|
11 years |
Sam Hocevar |
Get rid of pushd/popd in the testsuite.
|
|
|
@4346
|
11 years |
Sam Hocevar |
Synchronise mygetopt.c with zzuf.
|
|
|
@4341
|
11 years |
Sam Hocevar |
Add triangle texture mapping to NEWS and update ChangeLog?.
|
|
|
@4340
|
11 years |
Sam Hocevar |
Update changelog.
|
|
|
@4339
|
11 years |
Sam Hocevar |
Disable set_dither_palette until we really use it.
|
|
|
@4338
|
11 years |
Sam Hocevar |
Fix distribution of Java source.
|
|
|
@4334
|
11 years |
Sam Hocevar |
Fix ChangeLog?, NEWS and win32/config.h for release 0.99.beta17.
|
|
|
@4333
|
11 years |
Sam Hocevar |
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
|
|
@4332
|
11 years |
Sam Hocevar |
Nicer make check output for our custom tests.
|
|
|
@4331
|
11 years |
Sam Hocevar |
Add missing ruby/test file to the distributed tarball.
|
|
|
@4330
|
11 years |
Sam Hocevar |
Improve changelog generation.
|
|
|
@4328
|
11 years |
Sam Hocevar |
Update logo in the PHP bindings.
|
|
|
@4326
|
11 years |
Sam Hocevar |
Replace the old caca texture with a copy of our new logo.
|
|
|
@4325
|
11 years |
Sam Hocevar |
Fix dllexport usage, courtesy of Carlo Bramini in #48.
|
|
|
@4324
|
11 years |
Sam Hocevar |
Add #undef extern at the end of caca0.h. Thanks to Carlo Bramini for …
|
|
|
@4323
|
11 years |
Sam Hocevar |
Only define CACA_ALIAS with gcc > 3 (instead of >= 3). Patch courtesy …
|
|
|
@4322
|
11 years |
Sam Hocevar |
Do not use htons/htonl in makefont.c, since we already have …
|
|
|
@4321
|
11 years |
Sam Hocevar |
Add brief documentation to figfont functions.
|
|
|
@4320
|
11 years |
Sam Hocevar |
Split check-build into check-doygen, check-source and check-win32.
|
|
|
@4318
|
11 years |
Sam Hocevar |
Document file functions and fix a few issues here and there.
|
|
|
@4317
|
11 years |
Sam Hocevar |
Move some configuration stuff from build-kernel into configure.ac.
|
|
|
@4316
|
11 years |
Sam Hocevar |
Generate a better changelog.
|
|
|
@4304
|
11 years |
Sam Hocevar |
Activate colour toilet font support.
|
|
|
@4303
|
11 years |
Sam Hocevar |
Don't fail the check-build test if documentation was not built.
|
|
|
@4302
|
11 years |
Sam Hocevar |
Simpler and more accurate troff colour selection.
|
|
|
@4301
|
11 years |
Pascal Terjan |
* Always draw all background in troff output, on beginning of lines too
|
|
|
@4300
|
11 years |
Sam Hocevar |
Fix the source code to reduce testsuite errors.
|
|
|
@4299
|
11 years |
Pascal Terjan |
* Always draw all background in troff output
|
|
|
@4298
|
11 years |
Pascal Terjan |
* Unbreak make dist (multiboot.S is dead), but many files in kernel/ …
|
|
|
@4297
|
11 years |
Sam Hocevar |
Fix check-build verbosity.
|
|
|
@4296
|
11 years |
Sam Hocevar |
Fix shrext_cmds usage in configure.ac.
|
|
|
@4292
|
11 years |
Pascal Terjan |
* Add back some missing spaces
|
|
|
@4235
|
11 years |
Pascal Terjan |
* Map colors to the ones known by groff, defining mines don't work
|
|
|
@4229
|
11 years |
Sam Hocevar |
Move conditional java targets to the top of Makefile.am.
|
|
|
@4228
|
11 years |
Pascal Terjan |
* Improve a bit troff export
|
|
|
@4227
|
11 years |
Pascal Terjan |
* Add experimental troff export
|
|
|
@4225
|
11 years |
Pascal Terjan |
* Do not want libjava.jar when we don't build java binding
|
|
|
@4220
|
11 years |
Sam Hocevar |
Clean up .gitignore and documentation build rules.
|
|
|
@4219
|
11 years |
Sam Hocevar |
Clean up files generated by build-kernel in make clean.
|
|
|
@4198
|
11 years |
Sam Hocevar |
Build Java examples and add wrapper scripts to run them.
|
|
|
@4197
|
11 years |
Sam Hocevar |
Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>.
|
|
|
@4160
|
11 years |
Jean-Yves Lamoureux |
* Fix libcaca.a linkage (was off by one argument), fill memory with …
|
|
|
@4159
|
11 years |
Jean-Yves Lamoureux |
* Added 64bits RDTSC support, as well as CPU frequency guess (more …
|
|
|
@4158
|
11 years |
Jean-Yves Lamoureux |
* Fix indentation and add licensing and copyright headers to kernel
|
|
|
@4157
|
11 years |
Jean-Yves Lamoureux |
* Fill CPU id correctly, you dumb fuck.
|
|
|
@4156
|
11 years |
Jean-Yves Lamoureux |
* XCode project file updated for kernel
|
|
|
@4155
|
11 years |
Jean-Yves Lamoureux |
* Forgot kernel build script
|
|
|
@4154
|
11 years |
Jean-Yves Lamoureux |
* Total kernel rewrite
|
|
|
@4149
|
11 years |
Sam Hocevar |
Store built-in fonts in a uin8_t[] instead of char[].
|
|
|
@4148
|
11 years |
Sam Hocevar |
Update my e-mail address everywhere.
|
|
|
@4147
|
11 years |
Sam Hocevar |
Preload the example input buffer with Unicode stuff for testing.
|
|
|
@4146
|
11 years |
Sam Hocevar |
Fix an alignment issue in caca_get_canvas_chars() and …
|
|
|
@4145
|
11 years |
Sam Hocevar |
Implement caca_unset_attr() and caca_toggle_attr(). Fixes #7.
|
|
|
@4144
|
11 years |
Sam Hocevar |
Explicitly link with -lGLU because freeglut may not provide it. Fixes #61.
|
|
|
@4143
|
11 years |
Sam Hocevar |
Deduce X11 font size from a relevant sample to avoid oversized font …
|
|
|
@4142
|
11 years |
Sam Hocevar |
Call setlocale() in the X11 driver to activate the current locale. If …
|
|
|
@4141
|
11 years |
Sam Hocevar |
Use XwcDrawString? in the X11 driver if font sets are available.
|
|
|
@4140
|
11 years |
Sam Hocevar |
Allow the X11 driver to display Unicode characters if they are in the …
|
|
|
@4139
|
11 years |
Sam Hocevar |
Do not crash in caca_flush_figlet() if no figfont was loaded.
|
|
|
@4131
|
11 years |
Sam Hocevar |
Fix the libcucul symlink installation when /bin/sh points to bash or …
|
|
|
@4130
|
11 years |
Sam Hocevar |
Fix the old "value computed is unused" warning triggered by ncurses.
|
|
|
@4129
|
11 years |
Sam Hocevar |
Fix a compilation warning in conio-snake.cpp.
|
|
|
@4128
|
11 years |
Pascal Terjan |
* Add test for import/export of area
|
|
|