|
|
@4780
|
11 years |
Sam Hocevar |
ncurses: if terminal doesn't support curs_set(2), try curs_set(1).
|
|
|
@4767
|
11 years |
Sam Hocevar |
Fix a bug in our Xutf8LookupString() usage.
|
|
|
@4766
|
11 years |
Sam Hocevar |
Rename figfont into charfont. We will support far more than figfonts …
|
|
|
@4689
|
12 years |
Sam Hocevar |
Fix the Win32 build: ssize_t was no longer defined.
|
|
|
@4688
|
12 years |
Sam Hocevar |
Convert stuff to Visual Studio 2010. It has <stdint.h>!
|
|
|
@4687
|
12 years |
Sam Hocevar |
Minor tuning to caca_types.h.
|
|
|
@4686
|
12 years |
Sam Hocevar |
Get rid of the build time generated caca_types.h. It sucked.
|
|
|
@4680
|
12 years |
Sam Hocevar |
Link libcaca with -lgnugetopt if necessary.
|
|
|
@4678
|
12 years |
Sam Hocevar |
Remove spurious tabs from source.
|
|
|
@4677
|
12 years |
Sam Hocevar |
Move mygetopt() directly into libcaca, for use by other programs.
|
|
|
@4644
|
12 years |
Sam Hocevar |
Mark the font data as const. We no longer modify it in place.
|
|
|
@4643
|
12 years |
Sam Hocevar |
Comply with cygwin's curses.h implementation.
|
|
|
@4642
|
12 years |
Pascal Terjan |
* Do not force output to be in UTF-8, some people have not switched yet…
|
|
|
@4641
|
12 years |
Pascal Terjan |
* Fix using dead keys on my us_intl keyboard
- Ignore key events …
|
|
|
@4400
|
12 years |
Pascal Terjan |
* Improve rotated T, add P Q R ; 3 4
|
|
|
@4399
|
12 years |
Pascal Terjan |
* Add a rotated T
|
|
|
@4396
|
12 years |
Sam Hocevar |
On Win32 and Win64, define 32-bit C99 types as ints instead of longs, …
|
|
|
@4395
|
12 years |
Sam Hocevar |
Fix a few things in the VS2k8 solution.
|
|
|
@4389
|
12 years |
Sam Hocevar |
A few C89 compilation fixes.
|
|
|
@4387
|
12 years |
Sam Hocevar |
Add new Unicode characters to other transformation routines.
|
|
|
@4386
|
12 years |
Pascal Terjan |
* Add few unicode charecters to the flip table
|
|
|
@4369
|
12 years |
Sam Hocevar |
Add the copyright unit test and update copyright information everywhere.
|
|
|
@4333
|
12 years |
Sam Hocevar |
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
|
|
@4325
|
12 years |
Sam Hocevar |
Fix dllexport usage, courtesy of Carlo Bramini in #48.
|
|
|
@4324
|
12 years |
Sam Hocevar |
Add #undef extern at the end of caca0.h. Thanks to Carlo Bramini for …
|
|
|
@4323
|
12 years |
Sam Hocevar |
Only define CACA_ALIAS with gcc > 3 (instead of >= 3). Patch courtesy …
|
|
|
@4321
|
12 years |
Sam Hocevar |
Add brief documentation to figfont functions.
|
|
|
@4318
|
12 years |
Sam Hocevar |
Document file functions and fix a few issues here and there.
|
|
|
@4304
|
12 years |
Sam Hocevar |
Activate colour toilet font support.
|
|
|
@4302
|
12 years |
Sam Hocevar |
Simpler and more accurate troff colour selection.
|
|
|
@4301
|
12 years |
Pascal Terjan |
* Always draw all background in troff output, on beginning of lines too
|
|
|
@4300
|
12 years |
Sam Hocevar |
Fix the source code to reduce testsuite errors.
|
|
|
@4299
|
12 years |
Pascal Terjan |
* Always draw all background in troff output
|
|
|
@4235
|
12 years |
Pascal Terjan |
* Map colors to the ones known by groff, defining mines don't work
|
|
|
@4228
|
12 years |
Pascal Terjan |
* Improve a bit troff export
|
|
|
@4227
|
12 years |
Pascal Terjan |
* Add experimental troff export
|
|
|
@4220
|
12 years |
Sam Hocevar |
Clean up .gitignore and documentation build rules.
|
|
|
@4149
|
12 years |
Sam Hocevar |
Store built-in fonts in a uin8_t[] instead of char[].
|
|
|
@4148
|
12 years |
Sam Hocevar |
Update my e-mail address everywhere.
|
|
|
@4146
|
12 years |
Sam Hocevar |
Fix an alignment issue in caca_get_canvas_chars() and …
|
|
|
@4145
|
12 years |
Sam Hocevar |
Implement caca_unset_attr() and caca_toggle_attr(). Fixes #7.
|
|
|
@4143
|
12 years |
Sam Hocevar |
Deduce X11 font size from a relevant sample to avoid oversized font …
|
|
|
@4142
|
12 years |
Sam Hocevar |
Call setlocale() in the X11 driver to activate the current locale. If …
|
|
|
@4141
|
12 years |
Sam Hocevar |
Use XwcDrawString? in the X11 driver if font sets are available.
|
|
|
@4140
|
12 years |
Sam Hocevar |
Allow the X11 driver to display Unicode characters if they are in the …
|
|
|
@4139
|
12 years |
Sam Hocevar |
Do not crash in caca_flush_figlet() if no figfont was loaded.
|
|
|
@4131
|
12 years |
Sam Hocevar |
Fix the libcucul symlink installation when /bin/sh points to bash or …
|
|
|
@4130
|
12 years |
Sam Hocevar |
Fix the old "value computed is unused" warning triggered by ncurses.
|
|
|
@4096
|
12 years |
Sam Hocevar |
Don't enter glutCheckLoop() from gl_get_event() if there is already an …
|
|
|
@4095
|
12 years |
Sam Hocevar |
Increase profiling timers' sliding mean accuracy.
|
|
|
@4094
|
12 years |
Sam Hocevar |
Gather profiling information in caca_refresh_display() and …
|
|
|
@4093
|
12 years |
Sam Hocevar |
Improve rounding in the internal Win32 sleep method.
|
|
|
@4082
|
12 years |
Sam Hocevar |
Pass Ctrl-C as a keypress to the calling application in the SLang …
|
|
|
@4069
|
12 years |
Pascal Terjan |
* Fix Delete key with X11 driver
|
|
|
@4045
|
12 years |
Sam Hocevar |
Update source checking test and remove CRLF crap from makefiles.
|
|
|
@3994
|
12 years |
Jean-Yves Lamoureux |
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I …
|
|
|
@3987
|
12 years |
Jean-Yves Lamoureux |
* Indentation fixes
|
|
|
@3985
|
12 years |
Jean-Yves Lamoureux |
* Remove trailing spaces (bouh!)
|
|
|
@3984
|
12 years |
Jean-Yves Lamoureux |
* Don't unblock signals in init of SLang
|
|
|
@3983
|
12 years |
Jean-Yves Lamoureux |
* Disable SLang's own SIGINT handler
|
|
|
@3949
|
13 years |
Pascal Terjan |
* Fix non ASCII input in x11 driver
|
|
|
@3926
|
13 years |
Jean-Yves Lamoureux |
* Make caca_fill_triangle_textured use less arguments, …
|
|
|
@3925
|
13 years |
Sam Hocevar |
Preserve default attribute across caca_fill_triangle_texture calls.
|
|
|
@3913
|
13 years |
Sam Hocevar |
Fix an unlikely crash that may happen when the X server cannot open …
|
|
|
@3912
|
13 years |
Jean-Yves Lamoureux |
* Don't use float as loop counters
|
|
|
@3909
|
13 years |
Jean-Yves Lamoureux |
* Added texture mapped triangle routine, float based, arbitrary …
|
|
|
@3905
|
13 years |
Sam Hocevar |
Start working on profiling.
|
|
|
@3904
|
13 years |
Sam Hocevar |
Move debugging methods to caca_debug.h.
|
|
|
@3647
|
13 years |
Sam Hocevar |
Add -lz to Libs.private for static linking.
|
|
|
@3646
|
13 years |
Sam Hocevar |
Mark dithered bitmap array as const.
|
|
|
@3640
|
13 years |
Sam Hocevar |
Make "fullgray" dithering work properly, to force greyscale rendering. …
|
|
|
@3624
|
13 years |
Sam Hocevar |
Fix a typo in the VGA driver.
|
|
|
@3621
|
13 years |
Sam Hocevar |
Include <stdio.h> in the null driver to get NULL.
|
|
|
@3619
|
13 years |
Sam Hocevar |
Better caca_get_event_mouse_button() documentation.
|
|
|
@3618
|
13 years |
Sam Hocevar |
Fix Win32 cross-build by removing one level of aliasing.
|
|
|
@3609
|
13 years |
Sam Hocevar |
Add the conio examples to the Visual Studio solution.
|
|
|
@3608
|
13 years |
Sam Hocevar |
Include <stdio.h> in caca_conio.h to avoid errors when this header is …
|
|
|
@3607
|
13 years |
Sam Hocevar |
Implement conio.h functions cgets(), cputs(), getpass(), movetext(), …
|
|
|
@3606
|
13 years |
Sam Hocevar |
Make the libcaca color values an enum again.
|
|
|
@3604
|
13 years |
Sam Hocevar |
Since caca.h now exports variables, we need declspec(dllimport), …
|
|
|
@3603
|
13 years |
Sam Hocevar |
Move conio functions to the main caca.h header, with their caca_conio_ …
|
|
|
@3602
|
13 years |
Sam Hocevar |
Make conio_refresh() play nicer with the resources when the machine is …
|
|
|
@3601
|
13 years |
Sam Hocevar |
Fix <conio.h> delay(), getch() and kbhit() to avoid busy loops and …
|
|
|
@3596
|
13 years |
Sam Hocevar |
Implement conio.h's getche() and move cursor to top right corner after …
|
|
|
@3595
|
13 years |
Sam Hocevar |
Make caca_printf(), caca_vprintf() and caca_put_str() return the …
|
|
|
@3594
|
13 years |
Sam Hocevar |
Implement conio.h's kbhit().
|
|
|
@3592
|
13 years |
Sam Hocevar |
Add sound(), nosound() and delay() to the conio.h emulation. Even …
|
|
|
@3590
|
13 years |
Pascal Terjan |
* Fix a segfault in rotate_180 on 0 sized canvas
|
|
|
@3588
|
13 years |
Sam Hocevar |
Start implementing a full <conio.h> replacement with a libcaca backend.
|
|
|
@3587
|
13 years |
Sam Hocevar |
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() …
|
|
|
@3586
|
13 years |
Sam Hocevar |
Implement caca_vprintf() to allow third-party variadic functions to …
|
|
|
@3585
|
13 years |
Sam Hocevar |
Show how we could optimise dirty rectangle handling in a box fill. …
|
|
|
@3584
|
13 years |
Sam Hocevar |
I forgot to initialise dirty_disabled in the canvas constructor.
|
|
|
@3583
|
13 years |
Sam Hocevar |
Allow to temporarily disable dirty rectangle handling. This allows for …
|
|
|
@3582
|
13 years |
Sam Hocevar |
Coding style: remove tabs and trailing spaces.
|
|
|
@3581
|
13 years |
Sam Hocevar |
Do not add a dirty rectangle at the cursor's position. It's up to the …
|
|
|
@3580
|
13 years |
Sam Hocevar |
More complex dirty rectangle merging strategy. It's a lot slower in …
|
|
|
@3578
|
13 years |
Sam Hocevar |
Add a comment to the ncurses driver to remember fix the GCC warning.
|
|
|
@3577
|
13 years |
Sam Hocevar |
Update the Win32 and Win64 ports.
|
|
|
@3574
|
13 years |
Pascal Terjan |
* Inform code reader that current algorithm is wrong
|
|
|