Timeline
12/23/09:
- 12:34 Changeset [4197] by
- Java bindings, courtesy of Adrien Grand <jpountz@dinauz.org>.
- 02:56 Changeset [4196] by
- Shorten Documentation link to Doc.
- 02:55 doc edited by
- test (diff)
- 02:50 doc edited by
- (diff)
- 02:50 doc edited by
- test (diff)
- 02:47 Changeset [4195] by
- 02:46 Changeset [4194] by
- 02:44 Changeset [4193] by
- 02:39 Changeset [4192] by
- Move doxygen link to the left.
- 02:37 Changeset [4191] by
- Oops, doxygen link was disabled.
- 02:37 doc edited by
- fix (diff)
- 02:37 doc created by
- create the doxygen page
- 02:34 Changeset [4190] by
- Put a "Browse Doc" link in the nav bar.
- 02:33 Changeset [4189] by
- Finalise doxygen integration.
- 02:30 artwork edited by
- (diff)
- 02:29 artwork edited by
- (diff)
- 02:29 artwork edited by
- (diff)
- 02:28 Changeset [4188] by
- 02:21 Changeset [4187] by
- fix doxygen page link
- 02:19 Changeset [4186] by
- Activate the doxygen plugin.
- 01:58 Changeset [4185] by
- 01:56 Changeset [4184] by
- 01:55 Changeset [4183] by
- 01:39 Changeset [4182] by
- 01:36 Changeset [4181] by
- Sort forums by _descending_ name.
- 01:35 Changeset [4180] by
- Sort forums by name.
- 01:34 Changeset [4179] by
- 01:29 Changeset [4178] by
- 01:23 Changeset [4177] by
- 01:18 Changeset [4176] by
- (nya un "s" à .moderators)
- 01:17 Changeset [4175] by
- on cache les colonnes moderation et création qui sont pabelles
- 01:07 Changeset [4174] by
- Move the Forum link to the left and disable the Roadmap link.
- 01:03 Changeset [4173] by
- Fix links in the trac navbar.
- 01:01 Changeset [4172] by
- Add a "Forums" link.
- 00:30 Changeset [4171] by
- Enable the trac-spamfilter plugin.
12/22/09:
- 23:22 Changeset [4170] by
- Winter logo by carmie.
- 23:22 artwork edited by
- Winter logo by carmie. (diff)
- 22:55 artwork edited by
- Summer logo by carmie (diff)
- 22:53 Changeset [4169] by
- Summer logo by carmie.
- 21:24 libcaca/study/introduction edited by
- fix image links (diff)
- 21:23 libcaca/study/7 edited by
- fix image links (diff)
- 21:22 libcaca/study/6 edited by
- fix image links (diff)
- 21:21 libcaca/study/5 edited by
- fix image links (diff)
- 21:19 libcaca/study/4 edited by
- fix image links (diff)
- 21:17 libcaca/study/3 edited by
- fix image links (diff)
- 21:13 libcaca/study/2 edited by
- prepend ! before wiki names (diff)
- 21:12 libcaca/study/2 edited by
- fix image links (diff)
- 21:10 libcaca/study/1 edited by
- fix image links (diff)
- 21:04 Changeset [4168] by
- couleur de fond pour #mainnav li, correction menu
- 21:03 Changeset [4167] by
- Fix original logo.
- 21:02 artwork edited by
- additional logos (diff)
- 21:01 Changeset [4166] by
- Put all our logos in SVN.
- 20:51 artwork created by
- our artwork
- 09:29 Changeset [4165] by
- Start porting the Python interpreter to Python 2.4/2.5.
- 09:29 Changeset [4164] by
- Fix compilation with older libcaca versions.
- 00:27 WikiStart edited by
- add link to artwork session (diff)
12/21/09:
- 22:04 Changeset [4163] by
- 21:58 Changeset [4162] by
- redimensionnement
- 21:57 Changeset [4161] by
- banniere de nouel
12/20/09:
- 17:29 Changeset [4160] by
- * Fix libcaca.a linkage (was off by one argument), fill memory with …
- 16:41 Changeset [4159] by
- * Added 64bits RDTSC support, as well as CPU frequency guess (more like a …
- 15:02 Changeset [4158] by
- * Fix indentation and add licensing and copyright headers to kernel
- 14:45 Changeset [4157] by
- * Fill CPU id correctly, you dumb fuck.
- 14:40 Changeset [4156] by
- * XCode project file updated for kernel
- 14:36 Changeset [4155] by
- * Forgot kernel build script
- 14:33 Changeset [4154] by
- * Total kernel rewrite
- 13:25 Changeset [4153] by
- getline() and getdelim() must return -1 if EOF was reached and no bytes …
- 13:24 Changeset [4152] by
- Try to call _zz_init() as soon as possible. Otherwise, preloaded libraries …
- 13:24 Changeset [4151] by
- Buffer debug output to reduce the number of write() calls and allow to …
- 13:24 Changeset [4150] by
- Avoid overlapping regions in our realloc's memcpy call.
12/19/09:
- 15:38 Changeset [4149] by
- Store built-in fonts in a uin8_t[] instead of char[].
- 15:38 Changeset [4148] by
- Update my e-mail address everywhere.
12/18/09:
- 23:09 Changeset [4147] by
- Preload the example input buffer with Unicode stuff for testing.
- 22:52 Ticket #33 (nicer logo) closed by
- fixed: Looks very nice to me.
- 22:50 Ticket #41 (alignment issue in caca_get_canvas_chars()) closed by
- fixed: Fixed in [4146].
- 22:50 Changeset [4146] by
- Fix an alignment issue in caca_get_canvas_chars() and …
- 22:36 Ticket #7 (add a caca_unset_attr() and a caca_toggle_attr()) closed by
- fixed: Fixed in [4145].
- 22:36 Changeset [4145] by
- Implement caca_unset_attr() and caca_toggle_attr(). Fixes #7.
- 22:24 Ticket #61 (libcaca failes to compile with freeglut-2.6*) closed by
- fixed: Fixed in [4144].
- 22:24 Changeset [4144] by
- Explicitly link with -lGLU because freeglut may not provide it. Fixes #61.
- 22:21 Ticket #58 (TOIlet ./configure wants libcucul but libcaca >= b15 doesn't have it) closed by
- fixed: Fixed in [2988].
- 22:18 Ticket #21 (Unicode support for X11) closed by
- fixed: Fixed in [4143].
- 22:17 Changeset [4143] by
- Deduce X11 font size from a relevant sample to avoid oversized font cells. …
- 00:25 Changeset [4142] by
- Call setlocale() in the X11 driver to activate the current locale. If it …
12/17/09:
- 02:46 Changeset [4141] by
- Use XwcDrawString? in the X11 driver if font sets are available.
- 02:46 Changeset [4140] by
- Allow the X11 driver to display Unicode characters if they are in the …
12/16/09:
- 20:25 Changeset [4139] by
- Do not crash in caca_flush_figlet() if no figfont was loaded.
- 20:20 Changeset [4138] by
- Fix a crash with multiline input caused by losing the figfont information.
- 17:15 Changeset [4137] by
- Synchronise VS 2010 solution with [4112].
- 16:54 Changeset [4136] by
- Add a source code sanity check.
- 01:37 Changeset [4135] by
- New ASCII fonts based on a simple translation of the Monospace ones.
- 01:37 Changeset [4134] by
- Routine cleanup: update links and e-mail addresses in source and …
- 01:37 Changeset [4133] by
- Revert previous fix for deprecated libcaca versions. It's possible we have …
12/15/09:
- 13:02 Changeset [4132] by
- correction url login pour #plizlogin
- 00:29 Changeset [4131] by
- Fix the libcucul symlink installation when /bin/sh points to bash or any …
12/14/09:
- 19:27 Changeset [4130] by
- Fix the old "value computed is unused" warning triggered by ncurses.
- 19:06 Changeset [4129] by
- Fix a compilation warning in conio-snake.cpp.
- 19:05 Changeset [4128] by
- * Add test for import/export of area
- 18:59 Changeset [4127] by
- More warning fixes in conio.c.
- 18:40 Changeset [4126] by
- Fix various cosmetic errors (Jylam: tiens un highlight gratuit dans ta …
- 18:36 Changeset [4125] by
- * Oops
- 17:10 Changeset [4124] by
- Make the check-utils output slightly clearer.
- 16:58 Changeset [4123] by
- * Remove tabs
- 04:33 Changeset [4122] by
- Fix a regression in the rlimit handling code caused by the myfork split.
- 03:55 Changeset [4121] by
- Rewrite zzcat to make it a lot more configurable.
- 03:55 Changeset [4120] by
- Add a workaround in the test suite for a cowdancer limitation causing …
- 03:55 Changeset [4119] by
- Limit coredumpsize to 0 in test scripts to avoid dumping cores at build …
- 03:55 Changeset [4118] by
- Add missing distributed files in Makefile.am.
12/12/09:
- 23:48 Ticket #59 (new sed version breaks testsuite) closed by
- fixed: This is fixed in [4117].
- 23:20 Changeset [4117] by
- Refactor the stream diversions.
- 23:20 Changeset [4116] by
- Refactor the shellcode generation to remove all hardcoded values.
- 23:20 Changeset [4115] by
- Move process creation stuff to a separate myfork.c file.
- 23:20 Changeset [4114] by
- Fix DEBUG_STREAM compilation on Win32.
- 23:19 Changeset [4113] by
- Minor Win32 compilation fix.
- 23:19 Changeset [4112] by
- Reorganise source code to better separate zzuf and libzzuf. Note: the …
12/10/09:
- 11:03 Ticket #72 (Problem with command history) closed by
- wontfix: Bug seems to disappear with zsh 4.3.10 on the same machine it failed with …
12/09/09:
- 01:28 Changeset [4111] by
- Try to work around the Vista ASLR feature by retrieving the executable's …
12/08/09:
- 15:57 Changeset [4110] by
- * Improved X10 mouse emulation, mc now accepts its click. Added MOUSER …
- 11:26 Ticket #72 (Problem with command history) created by
- When going back in the history with UP key, cursor returns to the begining …
- 02:41 Changeset [4109] by
- Try to reorganise the Win32 loader.
12/07/09:
- 22:12 Changeset [4108] by
- Declare diverted Win32 functions as stdcall.
- 19:35 Changeset [4107] by
- Give the fuzzed Win32 program a chance to display something even if the …
- 19:34 Changeset [4106] by
- Fix memory leaks and infinite loops in the Win32 launcher.
- 18:21 Changeset [4105] by
- * Bind area import/export functions
- 18:06 Changeset [4104] by
- * Bind dirty rectangle functions
- 17:46 Changeset [4103] by
- * Bind caca_fill_triangle_textured
- 17:21 Changeset [4102] by
- * Cube's borders are now green (Copenhague syndrome)
- 16:49 Changeset [4101] by
- * Fix typo in README
- 13:36 Changeset [4100] by
- Synchronise Win32 port with recent config.h changes.
- 13:34 Changeset [4099] by
- * Mouse support now handles window position
- 13:18 Changeset [4098] by
- * Improved mouse support (now reports mouse motion events, and handles …
- 12:48 Changeset [4097] by
- * Added mouse events example
- 02:30 Changeset [4096] by
- Don't enter glutCheckLoop() from gl_get_event() if there is already an …
- 02:05 Changeset [4095] by
- Increase profiling timers' sliding mean accuracy.
- 01:40 WikiStart edited by
- link to profiling page (diff)
12/06/09:
- 22:21 Changeset [4094] by
- Gather profiling information in caca_refresh_display() and …
- 22:21 Changeset [4093] by
- Improve rounding in the internal Win32 sleep method.
- 18:39 profiling created by
- start the profiling page
- 11:39 Ticket #71 (Square brackets look like parentheses) created by
- Square brackets [ ] look too much like parentheses () with the current …
12/04/09:
- 00:26 Changeset [4092] by
- Cleanup trac configuration.
- 00:24 Changeset [4091] by
- Remove web/tracs/common, it should link to the global Trac files.
- 00:21 toilet edited by
- fix image link (diff)
- 00:20 zzuf edited by
- fix image link (diff)
- 00:20 Changeset [4090] by
- Even more image renaming.
- 00:19 Changeset [4089] by
- More image renamings for the static/ directory.
- 00:18 PWNtcha edited by
- fix image link (diff)
- 00:17 libpipi edited by
- fix image link (diff)
- 00:17 neercs edited by
- fix image links (diff)
- 00:15 toilet edited by
- fix links (diff)
- 00:14 zzuf edited by
- fix zzuf spelling (diff)
- 00:13 zzuf edited by
- fix logo link (diff)
- 00:12 Changeset [4088] by
- More image renaming.
- 00:11 libcaca edited by
- more image link fixes (diff)
- 00:10 libcaca edited by
- fix image links (following [4087]) (diff)
- 00:10 Changeset [4087] by
- Move images around.
- 00:06 WikiStart edited by
- fix image link (diff)
- 00:04 Changeset [4086] by
- More cleanup.
12/03/09:
- 23:56 Changeset [4085] by
- Synchronise trac config with static -> www move.
- 23:47 Changeset [4084] by
- Remove old static/ directory.
- 23:45 Changeset [4083] by
- Rename web/static into web/www.
- 02:13 Changeset [4082] by
- Pass Ctrl-C as a keypress to the calling application in the SLang driver. …
12/01/09:
- 09:54 Changeset [4081] by
- * Fixed Mac OSX compilation and Xcode project file
11/30/09:
- 17:07 Changeset [4080] by
- * do not use tabs in caca output (it breaks boxes) (courtesy of Romain …
- 13:11 Ticket #70 (display problems with the 'slang' output driver) created by
- Using the 'slang' output driver sometimes has a strange display (with …
- 13:07 Ticket #69 (No cursor with 'ncurses' output driver) created by
- Using neercs with the 'ncurses' output driver doesn't display the terminal …
- 12:24 Changeset [4079] by
- * Changed libcaca required version to beta17 (thanks to funman)
- 12:19 Changeset [4078] by
- * Updated default window manager to 'full'
- 12:14 Changeset [4077] by
- * Fixed indentation
- 12:06 Changeset [4076] by
- * Moved ANSI duplets (\x0bN) to handle_duplet()
- 11:34 Changeset [4075] by
- * Removed double includes of caca.h on most of the files
- 11:26 Changeset [4074] by
- * Moved ANSI emulation to ansi.c (term.c now just handles terminals …
- 11:15 Changeset [4073] by
- * Reindented a bit more
- 11:10 Changeset [4072] by
- * Fix indentation
- 11:03 Changeset [4071] by
- * Moved system stuff (user_path, shell, grab stuff, etc) to struct sys
- 10:40 Changeset [4070] by
- * Added --enable-profiling to configure (gprof)
- 01:50 Changeset [4069] by
- * Fix Delete key with X11 driver
- 01:47 Changeset [4068] by
- Add a "border" filter to add a border around text.
- 01:47 Changeset [4067] by
- Update bootstrap script.
- 01:47 Changeset [4066] by
- Fix deprecated libcaca calls.
- 01:29 WikiStart edited by
- link to build systems and publications (diff)
- 01:17 build edited by
- change bootstrap link to /browser (diff)
- 01:15 Changeset [4065] by
- Put our bootstrap script in a central location.
11/29/09:
- 23:57 build created by
- stuff about the autotools
- 13:58 Changeset [4064] by
- * Don't forget to refresh on python_command key
- 13:48 Changeset [4063] by
- * Moved modal windows flags to struct modal
- 13:42 Changeset [4062] by
- * Oops
- 13:41 Changeset [4061] by
- * Fix build
- 12:49 Changeset [4060] by
- * Moved lock-related stuff to struct lock
- 12:29 Changeset [4059] by
- * Moved socket-related stuff to struct comm
- 12:17 Changeset [4058] by
- * Moved screensaver property to clean struct screensaver
11/28/09:
- 12:29 Changeset [4057] by
- * Preliminary mouse support (works in mc, at least)
- 10:53 Changeset [4056] by
- * Don't enter lock routine if USE_LOCK is undefined
- 02:02 Changeset [4055] by
- * Don't forget to refresh after we skipped
11/27/09:
- 23:53 Changeset [4054] by
- * Don't leave dead sockets
- 13:47 Changeset [4053] by
- * Forgot a return in server_iteration()
- 13:46 Changeset [4052] by
- * Server's mainloop now repeatedly calls server_iteration()
- 12:46 Changeset [4051] by
- * Replaced direct write()'s on socket by send_to_client(). Should not …
- 12:12 Ticket #68 (Multiple clients on the same server) created by
- Mimic the GNU Screen feature which permits to attach multiple clients to …
- 12:11 Ticket #67 (Attach screen sessions) created by
- It'd be cool to be able to attach to GNU Screen sessions
- 12:04 Ticket #66 (Improve ANSI/VT100 support) created by
- Most of xterm's vttests fail miserably
- 12:02 Changeset [4050] by
- * Don't draw cube's borders if borders_size==0
- 11:55 Changeset [4049] by
- * Restored bell behaviour
11/26/09:
- 18:20 Changeset [4048] by
- * Created widgets.[c,h] and an unfinished (but working) input box * …
- 17:08 Changeset [4047] by
- * Added XCode project (no even compiling, just file hierarchy)
- 14:32 Changeset [4046] by
- * mini-command now recognizes commands like window_manager="full" or …
- 02:34 Changeset [4045] by
- Update source checking test and remove CRLF crap from makefiles.
- 02:23 Changeset [4044] by
- Rename tests/ to test/.
- 02:19 Changeset [4043] by
- Cleaner solution for echoing the SOURCES variable.
- 02:14 Changeset [4042] by
- Reset offset position before most stdio call.
- 02:13 Changeset [4041] by
- Use fseeko64() everywhere when possible, instead of potential 32-bit …
11/25/09:
- 16:57 Changeset [4040] by
- * Moved python stuff to src/python
- 16:42 Changeset [4039] by
- * Replaced PyInit_neercs() by more convenient initNeercsModule() * get() …
- 16:07 Changeset [4038] by
- * Better python command handling * Added get(str) to neercs python …
- 13:36 Changeset [4037] by
- * Added error checking on PyObject?->char* * Different handling for …
- 13:23 Changeset [4036] by
- * Added 'ctrl-a ctrl-e' as a possible way to enter mini-command
- 13:17 Changeset [4035] by
- * Added 'neercs' python module, with dummy 'version' method
- 12:49 Changeset [4034] by
- * Removed 'warn_unused_result' warning
- 12:47 Changeset [4033] by
- * Added basic and non-working python interpreter
- 01:42 Changeset [4032] by
- Minor refactoring in lib-stream.c.
- 01:42 Changeset [4031] by
- Synchronise msvc/config.h.
- 01:42 Changeset [4030] by
- More zzcat stuff.
11/24/09:
- 02:25 Changeset [4029] by
- We need to know the FILE buffer's current fill status. Implemented for …
- 02:25 Changeset [4028] by
- More zzcat additions.
11/23/09:
- 17:39 Changeset [4027] by
- * Python mini-command input box (no evaluation yet)
- 14:57 Changeset [4026] by
- * Added src/python.c and ctrl-a-e to open (non-existing yet) …
- 14:16 Changeset [4025] by
- * Added Python 3.1 support in configure.ac
- 14:13 Changeset [4024] by
- * Add borders= to the manpage
- 14:11 Changeset [4023] by
- * Borders enabled by default. Oops.
- 14:09 Changeset [4022] by
- * Factorize that a boolean option is true when it is "true" or "1"
- 13:52 Changeset [4021] by
- * Use title from the right pty in wm_box
- 13:36 Changeset [4020] by
- * Removed silly implementation of TBC, to be continued
- 13:31 Changeset [4019] by
- * Dummy TBC Tab Clear handling, very unlikely to work as expected.
- 13:14 Changeset [4018] by
- * Do not redraw borders and title when nothing changed
- 13:03 Changeset [4017] by
- * Implemented "Report Cursor Position" ansi sequence
- 12:45 Changeset [4016] by
- * Implemented "DA -- Device Attributes" ansi sequence (vttest 6/4)
- 12:16 Changeset [4015] by
- Fix a compilation warning in the network code.
- 11:46 Changeset [4014] by
- * Moved caca_set_color(RED... to the right place * Added configuration …
- 02:35 Changeset [4013] by
- More fread() behaviour improvements, with documentation.
- 01:27 Changeset [4012] by
- Document the srefill strategy in the source code.
- 01:27 Changeset [4011] by
- Reimplement uflow() under Linux. Unlocked IO now works on Linux, except …
- 01:26 Changeset [4010] by
- Minor refactoring in zzcat.
- 01:26 Changeset [4009] by
- Add a second level of debugging for slightly less useful information.
- 01:10 Changeset [4008] by
- * Add a FIXME explaining why we always get refresh now even when nothing …
Note: See TracTimeline
for information about the timeline view.
