|
|
@4096
|
11 years |
Sam Hocevar |
Don't enter glutCheckLoop() from gl_get_event() if there is already an …
|
|
|
@4095
|
11 years |
Sam Hocevar |
Increase profiling timers' sliding mean accuracy.
|
|
|
@4094
|
11 years |
Sam Hocevar |
Gather profiling information in caca_refresh_display() and …
|
|
|
@4093
|
11 years |
Sam Hocevar |
Improve rounding in the internal Win32 sleep method.
|
|
|
@4082
|
11 years |
Sam Hocevar |
Pass Ctrl-C as a keypress to the calling application in the SLang …
|
|
|
@4069
|
11 years |
Pascal Terjan |
* Fix Delete key with X11 driver
|
|
|
@4045
|
11 years |
Sam Hocevar |
Update source checking test and remove CRLF crap from makefiles.
|
|
|
@3994
|
11 years |
Jean-Yves Lamoureux |
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I …
|
|
|
@3987
|
11 years |
Jean-Yves Lamoureux |
* Indentation fixes
|
|
|
@3985
|
11 years |
Jean-Yves Lamoureux |
* Remove trailing spaces (bouh!)
|
|
|
@3984
|
11 years |
Jean-Yves Lamoureux |
* Don't unblock signals in init of SLang
|
|
|
@3983
|
11 years |
Jean-Yves Lamoureux |
* Disable SLang's own SIGINT handler
|
|
|
@3949
|
11 years |
Pascal Terjan |
* Fix non ASCII input in x11 driver
|
|
|
@3926
|
11 years |
Jean-Yves Lamoureux |
* Make caca_fill_triangle_textured use less arguments, …
|
|
|
@3925
|
11 years |
Sam Hocevar |
Preserve default attribute across caca_fill_triangle_texture calls.
|
|
|
@3913
|
11 years |
Sam Hocevar |
Fix an unlikely crash that may happen when the X server cannot open …
|
|
|
@3912
|
11 years |
Jean-Yves Lamoureux |
* Don't use float as loop counters
|
|
|
@3909
|
11 years |
Jean-Yves Lamoureux |
* Added texture mapped triangle routine, float based, arbitrary …
|
|
|
@3905
|
11 years |
Sam Hocevar |
Start working on profiling.
|
|
|
@3904
|
11 years |
Sam Hocevar |
Move debugging methods to caca_debug.h.
|
|
|
@3647
|
11 years |
Sam Hocevar |
Add -lz to Libs.private for static linking.
|
|
|
@3646
|
11 years |
Sam Hocevar |
Mark dithered bitmap array as const.
|
|
|
@3640
|
11 years |
Sam Hocevar |
Make "fullgray" dithering work properly, to force greyscale rendering. …
|
|
|
@3624
|
11 years |
Sam Hocevar |
Fix a typo in the VGA driver.
|
|
|
@3621
|
11 years |
Sam Hocevar |
Include <stdio.h> in the null driver to get NULL.
|
|
|
@3619
|
11 years |
Sam Hocevar |
Better caca_get_event_mouse_button() documentation.
|
|
|
@3618
|
11 years |
Sam Hocevar |
Fix Win32 cross-build by removing one level of aliasing.
|
|
|
@3609
|
11 years |
Sam Hocevar |
Add the conio examples to the Visual Studio solution.
|
|
|
@3608
|
11 years |
Sam Hocevar |
Include <stdio.h> in caca_conio.h to avoid errors when this header is …
|
|
|
@3607
|
11 years |
Sam Hocevar |
Implement conio.h functions cgets(), cputs(), getpass(), movetext(), …
|
|
|
@3606
|
11 years |
Sam Hocevar |
Make the libcaca color values an enum again.
|
|
|
@3604
|
11 years |
Sam Hocevar |
Since caca.h now exports variables, we need declspec(dllimport), …
|
|
|
@3603
|
11 years |
Sam Hocevar |
Move conio functions to the main caca.h header, with their caca_conio_ …
|
|
|
@3602
|
11 years |
Sam Hocevar |
Make conio_refresh() play nicer with the resources when the machine is …
|
|
|
@3601
|
11 years |
Sam Hocevar |
Fix <conio.h> delay(), getch() and kbhit() to avoid busy loops and …
|
|
|
@3596
|
11 years |
Sam Hocevar |
Implement conio.h's getche() and move cursor to top right corner after …
|
|
|
@3595
|
11 years |
Sam Hocevar |
Make caca_printf(), caca_vprintf() and caca_put_str() return the …
|
|
|
@3594
|
11 years |
Sam Hocevar |
Implement conio.h's kbhit().
|
|
|
@3592
|
11 years |
Sam Hocevar |
Add sound(), nosound() and delay() to the conio.h emulation. Even …
|
|
|
@3590
|
11 years |
Pascal Terjan |
* Fix a segfault in rotate_180 on 0 sized canvas
|
|
|
@3588
|
12 years |
Sam Hocevar |
Start implementing a full <conio.h> replacement with a libcaca backend.
|
|
|
@3587
|
12 years |
Sam Hocevar |
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() …
|
|
|
@3586
|
12 years |
Sam Hocevar |
Implement caca_vprintf() to allow third-party variadic functions to …
|
|
|
@3585
|
12 years |
Sam Hocevar |
Show how we could optimise dirty rectangle handling in a box fill. …
|
|
|
@3584
|
12 years |
Sam Hocevar |
I forgot to initialise dirty_disabled in the canvas constructor.
|
|
|
@3583
|
12 years |
Sam Hocevar |
Allow to temporarily disable dirty rectangle handling. This allows for …
|
|
|
@3582
|
12 years |
Sam Hocevar |
Coding style: remove tabs and trailing spaces.
|
|
|
@3581
|
12 years |
Sam Hocevar |
Do not add a dirty rectangle at the cursor's position. It's up to the …
|
|
|
@3580
|
12 years |
Sam Hocevar |
More complex dirty rectangle merging strategy. It's a lot slower in …
|
|
|
@3578
|
12 years |
Sam Hocevar |
Add a comment to the ncurses driver to remember fix the GCC warning.
|
|
|
@3577
|
12 years |
Sam Hocevar |
Update the Win32 and Win64 ports.
|
|
|
@3574
|
12 years |
Pascal Terjan |
* Inform code reader that current algorithm is wrong
|
|
|
@3571
|
12 years |
Sam Hocevar |
Do not smooth the render time; the calling application can do it.
|
|
|
@3570
|
12 years |
Sam Hocevar |
Add a null driver that does absolutely nothing.
|
|
|
@3569
|
12 years |
Sam Hocevar |
Mark the whole canvas as dirty when a dirty rectangle aware driver is …
|
|
|
@3568
|
12 years |
Sam Hocevar |
Store dirty rectangles in a structure list. For now there is still …
|
|
|
@3559
|
12 years |
Pascal Terjan |
* Add dirty rectangles when moving cursor
|
|
|
@3556
|
12 years |
Pascal Terjan |
* When blitting, only add dirty rectangles on changed
lines, or on …
|
|
|
@3554
|
12 years |
Sam Hocevar |
Fix caca_get_char() documentation, courtesy of Romain Bignon.
|
|
|
@3542
|
12 years |
Pascal Terjan |
* Add rotated epsilon
|
|
|
@3510
|
12 years |
Pascal Terjan |
Don't redraw background for more than the dirty rectangle in x11 …
|
|
|
@3505
|
12 years |
Sam Hocevar |
caca_put_char(): only add a dirty rectangle if the paster character is …
|
|
|
@3497
|
12 years |
Pascal Terjan |
Fix limits settings in area export
|
|
|
@3495
|
12 years |
Sam Hocevar |
Add caca_export_area_to_memory() to export only a selected part of the …
|
|
|
@3494
|
12 years |
Sam Hocevar |
Change the dirty rectangle API once again so that calling applications …
|
|
|
@3492
|
12 years |
Sam Hocevar |
Split import.c and export.c to create a new text.c codec file in order …
|
|
|
@3491
|
12 years |
Pascal Terjan |
Revert r3478
|
|
|
@3490
|
12 years |
Sam Hocevar |
Manually fix Visual Studio files so that builds do not spew
their crap …
|
|
|
@3489
|
12 years |
Sam Hocevar |
Add dirty rectangle support to the ncurses and VGA drivers.
|
|
|
@3486
|
12 years |
Sam Hocevar |
Increased the autorepeat delay in the ncurses and SLang drivers. Now …
|
|
|
@3484
|
12 years |
Sam Hocevar |
Fix a few DOS compilation warnings.
|
|
|
@3480
|
12 years |
Sam Hocevar |
Fix dirty rectangle handling in the X11 and SLang drivers.
|
|
|
@3478
|
12 years |
Pascal Terjan |
Import/export dirty rectangles
|
|
|
@3473
|
12 years |
Sam Hocevar |
A lot of documentation updates here and there, including bugfixes …
|
|
|
@3471
|
12 years |
Sam Hocevar |
Optimise the dirty rectangle handling by keeping track of the number …
|
|
|
@3470
|
12 years |
Sam Hocevar |
Change the dirty rectangle API so that it can handle several …
|
|
|
@3469
|
12 years |
Pascal Terjan |
Only redraw empty rectangles in slang driver
|
|
|
@3468
|
12 years |
Pascal Terjan |
Fix empty dirty rectangles detection
|
|
|
@3467
|
12 years |
Pascal Terjan |
* Only redraw dirty rectangle in x11 driver
|
|
|
@3466
|
12 years |
Sam Hocevar |
Add a few svn:ignore properties for Visual Studio cruft.
|
|
|
@3452
|
12 years |
Sam Hocevar |
Fixed libcaca and the Visual Studio solution so that it works
on …
|
|
|
@3451
|
12 years |
Sam Hocevar |
Fix a few implicit cast related warnings on VC++.
|
|
|
@3450
|
12 years |
Sam Hocevar |
Fix a few dirty rectangle bugs found with the unit tests. Let that be …
|
|
|
@3448
|
12 years |
Sam Hocevar |
Finish the dirty rectangle architecture. They are now reliable in the …
|
|
|
@3447
|
12 years |
Sam Hocevar |
Factor code from caca_draw_cp437_box() and caca_draw_thinbox_box().
|
|
|
@3443
|
12 years |
Sam Hocevar |
Set up the architecture for dirty rectangles.
Dirty rectangles are an …
|
|
|
@3428
|
12 years |
Sam Hocevar |
Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to …
|
|
|
@3427
|
12 years |
Sam Hocevar |
import.c: when importing ANSI or UTF-8 files, treat L as a canvas …
|
|
|
@3412
|
12 years |
Sam Hocevar |
Apparently \033 is more common than \x1b for ESC. Use the former in …
|
|
|
@3407
|
12 years |
Sam Hocevar |
Added new Unicode blocks to the built-in font.
|
|
|
@3406
|
12 years |
Sam Hocevar |
transform.c: one more rotated glyph.
|
|
|
@3405
|
12 years |
Sam Hocevar |
transform.c: add new transformation glyphs for various capital letters.
|
|
|
@3333
|
12 years |
Pascal Terjan |
* Add a flip char for 1
|
|
|
@3332
|
12 years |
Pascal Terjan |
* Add a rotate_180 char for G
|
|
|
@3323
|
12 years |
Sam Hocevar |
Create a libcucul.la symlink for distributions such as Gentoo which …
|
|
|
@3284
|
12 years |
bsittler |
preserve column alignment better by breaking cells at spaces; preserve …
|
|
|
@3283
|
12 years |
bsittler |
force a column alignment after each column containing a fullwidth …
|
|
|
@3237
|
12 years |
bsittler |
fix foreground-color and quoting bugs in the "html" exporter; also, …
|
|
|
@3236
|
12 years |
bsittler |
do not split a fullwidth character in the middle. yes, in some …
|
|
|
@3235
|
12 years |
bsittler |
do not expand tabs here. instead, importers need to understand '\t' …
|
|
|