Timeline


and

08/02/09:

13:41 Changeset [3608] by sam
Include <stdio.h> in caca_conio.h to avoid errors when this header is …
13:09 Changeset [3607] by sam
Implement conio.h functions cgets(), cputs(), getpass(), movetext(), …
13:09 Changeset [3606] by sam
Make the libcaca color values an enum again.
13:09 Changeset [3605] by sam
Add a note about autoreleased canvases in the documentation.
13:09 Changeset [3604] by sam
Since caca.h now exports variables, we need declspec(dllimport), …
13:09 Changeset [3603] by sam
Move conio functions to the main caca.h header, with their caca_conio_ …
13:09 Changeset [3602] by sam
Make conio_refresh() play nicer with the resources when the machine is …
13:09 Changeset [3601] by sam
Fix <conio.h> delay(), getch() and kbhit() to avoid busy loops and ensure …
13:08 Changeset [3600] by sam
Update the NEWS file with what's been done since the last release.
13:08 Changeset [3599] by sam
Do not look for gmcs2. It is an abandoned abomination.

08/01/09:

16:50 Changeset [3598] by sam
Add a simple snake program using the <conio.h> interface.

07/31/09:

10:24 Changeset [3597] by sam
Do not touch the alpha layer in pipi_contrast().
02:01 Changeset [3596] by sam
Implement conio.h's getche() and move cursor to top right corner after a …
02:01 Changeset [3595] by sam
Make caca_printf(), caca_vprintf() and caca_put_str() return the number of …
02:01 Changeset [3594] by sam
Implement conio.h's kbhit().

07/30/09:

22:11 Changeset [3593] by sam
Look for csc and gmcs2 prior to gmcs.
22:10 Changeset [3592] by sam
Add sound(), nosound() and delay() to the conio.h emulation. Even though …

07/29/09:

23:34 Changeset [3591] by sam
Fix the FFmpeg libraries detection.
18:00 Changeset [3590] by pterjan
* Fix a segfault in rotate_180 on 0 sized canvas
11:18 Changeset [3589] by sam
Fix build without CGAL.

07/27/09:

01:26 Changeset [3588] by sam
Start implementing a full <conio.h> replacement with a libcaca backend.
01:26 Changeset [3587] by sam
Rename caca_get_cursor_x() and caca_get_cursor_y() to caca_wherex() and …
01:26 Changeset [3586] by sam
Implement caca_vprintf() to allow third-party variadic functions to call …
01:25 Changeset [3585] by sam
Show how we could optimise dirty rectangle handling in a box fill. …

07/26/09:

21:21 Changeset [3584] by sam
I forgot to initialise dirty_disabled in the canvas constructor.
21:17 Changeset [3583] by sam
Allow to temporarily disable dirty rectangle handling. This allows for …
21:17 Changeset [3582] by sam
Coding style: remove tabs and trailing spaces.
21:17 Changeset [3581] by sam
Do not add a dirty rectangle at the cursor's position. It's up to the …
18:20 Changeset [3580] by sam
More complex dirty rectangle merging strategy. It's a lot slower in some …
18:20 Changeset [3579] by sam
Add unit tests for efficient dirty rectangle merging.
18:20 Changeset [3578] by sam
Add a comment to the ncurses driver to remember fix the GCC warning.

07/24/09:

18:39 Changeset [3577] by sam
Update the Win32 and Win64 ports.
17:18 Changeset [3576] by pterjan
* Add even more info!
17:00 Changeset [3575] by pterjan
* Add a bit moreinformation in README
16:46 Changeset [3574] by pterjan
* Inform code reader that current algorithm is wrong
16:45 Changeset [3573] by pterjan
* Align times on the right!
08:49 Changeset [3572] by sam
Use a dummy display to compute benchmark time to avoid relying on …
08:48 Changeset [3571] by sam
Do not smooth the render time; the calling application can do it.
08:48 Changeset [3570] by sam
Add a null driver that does absolutely nothing.
08:48 Changeset [3569] by sam
Mark the whole canvas as dirty when a dirty rectangle aware driver is …
08:48 Changeset [3568] by sam
Store dirty rectangles in a structure list. For now there is still only …
08:48 Changeset [3567] by sam
Add explanatory comments to the dirty rectangle unit tests.
00:55 Changeset [3566] by pterjan
* Add some simple bench (part 2, add the interesting file)
00:55 Changeset [3565] by pterjan
* Add some simple bench

07/22/09:

15:39 Changeset [3564] by sam
That optimisation sucked. Reverted median filter to something that works …
14:09 Changeset [3563] by sam
Improve the median filter performance.
10:24 Changeset [3562] by sam
Update the Win32 solution for Visual Studio 2008.
09:14 Changeset [3561] by sam
Add a .desktop file for The Pimp.
09:14 Changeset [3560] by sam
Add missing blit.c to repository.

07/20/09:

21:32 Changeset [3559] by pterjan
* Add dirty rectangles when moving cursor
01:08 Changeset [3558] by pterjan
* Report failures in exit code in caca-test

07/19/09:

23:12 Changeset [3557] by pterjan
* Also test blitting with mask
22:37 Changeset [3556] by pterjan
* When blitting, only add dirty rectangles on changed lines, or on …
15:08 git-svn edited by sam
added Ogre (diff)

07/16/09:

01:42 Changeset [3555] by pterjan
* Exit cleanly from the server instead of segfaulting
00:00 Changeset [3554] by sam
Fix caca_get_char() documentation, courtesy of Romain Bignon.

07/14/09:

13:01 Changeset [3553] by sam
Add a section at the beginning of the Ruby documentation to prevent …
12:00 Changeset [3552] by sam
Added "letter.tlf", a font designed by Francesco Poli.

07/10/09:

16:46 Changeset [3551] by pterjan
* Add missing svn:keywords on some source files
12:47 Changeset [3550] by pterjan
* Use utf8 format instead of ansi. With ansi the width of the sprite …
12:44 Changeset [3549] by pterjan
* Use masks in screensaver to avoid truncated toasters

07/09/09:

01:38 Changeset [3548] by sam
Don't force MJPEG in makemovie. Other codecs work just fine.
01:38 Changeset [3547] by sam
Implement pipi_blit().
01:38 Changeset [3546] by sam
Implement pipi_rotate(). Currently nearest-neighbour only, supersample if …
01:38 Changeset [3545] by sam
Fix the pipi_merge() semantics so that it matches Gimp’s, and don’t ignore …
01:38 Changeset [3544] by sam
Do not touch alpha values when modifying brightness or contrast.
01:38 Changeset [3543] by sam
Look for uninstalled ffmpeg binaries before the system-wide ones.
Note: See TracTimeline for information about the timeline view.