log src/info.c @ 1284:8b89e3ff286b

age author description
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Tue, 25 Nov 2008 17:01:03 +0000 zas_ Fix up unsigned expression always true/false warnings.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 01 Sep 2008 17:29:07 +0000 zas_ Use a constant for minimal window size. Set it to 32 for all dialogs.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sun, 20 Jul 2008 15:16:05 +0000 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
Sat, 28 Jun 2008 07:43:37 +0000 zas_ Reduce number of parameters (mostly unused), just pass the event pointer.
Thu, 29 May 2008 07:58:34 +0000 zas_ Preserve properties window width and height during session even when
Thu, 29 May 2008 07:52:05 +0000 zas_ Save properties window width and height to rc file and restore
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Sun, 18 May 2008 21:14:01 +0000 zas_ Save order of Properties dialog tabs to rc file.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Sun, 04 May 2008 21:54:20 +0000 nadvornik dropped path_list functions, use filelist functions everywhere