Timeline


and

11/25/07:

21:23 Changeset [2070] by sam
* Added MSVC project files for the C++ bindings and the C++ test.
20:00 Changeset [2069] by sam
* Distribute all MSVC files.
20:00 Changeset [2068] by sam
* Code qui fait des warnings == code de porc == deux baffes dans ta …
20:00 Changeset [2067] by sam
* Some cleanup in the Ruby bindings Makefile.am.
20:00 Changeset [2066] by sam
* Refresh TODO list.
18:50 Changeset [2065] by sam
* Added the various C# projects to the Visual Studio solution and slightly …
18:49 Changeset [2064] by sam
* Fixed svn properties that git-svn was unable to get straight.
18:14 Changeset [2063] by sam
* Damn, under Visual Studio it's _WIN32, not WIN32.
18:13 Changeset [2062] by sam
* Switch to caca_create_display(NULL) in a few places to document the …
18:13 Changeset [2061] by sam
* Allow caca_create_display()'s argument to be NULL. It will automatically …
18:13 Changeset [2060] by sam
* Added Eriol’s snake.py example, even if it doesn’t use our (out of date) …
18:13 Changeset [2059] by sam
* Add missing entries in the CacaEventKey? enum.
18:12 Changeset [2058] by sam
* Implemented C# bindings for ditherBitmap() and added it to the C# test.
15:12 Changeset [2057] by sam
* Export cucul_attr_to_rgb12_bg(), cucul_attr_to_rgb12_fg() and …
15:12 Changeset [2056] by sam
* Introduce cucul_get_canvas_chars() and cucul_get_canvas_attrs() to avoid …
15:11 Changeset [2055] by sam
* Add cucul_manage_canvas() and cucul_unmanage_canvas(). Display …
15:11 Changeset [2054] by sam
* Add Linux 2.6's bootsect.S to fix the sample kernel build.
12:39 Changeset [2053] by sam
* Check whether CXX can include <iostream> before compiling the C++ …
12:12 Changeset [2052] by sam
* Adapt the C# bindings to the event API change.
12:12 Changeset [2051] by sam
* Adapt the Ruby bindings to the event API change.
12:11 Changeset [2050] by sam
* Adapt the C++ bindings to the event API change.
12:11 Changeset [2049] by sam
* Made the caca_event_t structure opaque and created a whole bunch of …
10:48 Changeset [2048] by pterjan
* Little improvements in ruby doc + Made the doc a little more easy to …

11/24/07:

20:56 Changeset [2047] by sam
* Rewrote the C# test in a more object-oriented way.
16:00 Changeset [2046] by sam
* Started Cucul# cleanup: added missing functions, used get/set attributes …
14:26 Changeset [2045] by sam
* Some mass-renaming in the C# bindings: + Renamed the dlls so that …
14:26 Changeset [2044] by sam
* Renamed DotNet/? to csharp/ because I hate mixed case.
12:08 Changeset [2043] by sam
* Added as many "const" qualifiers as possible to the public API.
10:56 Changeset [2042] by pterjan
* Add Caca::Event#quit? to make tests nicer

11/23/07:

