|
|
@3510
|
11 years |
Pascal Terjan |
Don't redraw background for more than the dirty rectangle in x11 …
|
|
|
@3505
|
11 years |
Sam Hocevar |
caca_put_char(): only add a dirty rectangle if the paster character is …
|
|
|
@3497
|
11 years |
Pascal Terjan |
Fix limits settings in area export
|
|
|
@3495
|
11 years |
Sam Hocevar |
Add caca_export_area_to_memory() to export only a selected part of the …
|
|
|
@3494
|
11 years |
Sam Hocevar |
Change the dirty rectangle API once again so that calling applications …
|
|
|
@3492
|
11 years |
Sam Hocevar |
Split import.c and export.c to create a new text.c codec file in order …
|
|
|
@3491
|
11 years |
Pascal Terjan |
Revert r3478
|
|
|
@3490
|
11 years |
Sam Hocevar |
Manually fix Visual Studio files so that builds do not spew
their crap …
|
|
|
@3489
|
11 years |
Sam Hocevar |
Add dirty rectangle support to the ncurses and VGA drivers.
|
|
|
@3486
|
11 years |
Sam Hocevar |
Increased the autorepeat delay in the ncurses and SLang drivers. Now …
|
|
|
@3484
|
11 years |
Sam Hocevar |
Fix a few DOS compilation warnings.
|
|
|
@3480
|
11 years |
Sam Hocevar |
Fix dirty rectangle handling in the X11 and SLang drivers.
|
|
|
@3478
|
11 years |
Pascal Terjan |
Import/export dirty rectangles
|
|
|
@3473
|
11 years |
Sam Hocevar |
A lot of documentation updates here and there, including bugfixes …
|
|
|
@3471
|
11 years |
Sam Hocevar |
Optimise the dirty rectangle handling by keeping track of the number …
|
|
|
@3470
|
11 years |
Sam Hocevar |
Change the dirty rectangle API so that it can handle several …
|
|
|
@3469
|
11 years |
Pascal Terjan |
Only redraw empty rectangles in slang driver
|
|
|
@3468
|
11 years |
Pascal Terjan |
Fix empty dirty rectangles detection
|
|
|
@3467
|
11 years |
Pascal Terjan |
* Only redraw dirty rectangle in x11 driver
|
|
|
@3466
|
11 years |
Sam Hocevar |
Add a few svn:ignore properties for Visual Studio cruft.
|
|
|
@3452
|
11 years |
Sam Hocevar |
Fixed libcaca and the Visual Studio solution so that it works
on …
|
|
|
@3451
|
11 years |
Sam Hocevar |
Fix a few implicit cast related warnings on VC++.
|
|
|
@3450
|
11 years |
Sam Hocevar |
Fix a few dirty rectangle bugs found with the unit tests. Let that be …
|
|
|
@3448
|
11 years |
Sam Hocevar |
Finish the dirty rectangle architecture. They are now reliable in the …
|
|
|
@3447
|
11 years |
Sam Hocevar |
Factor code from caca_draw_cp437_box() and caca_draw_thinbox_box().
|
|
|
@3443
|
11 years |
Sam Hocevar |
Set up the architecture for dirty rectangles.
Dirty rectangles are an …
|
|
|
@3428
|
11 years |
Sam Hocevar |
Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to …
|
|
|
@3427
|
11 years |
Sam Hocevar |
import.c: when importing ANSI or UTF-8 files, treat L as a canvas …
|
|
|
@3412
|
11 years |
Sam Hocevar |
Apparently \033 is more common than \x1b for ESC. Use the former in …
|
|
|
@3407
|
11 years |
Sam Hocevar |
Added new Unicode blocks to the built-in font.
|
|
|
@3406
|
11 years |
Sam Hocevar |
transform.c: one more rotated glyph.
|
|
|
@3405
|
11 years |
Sam Hocevar |
transform.c: add new transformation glyphs for various capital letters.
|
|
|
@3333
|
11 years |
Pascal Terjan |
* Add a flip char for 1
|
|
|
@3332
|
11 years |
Pascal Terjan |
* Add a rotate_180 char for G
|
|
|
@3323
|
11 years |
Sam Hocevar |
Create a libcucul.la symlink for distributions such as Gentoo which …
|
|
|
@3284
|
11 years |
bsittler |
preserve column alignment better by breaking cells at spaces; preserve …
|
|
|
@3283
|
11 years |
bsittler |
force a column alignment after each column containing a fullwidth …
|
|
|
@3237
|
11 years |
bsittler |
fix foreground-color and quoting bugs in the "html" exporter; also, …
|
|
|
@3236
|
11 years |
bsittler |
do not split a fullwidth character in the middle. yes, in some …
|
|
|
@3235
|
11 years |
bsittler |
do not expand tabs here. instead, importers need to understand '\t' …
|
|
|
@3227
|
11 years |
bsittler |
some unicode characters could overflow the buffer; handle more control …
|
|
|
@3224
|
11 years |
bsittler |
optimization: when the canvas is only a single line, we can always …
|
|
|
@3223
|
11 years |
bsittler |
work around table layout bugs by ensuring that if there are multiple …
|
|
|
@3214
|
11 years |
bsittler |
add a <table summary="..." /> attribute so screenreader software does …
|
|
|
@3209
|
11 years |
bsittler |
use a single table cell for adjacent attribute runs provided the …
|
|
|
@3184
|
11 years |
bsittler |
output valid XHTML (it's valid HTML3 too); note that this drops the …
|
|
|
@3182
|
11 years |
bsittler |
fix table border, colors, and quoting of <, ", ', and > in html3 output
|
|
|
@3179
|
11 years |
bsittler |
correctly account for tabs in html3 export
|
|
|
@3168
|
11 years |
bsittler |
now truecolor works
|
|
|
@3167
|
11 years |
bsittler |
now arrow keys, function keys, etc. work
|
|
|
@3130
|
11 years |
nico |
* Check that a caca_figfont was loaded before using it in …
|
|
|
@3125
|
11 years |
Sam Hocevar |
libcaca: add fallback rotated glyphs to cope with third-party software.
|
|
|
@3046
|
11 years |
Jean-Yves Lamoureux |
* Made Cocoa driver BEAUTIFUL ('fixed' default font size to constant …
|
|
|
@2966
|
11 years |
Sam Hocevar |
Fix <cucul.h> installation again.
|
|
|
@2963
|
11 years |
Sam Hocevar |
Add a cucul.h symbolic link upon installation.
|
|
|
@2962
|
11 years |
Sam Hocevar |
libcaca: move codecs and import/export functions into subdirectories.
|
|
|
@2960
|
11 years |
Sam Hocevar |
libcaca: fix a minor warning on DOS targets.
|
|
|
@2900
|
11 years |
Sam Hocevar |
Renamed msvc into win32.
|
|
|
@2898
|
11 years |
Sam Hocevar |
Reorganise MSVC files so that each project is with its source code.
|
|
|
@2896
|
11 years |
Sam Hocevar |
Move stubs.h to caca/caca_stubs.h since it's only used by the library.
|
|
|
@2878
|
11 years |
Sam Hocevar |
libcaca: fix an infinite loop in the .pc file.
|
|
|
@2864
|
11 years |
Sam Hocevar |
configure.ac: use more modern autoconf syntax.
|
|
|
@2858
|
11 years |
Sam Hocevar |
Properly export legacy 0.9 symbols.
|
|
|
@2854
|
11 years |
Sam Hocevar |
Fix for the libcucul symlinks installation, courtesy of Ben Wiley Sittler.
|
|
|
@2853
|
11 years |
bsittler |
switch to weak aliases so it at least compiles on Mac OS X; note that …
|
|
|
@2852
|
11 years |
bsittler |
remove reference to obsolete common.h
|
|
|
@2851
|
11 years |
bsittler |
add missing CUCUL_* compatiblity constants
|
|
|
@2850
|
11 years |
Sam Hocevar |
Support for platforms where shared libraries are not called *.so.
|
|
|
@2831
|
11 years |
Sam Hocevar |
End of the libcucul merge: add symbolic links where appropriate.
|
|
|
@2830
|
11 years |
Sam Hocevar |
caca, cxx: install symlinks for backwards compatibility with libcucul.
|
|
|
@2828
|
11 years |
Sam Hocevar |
.gitignore: ignore caca_types.h.
|
|
|
@2827
|
11 years |
Sam Hocevar |
Add missing svn:ignore SVN properties.
|
|
|
@2826
|
11 years |
Sam Hocevar |
Continue the libcaca/libcucul merge. Source and binary compatibility …
|
|
|
@2821
|
11 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2519
|
11 years |
Sam Hocevar |
* Fix plugin build.
|
|
|
@2517
|
11 years |
Sam Hocevar |
* Check for FTGL in the configure step, because we will use it later.
…
|
|
|
@2306
|
12 years |
Sam Hocevar |
* Documentation fixes (due to renamings, some parameters were no …
|
|
|
@2305
|
12 years |
Sam Hocevar |
* Remove all unsigned ints from exported functions. Signed arithmetic …
|
|
|
@2304
|
12 years |
Sam Hocevar |
* Get rid of the last long types in the API.
* Use size_t and …
|
|
|
@2303
|
12 years |
Sam Hocevar |
* Changed most of the long ints in the API into C99 types. WARNING: …
|
|
|
@2300
|
12 years |
Sam Hocevar |
* Changed most "unsigned char" variables into "uint8_t", including in
…
|
|
|
@2299
|
12 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@2188
|
12 years |
Sam Hocevar |
* Put back all the shit in struct caca_event to avoid breaking …
|
|
|
@2142
|
12 years |
Sam Hocevar |
* The SLang and ncurses drivers now put back the TERM environment …
|
|
|
@2141
|
12 years |
Sam Hocevar |
* Only call glutInit() once through the program's lifetime.
* Free …
|
|
|
@2140
|
12 years |
Sam Hocevar |
* Fix a tiny use of uninitialised memory in caca_get_event() that may …
|
|
|
@2139
|
12 years |
Sam Hocevar |
* Implemented caca_set_display_driver() to change driver at runtime.
|
|
|
@2138
|
12 years |
Sam Hocevar |
* Implement caca_create_display_with_driver() to specify an output …
|
|
|
@2137
|
12 years |
Sam Hocevar |
* Remove cruft from caca_get_display_driver_list().
|
|
|
@2135
|
12 years |
Sam Hocevar |
* Implemented caca_get_display_driver_list(), unused yet.
|
|
|
@2129
|
12 years |
Sam Hocevar |
* Cocoa driver build fix, courtesy of Ben Wiley Sittler.
|
|
|
@2087
|
12 years |
Sam Hocevar |
* Use libtool’s -version-number instead of -version-info and its …
|
|
|
@2074
|
12 years |
Sam Hocevar |
* Add cucul_get_version() and caca_get_version() and updated C++ …
|
|
|
@2073
|
12 years |
Sam Hocevar |
* Minor documentation fix.
|
|
|
@2071
|
12 years |
Sam Hocevar |
* Tell doxygen to expand class and extern before parsing anything, …
|
|
|
@2070
|
12 years |
Sam Hocevar |
* Added MSVC project files for the C++ bindings and the C++ test.
|
|
|
@2063
|
12 years |
Sam Hocevar |
* Damn, under Visual Studio it's _WIN32, not WIN32.
|
|
|
@2061
|
12 years |
Sam Hocevar |
* Allow caca_create_display()'s argument to be NULL. It will …
|
|
|
@2057
|
12 years |
Sam Hocevar |
* Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and
…
|
|
|
@2056
|
12 years |
Sam Hocevar |
* Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to …
|
|
|