Timeline


and

12/01/09:

09:54 Changeset [4081] by jylam
* Fixed Mac OSX compilation and Xcode project file

11/30/09:

17:07 Changeset [4080] by jylam
* 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 guest
Using the 'slang' output driver sometimes has a strange display (with …
13:07 Ticket #69 (No cursor with 'ncurses' output driver) created by guest
Using neercs with the 'ncurses' output driver doesn't display the terminal …
12:24 Changeset [4079] by jylam
* Changed libcaca required version to beta17 (thanks to funman)
12:19 Changeset [4078] by jylam
* Updated default window manager to 'full'
12:14 Changeset [4077] by jylam
* Fixed indentation
12:06 Changeset [4076] by jylam
* Moved ANSI duplets (\x0bN) to handle_duplet()
11:34 Changeset [4075] by jylam
* Removed double includes of caca.h on most of the files
11:26 Changeset [4074] by jylam
* Moved ANSI emulation to ansi.c (term.c now just handles terminals …
11:15 Changeset [4073] by jylam
* Reindented a bit more
11:10 Changeset [4072] by pterjan
* Fix indentation
11:03 Changeset [4071] by jylam
* Moved system stuff (user_path, shell, grab stuff, etc) to struct sys
10:40 Changeset [4070] by jylam
* Added --enable-profiling to configure (gprof)
01:50 Changeset [4069] by pterjan
* Fix Delete key with X11 driver
01:47 Changeset [4068] by sam
Add a "border" filter to add a border around text.
01:47 Changeset [4067] by sam
Update bootstrap script.
01:47 Changeset [4066] by sam
Fix deprecated libcaca calls.
01:29 WikiStart edited by sam
link to build systems and publications (diff)
01:17 build edited by sam
change bootstrap link to /browser (diff)
01:15 Changeset [4065] by sam
Put our bootstrap script in a central location.

11/29/09:

23:57 build created by sam
stuff about the autotools
13:58 Changeset [4064] by jylam
* Don't forget to refresh on python_command key
13:48 Changeset [4063] by jylam
* Moved modal windows flags to struct modal
13:42 Changeset [4062] by pterjan
* Oops
13:41 Changeset [4061] by pterjan
* Fix build
12:49 Changeset [4060] by jylam
* Moved lock-related stuff to struct lock
12:29 Changeset [4059] by jylam
* Moved socket-related stuff to struct comm
12:17 Changeset [4058] by jylam
* Moved screensaver property to clean struct screensaver

11/28/09:

12:29 Changeset [4057] by jylam
* Preliminary mouse support (works in mc, at least)
10:53 Changeset [4056] by jylam
* Don't enter lock routine if USE_LOCK is undefined
02:02 Changeset [4055] by pterjan
* Don't forget to refresh after we skipped

11/27/09:

23:53 Changeset [4054] by pterjan
* Don't leave dead sockets
13:47 Changeset [4053] by jylam
* Forgot a return in server_iteration()
13:46 Changeset [4052] by jylam
* Server's mainloop now repeatedly calls server_iteration()
12:46 Changeset [4051] by jylam
* Replaced direct write()'s on socket by send_to_client(). Should not …
12:12 Ticket #68 (Multiple clients on the same server) created by jylam
Mimic the GNU Screen feature which permits to attach multiple clients to …
12:11 Ticket #67 (Attach screen sessions) created by jylam
It'd be cool to be able to attach to GNU Screen sessions
12:04 Ticket #66 (Improve ANSI/VT100 support) created by jylam
Most of xterm's vttests fail miserably
12:02 Changeset [4050] by jylam
* Don't draw cube's borders if borders_size==0
11:55 Changeset [4049] by jylam
* Restored bell behaviour

11/26/09:

18:20 Changeset [4048] by jylam
* Created widgets.[c,h] and an unfinished (but working) input box * …
17:08 Changeset [4047] by jylam
* Added XCode project (no even compiling, just file hierarchy)
14:32 Changeset [4046] by jylam
* mini-command now recognizes commands like window_manager="full" or …
02:34 Changeset [4045] by sam
Update source checking test and remove CRLF crap from makefiles.
02:23 Changeset [4044] by sam
Rename tests/ to test/.
02:19 Changeset [4043] by sam
Cleaner solution for echoing the SOURCES variable.
02:14 Changeset [4042] by sam
Reset offset position before most stdio call.
02:13 Changeset [4041] by sam
Use fseeko64() everywhere when possible, instead of potential 32-bit …

11/25/09:

16:57 Changeset [4040] by jylam
* Moved python stuff to src/python
16:42 Changeset [4039] by jylam
* Replaced PyInit_neercs() by more convenient initNeercsModule() * get() …
16:07 Changeset [4038] by jylam
* Better python command handling * Added get(str) to neercs python …
13:36 Changeset [4037] by jylam
* Added error checking on PyObject?->char* * Different handling for …
13:23 Changeset [4036] by jylam
* Added 'ctrl-a ctrl-e' as a possible way to enter mini-command
13:17 Changeset [4035] by jylam
* Added 'neercs' python module, with dummy 'version' method
12:49 Changeset [4034] by jylam
* Removed 'warn_unused_result' warning
12:47 Changeset [4033] by jylam
* Added basic and non-working python interpreter
01:42 Changeset [4032] by sam
Minor refactoring in lib-stream.c.
01:42 Changeset [4031] by sam
Synchronise msvc/config.h.
01:42 Changeset [4030] by sam
More zzcat stuff.

11/24/09:

02:25 Changeset [4029] by sam
We need to know the FILE buffer's current fill status. Implemented for …
02:25 Changeset [4028] by sam
More zzcat additions.

11/23/09:

17:39 Changeset [4027] by jylam
* Python mini-command input box (no evaluation yet)
14:57 Changeset [4026] by jylam
* Added src/python.c and ctrl-a-e to open (non-existing yet) …
14:16 Changeset [4025] by jylam
* Added Python 3.1 support in configure.ac
14:13 Changeset [4024] by pterjan
* Add borders= to the manpage
14:11 Changeset [4023] by jylam
* Borders enabled by default. Oops.
14:09 Changeset [4022] by pterjan
* Factorize that a boolean option is true when it is "true" or "1"
13:52 Changeset [4021] by pterjan
* Use title from the right pty in wm_box
13:36 Changeset [4020] by jylam
* Removed silly implementation of TBC, to be continued
13:31 Changeset [4019] by jylam
* Dummy TBC Tab Clear handling, very unlikely to work as expected.
13:14 Changeset [4018] by pterjan
* Do not redraw borders and title when nothing changed
13:03 Changeset [4017] by jylam
* Implemented "Report Cursor Position" ansi sequence
12:45 Changeset [4016] by jylam
* Implemented "DA -- Device Attributes" ansi sequence (vttest 6/4)
12:16 Changeset [4015] by sam
Fix a compilation warning in the network code.
11:46 Changeset [4014] by jylam
* Moved caca_set_color(RED... to the right place * Added configuration …
02:35 Changeset [4013] by sam
More fread() behaviour improvements, with documentation.
01:27 Changeset [4012] by sam
Document the srefill strategy in the source code.
01:27 Changeset [4011] by sam
Reimplement uflow() under Linux. Unlocked IO now works on Linux, except …
01:26 Changeset [4010] by sam
Minor refactoring in zzcat.
01:26 Changeset [4009] by sam
Add a second level of debugging for slightly less useful information.
01:10 Changeset [4008] by pterjan
* Add a FIXME explaining why we always get refresh now even when nothing …

11/22/09:

19:54 Changeset [4007] by sam
Improve the zzcat test suite with more unlocked IO functions.
19:54 Changeset [4006] by sam
Add a check to uflow(). This will hopefully help us fix the problem with …
19:54 Changeset [4005] by sam
Refactor dummy memory manager and fix a bug in realloc().
19:54 Changeset [4004] by sam
Refactor zzcat for clarity.
19:54 Changeset [4003] by sam
Check for typical source code issues in the testsuite.
19:54 Changeset [4002] by sam
Add a getc_unlocked method to zzcat.
18:47 zzuf/internals edited by sam
small part about signal functions and beginning of the file/socket section (diff)
17:18 zzuf/internals edited by sam
memory functions (diff)
16:01 Changeset [4001] by jylam
* Fixed most of Clang Static Checker warnings. And rand() is ok to me, …
15:50 Changeset [4000] by jylam
* Removed WM_CUBE, now handled though WM_FULL * Added eyecandy …
15:26 Changeset [3999] by jylam
* Added configuration getters
15:17 zzuf edited by sam
syntax (diff)
15:16 zzuf edited by sam
link to zzuf win32 port ticket (diff)
15:12 zzuf/internals created by sam
start writing internal documentation
15:06 Changeset [3998] by jylam
* Moved help code to help.c * Fixed bad string handling in configuration
14:33 Changeset [3997] by jylam
* Cleaned et reorganized configuration parsing stuff, paves the way to …
13:41 Changeset [3996] by jylam
* Added preliminary OSX support (by support I mean it barely compiles) * …
13:37 zzuf edited by sam
(diff)
13:35 zzuf edited by sam
reorganise zzuf page (diff)
13:33 zzuf edited by sam
link to zzuf internals documentation. (diff)
12:57 Changeset [3995] by sam
Add src/ to the list of source code checks.

11/21/09:

18:22 Changeset [3994] by jylam
* Removed trailing spaces (fsking GNU Ident) (GNU, COINCIDENCE ? I THINK …
18:01 Changeset [3993] by sam
Add a sanity check for coding style errors.
17:48 Changeset [3992] by jylam
* Fixed refresh in card mode, which caused selected window to be …
16:34 Changeset [3991] by jylam
* Indentation / comments
16:18 Changeset [3990] by jylam
* VT Vertical Tab support (\x0b). vttest A B C D E F G H now completes …
15:58 Changeset [3989] by jylam
* Handle 'interleaved' control characters INSIDE a CSI command. vttest …
13:06 Changeset [3988] by jylam
* Added ESC#8 private command, fixed EL and ED behaviours
11:28 Changeset [3987] by jylam
* Indentation fixes
11:27 Changeset [3986] by jylam
* Default screensaver timeout is now 5mn, removed annoying debug
11:26 Changeset [3985] by jylam
* Remove trailing spaces (bouh!)
11:18 Changeset [3984] by jylam
* Don't unblock signals in init of SLang
11:12 Changeset [3983] by jylam
* Disable SLang's own SIGINT handler

11/20/09:

23:47 Changeset [3982] by sam
Add mingw32 defines to msvc/config.h. Needs to be tuned furthermore.
23:47 Changeset [3981] by sam
Use ftello64 instead of ftello to handle fseeko64.
23:45 Ticket #65 (build-win32 leaves spurious bin/ directory) created by sam
When build-win32 is used, a spurious bin/ directory containing libzzuf.dll …
18:38 Changeset [3980] by sam
Ignore generated m4 files.
18:38 Changeset [3979] by sam
Various compilation and unit test fixes.
16:04 Changeset [3978] by pterjan
* Handle top/bottom in RI, and add some -1/+1 when needed
14:21 Changeset [3977] by pterjan
* Fix Erase In Line (2) and add missing -1 for the beauty of the code
14:00 Changeset [3976] by sam
Make check-build executable.
13:38 Changeset [3975] by jylam
* Reindented screensaver's sprites
13:27 Changeset [3974] by jylam
* Moved client initialisation to client.c
13:20 Changeset [3973] by jylam
* Moved screen list creation / destruction to screen_list.c
13:11 Changeset [3972] by jylam
* Added basic flow svg file
13:06 Changeset [3971] by sam
Add zznop, a small test program to help debug the Win32 port. Also add …

11/19/09:

18:01 Changeset [3970] by jylam
* Revert +1 as it is worse without it. Still a bug somewhere, thought.
17:26 Changeset [3969] by jylam
* Massive indentation pass, could insert odd things, blame pterjan, he …
17:18 Changeset [3968] by jylam
* Identation
16:56 Changeset [3967] by pterjan
* Remove some +1 that may cause some bug sometimes maybe
15:51 Changeset [3966] by jylam
* Clear full last line while scrolling because of beeing on the last line
15:47 Changeset [3965] by jylam
* Fixed 'Erase In Page' command to clear last line (unix 'clear' command …
15:25 Changeset [3964] by jylam
* Don't send escape-key when quitting help window, added 'h' as a possible …
15:20 Changeset [3963] by jylam
* Added documentation to lock_timeout command line switch
15:19 Changeset [3962] by jylam
* Don't send input to window while displaying the help screen
15:05 Changeset [3961] by jylam
* Better testing cases for autolock_timeout
14:59 Changeset [3960] by jylam
* Removed useless signed/unsigned test
14:53 Changeset [3959] by jylam
* Added --lock-after (-l) command line option (locks after N seconds), …
14:33 Changeset [3958] by jylam
* Removed known bugs from TODO ('up' in history, and 'up' scrolling in …
14:31 Changeset [3957] by jylam
* Implemented \33M ANSI command (scroll up), less now works flawlessly …
13:24 Changeset [3956] by jylam
* Finally fixed 'up' (history) bug(s)
12:21 Changeset [3955] by jylam
* Updated C++ bindings with Canvas::fillTriangleTextured()
11:46 Changeset [3954] by jylam
* Fixed numerous warnings (warn_unused_result and deprecated libcaca …
01:53 Changeset [3953] by sam
Make the current library version beta17, in preparation of the next …
01:53 Changeset [3952] by sam
Fix the library suffix detection, thanks to libtool's shell variables.
01:51 Changeset [3951] by sam
Detect libzzuf soname at configure time rather than compile time.

11/18/09:

23:54 Changeset [3950] by pterjan
* Update URL in help
21:42 Changeset [3949] by pterjan
* Fix non ASCII input in x11 driver
18:13 Changeset [3948] by jylam
* Remove double call of request_refresh()
18:11 Changeset [3947] by jylam
* Fix indentation
18:09 Changeset [3946] by jylam
* Explode server.c a bit more. KABOOOOM. (Maybe) fix a bug of missing …
17:38 Changeset [3945] by jylam
* Fix crash if caca can't create a display (courtesy of Romain Bignon)
17:34 Changeset [3944] by jylam
* Explode server_main()
16:51 Changeset [3943] by pterjan
* Update copyright in help
16:31 Changeset [3942] by pterjan
* Drop withespaces
16:10 Changeset [3941] by jylam
* Add documentation for 'cube_duration'
15:55 Changeset [3940] by jylam
* Move client's mainloop to client.c
15:40 Changeset [3939] by jylam
* Remove unused variables in screen_list, add configuration line to …
15:23 Changeset [3938] by jylam
* J'ai un chien qui s'apelle Moooooose (fixed an indentation problem)
15:21 Changeset [3937] by jylam
* Reindent properly
15:11 Changeset [3936] by jylam
* Massive factorisation of window manager refreshes
14:45 Changeset [3935] by jylam
* Compile normal computation again without D_HAVE_TEXTURED_TRIANGLE
14:43 Changeset [3934] by jylam
* Factorise cube stuff, minor optimizations
14:23 Changeset [3933] by sam
Add a VS 2010 solution file and make the code build again for Win32.
14:11 Changeset [3932] by jylam
* Replace ',' with ';' to avoid bad indentation
14:02 Changeset [3931] by jylam
* indentation test
13:55 Changeset [3930] by pterjan
* Add emacs indentation setting
13:28 Changeset [3929] by jylam
* Use new caca_fill_triangle_textured API, fix backface culling bug, add …
12:59 Changeset [3928] by jylam
* Fix examples/trifiller's color boundaries
12:35 Changeset [3927] by sam
Things work better when "config.h" is included.
12:25 Changeset [3926] by jylam
* Make caca_fill_triangle_textured use less arguments, examples/trifiller …
02:02 Changeset [3925] by sam
Preserve default attribute across caca_fill_triangle_texture calls.
01:21 Changeset [3924] by sam
Add a caca-sharp.pc.in file.
00:06 Changeset [3923] by pterjan
* Remove unused variable

11/17/09:

21:58 Changeset [3922] by pterjan
* Drop duplicate code, when not in_switch, cube is same as full
21:54 Changeset [3921] by pterjan
* Remove unused variable
21:52 Changeset [3920] by pterjan
* Drop duplicate code, when not in_switch, cube is same as full
21:50 Changeset [3919] by pterjan
* Drop dead code from wm_refresh_full, only current screen is visible
20:38 Changeset [3918] by pterjan
* Update TODO
17:28 Changeset [3917] by pterjan
* Fix build of trifiller with imlib2
17:09 Changeset [3916] by sam
Temporary check for triangle texturing (SVN libcaca). If not available, …
17:00 Changeset [3915] by sam
Update bootstrap script.
16:36 Changeset [3914] by jylam
* Added 'cube' window manager (needs latest svn libcaca for …

11/16/09:

14:30 Changeset [3913] by sam
Fix an unlikely crash that may happen when the X server cannot open the …
14:14 Changeset [3912] by jylam
* Don't use float as loop counters
13:33 Changeset [3911] by jylam
* Added basic XCode project, using external build system (make)
13:21 Changeset [3910] by jylam
* Add -lm to examples/trifiller. Oops.
13:17 Changeset [3909] by jylam
* Added texture mapped triangle routine, float based, arbitrary texture …
02:15 Changeset [3908] by sam
Refresh win32/config.h so that it has all the required defines.
02:15 Changeset [3907] by sam
Add a test for win32/config.h synchronisation.
02:15 Changeset [3906] by sam
Ignore Monodevelop files.
02:15 Changeset [3905] by sam
Start working on profiling.
02:15 Changeset [3904] by sam
Move debugging methods to caca_debug.h.
01:18 WikiStart edited by sam
(diff)
01:16 WikiStart edited by sam
grammer (diff)
01:15 WikiStart edited by sam
wanna join (diff)
00:51 Changeset [3903] by sam
Add "sources".
00:45 WikiStart edited by sam
add terror on the desktop (diff)
00:42 hot-babe edited by sam
add images and links to downloads (diff)
00:37 wtc4.png attached to hot-babe by sam
00:37 wtc3.png attached to hot-babe by sam
00:37 wtc2.png attached to hot-babe by sam
00:37 wtc1.png attached to hot-babe by sam
00:36 binladen3.png attached to hot-babe by sam
00:36 binladen2.png attached to hot-babe by sam
00:36 binladen1.png attached to hot-babe by sam
00:34 hot-wtc.tar.gz attached to hot-babe by sam
00:33 hot-binladen.tar.gz attached to hot-babe by sam
00:29 hot-babe edited by sam
layout (diff)
00:28 hot-babe created by sam
Import original hot babe page
00:17 Changeset [3902] by sam
Import old hot-babe themes to the SVN.
00:03 Changeset [3901] by sam
Capitalise "Caca Labs" in page titles.

11/15/09:

23:34 neercs edited by sam
add author names (diff)

11/13/09:

22:11 Changeset [3900] by pterjan
* Fix vertical scrolling with arrows
17:45 Changeset [3899] by pterjan
* Apparently \033 is more common than \x1b for ESC. Use the former in our …
17:32 Changeset [3898] by pterjan
* Update TODO
17:31 Changeset [3897] by pterjan
* Fix arrow keys
00:05 WikiStart edited by sam
formatting (diff)

11/10/09:

17:10 Changeset [3896] by pterjan
* Add lock_on_detach option
16:52 Changeset [3895] by pterjan
* Fix refreshing during window closing animation

11/09/09:

18:36 Changeset [3894] by pterjan
* Fix debug message regarding already send bytes for current dirty …

11/06/09:

19:15 Changeset [3893] by pterjan
* Add FIXME in front of some useless code I don't understand
19:12 Changeset [3892] by pterjan
* Close slave pty fd, so that we can exit when the process closes it too
18:46 Changeset [3891] by pterjan
* Store real pid in screen struct (even if not used) and properly set …

11/05/09:

02:28 Changeset [3890] by carmie
02:24 WikiStart edited by carmie
(diff)
02:19 Changeset [3889] by carmie
02:17 WikiStart edited by carmie
(diff)
02:17 WikiStart edited by carmie
(diff)
02:16 WikiStart edited by carmie
(diff)
02:15 Changeset [3888] by carmie
02:13 toilet edited by carmie
(diff)
02:12 toilet edited by carmie
(diff)
02:08 libcaca edited by carmie
(diff)
02:07 libpipi edited by carmie
(diff)
02:07 zzuf edited by carmie
(diff)
02:07 neercs edited by carmie
(diff)
02:04 neercs edited by carmie
(diff)
02:04 neercs edited by carmie
(diff)
02:03 neercs edited by carmie
(diff)
02:02 Changeset [3887] by carmie
02:00 neercs edited by carmie
(diff)
01:59 PWNtcha edited by carmie
(diff)
01:58 PWNtcha edited by carmie
(diff)
01:58 neercs edited by carmie
(diff)
01:57 PWNtcha edited by carmie
(diff)
01:56 neercs edited by carmie
(diff)
01:56 zzuf edited by carmie
(diff)
01:56 libpipi edited by carmie
(diff)
01:49 Changeset [3886] by carmie
01:48 Changeset [3885] by carmie
01:46 Changeset [3884] by carmie
01:44 Changeset [3883] by carmie
01:43 Changeset [3882] by carmie
01:32 Changeset [3881] by carmie
01:25 Changeset [3880] by carmie
01:14 Changeset [3879] by carmie
01:11 Changeset [3878] by carmie
01:05 Changeset [3877] by carmie

11/03/09:

18:16 Ticket #64 (Problem compiling libcaca 0.99.beta16) created by guest
# make make all-recursive make[1]: Entering directory …

11/02/09:

19:05 Changeset [3876] by pterjan
* Factorize screen_list liberation
18:53 Changeset [3875] by pterjan
* Fix valgrind reported errors from previous commit
18:25 Changeset [3874] by pterjan
* Add first version of process selector
16:07 Changeset [3873] by pterjan
* Improve consoles state after grabbing
15:51 Changeset [3872] by pterjan
* Add very little but significant debug information
15:36 Changeset [3871] by pterjan
* Testing errno is only valid for PEEK, return value must be tested for …
15:30 Changeset [3870] by pterjan
* Preserve errno when needed, and return -1 when it is set
15:13 Changeset [3869] by pterjan
* Do not set errno in mytrace_* functions, it is already (and correctly) …

11/01/09:

18:28 Changeset [3868] by carmie
18:19 Changeset [3867] by carmie
17:21 TracGuide edited by carmie
(diff)
17:21 logo.svg attached to TracGuide by carmie
17:18 Changeset [3866] by carmie
17:16 Changeset [3865] by carmie
17:15 Changeset [3864] by carmie
17:10 Changeset [3863] by carmie
17:09 Changeset [3862] by carmie
17:07 Changeset [3861] by carmie
17:06 Changeset [3860] by carmie
15:26 WikiStart edited by carmie
(diff)
15:26 WikiStart edited by carmie
(diff)
15:23 Changeset [3859] by carmie
15:20 Changeset [3858] by carmie
15:19 WikiStart edited by carmie
(diff)
15:18 WikiStart edited by carmie
(diff)
15:06 Changeset [3857] by carmie
15:03 Changeset [3856] by carmie
15:02 Changeset [3855] by carmie
14:56 Changeset [3854] by carmie
05:02 Changeset [3853] by carmie
05:00 Changeset [3852] by carmie
04:56 Changeset [3851] by carmie
04:53 Changeset [3850] by carmie
04:46 Changeset [3849] by carmie
04:43 Changeset [3848] by carmie
04:42 Changeset [3847] by carmie
04:40 Changeset [3846] by carmie
04:38 Changeset [3845] by carmie
04:37 Ticket #63 (Extra space before external links) closed by carmie
fixed
04:36 Changeset [3844] by carmie
04:33 Changeset [3843] by carmie
04:32 Changeset [3842] by carmie
04:31 Changeset [3841] by carmie
04:30 Changeset [3840] by carmie
04:29 Changeset [3839] by carmie
04:28 Changeset [3838] by carmie
04:27 Changeset [3837] by carmie
04:26 Changeset [3836] by carmie
04:24 Changeset [3835] by carmie
04:23 Changeset [3834] by carmie
04:21 Ticket #63 (Extra space before external links) created by sam
Il y a trop d'espace avant les liens externes: [[Image(...)]]
04:21 Changeset [3833] by carmie
04:19 Changeset [3832] by carmie
04:11 Changeset [3831] by carmie
04:10 Changeset [3830] by carmie
04:06 Changeset [3829] by carmie
04:05 Changeset [3828] by carmie
03:59 Changeset [3827] by carmie
03:56 Changeset [3826] by carmie
03:54 Changeset [3825] by carmie
03:53 Changeset [3824] by carmie
03:44 Changeset [3823] by carmie
03:42 Changeset [3822] by carmie
03:42 Changeset [3821] by carmie
03:41 Changeset [3820] by carmie
03:40 Changeset [3819] by carmie
03:35 Changeset [3818] by carmie
03:29 Ticket #47 (séparateur blanc dans la barre de navigation) closed by carmie
fixed
03:22 Changeset [3817] by carmie
03:20 Changeset [3816] by carmie
03:19 Changeset [3815] by carmie
03:16 Changeset [3814] by carmie
03:16 Changeset [3813] by carmie
03:13 Changeset [3812] by carmie
03:12 Changeset [3811] by carmie
03:11 Changeset [3810] by carmie
03:08 Changeset [3809] by carmie
03:06 Changeset [3808] by carmie
03:06 Changeset [3807] by carmie
03:04 Changeset [3806] by carmie
03:02 Changeset [3805] by carmie
03:01 Changeset [3804] by carmie
03:00 Changeset [3803] by carmie
02:58 Changeset [3802] by carmie
02:57 Changeset [3801] by carmie
02:55 Changeset [3800] by carmie
02:53 Changeset [3799] by carmie
02:53 Changeset [3798] by carmie
02:51 Changeset [3797] by carmie
02:51 Changeset [3796] by carmie
02:50 Changeset [3795] by carmie
02:49 Changeset [3794] by carmie
02:39 Changeset [3793] by carmie
02:38 Changeset [3792] by carmie
02:35 Changeset [3791] by carmie
02:33 Changeset [3790] by carmie
02:33 Changeset [3789] by carmie
02:32 Changeset [3788] by carmie
02:31 Changeset [3787] by carmie
02:30 Changeset [3786] by carmie
02:23 Changeset [3785] by carmie
02:06 Changeset [3784] by carmie
02:04 Changeset [3783] by carmie
02:04 Changeset [3782] by carmie
02:02 Changeset [3781] by carmie
02:01 Changeset [3780] by carmie
01:44 Changeset [3779] by carmie
01:43 Changeset [3778] by carmie
01:40 Changeset [3777] by carmie
01:38 Changeset [3776] by carmie
01:34 Changeset [3775] by carmie
01:31 Changeset [3774] by carmie
01:27 Changeset [3773] by carmie
01:21 Changeset [3772] by carmie
01:18 Changeset [3771] by carmie
01:13 Changeset [3770] by carmie
01:11 Changeset [3769] by carmie
01:10 Changeset [3768] by carmie
01:07 Changeset [3767] by carmie
00:59 Changeset [3766] by carmie
00:53 Changeset [3765] by carmie
00:53 Changeset [3764] by carmie
00:42 Changeset [3763] by carmie
00:41 Changeset [3762] by carmie
00:40 Changeset [3761] by carmie
00:30 Changeset [3760] by carmie
00:30 Changeset [3759] by carmie
00:29 Changeset [3758] by carmie
00:25 Changeset [3757] by carmie
00:20 Changeset [3756] by carmie
00:14 Changeset [3755] by carmie
Note: See TracTimeline for information about the timeline view.