Timeline


and

08/19/09:

20:31 Ticket #60 (debugging module using ptrace) created by guest
The main function of this ptrace module is to add debugging environment. …

08/13/09:

15:05 Changeset [3641] by sam
Add missing svn:ignore properties.
15:04 Changeset [3640] by sam
Make "fullgray" dithering work properly, to force greyscale rendering. To …

08/08/09:

15:20 libcaca/study/bib created by sam
bibliography
15:15 libcaca/study/7 created by sam
chapter 7
15:09 libcaca/study/6 created by sam
chapter 6
14:55 libcaca/study/5 created by sam
chapter 5
14:36 libcaca/study/4 created by sam
chapter 4
14:10 libcaca/study/2 edited by sam
better image styles (diff)

08/07/09:

22:14 Changeset [3639] by sam
More image styles for articles.
22:12 Changeset [3638] by sam
Add image styles for the dithering study.
22:08 libcaca/study/3 edited by sam
layout (diff)
02:24 Changeset [3637] by sam
Append "/" to our LT_OBJDIR override.
02:09 Changeset [3636] by sam
Old libtool versions don't define LT_OBJDIR. Adding an override for them.

08/06/09:

23:17 Changeset [3635] by sam
Allow remote network host filtering, courtesy of Corentin Delorme.
22:40 Changeset [3634] by sam
Use strcpy, not strcat.
22:37 Changeset [3633] by sam
Allow fromlen == NULL in the recvfrom() wrapper.
22:36 Changeset [3632] by sam
lib-mem.c: undefine various feature macros before redefining them.
22:36 Changeset [3631] by sam
zzuf.c: use LT_OBJDIR instead of hardcoding ".libs/".

08/05/09:

16:37 Changeset [3630] by sam
Mark pipi_open_sequence's first argument as const.
16:10 Changeset [3629] by sam
Update the Linux build, following the makemovie code merge.
16:05 Changeset [3628] by sam
makemovie no longer depends on FFmpeg libraries.
16:03 Changeset [3627] by sam
Move the whole makemovie logic to libpipi. It's really hackish for now, …
15:44 Changeset [3626] by sam
Add USE_FFMPEG to the list of configure macros.

08/04/09:

01:26 Changeset [3625] by sam
Implement memmove() in the kernel.
01:26 Changeset [3624] by sam
Fix a typo in the VGA driver.
01:26 Changeset [3623] by sam
Only build conio-snake if the C++ compiler is functional.
01:21 Changeset [3622] by sam
Do not bail out if only GDI+ is found.
01:19 Changeset [3621] by sam
Include <stdio.h> in the null driver to get NULL.
01:19 Changeset [3620] by sam
Add atexit() and EOF to the kernel.
01:19 Changeset [3619] by sam
Better caca_get_event_mouse_button() documentation.
01:19 Changeset [3618] by sam
Fix Win32 cross-build by removing one level of aliasing.
00:44 libcaca/study/3 created by sam
Chapter 3. Error diffusion
00:25 libcaca/study/2 created by sam
Chapter 2. Halftoning
00:09 libcaca/study/1 edited by sam
fix links (diff)
00:07 libcaca/study/1 edited by sam
Chapter 1. Colour quantisation (diff)

08/03/09:

23:59 libcaca/study/introduction created by sam
rename chapter 1 to introduction
23:56 libcaca/study/1 created by sam
started importing the libcaca study pages: introduction
23:39 Changeset [3617] by sam
Better separators.
23:38 Changeset [3616] by sam
Reorder products and add separators
23:15 Changeset [3615] by sam
Add products to the list.
23:10 Ticket #27 (write PHP bindings) closed by sam
fixed: The PHP bindings are done and well maintained by Nicolas Vion.
23:09 Ticket #25 (optimise rendering with dirty lines support) closed by sam
fixed: We now have proper dirty rectangle support in libcaca. Maybe we'll need …
23:03 Changeset [3614] by sam
Set "core" as the default component.
22:45 Changeset [3613] by sam
Improve the ticket product choice.
22:34 Changeset [3612] by sam
Add a "Product" field in tickets.
22:23 Ticket #59 (new sed version breaks testsuite) created by sam
The new version of sed somehow broke the test suite: …
18:11 Changeset [3611] by sam
Allow makemovie to build on Win32 using our ffmpeg binaries.
17:06 Changeset [3610] by sam
Add Win32 ffmpeg binaries for easier builds.
09:43 Changeset [3609] by sam
Add the conio examples to the Visual Studio solution.

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
Note: See TracTimeline for information about the timeline view.