Timeline


and

11/12/08:

11:23 Ticket #49 (symlink libcucul.la to libcaca.la) closed by sam
fixed: Thanks for the report. It’s fixed in [3323], but I also blame Gentoo for …
11:20 Changeset [3323] by sam
Create a libcucul.la symlink for distributions such as Gentoo which may …

11/11/08:

15:36 Ticket #49 (symlink libcucul.la to libcaca.la) created by guest
I recently had a problem during a gentoo package installation, about …

11/10/08:

23:51 Changeset [3322] by pterjan
* Add comments to mytrace_exec
23:17 Changeset [3321] by pterjan
* Don't create /dev/null when it is not there, some people may run neercs …

11/08/08:

01:35 Changeset [3320] by pterjan
* Fix passing of env to execve syscall
01:30 Changeset [3319] by pterjan
* Wait for reset to exit before displaying nice message

11/07/08:

10:03 Changeset [3318] by bsittler
add a reset button, move usage to "stdout", and stop hyperlinking the logo …
09:57 Changeset [3317] by bsittler
allow a filename exactly matching the uploaded filename; give a better …
09:38 Changeset [3316] by bsittler
more copyright info
09:37 Changeset [3315] by bsittler
add more copyright info
09:36 Changeset [3314] by bsittler
https should work too
09:35 Changeset [3313] by bsittler
obscure email addresses somewhat
09:33 Changeset [3312] by bsittler
better argument handling, and allow logo-caca.png as a special file …
09:25 Changeset [3311] by bsittler
fix case in example
08:56 Changeset [3310] by bsittler
now works as HTML
08:13 Changeset [3309] by bsittler
handle argument-parsing exceptions
08:09 Changeset [3308] by bsittler
more accurate error message
07:30 Changeset [3307] by bsittler
clarify that this is a PHP port, not the original C program; return -1 …
06:55 Changeset [3306] by bsittler
copy img2txt.php to www in preparation for htmlizing
06:51 Changeset [3305] by bsittler
remove workarounds since alpha works now (merged from ..)
06:48 Changeset [3304] by bsittler
hacked around the lack of a reasonable php getopt_long by writing a new …
05:31 Changeset [3303] by bsittler
fix yet another bug i wrote :( -- be endian-neutral.
00:25 Changeset [3302] by bsittler
no more horrible hacks needed, since fixing the alpha mismatch in the C …
00:21 Changeset [3301] by bsittler
do not bother with an extraneous fill, and don't create out.png
00:18 Changeset [3300] by bsittler
fix endianness problem

11/06/08:

21:01 Changeset [3299] by bsittler
oops! fix problem i introduced in the previous commit
20:45 Changeset [3298] by bsittler
fix impedence mismatch between libgd alpha (0 = opaque, 127 = transparent) …
18:04 Changeset [3297] by bsittler
copy img2txt.c to img2txt.php in preparation for phpizing
08:16 Changeset [3296] by bsittler
convert to use PHP object layer similar to the C++ one used in its C++ …
08:14 Changeset [3295] by bsittler
default to $timeout = 0 in Display::getEvent()
08:11 Changeset [3294] by bsittler
fix some bugs and inconsistencies in the PHP object layer

11/05/08:

02:00 Changeset [3293] by bsittler
add a Libcaca class to the PHP class interface, parallel to the Libcaca …
01:39 Changeset [3292] by bsittler
add AnsiColor?, EventType? and EventKey? constants parallel to the .NET ones
01:38 Changeset [3291] by bsittler
added missing constant CACA_KEY_UNKNOWN
01:04 Changeset [3290] by bsittler
preliminary port of jylam and sam's test.cs to PHP using an early version …
00:57 Changeset [3289] by bsittler
copy test.cs to test.php in preparation for phpizing
00:56 Changeset [3288] by bsittler
merge alpha fix from …
00:54 Changeset [3287] by bsittler
use alpha in PNG export, since it is now required to get a correct PNG …
00:53 Changeset [3286] by bsittler
fix type in Canvas::drawLine; add a minimal class Event providing a subset …
00:48 Changeset [3285] by bsittler
use alpha channel in gd truecolor images -- note that the scale for this …

11/04/08:

07:11 Changeset [3284] by bsittler
preserve column alignment better by breaking cells at spaces; preserve …
06:45 Changeset [3283] by bsittler
force a column alignment after each column containing a fullwidth …
06:43 Changeset [3282] by bsittler
no border in old browsers, either.
06:28 Changeset [3281] by bsittler
htmlification
06:23 Changeset [3280] by bsittler
copy unicode.php to www in preparation for htmlizing
06:22 Changeset [3279] by bsittler
cli-only
06:21 Changeset [3278] by bsittler
phpized
06:17 Changeset [3277] by bsittler
copy unicode.c to unicode.php in preparation for phpizing
06:12 Changeset [3276] by bsittler
htmlize
05:58 Changeset [3275] by bsittler
copy transform.php to www in preparation for htmlizing
05:56 Changeset [3274] by bsittler
PHPified
05:49 Changeset [3273] by bsittler
copy transform.c to transform.php in preparation for phpizing
05:46 Changeset [3272] by bsittler
show client-side filename
05:45 Changeset [3271] by bsittler
clearer wording.
05:21 Changeset [3270] by bsittler
link to an example file to download and then import (generated by …
05:13 Changeset [3269] by bsittler
works well enough to import the files exported by export.php
04:56 Changeset [3268] by bsittler
force cli on remaining examples so that apache doesn't pop up a window …
04:39 Changeset [3267] by bsittler
CLI-only
04:37 Changeset [3266] by bsittler
copy import.php to www in preparation for htmlizing
04:36 Changeset [3265] by bsittler
list available import formats in usage message
04:32 Changeset [3264] by bsittler
PHPification of import.c
04:22 Changeset [3263] by bsittler
copy import.c to import.php in preparation for phpizing
01:56 Changeset [3262] by bsittler
only fill the preview iframe when javascript is enabled
01:41 Changeset [3261] by bsittler
merge latest CLI example bugfixes into the HTML versions
01:39 Changeset [3260] by bsittler
fix typo in PHP binding of caca_set_Attr that caused segfault on linux; …

11/03/08:

23:30 Changeset [3259] by bsittler
now generates HTML
23:21 Changeset [3258] by bsittler
copy fullwidth.php to www in preparation for htmlizing
23:19 Changeset [3257] by bsittler
added copyright info for PHP conversion (blah blah blah...)
23:18 Changeset [3256] by bsittler
now works as PHP
23:08 Changeset [3255] by bsittler
copy fullwidth.c to fullwidth.php in preparation for phpizing
23:06 Changeset [3254] by bsittler
only assume svg preview ability in opera, WebKit? and Gecko
23:03 Changeset [3253] by nico
* Improve object layer for caca-php
22:58 Changeset [3252] by bsittler
do not add history entries for iframe transitions
22:48 Changeset [3251] by bsittler
add missing id
22:48 Changeset [3250] by bsittler
use some javascript to show inline previews using <iframe/> for some of …
22:23 Changeset [3249] by bsittler
.caca files get an extension, too
22:17 Changeset [3248] by bsittler
suggest extensions for some of the inline formats too, since browsers …
22:15 Changeset [3247] by bsittler
text formats embedding escape sequences get sent as attachments too
22:12 Changeset [3246] by bsittler
working HTML version of export.php accepting an optional file upload and …
21:55 Changeset [3245] by bsittler
another typo
21:34 Changeset [3244] by bsittler
spaces -> tabs
21:08 Changeset [3243] by bsittler
add missing content-type in the HTML case
21:01 Changeset [3242] by bsittler
typo
20:52 Changeset [3241] by bsittler
make examples/demo.php executable
20:44 Changeset [3240] by bsittler
copy export.php to www in preparation for htmlizing
20:42 Changeset [3239] by bsittler
export.php is now actually php, and appears to work identically to its C …
19:40 Changeset [3238] by bsittler
copy export.c to export.php in preparation for phpizing
19:16 Changeset [3237] by bsittler
fix foreground-color and quoting bugs in the "html" exporter; also, the …
18:18 Changeset [3236] by bsittler
do not split a fullwidth character in the middle. yes, in some degenerate …
17:55 Changeset [3235] by bsittler
do not expand tabs here. instead, importers need to understand '\t' and …

11/02/08:

23:45 Changeset [3234] by nico
* Remove \t from content of $moo * Change canvas size * Fix coordinate of …
23:42 Changeset [3233] by nico
* Change canvas size
23:38 Changeset [3232] by bsittler
htmlification of colors.php
23:37 Changeset [3231] by nico
* Fix coordinate of label "Moo!"
23:35 Changeset [3230] by bsittler
copy colors.php to www in preparation for htmlizing
23:34 Changeset [3229] by bsittler
PHP conversion of colors.c
23:22 Changeset [3228] by bsittler
copy colors.c to colors.php in preparation for phpizing
23:12 Changeset [3227] by bsittler
some unicode characters could overflow the buffer; handle more control …
23:10 Changeset [3226] by nico
* Remove tabs from content of $moo
22:58 Changeset [3225] by nico
* Improve Dithering and Canvas php classes
22:57 Changeset [3224] by bsittler
optimization: when the canvas is only a single line, we can always …
22:18 Changeset [3223] by bsittler
work around table layout bugs by ensuring that if there are multiple cells …
22:03 Changeset [3222] by bsittler
forgot backslashes
21:29 Changeset [3221] by bsittler
htmlification of truecolor.php; evidently there are some bugs yet in the …
21:17 Changeset [3220] by bsittler
copy truecolor.php to www in preparation for htmlizing
21:17 Changeset [3219] by bsittler
convert to PHP and make executable
21:06 Changeset [3218] by bsittler
copy truecolor.c to truecolor.php in preparation for phpizing
21:05 Changeset [3217] by nico
* Improve class "Dither"
21:02 Changeset [3216] by nico
* Add class "Dither" to php object layer
20:50 Changeset [3215] by bsittler
add missing whitespace before /> so that the XHTML works in more …
20:28 Changeset [3214] by bsittler
add a <table summary="..." /> attribute so screenreader software does not …
20:19 Changeset [3213] by bsittler
echo rendered string in form value
20:13 Changeset [3212] by nico
* Remove white and yellow colors for letters
20:08 Changeset [3211] by nico
* Add an input box in sample web page figlet.php
18:49 Changeset [3210] by bsittler
remove the stylesheet, as it does not seem to help at the moment. also …
18:38 Changeset [3209] by bsittler
use a single table cell for adjacent attribute runs provided the …
18:00 Changeset [3208] by bsittler
more conforming to 79-character limit and using tabs
17:56 Changeset [3207] by bsittler
generate self-referencing script URI correctly, taking into account that …
17:24 Changeset [3206] by bsittler
added a link so you can view the image only (also good for lynx/elinks) …
17:10 Changeset [3205] by nico
* Change structure of sample file render.php
04:52 Changeset [3204] by bsittler
send correct content-type; add a missing doctype (although technically the …
04:37 Changeset [3203] by bsittler
apparently php inw ww dir should not be executable?
04:36 Changeset [3202] by bsittler
better UI, maybe?
04:27 Changeset [3201] by bsittler
seems to work
04:13 Changeset [3200] by bsittler
copy render.php to www in preparation for htmlizing
04:10 Changeset [3199] by bsittler
HTML conversion of text.php
04:07 Changeset [3198] by bsittler
add missing newline at end of file
04:05 Changeset [3197] by bsittler
apparently php inw ww dir should not be executable?
04:04 Changeset [3196] by bsittler
copy text.php to www in preparation for htmlizing
00:43 Changeset [3195] by nico
* Improve php object layer "caca.php"

11/01/08:

22:29 Changeset [3194] by nico
* Change permission of web sample files
22:11 Changeset [3193] by nico
* Improve php class layer for caca-php
20:55 Changeset [3192] by nico
* Add skeleton of php class layer for caca-php
19:42 Changeset [3191] by nico
* Add web sample program: dithering.php
18:57 Changeset [3190] by bsittler
oops! make the .php executable
14:54 Changeset [3189] by nico
* Add web sample "figlet.php"
14:30 Changeset [3188] by nico
* Use proper Zend macro RETURN_STRINGL in caca_file_read, caca_files_gets, …
13:51 Changeset [3187] by nico
* Initializate variable "len" in caca_export_string
07:32 Changeset [3186] by bsittler
switch to XHTML 1.0 Transitional markup (it validates perfectly, and still …
07:26 Changeset [3185] by bsittler
now HTML markup is generated, rather than a giant PRE block
07:03 Changeset [3184] by bsittler
output valid XHTML (it's valid HTML3 too); note that this drops the …
07:02 Changeset [3183] by bsittler
move CSS for www example to a separate file; table is no longer inside …
06:27 Changeset [3182] by bsittler
fix table border, colors, and quoting of <, ", ', and > in html3 output
06:13 Changeset [3181] by bsittler
font for windows, too
06:08 Changeset [3180] by bsittler
display correctly in firefox and safari
05:41 Changeset [3179] by bsittler
correctly account for tabs in html3 export
04:00 Changeset [3178] by bsittler
a first partially-broken conversion of examples/cacainfo.php
03:06 Changeset [3177] by nico
* Change test for php-cli mode in sample programs
02:46 Changeset [3176] by bsittler
define variables before use; jsut comment out the "sprites" item since it …
02:44 Changeset [3175] by nico
* Check that samples programs are executed with php-cli
02:32 Changeset [3174] by bsittler
change to allow use with cocoa driver; also, a keypress now stops these …
02:25 Changeset [3173] by nico
* Remove 'c' (color) and 'r' (render) options of the main menu in demo.php
01:45 Changeset [3172] by nico
* Add license headers in sample programs
01:33 Changeset [3171] by nico
* Clean template for phpize "config.m4"

10/31/08:

22:02 Changeset [3170] by nico
* Centralize pipi's errors managment in macro RETURN_SUCCESS * Change php …
21:35 Changeset [3169] by nico
* Change message for phpinfo()
19:56 Changeset [3168] by bsittler
now truecolor works
19:39 Changeset [3167] by bsittler
now arrow keys, function keys, etc. work
18:46 Changeset [3166] by nico
* Add information about gd resources support in caca-php for phpinfo()
18:29 libcaca/devel edited by bsittler
Lots of examples for Mac OS X. Maybe too many, in fact. Please feel free … (diff)
16:24 Changeset [3165] by jylam
* Added setjmp/longjmp support to jpeg loader.
16:16 Changeset [3164] by sam
Quick and dirty implementation of pipi_draw_rectangle() to save zMoo.
01:29 Changeset [3163] by bsittler
allow CC, CXX and MACOSX_SDK_FRAMEWORKS to be overridden using exported …
01:21 Changeset [3162] by sam
Add configure flags to enable/disable C# bindings, debug mode, and the …
01:21 Changeset [3161] by sam
libpipi: remove extra newlines in debug messages.
01:21 Changeset [3160] by sam
caca-sharp: improve install and uninstall rules, add a strong name key to …
01:14 libcaca edited by sam
link to development notes (diff)
01:13 libcaca/devel created by sam
libcaca development notes

10/30/08:

23:36 Changeset [3159] by pterjan
* Undo last commit
22:45 Changeset [3158] by pterjan
* Add -module flag, hopefuly this will fix on OSX
21:12 Changeset [3157] by pterjan
* List drivers as a Hash
19:07 Changeset [3156] by nico
* Check parameters number for functions that doesn't expect any parameter
19:00 Changeset [3155] by bsittler
add support for Mac OS X 10.4 (i386) and Mac OS X 10.5 (x86_64)
18:44 Changeset [3154] by nico
* Modify error message in sample program dithering.php
18:35 Changeset [3153] by nico
* Available the compilation of caca-php without gd development files
18:22 Changeset [3152] by bsittler
allow SDK to be overridden by environment variables (Mac OS X)
17:43 Changeset [3151] by nico
* Add destructor for "caca_file" resources
17:16 Changeset [3150] by nico
* Improve php binding of caca_render_canvas * Destroy php resource in …
14:21 Changeset [3149] by nico
* Add new php specific function caca_load_builtin_font(string name) * Add …
12:39 Changeset [3148] by nico
* Remove "_gd" suffix from dithering functions * caca_dithering_bitmap can …
02:02 Changeset [3147] by sam
Clean up configure.ac.
02:02 Changeset [3146] by sam
Append SVN release ID to ThePimp? binaries.
02:02 Changeset [3145] by sam
ThePimp?: make file dialogs singletons so that they retain their properties …
02:02 Changeset [3144] by sam
ThePimp?: add Fullscreen support, including the F11 binding.
01:51 Changeset [3143] by nico
* Add check after emalloc in caca_draw_thin_polyline
01:18 Changeset [3142] by nico
* Remove php function caca_create_event * caca_get_event return false if …

10/29/08:

23:59 Changeset [3141] by nico
* Close php block in sample program "demo.php"
23:58 Changeset [3140] by nico
* Rewrite main loop of sample program demo.php
20:10 Changeset [3139] by sam
Clean up configure.ac.
18:09 Changeset [3138] by nico
* Add indexed colors image support for dither with gd resources
14:48 Changeset [3137] by nico
* Add php binding for 3 caca charset conversion functions * Change php …
14:29 Changeset [3136] by jylam
* Images were saved with R and B inverted
14:19 Changeset [3135] by nico
* Close php blocks in samples programs (add "?>")
00:13 Changeset [3134] by nico
* Add php binding for function "caca_set_dither_palette"

10/28/08:

20:43 Changeset [3133] by nico
* Add unicode support in sample program figfont.php
20:30 Changeset [3132] by nico
* Change type of the last argument of drawing function (from string to …
18:59 Changeset [3131] by nico
* Add php binding for caca_draw_polyline and caca_draw_thin_polyline * Add …
15:11 Changeset [3130] by nico
* Check that a caca_figfont was loaded before using it in …
14:45 Changeset [3129] by nico
* Add php binding for caca_load_font, caca_get_font_blocks, …
13:15 Changeset [3128] by nico
* Add checks after emalloc() * Add php binding for caca_file_gets
12:46 Changeset [3127] by nico
* Add php binding for functions: caca_file_write, caca_file_read
03:02 Changeset [3126] by nico
* Add php bindings for 9 functions * Modify php bloc headers in samples …

10/27/08:

21:23 Changeset [3125] by sam
libcaca: add fallback rotated glyphs to cope with third-party software.
20:54 Changeset [3124] by nico
* Fix a bug in sample program "dithering.php"
20:35 Changeset [3123] by nico
* Add a "caca_create_dither_gd" function that create the proper dither for …
20:14 Changeset [3122] by nico
* Add working sample program dithering.php (open logo-caca.png with Gd and …
18:19 Changeset [3121] by nico
* Fix a bug in caca_export_string
18:15 Changeset [3120] by nico
* Improve function "caca_dither_bitmap_gd" * Add php binding for …
17:23 Changeset [3119] by nico
* Add a function "fetch_external_resource" that allows to fetch external …
14:45 Changeset [3118] by sam
doc: fix symlink failure when installing libcaca twice.
14:34 Changeset [3117] by nico
* Add php binding for 12 new fonctions
10:14 Changeset [3116] by pterjan
* Don't exit the process if exec suceeded
00:33 Changeset [3115] by nico
* Add php binding for functions: caca_get_dither_color, …

10/26/08:

22:27 Changeset [3114] by nico
* Add binding for 7 new functions * Add just_for_fun() function in sample …
21:51 Changeset [3113] by nico
* Add php binding for 15 new functions * Add new sample program …
16:47 Changeset [3112] by nico
* Improve function caca_export_string
16:27 Changeset [3111] by nico
* Add php binding for caca_export_memory (called caca_export_string) * …
15:14 Changeset [3110] by nico
* Centralize caca's error managment (in macro RETURN_SUCCESS) * Add …
14:38 Changeset [3109] by nico
* Add php binding for 4 new functions * Add "full" demo to …
13:29 Changeset [3108] by nico
* Add php binding for 9 new functions * Improve examples/demo.php
02:49 Changeset [3107] by nico
* Add php bindings for functions: caca_draw_line & caca_draw_thin_line * …
01:52 Changeset [3106] by nico
* Add a nice label with libcaca's version in the center of the screen in …
01:40 Changeset [3105] by nico
* Add Php binding for caca's functions: caca_get_event, …

10/25/08:

17:41 Changeset [3104] by nico
* Add binding for 6 new caca's functions * Add a nice php sample file …
15:05 Changeset [3103] by sam
Create a "tiles" branch for some heavy refactoring.
15:02 Changeset [3102] by sam
libpipi: move histogram.c and measure.c in a new analysis/ subdirectory.
14:14 libpipi/oric edited by sam
link to .NET framework (diff)
13:26 Changeset [3101] by nico
* Add php binding for 8 new caca's functions
03:06 Changeset [3100] by sam
libpipi: reduce the libjpeg priority until this codec works on amd64.
03:05 Changeset [3099] by sam
ThePimp?: double-clicking in the file dialogs opens or saves directly.
03:05 Changeset [3098] by sam
ThePimp?: use spinbuttons instead of text areas for image dimensions. …
03:04 Changeset [3097] by sam
No need to store libgdiplus.dll in SVN.
03:04 Changeset [3096] by sam
Add a launcher for pipi.exe in the Win32 package.
03:03 Changeset [3095] by sam
Add Nicolas Vion to AUTHORS.
01:20 Changeset [3094] by nico
* Add php bindings for 13 new functions
01:01 Changeset [3093] by nico
* Add php binding for 7 new caca's functions
00:35 Changeset [3092] by nico
* Add flac support and some other nice features…
00:09 Changeset [3091] by nico
* Add caca's php constants definition * Add php binding for 13 new …

10/24/08:

21:39 Changeset [3090] by nico
* configuration file config.m4 rewritten
21:28 Changeset [3089] by nico
* Initial release of caca-php
17:20 Changeset [3088] by jylam
* Changed petit pédé's stuff
17:16 Changeset [3087] by nico
* Change return value for function (success return (bool) true): …
15:49 Changeset [3086] by nico
Add php binding for pipi_command Add a php rewrite of pipi.c in examples/
14:33 Changeset [3085] by jylam
* Added bound-checking to file extension detection
14:18 Changeset [3084] by jylam
* Fixed a non-initialized memory bug, which caused histogram function to …
14:03 Changeset [3083] by jylam
* Added file extension detection to modular codec
13:49 Changeset [3082] by jylam
* Fixed a memory leak in histogram example
13:49 Changeset [3081] by jylam
* Added hability to save jpeg using modular codec
11:13 neercs edited by sam
(diff)
11:12 toilet edited by sam
(diff)
02:06 libpipi/oric edited by sam
link to the pimp (diff)
02:04 ThePimp-0.0.zip attached to libpipi/oric by sam
01:20 Changeset [3080] by nico
Add php binding for functions: pipi_render_histogram, …
00:20 Changeset [3079] by nico
Add php binding for functions: pipi_dither_ordered_ext, …

10/23/08:

18:27 Changeset [3078] by sam
libpipi: the GDI+ codec defaults to BMP when the file extension is …
18:12 Changeset [3077] by sam
Cope with disparities between GDI+ versions.
17:44 Changeset [3076] by sam
libpipi: improve GDI+ codec cross-compilation.
16:25 Changeset [3075] by jylam
* Added 'Modular' codec as a testbed for hand-written codecs, as well as a …
14:30 Changeset [3074] by sam
libpipi: the GDI+ codec can now compile using mingw32, unfortunately it …
14:29 Changeset [3073] by sam
libpipi: make gdiplus.cpp build on older Windows versions.
14:16 Changeset [3072] by sam
Import the GDI+ runtime to ease Win32 cross-compilation.
14:12 Changeset [3071] by jylam
* Added stub USE_GDIPLUS definition to make the whole stuff compilable …
11:02 libpipi/sandbox edited by sam
<< back to libpipi (diff)
11:01 libpipi/sandbox edited by sam
(diff)
01:56 Changeset [3070] by sam
Full GDI+ load and save support.
01:11 Changeset [3069] by nico
Initial release of pipi-php
00:22 Changeset [3068] by sam
libpipi: fix $prefix value in pipi.pc.

10/22/08:

15:57 libpipi/sandbox edited by sam
C code for the Cantor polynomial (diff)
15:23 libpipi/research/filters edited by sam
LaTeX shit (diff)
12:57 libpipi/sandbox edited by sam
Cantor polynomial (diff)
12:35 Ticket #48 (Improved support for mingw+msys) created by guest
Attached patch includes the changes for adding support to mingw+msys. …
12:22 libpipi/sandbox created by sam
testing latex plugin
12:22 libpipi edited by sam
link to sandbox (diff)
11:59 WikiStart edited by guest
libpipi badge (diff)
02:03 Changeset [3067] by sam
libpipi: duplicate the GDI codec in order to prepare the GDI+ one.

10/21/08:

10:36 Changeset [3066] by sam
libpipi: remove unused variables.
10:36 Changeset [3065] by sam
pipi-sharp: do not specify the keyfile in AssemblyInfo?.cs since we do not …
10:30 Changeset [3064] by sam
Fix Win32 build: directly refer to the .snk file and cope with new …

10/20/08:

23:42 Changeset [3063] by sam
Get rid of the Glade# dependencies.
00:10 Changeset [3062] by carmie
00:06 Changeset [3061] by carmie
00:01 Changeset [3060] by carmie

10/19/08:

23:58 Changeset [3059] by carmie
23:57 Changeset [3058] by carmie
23:56 Changeset [3057] by carmie
23:55 Changeset [3056] by carmie
23:54 Changeset [3055] by carmie
23:52 Changeset [3054] by carmie
23:47 Changeset [3053] by carmie
23:44 Changeset [3052] by carmie
23:42 Changeset [3051] by carmie
23:38 Changeset [3050] by carmie
23:34 Changeset [3049] by carmie
23:27 Changeset [3048] by carmie
23:02 Changeset [3047] by carmie
18:28 Ticket #47 (séparateur blanc dans la barre de navigation) created by sam
Quand une case de la barre de navigation est verte (active) il manque le …
18:22 Changeset [3046] by jylam
* Made Cocoa driver BEAUTIFUL ('fixed' default font size to constant …
16:44 Changeset [3045] by jylam
* Made compilation work only under Mac OS X 10.5 (Leopard) as it is the …
15:37 Changeset [3044] by pterjan
* APPLE should be handled like other cases where USE_GRAB is not …
15:36 Changeset [3043] by carmie
15:32 Changeset [3042] by carmie
15:31 Changeset [3041] by carmie
15:29 Changeset [3040] by carmie
15:27 Changeset [3039] by sam
ThePimp?: move source files to src/.
15:26 Changeset [3038] by jylam
* Added compilation to xcode project (using main Makefile) * Fixed a leak …
15:20 Changeset [3037] by carmie
15:15 Changeset [3036] by carmie
15:13 Changeset [3035] by sam
Improve "make install", especially for .NET assemblies.
15:12 Changeset [3034] by carmie
on vire tous les %ages sur les font-size qui donne des trucs illisibles
15:07 Changeset [3033] by carmie
14:32 Changeset [3032] by jylam
* Convert CoreImage? buffer to RGBA right after loading * Crop padding …
14:24 Changeset [3031] by carmie
14:21 Changeset [3030] by carmie
14:13 Changeset [3029] by carmie
14:09 Changeset [3028] by carmie
14:06 Changeset [3027] by carmie
13:56 Changeset [3026] by carmie
13:54 Changeset [3025] by carmie
13:50 Changeset [3024] by carmie
text in .buttons iz center
13:39 Changeset [3023] by carmie
text iz bold nao
13:38 Changeset [3022] by carmie
text in bold for submit button
13:28 Changeset [3021] by jylam
* CoreImage? codec now recognizes file extention and saves the image …
13:05 Changeset [3020] by jylam
* CoreImage? loader fails cleanly when specified image doesn't exist
12:57 Changeset [3019] by jylam
* Added free callback to CoreImage? codec
12:40 Changeset [3018] by jylam
* Finally made the CoreImage? save function available * Removed annoying …
12:29 Changeset [3017] by jylam
* Added convenience xcode project
12:24 Changeset [3016] by jylam
* Added a better math library detection
01:04 Changeset [3015] by carmie
00:43 Changeset [3014] by carmie
00:42 Changeset [3013] by carmie
00:32 Changeset [3012] by carmie
00:29 Changeset [3011] by carmie
00:26 Changeset [3010] by carmie
00:18 Changeset [3009] by carmie
00:17 Changeset [3008] by carmie
00:15 Changeset [3007] by carmie
00:11 Changeset [3006] by carmie
00:09 Changeset [3005] by carmie
00:06 Changeset [3004] by carmie
00:05 Ticket #44 (--max-cpu is misleading) closed by sam
fixed: fixed in [3001].
00:04 Changeset [3003] by carmie
00:02 Changeset [3002] by carmie
00:01 Changeset [3001] by sam
Rename --max-cpu into --max-cputime to avoid confusion (fixes #44).
00:01 Changeset [3000] by pterjan
* Fail early when /proc/<PID>/environ can not be read

10/18/08:

23:54 Changeset [2999] by pterjan
- Run /usr/bin/reset in target process after a grab
23:53 Changeset [2998] by carmie
23:52 Changeset [2997] by carmie
23:49 Changeset [2996] by carmie
23:47 Changeset [2995] by sam
Port neercs to the unified libcaca 0.99.beta15 API.
23:45 Changeset [2994] by carmie
23:44 Changeset [2993] by carmie
23:42 Changeset [2992] by sam
Add a .gitignore file for git-svn users.
23:42 Changeset [2991] by sam
Hide autotools files in .auto/ instead of autotools/.
23:42 Changeset [2990] by sam
Port ttyvaders to the unified libcaca 0.99.beta15 API.
23:40 Changeset [2989] by carmie
mainnav color & background
23:36 Changeset [2988] by sam
Port toilet to the unified libcaca 0.99.beta15 API.
23:34 Changeset [2987] by carmie
23:31 Changeset [2986] by sam
Port powerpipo to the unified libcaca 0.99.beta15 API.
23:31 Changeset [2985] by sam
* Add a .gitignore file for git-svn users.
23:31 Changeset [2984] by sam
* Update bootstrap script. * Put autotools files in .auto/ instead of …
23:30 Changeset [2983] by carmie
23:29 Changeset [2982] by sam
Add a .gitignore file for git-svn users.
23:29 Changeset [2981] by sam
Port cacatris to the unified libcaca 0.99.beta15 API.
23:26 Changeset [2980] by carmie
mainav color
23:24 Changeset [2979] by sam
Port cacamoo to the unified libcaca 0.99.beta15 API.
23:18 Changeset [2978] by carmie
22:33 Changeset [2977] by carmie
ca marche
22:30 Changeset [2976] by sam
Another attempt at serving htdocs/common through mod_python.
22:22 Changeset [2975] by sam
Try to fix htdocs location.
22:14 Changeset [2974] by carmie
22:13 Changeset [2973] by carmie
correction lien
22:11 Changeset [2972] by carmie
on rajoute un lien a please login
21:58 Changeset [2971] by carmie
couleur et taille de please login as
21:55 Changeset [2970] by sam
Fix trac repo path.
21:48 Changeset [2969] by carmie
on vire la css du wiki, pour voir
15:03 Changeset [2968] by jylam
* Added -lm to libpipi.la to fix a link issue on some plateforms
15:00 WikiStart edited by sam
libcaca 0.99.beta16 (diff)
14:59 libcaca edited by sam
libcaca-0.99.beta16 (diff)
14:58 libcaca-0.99.beta16.tar.gz attached to libcaca by sam
14:57 Changeset [2967] by sam
Bump soname versioning.
14:50 Changeset [2966] by sam
Fix <cucul.h> installation again.
14:42 Changeset [2965] by sam
Set version to 0.99.beta15. Updated NEWS and ChangeLog?.
14:36 Changeset [2964] by sam
Do not copy .svn directories in the Win32 package.
13:07 Changeset [2963] by sam
Add a cucul.h symbolic link upon installation.
13:07 Changeset [2962] by sam
libcaca: move codecs and import/export functions into subdirectories.
13:06 Changeset [2961] by sam
Fix compilation warnings on platforms without Imlib2.
13:06 Changeset [2960] by sam
libcaca: fix a minor warning on DOS targets.
03:40 Ticket #46 (Hardware mode verified libraries (CACA/AA/BB/etcetc)) created by guest
There is need for hardware mode interface libs with standard abstract …

10/17/08:

16:34 libcaca edited by sam
fix links to www repo (diff)
01:44 Changeset [2959] by sam
Minor build system cosmetic changes.
01:21 Changeset [2958] by sam
Do not attempt to create libcaca++ symlinks if C++ support was disabled.
01:15 Changeset [2957] by sam
Fix the gmcs detection in configure.ac that was incorrectly causing …
01:03 Changeset [2956] by sam
Remove executable bit from files that do not need it.
00:59 Changeset [2955] by sam
Rename csharp/ into caca-sharp/.
00:52 Changeset [2954] by sam
Rename win32/dist into win32/gtksharp because we might very well put other …
00:48 Changeset [2953] by sam
Do not ship build-win32 with the tarballs, since they do not ship the GTK# …

10/16/08:

21:17 Changeset [2952] by sam
win32: move GTK# assemblies into the same directory as the rest of the …

10/14/08:

10:42 Changeset [2951] by sam
ThePimp?: fix copyright information.
00:56 Changeset [2950] by sam
ThePimp?: add tooltips and ellipses here and there in the GUI.
00:56 Changeset [2949] by sam
ThePimp?: switch back to GTK# 2.12 now that it works on Windows.
Note: See TracTimeline for information about the timeline view.