Timeline
06/15/08:
- 22:30 Changeset [2442] by
- * Add a .gitignore file for git-svn users.
- 22:27 Changeset [2441] by
- * Put autotools files in .auto/ instead of autotools/.
- 22:21 Changeset [2440] by
- * Add a .gitignore file for git-svn users.
- 22:21 Changeset [2439] by
- * Put autotools files in .auto/ instead of autotools/.
- 22:21 Changeset [2438] by
- * Don't call destroy_screen() before remove_screen(), since it'll be …
- 21:38 Changeset [2437] by
- * Fix C++ library linking.
- 20:41 Changeset [2436] by
- * Fix cucul_file_read() calls in cacaview.
- 20:40 Changeset [2435] by
- * No need to close the fd just before calling destroy_screen * Don't skip …
- 20:17 Changeset [2434] by
- * It's not very useful to check a pointer after dereferencing it * It's …
- 20:09 Changeset [2433] by
- * Fix behavior with no parameter
- 20:02 Changeset [2432] by
- * This warning was not mine !
- 20:01 Changeset [2431] by
- * Don't break build on platforms where grab is not supported
- 19:23 Changeset [2430] by
- * use sys/user.h instead of linux/user.h
- 19:17 Changeset [2429] by
- * Remove one of the reads of /proc
- 19:10 Changeset [2428] by
- * Remove code that was for the standalone test
- 19:06 Changeset [2427] by
- * Fix cacademo build on systems without imlib-dev.
- 19:01 Changeset [2426] by
- * First attempt to grab a process when started with -P <pid>
- 18:53 Changeset [2425] by
- * Generate the C++ .pc files at configure time.
- 18:49 Changeset [2424] by
- * Only install the C++ .pc files if C++ support was activated.
- 18:47 Changeset [2423] by
- * Install cucul++.pc and caca++.pc in the pkg-config directory.
- 17:34 Changeset [2422] by
- * Removed bad use of destroyed screens
- 17:13 Changeset [2421] by
- * Put pty and prevpty in screen_list structure
- 17:02 Changeset [2420] by
- * Get rid of io.c/io.h: IO functions are now in libcucul.
- 16:59 Changeset [2419] by
- * Re-add the cx->torender trick to avoid crashing on filters. This really …
- 16:47 Changeset [2418] by
- * Require cucul >= 0.99.beta15. Not released yet, but at least we won't …
- 16:47 Changeset [2417] by
- * Add a .gitignore files for git-svn users.
- 16:47 Changeset [2416] by
- * Put autotools files in ./.auto instead of ./autotools.
- 16:46 Changeset [2415] by
- * Fix a compilation warning due to libcucul API changes.
- 16:46 Changeset [2414] by
- * Get rid of all the FIGlet font handling: everything is moving into …
- 16:46 Changeset [2413] by
- * Updated version number to 0.99.beta15, so that we can build TOIlet.
- 16:41 Changeset [2412] by
- * Export cucul_flush_figlet() to the public API. It should be removed …
- 15:50 Changeset [2411] by
- * Make cacaview use cucul_file_t functions.
- 15:50 Changeset [2410] by
- * Make deprecated cucul_load_file() use cucul_file_t functions.
- 15:50 Changeset [2409] by
- * Make cucul_import_file() use cucul_file_t functions.
- 15:50 Changeset [2408] by
- * Set errno to ENOSYS in unsupported cucul_file_t operations.
- 15:50 Changeset [2407] by
- * Implement cucul_file_tell().
- 15:50 Changeset [2406] by
- * Export cucul_file_t operations in the public header. * Implement …
- 15:49 Changeset [2405] by
- * makefont is only a system tool: use htons/htonl instead of …
- 15:46 Changeset [2404] by
- * Updated help * Thumbnail numbers now fit windows count format
- 15:28 Changeset [2403] by
- * Speed up rendering while in full-wm and thumbnails are not activated
- 15:11 Changeset [2402] by
- * main.c now contains only main()
- 14:50 Changeset [2401] by
- * Removed more stuff from main()
- 14:40 Changeset [2400] by
- * Exploded main() into smaller parts (and that's ugly for now, yes)
- 14:28 Changeset [2399] by
- * Fix cucul_set_dither_palette() argument types in cacademo.
- 14:28 Changeset [2398] by
- * Remove htons() and htonl() from kernel mode: we use our custom hton16() …
- 14:28 Changeset [2397] by
- * Fix a buffer initialisation issue in the sortchars utility.
06/14/08:
- 15:59 Changeset [2396] by
- * Fixed Erase In Page (clear) width
- 15:34 Changeset [2395] by
- * Totally unfinished scroll support (as vim uses it)
- 15:05 Changeset [2394] by
- * Build the win32 binary with aggressive optimisation flags.
- 15:02 Changeset [2393] by
- * BMP write support for Win32. * Include a pre-compiled .exe file.
- 14:04 Changeset [2392] by
- * Cosmetic changes.
- 14:02 Changeset [2391] by
- * Ported img2oric to Win32, using GDI. OUTPUT.TAP is saved, but the BMP …
- 13:44 Changeset [2390] by
- * Des espaces a la fin d'une ligne : Deux baffes dans ta gueule
- 12:39 Changeset [2389] by
- * Have pty and prevpty always valid, fixes the random crash when exiting …
- 12:20 Changeset [2388] by
- * Switch to previous term when one shell exits
- 12:06 Changeset [2387] by
- * Move back title writing after drawing the associated box
- 12:05 Changeset [2386] by
- * Use remaining space for last term in [hv]split * Don't share the …
- 00:46 Changeset [2385] by
- * Draw the titles after all the frames as they share the lines in vsplit …
- 00:38 Changeset [2384] by
- * Truncate titles larger than the window
06/13/08:
- 23:58 Changeset [2383] by
- * Display the title of each screen on its frame
- 23:40 Changeset [2382] by
- * Handle the title set in each screen
- 23:38 Changeset [2381] by
- * Fixed debug() while activated
- 23:22 Changeset [2380] by
- * Get rid of the nice XTAB and YTAB macros, as they are unused, and noone …
- 23:00 Changeset [2379] by
- * Set a BETTER title for the display
- 22:33 Changeset [2378] by
- * Set a title for the display
- 17:55 Changeset [2377] by
- * Give work to jylam
- 17:49 Changeset [2376] by
- * Don't crash when the window become too small
- 17:35 Changeset [2375] by
- * ESC closes help window as well
- 17:33 Changeset [2374] by
- * Tiens pterjan dans ta gueule l'aide
- 17:13 Changeset [2373] by
- * Minor cosmetic changes, filled README with crap
- 17:01 Changeset [2372] by
- * Added a glazillon of checks for mallocs and frees and stuff (et raph_ael …
- 16:44 Changeset [2371] by
- * Added ctrl-a-k to close a window and associated process (temporary code) …
- 16:18 WikiStart edited by
- zzuf 0.12 (diff)
- 16:17 zzuf edited by
- zzuf 0.12 (diff)
- 15:18 Changeset [2370] by
- * Oops, added left arrow handling
- 14:59 Changeset [2369] by
- * Changed default wm to VSPLIT and fixed wrong split size
- 14:52 Changeset [2368] by
- * Added bell handling
- 13:51 Changeset [2367] by
- * Added a status bar and an help screen
- 12:04 img2rubik edited by
- lol imagemagick, lol gimp (diff)
- 11:31 Changeset [2366] by
- * Version 0.12. * Updated NEWS and ChangeLog?.
- 11:31 Changeset [2365] by
- * Finished the libzzuf manual page.
- 11:21 Changeset [2364] by
- * The site looks like shit. Ditch most CSS hacks.
- 10:54 img2rubik edited by
- (diff)
06/12/08:
- 15:50 Changeset [2363] by
- * Added Cards window manager * Thumbnails are now black instead of white …
- 15:45 img2rubik edited by
- put CS2 first (diff)
- 14:42 Changeset [2362] by
- * Added window management skeleton (ctrl-a-w)
- 12:12 img2rubik edited by
- photoshop (diff)
06/11/08:
- 22:55 img2rubik edited by
- +gamma-corrected ordered (diff)
- 20:06 img2rubik edited by
- (diff)
- 20:03 img2rubik edited by
- (diff)
- 20:02 img2rubik edited by
- imagemagick results (diff)
- 19:22 img2rubik edited by
- fixes (diff)
- 19:19 img2rubik edited by
- (diff)
- 19:16 img2rubik edited by
- (diff)
- 18:59 img2rubik edited by
- layout + gamma correction (diff)
- 18:51 img2rubik edited by
- (diff)
- 18:49 Changeset [2361] by
- * Splitted main.c and created effects.c for optionnal features
- 18:30 img2rubik created by
- 18:23 Changeset [2360] by
- * Fixed window borders size
- 18:00 Changeset [2359] by
- * moved thumbnail code to its own function, and added a box around current …
- 17:45 Changeset [2358] by
- * Added a default shell roolback if no arguments are givent * ctrl-a-c …
- 17:13 Changeset [2357] by
- * Reorganised screen management in a list * Minor cosmetic changes * …
- 15:11 Changeset [2356] by
- - Exit when requested by window manager - Exit when all terms are exited - …
06/10/08:
- 18:21 Changeset [2355] by
- * Fix a crash in the realloc() wrapper occurring when dlsym() or dlopen() …
- 18:21 Changeset [2354] by
- * Do not try to free() on buffers that have been allocated with the real …
- 18:21 Changeset [2353] by
- * Started writing a manual page for libzzuf.
06/02/08:
- 20:02 WikiStart edited by
- change front page links (diff)
- 19:57 cacacon07 edited by
- re-add images (diff)
- 19:52 cacacon07 edited by
- fix links (diff)
- 19:51 cacacon07 created by
- rewrote cacacon07 in the wiki
05/29/08:
- 00:04 libcaca created by
- Start the libcaca page. Only downloads for now.
05/22/08:
- 18:05 Changeset [2352] by
- * Fix link to top banner.
- 17:54 Changeset [2351] by
- * Fix links to background images.
- 17:54 Changeset [2350] by
- * Fix links to background images.
- 01:33 development edited by
- better list archive lists (diff)
- 01:07 toilet created by
- copy the toilet page from SVN
- 01:04 neercs created by
- neercs page
- 01:01 ttyvaders created by
- TTYvaders page
- 00:45 WikiStart edited by
- fix all screenshots (diff)
- 00:45 Changeset [2349] by
- * Make the PNG export file a simple screenshot.
- 00:24 CPUShare edited by
- /raw -> /files (diff)
- 00:16 WikiStart edited by
- fix screenshot links (diff)
05/21/08:
- 11:41 WikiStart edited by
- first attempt at a Trac homepage (diff)
- 10:34 development created by
- copying main wiki page to /wiki/development
- 10:10 Changeset [2348] by
- * Fix URLs.
- 09:54 Changeset [2347] by
- * Prevent excessive search engine hits through robots.txt.
- 09:51 Changeset [2346] by
- * Fix links to downloads now that they're handled by Trac.
- 09:43 downloads created by
05/19/08:
- 13:25 Changeset [2345] by
- * Change -M to mean mebibytes instead of megabytes, because I'm a fucking …
- 13:25 Changeset [2344] by
- * Change -F to -j, to mimic make.
- 13:24 Changeset [2343] by
- * Allow to omit the right-hand side of the seed range, for indefinite …
- 13:24 Changeset [2342] by
- * Clarify -C0 behaviour.
- 13:24 Changeset [2341] by
- * Add SIGPIPE to the list of crashing signals.
- 13:24 Changeset [2340] by
- * Fix an invalid cast on the Alpha architecture caused by sockaddr_in* …
05/18/08:
- 23:01 zzuf edited by
- fix links (diff)
- 22:43 zzuf edited by
- zzuf 0.11 release (diff)
- 22:03 Changeset [2339] by
- * Announce zzuf 0.11.
- 21:56 Changeset [2338] by
- * Version 0.11. * Updated NEWS and ChangeLog?.
- 21:56 Changeset [2337] by
- * Minor memory and speed optimisation.
- 20:13 Changeset [2336] by
- * Start working on the internal code documentation.
- 14:38 Changeset [2335] by
- * Don't use `--' in the testsuite, it is no longer understood.
- 14:38 Changeset [2334] by
- * Implement getchar() and getchar_unlocked().
- 12:21 zzuf edited by
- fix formatting (diff)
- 12:19 zzuf edited by
- link to the tutorial (diff)
- 12:16 zzuf/tutorial edited by
- nuke zzuf/tutorial but keep history (diff)
- 12:13 zzuf/tutorial1 edited by
- fix links (diff)
- 12:13 zzuf/tutorial2 created by
- tutorial2
- 12:11 zzuf/tutorial1 edited by
- cosmetic (diff)
- 12:11 zzuf/tutorial1 created by
- splitting tutorial into tutorial1, tutorial2 etc.
- 12:02 zzuf/tutorial edited by
- minor updates (diff)
- 11:45 Changeset [2333] by
- * Minor changes: add quotes between launched program name, update …
- 11:45 Changeset [2332] by
- * Make sure the fgets_unlocked() reimplementation uses fgetc_unlocked(), …
- 05:54 zzuf/tutorial edited by
- seed ranges, ratio ranges (diff)
- 02:36 zzuf/tutorial edited by
- debug mode (diff)
- 01:34 zzuf/tutorial edited by
- random seed, different applications, file creation (diff)
- 01:10 Changeset [2331] by
- * Implement fgets_unlocked() and fread_unlocked().
- 01:10 Changeset [2330] by
- * Implement getc_unlocked() and fgetc_unlocked().
- 00:14 zzuf/tutorial created by
- starting a zzuf tutorial
05/17/08:
- 18:20 Changeset [2329] by
- * Trac CSS test.
- 15:40 Changeset [2328] by
- * Document the new command line parsing behaviour.
- 15:40 Changeset [2327] by
- * No longer require the "--" trick to separate zzuf's flags and the called …
- 00:01 Changeset [2326] by
- * Cosmetic: remove trailing spaces from the source code.
- 00:01 Changeset [2325] by
- * Add statistical analysis to the testsuite to check our random number …
- 00:01 Changeset [2324] by
- * Improve overall randomness. Now even close seeds have very different …
- 00:01 Changeset [2323] by
- * Update TODO.
- 00:00 Changeset [2322] by
- * Update copyright and homepage in the manual page.
Note: See TracTimeline
for information about the timeline view.