23:52 Changeset [2041] by sam
* Ignore annoying VC++ warnings (use of strdup instead of _strdup even in …
23:34 Changeset [2040] by sam
* Rename _cucul_set_canvas_size into cucul_set_canvas_size to prevent …
23:27 Changeset [2039] by sam
* Add proper declspec(dllexport) tags for Win32 compilation. * …
22:48 Changeset [2038] by sam
* Updated Visual Studio files.
17:39 Changeset [2037] by sam
* Split libcaca.vcproj into \1 and libcucul.vcproj.
17:39 Changeset [2036] by sam
* Do not assume default gamma value is 1.0.
17:39 Changeset [2035] by sam
* Escape quits cacaview, and F11 toggles fullscreen.

11/20/07:

10:39 Changeset [2034] by sam
* Minor typos.
01:09 Changeset [2033] by pterjan
* Split Ruby documentation out of README
00:04 Changeset [2032] by sam
* Use Image.copyTo() and Image.getCrop() instead of pixel-by-pixel …
00:04 Changeset [2031] by sam
* More about photomosaics.

11/19/07:

01:40 Changeset [2030] by sam
* Started part 6: Photographic mosaics.
01:40 Changeset [2029] by sam
* Refactored study.py so that it can be called with the list of chapters …
01:40 Changeset [2028] by sam
* Wrote a few lines about error minimisation in thresholding methods.
01:40 Changeset [2027] by sam
* Add a disclaimer to make sure people know it's Work In Progress. * Fix …
00:00 Changeset [2026] by sam
* Added Pascal to the AUTHORS file.

11/18/07:

23:59 Changeset [2025] by jylam
* lol commit
23:35 Changeset [2024] by pterjan
* Remove cucul directory that got forgotten
23:15 Changeset [2023] by pterjan
* Improve the example in README
23:03 Changeset [2022] by pterjan
* Install lib/caca.rb
22:44 Changeset [2021] by pterjan
* Update README to talk about Caca
22:29 Changeset [2020] by pterjan
* Use to_i on the event mask, it is not always an Integer
22:13 Changeset [2019] by pterjan
- Finish Caca::Event (a.k.a. J'ai fait caca aujourd'hui)
22:11 Changeset [2018] by pterjan
* Handle closing cacaview by window manager
14:37 Changeset [2017] by pterjan
* Add missing methods in Caca::Display and add empty Caca::Event
14:29 Changeset [2016] by pterjan
* Slightly improved documentation
13:43 Changeset [2015] by pterjan
* Add Caca and Caca::Display

11/17/07:

16:02 Changeset [2014] by sam
* Put a few keywords in bold.
16:02 Changeset [2013] by sam
* Random halftoning perturbation. * Random dither matrix selection.
16:02 Changeset [2012] by sam
* Added a bunch of 8×8 matrix results.
16:02 Changeset [2011] by sam
* Slightly reworked the 4×4 Bayer matrix so that it respects the …
16:02 Changeset [2010] by sam
* Preparing random matrix halftoning.
14:36 Changeset [2009] by pterjan
* Finish Cucul::Dither
13:21 Changeset [2008] by pterjan
* Add Cucul::Dither (incomplete)
12:36 Changeset [2007] by sam
* Explain the problem with dimension separation.
12:36 Changeset [2006] by sam
* Vertically align matrix images at the top.
12:35 Changeset [2005] by sam
* Nicer colour pattern.
10:25 Changeset [2004] by pterjan
* Improve type checking of arguments
03:15 Changeset [2003] by sam
* Slightly doxygenated ruby/README so that it appears in the manual (see …
03:12 Changeset [2002] by sam
* Started section 5.2 (accounting for other dimensions).
03:12 Changeset [2001] by sam
* Use "home" instead of "about".
03:12 Changeset [2000] by sam
* Have each manual page link to the home page.
03:12 Changeset [1999] by sam
* Fix broken links.
03:12 Changeset [1998] by sam
* Disallow HTTP access to /.git/.

11/16/07:

23:37 Changeset [1997] by pterjan
* Update README
23:27 Changeset [1996] by pterjan
* Add t/tc_canvas.rb and t/tc_font.rb to Makefile.am
23:24 Changeset [1995] by pterjan
* Add Cucul::Font
23:22 Changeset [1994] by sam
* libcaca: a million flies cannot be wrong!
22:38 Changeset [1993] by sam
* Make links greenish instead of blueish. * Set proper background …
22:38 Changeset [1992] by sam
* Header plus petit.
22:02 Changeset [1991] by sam
* New pattern for future 3-dimensional explanations.
22:02 Changeset [1990] by sam
* libcaca©®™, take back the text!
22:00 Changeset [1989] by sam
* Yet another style change.
21:14 Changeset [1988] by sam
* Added minimal styles to doxygen.css to make the manual look decent.
20:49 Changeset [1987] by sam
* Split "upload" target into "upload-source" and "upload-doc".
20:49 Changeset [1986] by sam
* Updated doxygen file format. * Add an empty doxygen.css file.
20:46 Changeset [1985] by sam
* Allow "-" in documentation filenames.
20:18 Changeset [1984] by sam
* Use serif instead of sans-serif. * Make menu links black everywhere. …
18:47 Changeset [1983] by pterjan
* Add some pseudo doc for Ruby binding
16:15 Changeset [1982] by sam
* Add default background colours for all elements that have a background …
16:11 Changeset [1981] by sam
* New website look proposal.
16:11 Changeset [1980] by sam
* Added a 4-colour example to the grayscale dithering part.
16:11 Changeset [1979] by sam
* Colour dithering: separate-space dithering.
16:11 Changeset [1978] by sam
* No longer pass the idiotic "name" parameter to tests.
16:11 Changeset [1977] by sam
* A few very intelligent catchphrases appearing at random.
02:34 Changeset [1976] by sam
* Prepare room for part 5, colour dithering.
02:34 Changeset [1975] by sam
* Finished gamma correction section.
02:34 Changeset [1974] by sam
* Removed the useless top line in each error diffusion matrix. * …
02:34 Changeset [1973] by sam
* Cleaned up study.py. * Promote precision in the gamma-aware …
02:34 Changeset [1972] by sam
* More about gamma correction. Fixed graphs.
02:34 Changeset [1971] by sam
* Minor fixes to the error diffusion section.
02:34 Changeset [1970] by sam
* Removed old, unused picture.
02:34 Changeset [1969] by sam
=?utf-8?q?=20=20*=20Updated=20Stevenson-Arce=20figure=20to=20make=20it=20cl …
02:34 Changeset [1968] by sam
* Simple error diffusion.
02:33 Changeset [1967] by sam
* Added a small page with a neercs screenshot.

11/15/07:

23:22 Changeset [1966] by pterjan
* Add more tests for the ruby binding
23:06 Changeset [1965] by pterjan
* Add more tests for the ruby binding
23:03 Changeset [1964] by pterjan
* Fix number of arguments for set_height
22:06 Changeset [1963] by pterjan
* Add the ruby tests to make check
13:33 Changeset [1962] by pterjan
* Use autotools for Ruby bindings (2nd part)
13:27 Changeset [1961] by pterjan
* Use autotools for Ruby bindings
12:34 Changeset [1960] by pterjan
* Fix some prototypes and use a header file for Init_cucul_canvas
09:20 Changeset [1959] by sam
* Make Charset class methods explicitly public.
09:20 Changeset [1958] by sam
* Link libcaca++ with libcucul++, not only the C versions.
01:22 Changeset [1957] by sam
* Do not run "make clean" in ruby/* subdirectories when the Makefiles do …

11/14/07:

01:05 Changeset [1956] by sam
* Split document into an index page and four sections.
01:05 Changeset [1955] by sam
* Put both FS examples on the same line.
00:55 Changeset [1954] by sam
* Autotoolified the .NET bindings. Use --enable-dotnet.
00:55 Changeset [1953] by sam
* Build Ruby and C++ bindings by default.
00:55 Changeset [1952] by sam
* Update C++ bindings after cucul_set_dither_mode() deprecation.
00:55 Changeset [1951] by sam
* Autotoolified the Ruby bindings. Use --enable-ruby.
00:54 Changeset [1950] by sam
* Update .gitignore after img2irc -> img2txt change.
00:28 Changeset [1949] by pterjan
* Add a first test for Ruby binding

11/13/07:

14:20 Changeset [1948] by pterjan
Improve Ruby API for draw_{,thin_}polyline and fix a leak on error
13:41 Changeset [1947] by pterjan
Fix a typo in the doc
12:19 Changeset [1946] by sam
* Add error checking to the tutorial.
12:18 Changeset [1945] by sam
* Tutorial was generating a warning since the deprecation of …
12:03 Changeset [1944] by pterjan
Import Ruby binding

11/12/07:

11:01 Changeset [1943] by sam
* Pedantry: use W×H instead of WxH.
11:01 Changeset [1942] by sam
* Added a figure to explain the 2×2 Bayer matrix results. * Started …
11:01 Changeset [1941] by sam
* Merged all error diffusion methods into a single one. Of course it’s now …

11/11/07:

22:16 Changeset [1940] by sam
* Reworked all SVG images to improve PNG export quality.
22:16 Changeset [1939] by sam
* Two-row Sierra. * Sierra’s Filter Lite. * Added Stevenson-Arce but …
22:16 Changeset [1938] by sam
* Sierra dithering. * Atkinson dithering.
22:16 Changeset [1937] by sam
* Burkes dithering.
22:16 Changeset [1936] by sam
* Random dithering.
13:27 Changeset [1935] by sam
* Renamed figures and images after sections so that it's easier to insert …
13:27 Changeset [1934] by sam
* A few minor additions.
13:27 Changeset [1933] by sam
* Floyd-Steinberg derivatives.
13:27 Changeset [1932] by sam
* Serpentine Floyd-Steinberg.
13:27 Changeset [1931] by sam
* Started error diffusion part. Added Floyd-Steinberg.
13:27 Changeset [1930] by sam
* Introducing dither matrices.
13:27 Changeset [1929] by sam
* Use a bigger font on the site. * Slightly reworked stuff on the front …
13:27 Changeset [1928] by sam
* Temporarily renamed fig001.* because I don't know how to name them yet.
13:27 Changeset [1927] by sam
* Oops, 5th image had 4 colours instead of 5.

11/08/07:

03:34 Changeset [1926] by sam
* Don’t say bullshit about gamma.
03:34 Changeset [1925] by sam
* Add information about gamma. * Add gradients beside all dithered …
03:34 Changeset [1924] by sam
* Added gradient samples for each dithering algorithm we demonstrate. * …
03:34 Changeset [1923] by sam
* Figure explaining gamma. Not very exciting.
03:33 Changeset [1922] by sam
* Added a Gamma class to manipulate values.
03:33 Changeset [1921] by sam
* Spelling.
03:33 Changeset [1920] by sam
* Wording.

11/07/07:

11:29 Changeset [1919] by jylam
* Added switch to control output font size, and updated documentation …
11:07 Changeset [1918] by jylam
* Updated man page for --version
11:03 Changeset [1917] by jylam
* Added version switch
10:44 Changeset [1916] by jylam
* Updated documentation to reflect img2irc name change, fixed typo in …
10:27 Changeset [1915] by jylam
* Updated img2txt man page
02:09 Changeset [1914] by sam
* Always include <netinet/in.h> when present, to make header simpler.
02:09 Changeset [1913] by sam
* cacaserver compilation fix on FreeBSD, courtesy of Alexis Ballier.
02:09 Changeset [1912] by sam
* Use kpsewhich to find a4.sty and a4wide.sty, as suggested by Alexis …

11/06/07:

17:12 Changeset [1911] by jylam
* Fixed typo in help
17:07 Changeset [1910] by jylam
* Added imlib2 note on builds without it
15:09 Changeset [1909] by jylam
* Added brightness / contrast / gamma support
14:51 Changeset [1908] by jylam
* Fixed bad file error handling, made dither and export errors more …
14:49 Changeset [1907] by jylam
* Added dither error handling
14:45 Changeset [1906] by jylam
* Added --dither option and updated usage()
14:19 Changeset [1905] by jylam
* WTF is a typedef missing ?
14:13 Changeset [1904] by jylam
* Quick and Dirty hack for DOS ans kernel drivers
13:59 Changeset [1903] by jylam
* Oops, forgot to add getopt replacement files, omg.
13:57 Changeset [1902] by jylam
* Replaced img2irc / pic2irc occurences, fixed bad c/c in options list
13:55 Changeset [1901] by jylam
* Renamed img2irc to a more generic img2txt
13:53 Changeset [1900] by jylam
* Added getopt / mygetopt support to img2irc, and added options to control …
09:33 Changeset [1899] by sam
* New gradient pattern to make gamma issues more obvious.
02:33 Changeset [1898] by sam
* First gamma-aware halftoning (with the ugly patterns).
02:33 Changeset [1897] by sam
* Updated result images from the new original Lenna images.
02:33 Changeset [1896] by sam
* Remove unused lenna256b.xcf.
02:33 Changeset [1895] by sam
* Added a lenna.py program ot generate the source images. Now only …
00:09 Changeset [1894] by sam
* Updated study with new stuff about gamma. * Renamed and regenerated …
00:09 Changeset [1893] by sam
* Added a style for inline images.
00:09 Changeset [1892] by sam
* A word about 25% and 75% patterns.
00:09 Changeset [1891] by sam
* Cosmetic change: renamed "image" to "Image".
00:09 Changeset [1890] by sam
* Updated output files due to script changes.
00:09 Changeset [1889] by sam
* Changed our Image class to use float values between 0. and 1.

11/04/07:

23:36 Changeset [1888] by sam
* Make <h3> not look like shit.
23:31 Changeset [1887] by sam
* Started working on a document about dithering, halftoning, photomosaic …
20:05 Changeset [1886] by sam
* IRC is now in a separate section.
19:58 Changeset [1885] by sam
* Added mention of the neercs SVN repo, even though not much is …
19:37 Changeset [1884] by sam
* New transition effects: horizontal and vertical lines.
13:53 Changeset [1883] by sam
* Remove digg absurdities.
13:00 Changeset [1882] by sam
* Updated libcaca and cacaview after the API changes.
13:00 Changeset [1881] by sam
* Renamed cucul_set_dither_mode() into cucul_set_dither_algorithm(). It’s …
12:59 Changeset [1880] by sam
* Implemented cucul_get_dither_charset() and cucul_get_dither_mode().
12:59 Changeset [1879] by sam
* Renamed doxygen sections here and there to avoid embarassing …
12:59 Changeset [1878] by sam
* Renamed fonts to *.data to make sure they are not mistaken for editable …
11:41 Changeset [1877] by sam
* Implemented cucul_get_dither_antialias() and cucul_get_dither_color().
10:56 Changeset [1876] by sam
* cucul_get_dither_brightness() is no longer a stub. * Implemented …
10:56 Changeset [1875] by sam
* Removed calls to now deprecated cucul_set_dither_invert().
10:30 Changeset [1874] by sam
* Ignore the autotools/ directory.
10:29 Changeset [1873] by sam
* Added .gitignore files in addition to svn:ignore properties.
09:45 Changeset [1872] by sam
* Don’t manage autotools/ with SVN.
00:27 Changeset [1871] by sam
* Add a lookback table in the output. Will be handy later. * Now …

11/03/07:

23:59 Changeset [1870] by sam
* Add cucul_get_dither_brightness(), _gamma() and _contrast(). There is no …
13:59 Changeset [1869] by sam
* Crap, typo in bootstrap script.
13:58 Changeset [1868] by sam
* Updated bootstrap script.
01:24 Changeset [1867] by sam
* Version 0.10. * Updated NEWS and ChangeLog?.
01:22 Changeset [1866] by sam
* Link libzzuf with winsock because of our use of htons.
01:14 Changeset [1865] by sam
* Documentation updates.
01:08 Changeset [1864] by sam
* Do not fuzz non-IP network protocols. They’re too painful to fine-tune.
00:34 Changeset [1863] by sam
* Merged the bind() and connect() diversions using macros. They were …
00:23 Changeset [1862] by sam
* Divert connect() so that -p/--ports now works with outbound connections.
00:22 Changeset [1861] by sam
* Look for connect().
00:07 Changeset [1860] by sam
* Updated documentation.
00:01 Changeset [1859] by sam
* Fix a bug in the -p handling that made it opt-out instead of opt-in. * …

11/02/07:

23:45 Changeset [1858] by sam
* Network destination port choosing with -p/--ports. * Renamed -p/--pick …
22:50 Changeset [1857] by sam
* Check for <netinet/in.h>, it’s needed for struct sockaddr_in.
22:40 Changeset [1856] by sam
* Support %d, %ld and %lld in addition to %i etc. in debug().
22:32 Changeset [1855] by sam
* Log and divert bind() calls.
22:16 Changeset [1854] by sam
* Check for bind in the configure step.

10/28/07:

11:27 Changeset [1853] by sam
* Only use attribute((deprecated)) with gcc >= 3.x.
11:23 Changeset [1852] by sam
* C89 compilation fix for machines that do not have <endian.h>, thanks to …
11:20 Changeset [1851] by sam
* When present, include <termios.h> and <unistd.h> to allow the ncurses …
Note: See TracTimeline for information about the timeline view.