log src/ui_bookmark.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sun, 15 Mar 2009 18:06:41 +0000 zas_ gint -> gboolean.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 20 Jul 2008 15:16:05 +0000 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
Sun, 20 Jul 2008 14:56:32 +0000 zas_ Move history_list_*() functions to separate files:
Sun, 20 Jul 2008 12:20:12 +0000 zas_ Optimize history_list_add_to_key() a bit.
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Wed, 21 May 2008 11:00:13 +0000 zas_ Use G_DIR_SEPARATOR_S where applicable.
Tue, 20 May 2008 22:09:04 +0000 zas_ Drop concat_dir_and_file() and use g_build_filename() instead.
Tue, 20 May 2008 08:14:35 +0000 zas_ Sort out log_printf() vs printf_term() mix up.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 20:18:59 +0000 zas_ Do not allow to add anything but directories to sort bar in
Thu, 24 Apr 2008 15:49:57 +0000 zas_ Convert the minority of while() to while ().
Thu, 24 Apr 2008 15:44:43 +0000 zas_ Use only one secure_fprintf() call instead of two.
Thu, 24 Apr 2008 15:31:21 +0000 zas_ Use sizeof().
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Sun, 20 Apr 2008 21:30:36 +0000 zas_ Use explicit names for mouse buttons instead of numbers.
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Fri, 18 Apr 2008 09:15:09 +0000 zas_ Introduce printf_term() macro and use it.
Fri, 11 Apr 2008 19:43:36 +0000 zas_ Use secure save in history_list_save().
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Thu, 03 Apr 2008 23:29:14 +0000 zas_ Make the wmclass value unique among the code by defining
Tue, 11 Sep 2007 20:06:29 +0000 nadvornik replaced gchar* path with FileData *fd
Mon, 15 Aug 2005 21:41:20 +0000 gqview Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
Sat, 26 Feb 2005 00:13:35 +0000 gqview Sync to GQview 1.5.9 release.