|
|
@4400
|
10 years |
Pascal Terjan |
* Improve rotated T, add P Q R ; 3 4
|
|
|
@4399
|
10 years |
Pascal Terjan |
* Add a rotated T
|
|
|
@4396
|
10 years |
Sam Hocevar |
On Win32 and Win64, define 32-bit C99 types as ints instead of longs, …
|
|
|
@4395
|
10 years |
Sam Hocevar |
Fix a few things in the VS2k8 solution.
|
|
|
@4389
|
10 years |
Sam Hocevar |
A few C89 compilation fixes.
|
|
|
@4387
|
10 years |
Sam Hocevar |
Add new Unicode characters to other transformation routines.
|
|
|
@4386
|
10 years |
Pascal Terjan |
* Add few unicode charecters to the flip table
|
|
|
@4369
|
10 years |
Sam Hocevar |
Add the copyright unit test and update copyright information everywhere.
|
|
|
@4333
|
10 years |
Sam Hocevar |
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
|
|
@4325
|
10 years |
Sam Hocevar |
Fix dllexport usage, courtesy of Carlo Bramini in #48.
|
|
|
@4324
|
10 years |
Sam Hocevar |
Add #undef extern at the end of caca0.h. Thanks to Carlo Bramini for …
|
|
|
@4323
|
10 years |
Sam Hocevar |
Only define CACA_ALIAS with gcc > 3 (instead of >= 3). Patch courtesy …
|
|
|
@4321
|
10 years |
Sam Hocevar |
Add brief documentation to figfont functions.
|
|
|
@4318
|
10 years |
Sam Hocevar |
Document file functions and fix a few issues here and there.
|
|
|
@4304
|
10 years |
Sam Hocevar |
Activate colour toilet font support.
|
|
|
@4302
|
10 years |
Sam Hocevar |
Simpler and more accurate troff colour selection.
|
|
|
@4301
|
10 years |
Pascal Terjan |
* Always draw all background in troff output, on beginning of lines too
|
|
|
@4300
|
10 years |
Sam Hocevar |
Fix the source code to reduce testsuite errors.
|
|
|
@4299
|
10 years |
Pascal Terjan |
* Always draw all background in troff output
|
|
|
@4235
|
10 years |
Pascal Terjan |
* Map colors to the ones known by groff, defining mines don't work
|
|
|
@4228
|
10 years |
Pascal Terjan |
* Improve a bit troff export
|
|
|
@4227
|
10 years |
Pascal Terjan |
* Add experimental troff export
|
|
|
@4220
|
10 years |
Sam Hocevar |
Clean up .gitignore and documentation build rules.
|
|
|
@4149
|
10 years |
Sam Hocevar |
Store built-in fonts in a uin8_t[] instead of char[].
|
|
|
@4148
|
10 years |
Sam Hocevar |
Update my e-mail address everywhere.
|
|
|
@4146
|
10 years |
Sam Hocevar |
Fix an alignment issue in caca_get_canvas_chars() and …
|
|
|
@4145
|
10 years |
Sam Hocevar |
Implement caca_unset_attr() and caca_toggle_attr(). Fixes #7.
|
|
|
@4143
|
10 years |
Sam Hocevar |
Deduce X11 font size from a relevant sample to avoid oversized font …
|
|
|
@4142
|
10 years |
Sam Hocevar |
Call setlocale() in the X11 driver to activate the current locale. If …
|
|
|
@4141
|
10 years |
Sam Hocevar |
Use XwcDrawString? in the X11 driver if font sets are available.
|
|
|
@4140
|
10 years |
Sam Hocevar |
Allow the X11 driver to display Unicode characters if they are in the …
|
|
|
@4139
|
10 years |
Sam Hocevar |
Do not crash in caca_flush_figlet() if no figfont was loaded.
|
|
|
@4131
|
10 years |
Sam Hocevar |
Fix the libcucul symlink installation when /bin/sh points to bash or …
|
|
|
@4130
|
10 years |
Sam Hocevar |
Fix the old "value computed is unused" warning triggered by ncurses.
|
|
|
@4096
|
10 years |
Sam Hocevar |
Don't enter glutCheckLoop() from gl_get_event() if there is already an …
|
|
|
@4095
|
10 years |
Sam Hocevar |
Increase profiling timers' sliding mean accuracy.
|
|
|
@4094
|
10 years |
Sam Hocevar |
Gather profiling information in caca_refresh_display() and …
|
|
|
@4093
|
10 years |
Sam Hocevar |
Improve rounding in the internal Win32 sleep method.
|
|
|
@4082
|
10 years |
Sam Hocevar |
Pass Ctrl-C as a keypress to the calling application in the SLang …
|
|
|
@4069
|
10 years |
Pascal Terjan |
* Fix Delete key with X11 driver
|
|
|
@4045
|
10 years |
Sam Hocevar |
Update source checking test and remove CRLF crap from makefiles.
|
|
|
@3994
|
10 years |
Jean-Yves Lamoureux |
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I …
|
|
|
@3987
|
10 years |
Jean-Yves Lamoureux |
* Indentation fixes
|
|
|
@3985
|
10 years |
Jean-Yves Lamoureux |
* Remove trailing spaces (bouh!)
|
|
|
@3984
|
10 years |
Jean-Yves Lamoureux |
* Don't unblock signals in init of SLang
|
|
|
@3983
|
10 years |
Jean-Yves Lamoureux |
* Disable SLang's own SIGINT handler
|
|
|
@3949
|
10 years |
Pascal Terjan |
* Fix non ASCII input in x11 driver
|
|
|
@3926
|
10 years |
Jean-Yves Lamoureux |
* Make caca_fill_triangle_textured use less arguments, …
|
|
|
@3925
|
10 years |
Sam Hocevar |
Preserve default attribute across caca_fill_triangle_texture calls.
|
|
|
@3913
|
10 years |
Sam Hocevar |
Fix an unlikely crash that may happen when the X server cannot open …
|
|
|
@3912
|
10 years |
Jean-Yves Lamoureux |
* Don't use float as loop counters
|
|
|
@3909
|
10 years |
Jean-Yves Lamoureux |
* Added texture mapped triangle routine, float based, arbitrary …
|
|
|
@3905
|
10 years |
Sam Hocevar |
Start working on profiling.
|
|
|
@3904
|
10 years |
Sam Hocevar |
Move debugging methods to caca_debug.h.
|
|
|
@3647
|
10 years |
Sam Hocevar |
Add -lz to Libs.private for static linking.
|
|
|
@3646
|
10 years |
Sam Hocevar |
Mark dithered bitmap array as const.
|
|
|
@3640
|
10 years |
Sam Hocevar |
Make "fullgray" dithering work properly, to force greyscale rendering. …
|
|
|
@3624
|
10 years |
Sam Hocevar |
Fix a typo in the VGA driver.
|
|
|
@3621
|
10 years |
Sam Hocevar |
Include <stdio.h> in the null driver to get NULL.
|
|
|
@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.
|
|
|
@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 …
|
|
|
@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().
|
|
|
@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 …
|
|
|
@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
|
|
|
@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 …
|
|
|
@3559
|
10 years |
Pascal Terjan |
* Add dirty rectangles when moving cursor
|
|
|
@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.
|
|
|
@3542
|
10 years |
Pascal Terjan |
* Add rotated epsilon
|
|
|
@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 …
|
|
|