Timeline


and

03/23/08:

10:28 Changeset [2269] by sam
* Set proper MIME types to image files so they appear inline in the Trac …
10:17 Changeset [2268] by sam
* Set svn:mime-type property in *.tiff images to image/tiff.
09:48 Changeset [2267] by sam
* Import the USC-SIPI image database from <http://sipi.usc.edu/database/>.
08:54 Changeset [2266] by sam
* Create a directory for the research stuff. * Starting with the ED …

03/17/08:

20:05 Changeset [2265] by jylam
* Removed by-default stack protector from recent gcc's while compiling …

03/11/08:

16:58 Changeset [2264] by sam
* Better error recovery in genethumb.
15:56 Changeset [2263] by sam
* Implemented 24 -> 16 bpp dithering. * Added the --bpp flag to …
15:56 Changeset [2262] by sam
* Checking in an old Rubik's cube dithering test.
15:56 Changeset [2261] by sam
* Split the image loaders into sdl.c, imlib.c and opencv.c. We'll do …
15:56 Changeset [2260] by sam
* getpixel/setpixel functions use doubles instead of ints for now.
15:56 Changeset [2259] by sam
* Define USE_SDL and USE_OPENCV in addition to USE_IMLIB2.
15:56 Changeset [2258] by sam
* Add getopt and getopt_long support to genethumb.

03/08/08:

01:23 Changeset [2257]
This is an empty revision for padding.

03/02/08:

17:30 Changeset [2256] by jylam
* Oops, bad type (char instead of uint32) after ellipse rendering …
17:28 Ticket #16 (fix thin ellipse rendering) closed by jylam
fixed: (In [1822]) * Improved ellipse rendering. Not perfect, but still much …
17:28 Changeset [2255] by jylam
* Improved ellipse rendering. Not perfect, but still much better than old …
15:30 Ticket #38 (rectangle rendering broken) closed by jylam
fixed: This seems to be only an algorithm problem in the cacademo code, which is …
15:27 Changeset [2254] by jylam
* Fixed line transitions (both vertical and horizontal ones)

03/01/08:

20:44 Changeset [2253] by sam
* -Wshadow was actually put back in configure.ac; removing comment about …
12:36 Changeset [2252] by sam
* Transparent Trac logo.
11:52 Changeset [2251] by sam
* Typo.
11:51 Changeset [2250] by sam
* Don't link directly to the list archives.
11:51 Changeset [2249] by sam
* Make the main page slightly wider (800px).

02/29/08:

23:40 Ticket #39 (mygetopt.c fails compilation on 64-bit FreeBSD) closed by sam
fixed: (In [1815]) * Don't use mygetopt.c in img2txt if the system has …
23:29 Changeset [2248] by sam
* Don't use mygetopt.c in img2txt if the system has getopt_long. * Fix …
23:12 Ticket #39 (mygetopt.c fails compilation on 64-bit FreeBSD) created by saper@system.pl
Hello, mygetopt.c fails on amd64 FreeBSD: […] 1) There is some …

02/27/08:

01:54 RandomThoughts edited by sam
(diff)
01:41 Changeset [2247] by sam
* Resizing in libpipi is now gamma-aware.
01:41 Changeset [2246] by sam
* Fixed a bug in the naive resizing code.
00:50 Changeset [2245] by sam
* Image resizing test.
00:50 Changeset [2244] by sam
* Starting image resizing. X-wise resize works so far.

02/26/08:

