|
|
@3624
|
10 years |
Sam Hocevar |
Fix a typo in the VGA driver.
|
|
|
@3623
|
10 years |
Sam Hocevar |
Only build conio-snake if the C++ compiler is functional.
|
|
|
@3621
|
10 years |
Sam Hocevar |
Include <stdio.h> in the null driver to get NULL.
|
|
|
@3620
|
10 years |
Sam Hocevar |
Add atexit() and EOF to the kernel.
|
|
|
@3619
|
10 years |
Sam Hocevar |
Better caca_get_event_mouse_button() documentation.
|
|
|
@3618
|
10 years |
Sam Hocevar |
Fix Win32 cross-build by removing one level of aliasing.
|
|
|
@3609
|
10 years |
Sam Hocevar |
Add the conio examples to the Visual Studio solution.
|
|
|
@3608
|
10 years |
Sam Hocevar |
Include <stdio.h> in caca_conio.h to avoid errors when this header is …
|
|
|
@3607
|
10 years |
Sam Hocevar |
Implement conio.h functions cgets(), cputs(), getpass(), movetext(), …
|
|
|
@3606
|
10 years |
Sam Hocevar |
Make the libcaca color values an enum again.
|
|
|
@3605
|
10 years |
Sam Hocevar |
Add a note about autoreleased canvases in the documentation.
|
|
|
@3604
|
10 years |
Sam Hocevar |
Since caca.h now exports variables, we need declspec(dllimport), …
|
|
|
@3603
|
10 years |
Sam Hocevar |
Move conio functions to the main caca.h header, with their caca_conio_ …
|
|
|
@3602
|
10 years |
Sam Hocevar |
Make conio_refresh() play nicer with the resources when the machine is …
|
|
|
@3601
|
10 years |
Sam Hocevar |
Fix <conio.h> delay(), getch() and kbhit() to avoid busy loops and …
|
|
|
@3600
|
10 years |
Sam Hocevar |
Update the NEWS file with what's been done since the last release.
|
|
|
@3599
|
10 years |
Sam Hocevar |
Do not look for gmcs2. It is an abandoned abomination.
|
|
|
@3598
|
10 years |
Sam Hocevar |
Add a simple snake program using the <conio.h> interface.
|
|
|
@3596
|
10 years |
Sam Hocevar |
Implement conio.h's getche() and move cursor to top right corner after …
|
|
|
@3595
|
10 years |
Sam Hocevar |
Make caca_printf(), caca_vprintf() and caca_put_str() return the …
|
|
|
@3594
|
10 years |
Sam Hocevar |
Implement conio.h's kbhit().
|
|
|
@3593
|
10 years |
Sam Hocevar |
Look for csc and gmcs2 prior to gmcs.
|
|
|
@3592
|
10 years |
Sam Hocevar |
Add sound(), nosound() and delay() to the conio.h emulation. Even …
|
|
|
@3590
|
10 years |
Pascal Terjan |
* Fix a segfault in rotate_180 on 0 sized canvas
|
|
|
@3588
|
10 years |
Sam Hocevar |
Start implementing a full <conio.h> replacement with a libcaca backend.
|
|
|
@3587
|
10 years |
Sam Hocevar |
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() …
|
|
|
@3586
|
10 years |
Sam Hocevar |
Implement caca_vprintf() to allow third-party variadic functions to …
|
|
|
@3585
|
10 years |
Sam Hocevar |
Show how we could optimise dirty rectangle handling in a box fill. …
|
|
|
@3584
|
10 years |
Sam Hocevar |
I forgot to initialise dirty_disabled in the canvas constructor.
|
|
|
@3583
|
10 years |
Sam Hocevar |
Allow to temporarily disable dirty rectangle handling. This allows for …
|
|
|
@3582
|
10 years |
Sam Hocevar |
Coding style: remove tabs and trailing spaces.
|
|
|
@3581
|
10 years |
Sam Hocevar |
Do not add a dirty rectangle at the cursor's position. It's up to the …
|
|
|
@3580
|
10 years |
Sam Hocevar |
More complex dirty rectangle merging strategy. It's a lot slower in …
|
|
|
@3579
|
10 years |
Sam Hocevar |
Add unit tests for efficient dirty rectangle merging.
|
|
|
@3578
|
10 years |
Sam Hocevar |
Add a comment to the ncurses driver to remember fix the GCC warning.
|
|
|
@3577
|
10 years |
Sam Hocevar |
Update the Win32 and Win64 ports.
|
|
|
@3574
|
10 years |
Pascal Terjan |
* Inform code reader that current algorithm is wrong
|
|
|
@3573
|
10 years |
Pascal Terjan |
* Align times on the right!
|
|
|
@3572
|
10 years |
Sam Hocevar |
Use a dummy display to compute benchmark time to avoid relying on <time.h>.
|
|
|
@3571
|
10 years |
Sam Hocevar |
Do not smooth the render time; the calling application can do it.
|
|
|
@3570
|
10 years |
Sam Hocevar |
Add a null driver that does absolutely nothing.
|
|
|
@3569
|
10 years |
Sam Hocevar |
Mark the whole canvas as dirty when a dirty rectangle aware driver is …
|
|
|
@3568
|
10 years |
Sam Hocevar |
Store dirty rectangles in a structure list. For now there is still …
|
|
|
@3567
|
10 years |
Sam Hocevar |
Add explanatory comments to the dirty rectangle unit tests.
|
|
|
@3566
|
10 years |
Pascal Terjan |
* Add some simple bench (part 2, add the interesting file)
|
|
|
@3565
|
10 years |
Pascal Terjan |
* Add some simple bench
|
|
|
@3559
|
10 years |
Pascal Terjan |
* Add dirty rectangles when moving cursor
|
|
|
@3558
|
10 years |
Pascal Terjan |
* Report failures in exit code in caca-test
|
|
|
@3557
|
10 years |
Pascal Terjan |
* Also test blitting with mask
|
|
|
@3556
|
10 years |
Pascal Terjan |
* When blitting, only add dirty rectangles on changed
lines, or on …
|
|
|
@3554
|
10 years |
Sam Hocevar |
Fix caca_get_char() documentation, courtesy of Romain Bignon.
|
|
|
@3553
|
10 years |
Sam Hocevar |
Add a section at the beginning of the Ruby documentation to prevent …
|
|
|
@3542
|
10 years |
Pascal Terjan |
* Add rotated epsilon
|
|
|
@3514
|
11 years |
Pascal Terjan |
Add unit test for memory export/import with caca format
|
|
|
@3513
|
11 years |
Sam Hocevar |
Add more unit tests for the dirty rectangles.
|
|
|
@3512
|
11 years |
Sam Hocevar |
Add C++ warnings to the build process.
|
|
|
@3511
|
11 years |
Sam Hocevar |
Fix import/export related stuff I forgot to update in the Ruby and PHP …
|
|
|
@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 …
|
|
|
@3493
|
11 years |
Sam Hocevar |
Fix the old demo examples so that they don't refresh the screen twice …
|
|
|
@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 …
|
|
|
@3485
|
11 years |
Sam Hocevar |
Improve dirty rectangle handling in examples/input.c.
|
|
|
@3484
|
11 years |
Sam Hocevar |
Fix a few DOS compilation warnings.
|
|
|
@3483
|
11 years |
Sam Hocevar |
Fix a ruby unit test that made wrong use of Caca::Display.driver_list.
|
|
|
@3482
|
11 years |
Sam Hocevar |
Update the migration documentation to reflect old box drawing API changes.
|
|
|
@3481
|
11 years |
Sam Hocevar |
Fix the text input example now that the box drawing functions take a …
|
|
|
@3480
|
11 years |
Sam Hocevar |
Fix dirty rectangle handling in the X11 and SLang drivers.
|
|
|
@3478
|
11 years |
Pascal Terjan |
Import/export dirty rectangles
|
|
|
@3475
|
11 years |
Sam Hocevar |
Minor optimisation in configure.ac.
|
|
|
@3474
|
11 years |
Sam Hocevar |
cacaplay: rename "eof" to "has_eof" to prevent shadowing a mingw32 …
|
|
|
@3473
|
11 years |
Sam Hocevar |
A lot of documentation updates here and there, including bugfixes …
|
|
|
@3472
|
11 years |
Sam Hocevar |
Update the Doxygen configuration file to version 1.5.9.
|
|
|
@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.
|
|
|
@3465
|
11 years |
Sam Hocevar |
Added MSVC project files for most example programs.
|
|
|
@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 …
|
|
|
@3449
|
11 years |
Sam Hocevar |
Start writing unit tests for the dirty rectangle handling.
|
|
|
@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.
|
|
|
@3404
|
11 years |
Sam Hocevar |
Remove occurrences of DATADIR, it conflicts with MinGW's <objidl.h>. …
|
|
|