Timeline


and

09/28/08:

23:28 libpipi/oric created by sam
move the relevant img2oric information to a libpipi subpage
22:48 libpipi edited by sam
(diff)
19:01 Changeset [2846] by sam
Add a --gamma command to modify the global gamma value. This is a nasty …
17:55 Changeset [2845] by sam
Wrote an Oric hires file writer, based on img2oric.
17:54 Changeset [2844] by sam
Fix headers.
16:14 Changeset [2843] by sam
Add an AUTHORS file.
16:09 Changeset [2842] by sam
Wrote an Oric hires file parser.
16:09 Changeset [2841] by sam
Fix uninitialised values in most codec image writers.
13:58 libpipi/research/coolstuff edited by sam
(diff)
07:08 Changeset [2840] by sam
gdi.c: the GDI codec can now open and save BMP files.
07:08 Changeset [2839] by sam
Detect Windows GDI at configuration time.
07:08 Changeset [2838] by sam
COPYING: add a global license file.
07:07 Changeset [2837] by sam
Allow to use all available image loaders instead of just the first one.
01:02 PWNtcha edited by sam
(diff)
00:52 Ticket #4 (figfont.c needs cleanup) closed by sam
fixed: Fixed in [2412].
00:45 toilet edited by sam
libcucul->libcaca (diff)
00:44 development edited by sam
libcucul -> libcaca (diff)
00:42 libcaca edited by sam
remove mention of libcucul (diff)
00:41 libpipi edited by sam
(diff)
00:41 zzuf edited by sam
(diff)
00:39 caca-cpushare-livecd.iso attached to CPUShare by sam
00:38 caca-sell.cpu attached to CPUShare by sam
00:36 CPUShare edited by sam
libcaca -> caca labs (diff)
00:34 libpipi edited by sam
URL fix (diff)
00:33 neercs edited by sam
shorten URLs (diff)
00:27 Changeset [2836] by sam
Change a few occurrences of libcaca into caca labs.

09/27/08:

23:32 libcaca-0.99.beta15.tar.gz attached to libcaca by sam
23:30 Changeset [2835] by sam
Fix documentation installation. This is the real 0.99.beta15 release.
23:10 Changeset [2834] by sam
Change the website name to caca.zoy.org.
23:09 Changeset [2833] by sam
Change the website name to caca.zoy.org.
20:18 WikiStart edited by sam
libcaca 0.99.beta15 (diff)
20:16 libcaca edited by sam
0.99.beta15 release (diff)
20:11 Changeset [2832] by sam
Set version to 0.99.beta14. Updated NEWS and ChangeLog?.
19:56 Changeset [2831] by sam
End of the libcucul merge: add symbolic links where appropriate.
19:56 Changeset [2830] by sam
caca, cxx: install symlinks for backwards compatibility with libcucul.
18:23 Changeset [2829] by pterjan
* Fix a warning
18:07 Changeset [2828] by sam
.gitignore: ignore caca_types.h.
17:57 Changeset [2827] by sam
Add missing svn:ignore SVN properties.
17:43 Changeset [2826] by sam
Continue the libcaca/libcucul merge. Source and binary compatibility are …
16:29 Changeset [2825] by pterjan
* No need to require test/unit in each testfile
16:29 Changeset [2824] by sam
Continuing the libcucul-libcaca merge.
16:29 Changeset [2823] by pterjan
* Have local paths first in LOAD_PATH
16:11 Changeset [2822] by sam
Continuing the libcucul-libcaca merge.
15:12 Changeset [2821] by sam
Starting refactoring to get rid of libcucul. The initial reason for the …
14:13 Changeset [2820] by sam
test: remove legacy empty directory.
11:52 Changeset [2819] by sam
makefont.c: change the font data encoding, the source is now 5% smaller.

09/26/08:

10:56 neercs edited by sam
(diff)

09/18/08:

00:17 Changeset [2818] by sam
* zzuf.c: use atol() instead of atoi() for the --seed flag.
00:17 Changeset [2817] by sam
* zzuf.c: allow the use of -r=0 in addition to -r 0, and likewise for …

09/15/08:

21:39 Changeset [2816] by sam
* doc/zzuf.1: fix a typo in the manpage.

09/14/08:

14:52 libpipi/research/warping edited by sam
(diff)
14:52 libpipi/research/coolstuff edited by sam
(diff)

09/09/08:

16:35 libpipi/research/warping created by sam
16:33 libpipi edited by sam
(diff)

09/07/08:

13:20 Changeset [2815] by sam
* Move SVN repo to /srv on the main server.

09/06/08:

14:59 libpipi/research/coolstuff edited by sam
deblurring (diff)

09/03/08:

20:33 Changeset [2814] by jylam
* Moved accessors to their own file, and added a pipi_get_format_name()

09/01/08:

01:13 libpipi/examples edited by sam
adapt the halftone command line to current HEAD (diff)
01:08 poster.png attached to libpipi/examples by sam
01:06 Changeset [2813] by sam
* ordered.c: r means radius, not diameter.
01:05 Changeset [2812] by sam
* Add a scale parameter to pipi_dither_ordered_ext(). * Reimplement …
01:05 Changeset [2811] by sam
* ordered.c: allow to rotate the dither pattern, using nearest-neighbour …

08/31/08:

00:51 libpipi/research/coolstuff edited by sam
(diff)

08/30/08:

13:29 Changeset [2810] by jylam
* Preliminary support for a string to color routine (rgb(), argb() frgb(), …
12:03 Changeset [2809] by jylam
* Preliminary image histogram routines and example
00:06 Changeset [2808] by sam
* median.c: oops, fix argument types in the qsort call.

08/29/08:

23:55 Changeset [2807] by sam
* median.c: use the libc's qsort to find the median value. Not really the …
23:34 Changeset [2806] by sam
* pipi_template.h: factor the last unrolled preprocessor loop.
23:34 Changeset [2805] by sam
* trac.ini: do not obfuscate e-mail addresses on Trac pages.
09:48 Changeset [2804] by sam
* convolution.c: refactor the template functions, removing 30 lines of …
02:09 Changeset [2803] by sam
* configure.ac: do not bail out if OpenCV was not found at configure time.
02:03 Changeset [2802] by sam
* blur.c: support wrap around images in box blur (it's actually support …
02:03 Changeset [2801] by sam
* blur.c: use the template system for the boxblur functions.
02:03 Changeset [2800] by sam
* blur.c: fix the separate filter optimisation in the blur code by not …
02:02 libpipi/examples edited by sam
+cloth.png (diff)
02:01 cloth.png attached to libpipi/examples by sam
00:27 Changeset [2799] by sam
* line.c: minor refactoring.
00:00 Changeset [2798] by sam
* line.c: merge the antialiased line template back into line.c.
00:00 Changeset [2797] by sam
* aline_template.h: remove fucking tabs.
Note: See TracTimeline for information about the timeline view.