Timeline


and

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.

02/25/08:

13:36 Ticket #3 (outdated Python bindings) created by sam
The libcaca and libcucul Python bindings are terribly outdated.
10:27 Ticket #2 (rewrite or remove python bindings) created by jylam@lnxscene.org
The python bindings are outdated, not object-oriented, et far to be …
08:53 WikiStart edited by sam
reorg (diff)
08:50 Changeset [2239] by sam
* Redirect bots still using viewcvs.cgi to Trac's /browser.
02:54 Changeset [2238] by sam
* Redirect for trac URLs.
01:55 Changeset [2237] by sam
* Get rid of /devel.html and use the Trac instead.
01:53 WikiStart edited by sam
(diff)
01:52 WikiStart edited by sam
copied /devel.html to the Trac page (diff)
01:33 Changeset [2236] by sam
* Revert the chrome/ copy, we have other ways to do it.
01:24 Ticket #1 (lien poukrave du logo du trac) closed by sam
fixed: vala, c'est corrigé
01:18 Ticket #1 (lien poukrave du logo du trac) created by anonymous
quand on clique sur le logo du trac, on va sur exemple,org lol lol <3
01:10 Changeset [2235] by sam
* Changed the Trac logo and the link colours.
01:10 Changeset [2234] by sam
* Import the default Trac theme.
00:39 WikiStart edited by sam
a minimalist wiki homepage (diff)
00:35 RandomThoughts created by anonymous

02/24/08:

23:22 Changeset [2233] by sam
* Announce the use of Trac on the home page.
23:18 Changeset [2232] by sam
* Fallback to application/x-httpd-php if mod_action isn't here.
23:14 Changeset [2231] by sam
* Only use Action in .htaccess if mod_action is available.
23:03 Changeset [2230] by sam
* Add proper svn:ignore properties for mailing-list archives.
22:21 Changeset [2229] by sam
* Update svn URLs on the website now that the repositories are merged.
21:29 TracTimeline created by trac
21:29 TracBackup created by trac
21:29 TracTickets created by trac
21:29 TracInstall created by trac
21:29 WikiDeletePage created by trac
21:29 TracRss created by trac
21:29 WikiPageNames created by trac
21:29 TracImport created by trac
21:29 TracFastCgi created by trac
21:29 TracIni created by trac
21:29 WikiRestructuredText created by trac
21:29 TracPermissions created by trac
21:29 TracSupport created by trac
21:29 WikiHtml created by trac
21:29 TracSyntaxColoring created by trac
21:29 TracModPython created by trac
21:29 WikiFormatting created by trac
21:29 TracBrowser created by trac
21:29 TracTicketsCustomFields created by trac
21:29 TracNotification created by trac
21:29 TracUnicode created by trac
21:29 TracAccessibility created by trac
21:29 TracEnvironment created by trac
21:29 TracReports created by trac
21:29 WikiMacros created by trac
21:29 TracCgi created by trac
21:29 CamelCase created by trac
21:29 WikiProcessors created by trac
21:29 TracSearch created by trac
21:29 TracQuery created by trac
21:29 WikiStart created by trac
21:29 TracLogging created by trac
21:29 SandBox created by trac
21:29 WikiRestructuredTextLinks created by trac
21:29 TracLinks created by trac
21:29 TracPlugins created by trac
21:29 TracRoadmap created by trac
21:29 TracStandalone created by trac
21:29 TracUpgrade created by trac
21:29 RecentChanges created by trac
21:29 TracAdmin created by trac
21:29 TracGuide created by trac
21:29 TitleIndex created by trac
21:29 TracInterfaceCustomization created by trac
21:29 TracChangeset created by trac
21:29 WikiNewPage created by trac
21:29 TracRevisionLog created by trac
21:29 TracWiki created by trac
21:29 InterWiki created by trac
21:29 InterMapTxt created by trac
21:29 InterTrac created by trac
19:49 Changeset [2228] by sam
* Import image loading features from PWNtcha. As they are more than 4-year …
19:49 Changeset [2227] by sam
* Initial code skeleton.

02/23/08:

12:01 Changeset [2226] by sam
* Preparing repository.

02/03/08:

22:53 Changeset [2225] by bsittler
build on Mac OS X again

02/02/08:

11:11 Changeset [2224] by sam
* Move img2oric stuff to http://libcaca.zoy.org/img2oric/

02/01/08:

09:34 Changeset [2223] by sam
* Small reorganisation of chapter 4. * Show the results of the HVS on an …
02:19 Changeset [2222] by sam
* More DBS results with various HVS models.
Note: See TracTimeline for information about the timeline view.