Timeline


and

05/20/09:

16:44 Changeset [3491] by pterjan
Revert r3478
16:20 Changeset [3490] by sam
Manually fix Visual Studio files so that builds do not spew their crap all …
00:48 Changeset [3489] by sam
Add dirty rectangle support to the ncurses and VGA drivers.
00:14 Changeset [3488] by sam
Add a configure test for dirty rectangle support in libcaca until we make …
00:14 Changeset [3487] by sam
Add ideas to TODO.

05/19/09:

23:41 Changeset [3486] by sam
Increased the autorepeat delay in the ncurses and SLang drivers. Now that …
23:41 Changeset [3485] by sam
Improve dirty rectangle handling in examples/input.c.
22:42 Changeset [3484] by sam
Fix a few DOS compilation warnings.
22:42 Changeset [3483] by sam
Fix a ruby unit test that made wrong use of Caca::Display.driver_list.
22:42 Changeset [3482] by sam
Update the migration documentation to reflect old box drawing API changes.
22:42 Changeset [3481] by sam
Fix the text input example now that the box drawing functions take a size …
22:42 Changeset [3480] by sam
Fix dirty rectangle handling in the X11 and SLang drivers.
18:09 Changeset [3479] by pterjan
Upload a more recent screenshot of neercs
18:02 neercs edited by pterjan
(diff)
14:46 Changeset [3478] by pterjan
Import/export dirty rectangles
14:42 Changeset [3477] by pterjan
* Use new dirty rectangles API
13:40 Changeset [3476] by pterjan
* Reset dirty rectangle after asking client to refresh (sorry non libcaca …
03:04 Changeset [3475] by sam
Minor optimisation in configure.ac.
03:03 Changeset [3474] by sam
cacaplay: rename "eof" to "has_eof" to prevent shadowing a mingw32 …
02:52 Changeset [3473] by sam
A lot of documentation updates here and there, including bugfixes dating …
02:52 Changeset [3472] by sam
Update the Doxygen configuration file to version 1.5.9.
02:51 Changeset [3471] by sam
Optimise the dirty rectangle handling by keeping track of the number of …
02:51 Changeset [3470] by sam
Change the dirty rectangle API so that it can handle several rectangles. …
02:09 Ticket #56 (write correct figfont implementation) created by sam
The figfont support functions are a total mess. They must be properly …
02:09 Ticket #55 (document caca_file_* functions) created by sam
The file handling functions must be documented.

05/18/09:

15:02 Changeset [3469] by pterjan
Only redraw empty rectangles in slang driver
14:54 Changeset [3468] by pterjan
Fix empty dirty rectangles detection

05/16/09:

22:14 Changeset [3467] by pterjan
* Only redraw dirty rectangle in x11 driver

05/15/09:

16:42 Changeset [3466] by sam
Add a few svn:ignore properties for Visual Studio cruft.
16:38 Changeset [3465] by sam
Added MSVC project files for most example programs.
13:59 Changeset [3464] by pterjan
* Preserve cursor position when resizing screen
13:28 Changeset [3463] by pterjan
* Skip useless some blits
13:27 Changeset [3462] by pterjan
* Only refresh canvas when we'll send refresh, and don't forget that we …
12:07 Changeset [3461] by pterjan
* Fix a in_bell unbalanced increment when activating visual bell before …
11:49 Changeset [3460] by pterjan
* Mark screen as changed when it gets resized even if resize/add/remove …
11:48 Changeset [3459] by pterjan
* Do not lower refresh rate under 5 times per second

05/14/09:

18:27 Changeset [3458] by pterjan
* First try at limiting refresh rate on server side, should rather be done …
18:16 Changeset [3457] by pterjan
* Adapt refresh rate dynamically and inform the server about it
17:42 Changeset [3456] by pterjan
* Allow configuring max refresh rate
17:27 Changeset [3455] by pterjan
* Don't refresh more than 60 times per second
17:21 Changeset [3454] by pterjan
* Add 2 things to fix
17:20 Changeset [3453] by pterjan
* First incomplete reduction of useless blits
12:04 Changeset [3452] by sam
Fixed libcaca and the Visual Studio solution so that it works on Win64, …
10:43 Changeset [3451] by sam
Fix a few implicit cast related warnings on VC++.
02:18 Changeset [3450] by sam
Fix a few dirty rectangle bugs found with the unit tests. Let that be a …
02:18 Changeset [3449] by sam
Start writing unit tests for the dirty rectangle handling.
02:18 Changeset [3448] by sam
Finish the dirty rectangle architecture. They are now reliable in the …
02:18 Changeset [3447] by sam
Factor code from caca_draw_cp437_box() and caca_draw_thinbox_box().

05/13/09:

15:23 Changeset [3446] by pterjan
* Move failure to connect to socket into debug, it can be normal
14:42 Changeset [3445] by pterjan
* Do not crash on unknown long option
10:56 Changeset [3444] by pterjan
* Remove a memcpy
08:40 Changeset [3443] by sam
Set up the architecture for dirty rectangles. Dirty rectangles are an …

05/12/09:

21:53 Changeset [3442] by pterjan
* Don't refresh when only hidden term changed and we have no thumbnails
14:31 Changeset [3441] by pterjan
* Empty debug file when starting, and give it a better name
13:09 Changeset [3440] by pterjan
* Fix a huge leak I had just introduced
13:04 Changeset [3439] by pterjan
* Add mygetopt.h to sources list
12:55 Changeset [3438] by pterjan
* Avoid a memcpy and allocating 128K on the stack
11:38 Changeset [3437] by pterjan
* Add keybindings to the manpage
11:17 Changeset [3436] by pterjan
* Add command line options and config file syntax to the manpage

05/08/09:

18:01 Changeset [3435] by pterjan
* Enforce somme default colors (else negative can't be achieved when the …
02:15 Changeset [3434] by pterjan
* Redraw once when getting in visual bell and once after, only
01:45 Changeset [3433] by pterjan
* Fix ansi values for F5-F12 keys
01:13 Changeset [3432] by pterjan
* Reduce useless refresh

05/05/09:

18:42 Changeset [3431] by pterjan
* Handle large screens
00:26 Changeset [3430] by pterjan
* Simplify a call to snprintf

04/29/09:

15:37 Changeset [3429] by sam
Spawn fewer bonus items, try to center sprites despite no longer having …
14:22 Changeset [3428] by sam
Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to play …
14:13 Changeset [3427] by sam
import.c: when importing ANSI or UTF-8 files, treat L as a canvas frame …
14:10 Changeset [3426] by sam
Add missing L separators in a few alien sprites.

04/28/09:

23:01 Changeset [3425] by sam
Convert all data files to ANSI-like files. Additional control characters …
23:01 Changeset [3424] by sam
ttyvaders: go back to the old vertical scrolling
18:55 Changeset [3423] by sam
* Toying around with the old ttyvaders version.

04/21/09:

11:30 Changeset [3422] by sam
Update ignore properties.
11:29 Changeset [3421] by sam
Synchronise Visual Studio projects with the current code.
01:57 Changeset [3420] by sam
Add missing M_PI definition in wave.c for Win32 compilation.
01:57 Changeset [3419] by sam
Make sure that the gdiplus codec initialises GdiPlus? before any library …
01:57 Changeset [3418] by sam
wave.c: implement pipi_wave() in addition to pipi_sine(). The effect is …
01:56 Changeset [3417] by sam
context.c: factor some code to gain 180 lines of code.
01:56 Changeset [3416] by sam
wave.c: rename pipi_wave() into pipi_sine().
01:56 Changeset [3415] by sam
resize.c: add pipi_crop() and the --crop flag.

04/20/09:

14:14 git-svn edited by sam
(diff)
14:13 git-svn edited by sam
(diff)
14:13 git-svn edited by sam
new repositories added (diff)
Note: See TracTimeline for information about the timeline view.