22:43 Changeset [2243] by sam
* Get rid of TODO. It's now in Trac (http://libcaca.zoy.org/report/1).
22:31 Changeset [2242] by sam
* André, pas Alain !
18:54 Ticket #38 (rectangle rendering broken) created by sam
Rectangle rendering is broken. The best evidence for this is in the …
18:53 Ticket #37 (totally non-functional) created by sam
cacadraw doesn't let us draw anything
18:53 Ticket #36 (save screen option) created by sam
Once the dithering is done, cacaview should allow to save the textual …
18:52 Ticket #35 (open ANSI files) created by sam
cacaview is an image browser, but really there is no reason why it should …
18:51 Ticket #34 (we need a file browser) created by sam
cacaview is slightly unusable without a file browser
18:50 Ticket #33 (nicer logo) created by sam
We need a logo that is: * a caca * nicer * not copyrighted by Akira …
18:49 Ticket #32 (write a real tutorial) created by sam
We need a tutorial. Ideally, we need a tutorial for each language binding …
18:48 Ticket #31 (kernel malloc is retarded) created by sam
malloc() in kernel mode is incredibly naive: * doesn't reuse memory * …
18:47 Ticket #30 (printf/fprintf missing from kernel mode) created by sam
kernel mode doesn't have printf or fprintf. A few programs won't work …
18:43 Ticket #29 (keyboard support in kernel mode) created by sam
The kernel mode currently has no keyboard support.
18:41 Ticket #28 (Java bindings?) created by sam
Not that anyone in the team appreciates Java at all, but maybe Java …
18:41 Ticket #27 (write PHP bindings) created by sam
Together with HTML output, FIGlet support etc., the PHP bindings are …
18:40 Ticket #26 (update Perl bindings) created by sam
Perl bindings are currently non-functional. We should either update them, …
18:32 Ticket #25 (optimise rendering with dirty lines support) created by sam
S-Lang and ncurses have a clever dirty lines support (and sub-window …
18:30 Ticket #24 (text edit widget) created by sam
We really need a text edit widget. But how exactly it interacts with the …
18:24 Ticket #23 (Unicode broken in ncurses / (slang)) created by sam
In some terminals (exact list to be investigated) ncurses fails to display …
18:20 Ticket #22 (framebuffer output) created by sam
Jylam wants a framebuffer output.
18:19 Ticket #21 (Unicode support for X11) created by sam
Currently we only handle ASCII and a few custom glyphs in the X11 driver. …
18:19 Ticket #20 (better keyboard driver in an X terminal) created by sam
When in an X terminal, we are stuck with terminal emulation limitations, …
18:16 Ticket #19 (beep support) created by sam
ANSI has support for a bell. We should try to implement that in some of …
18:15 Ticket #18 (optimise exporters' memory usage) created by sam
Currently canvas exporters allocate a lot more memory than really needed, …
18:13 Ticket #17 (better mask support in caca_blit) created by sam
The mask behaviour in caca_blit() is not very well documented, and …
18:09 Ticket #16 (fix thin ellipse rendering) created by sam
Currently thin ellipse rendering outputs the following: ---
18:02 Ticket #15 (additional colour mode dithering) created by sam
Currently dithering only supports 16 colours. It would totally rock to …
18:00 Ticket #14 (variable error diffusion) created by sam
No need to change the API for that, we can just pass "random:10" instead …
17:53 WikiStart edited by sam
add libcaca-trac to the list of mailing-lists (diff)
17:30 Changeset [2241] by sam
* Trac list archives.
17:22 Ticket #13 (improve error distribution dithering) created by sam
Now that we know a lot more about error distribution, model-based …
17:13 Ticket #12 (brightness and contrast support for bitmaps) created by sam
we have vague gamma support in bitmap dithering, but no brightness or …
17:10 Ticket #11 (autogrowing canvases) created by sam
Currently canvases sort of grow in the Y direction when importing data …
17:01 Ticket #10 (handle frame names in caca export) created by sam
When exporting canvases in native format, frame names are not preserved.
16:35 Ticket #9 (Ciekawostki i zwierzęta) created by sam
We should be able to have different sizes for the frames in a canvas.
16:05 Ticket #8 (support TABs) created by sam
Currently tabs are converted to 8 spaces when importing text files, so …
15:41 Ticket #7 (add a caca_unset_attr() and a caca_toggle_attr()) created by sam
It could be nice to simply remove or toggle an attribute instead of having …
13:47 Ticket #6 (support more character attributes) created by sam
List of attributes we support: * bold * blink * underline * italics …
13:46 Ticket #5 (better internal representation of canvases) created by sam
Support different internal canvas representations: * the current, …
12:10 Ticket #4 (figfont.c needs cleanup) created by sam
figfont.c builds with a lot of warnings: […] This part of the code …
11:44 Ticket #3 (outdated Python bindings) closed by sam
duplicate: This is a duplicate of #2.
11:42 Changeset [2240] by sam
* Removing old svn:ignore property from the repository root.
Note: See TracTimeline for information about the timeline view.