|
|
@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.
|
|
|
@3488
|
12 years |
Sam Hocevar |
Add a configure test for dirty rectangle support in libcaca until we …
|
|
|
@3487
|
12 years |
Sam Hocevar |
Add ideas to TODO.
|
|
|
@3486
|
12 years |
Sam Hocevar |
Increased the autorepeat delay in the ncurses and SLang drivers. Now …
|
|
|
@3485
|
12 years |
Sam Hocevar |
Improve dirty rectangle handling in examples/input.c.
|
|
|
@3484
|
12 years |
Sam Hocevar |
Fix a few DOS compilation warnings.
|
|
|
@3483
|
12 years |
Sam Hocevar |
Fix a ruby unit test that made wrong use of Caca::Display.driver_list.
|
|
|
@3482
|
12 years |
Sam Hocevar |
Update the migration documentation to reflect old box drawing API changes.
|
|
|
@3481
|
12 years |
Sam Hocevar |
Fix the text input example now that the box drawing functions take a …
|
|
|
@3480
|
12 years |
Sam Hocevar |
Fix dirty rectangle handling in the X11 and SLang drivers.
|
|
|
@3479
|
12 years |
Pascal Terjan |
Upload a more recent screenshot of neercs
|
|
|
@3478
|
12 years |
Pascal Terjan |
Import/export dirty rectangles
|
|
|
@3477
|
12 years |
Pascal Terjan |
* Use new dirty rectangles API
|
|
|
@3476
|
12 years |
Pascal Terjan |
* Reset dirty rectangle after asking client to refresh (sorry non …
|
|
|
@3475
|
12 years |
Sam Hocevar |
Minor optimisation in configure.ac.
|
|
|
@3474
|
12 years |
Sam Hocevar |
cacaplay: rename "eof" to "has_eof" to prevent shadowing a mingw32 …
|
|
|
@3473
|
12 years |
Sam Hocevar |
A lot of documentation updates here and there, including bugfixes …
|
|
|
@3472
|
12 years |
Sam Hocevar |
Update the Doxygen configuration file to version 1.5.9.
|
|
|
@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.
|
|
|
@3465
|
12 years |
Sam Hocevar |
Added MSVC project files for most example programs.
|
|
|
@3464
|
12 years |
Pascal Terjan |
* Preserve cursor position when resizing screen
|
|
|
@3463
|
12 years |
Pascal Terjan |
* Skip useless some blits
|
|
|
@3462
|
12 years |
Pascal Terjan |
* Only refresh canvas when we'll send refresh, and don't forget that …
|
|
|
@3461
|
12 years |
Pascal Terjan |
* Fix a in_bell unbalanced increment when activating visual bell …
|
|
|
@3460
|
12 years |
Pascal Terjan |
* Mark screen as changed when it gets resized even if …
|
|
|
@3459
|
12 years |
Pascal Terjan |
* Do not lower refresh rate under 5 times per second
|
|
|
@3458
|
12 years |
Pascal Terjan |
* First try at limiting refresh rate on server side, should rather be …
|
|
|
@3457
|
12 years |
Pascal Terjan |
* Adapt refresh rate dynamically and inform the server about it
|
|
|
@3456
|
12 years |
Pascal Terjan |
* Allow configuring max refresh rate
|
|
|
@3455
|
12 years |
Pascal Terjan |
* Don't refresh more than 60 times per second
|
|
|
@3454
|
12 years |
Pascal Terjan |
* Add 2 things to fix
|
|
|
@3453
|
12 years |
Pascal Terjan |
* First incomplete reduction of useless blits
|
|
|
@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 …
|
|
|
@3449
|
12 years |
Sam Hocevar |
Start writing unit tests for the dirty rectangle handling.
|
|
|
@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().
|
|
|
@3446
|
12 years |
Pascal Terjan |
* Move failure to connect to socket into debug, it can be normal
|
|
|
@3445
|
12 years |
Pascal Terjan |
* Do not crash on unknown long option
|
|
|
@3444
|
12 years |
Pascal Terjan |
* Remove a memcpy
|
|
|
@3443
|
12 years |
Sam Hocevar |
Set up the architecture for dirty rectangles.
Dirty rectangles are an …
|
|
|
@3442
|
12 years |
Pascal Terjan |
* Don't refresh when only hidden term changed and we have no thumbnails
|
|
|
@3441
|
12 years |
Pascal Terjan |
* Empty debug file when starting, and give it a better name
|
|
|
@3440
|
12 years |
Pascal Terjan |
* Fix a huge leak I had just introduced
|
|
|
@3439
|
12 years |
Pascal Terjan |
* Add mygetopt.h to sources list
|
|
|
@3438
|
12 years |
Pascal Terjan |
* Avoid a memcpy and allocating 128K on the stack
|
|
|
@3437
|
12 years |
Pascal Terjan |
* Add keybindings to the manpage
|
|
|
@3436
|
12 years |
Pascal Terjan |
* Add command line options and config file syntax to the manpage
|
|
|
@3435
|
12 years |
Pascal Terjan |
* Enforce somme default colors (else negative can't be achieved when …
|
|
|
@3434
|
12 years |
Pascal Terjan |
* Redraw once when getting in visual bell and once after, only
|
|
|
@3433
|
12 years |
Pascal Terjan |
* Fix ansi values for F5-F12 keys
|
|
|
@3432
|
12 years |
Pascal Terjan |
* Reduce useless refresh
|
|
|
@3431
|
12 years |
Pascal Terjan |
* Handle large screens
|
|
|
@3430
|
12 years |
Pascal Terjan |
* Simplify a call to snprintf
|
|
|
@3429
|
12 years |
Sam Hocevar |
Spawn fewer bonus items, try to center sprites despite no longer …
|
|
|
@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 …
|
|
|
@3426
|
12 years |
Sam Hocevar |
Add missing L separators in a few alien sprites.
|
|
|
@3425
|
12 years |
Sam Hocevar |
Convert all data files to ANSI-like files. Additional control …
|
|
|
@3424
|
12 years |
Sam Hocevar |
ttyvaders: go back to the old vertical scrolling
|
|
|
@3423
|
12 years |
Sam Hocevar |
* Toying around with the old ttyvaders version.
|
|
|
@3422
|
12 years |
Sam Hocevar |
Update ignore properties.
|
|
|
@3421
|
12 years |
Sam Hocevar |
Synchronise Visual Studio projects with the current code.
|
|
|
@3420
|
12 years |
Sam Hocevar |
Add missing M_PI definition in wave.c for Win32 compilation.
|
|
|
@3419
|
12 years |
Sam Hocevar |
Make sure that the gdiplus codec initialises GdiPlus? before any …
|
|
|
@3418
|
12 years |
Sam Hocevar |
wave.c: implement pipi_wave() in addition to pipi_sine(). The effect …
|
|
|
@3417
|
12 years |
Sam Hocevar |
context.c: factor some code to gain 180 lines of code.
|
|
|
@3416
|
12 years |
Sam Hocevar |
wave.c: rename pipi_wave() into pipi_sine().
|
|
|
@3415
|
12 years |
Sam Hocevar |
resize.c: add pipi_crop() and the --crop flag.
|
|
|
@3414
|
12 years |
Sam Hocevar |
jpeg.c: fix a huge resource leak in the error codepath of the JPEG codec.
|
|
|
@3413
|
12 years |
Sam Hocevar |
makemovie: new example program; this utility reads a list of images …
|
|
|
@3412
|
12 years |
Sam Hocevar |
Apparently \033 is more common than \x1b for ESC. Use the former in …
|
|
|
@3411
|
12 years |
Sam Hocevar |
mean.c: rename this file into merge.c and implement pipi_merge() for …
|
|
|
@3410
|
12 years |
Sam Hocevar |
wave.c: change the wave arguments. The format is now eg. …
|
|
|
@3409
|
12 years |
Sam Hocevar |
histogram.c: fix a shadowing declaration.
|
|
|
@3408
|
12 years |
Sam Hocevar |
lib-fd.c: accept() may accept NULL as the addrlen argument. Do not …
|
|
|
@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.
|
|
|
@3404
|
12 years |
Sam Hocevar |
Remove occurrences of DATADIR, it conflicts with MinGW's <objidl.h>. …
|
|
|
@3403
|
12 years |
Sam Hocevar |
wave.c: better behaviour around image edges.
|
|
|
@3402
|
12 years |
Sam Hocevar |
Fix a very old crash in the box blur filter that occurred when the …
|
|
|
@3401
|
12 years |
Sam Hocevar |
Fix a crash in the JPEG loader when meeting with ENOENT.
|
|
|
@3400
|
12 years |
Sam Hocevar |
storyboard.c: fix compilation with optimisations disabled.
|
|
|
@3399
|
12 years |
Sam Hocevar |
Properly handle alpha components in the convolution code.
|
|
|
@3398
|
12 years |
Sam Hocevar |
Properly handle alpha components in the resize code.
|
|
|
@3397
|
12 years |
Sam Hocevar |
Add a wave filter for crappy sine effects.
|
|
|
@3396
|
12 years |
Pascal Terjan |
* Improve handling of client death/disconnection
|
|
|
@3395
|
12 years |
carmie |
|
|
|
@3394
|
12 years |
carmie |
|
|
|
@3393
|
12 years |
carmie |
|
|
|