log src/ui_fileops.c @ 1270:13e96406760b

age author description
Sat, 24 Jan 2009 07:41:23 +0000 zas_ Silent two compilation warnings.
Sat, 10 Jan 2009 20:40:37 +0000 nadvornik simplified metadata interface, dropped metadata_read,
Fri, 02 Jan 2009 09:26:23 +0000 nadvornik sidecar files grouping was made case-insensitive
Mon, 08 Dec 2008 21:33:14 +0000 zas_ Cosmetic fix.
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.
Thu, 20 Nov 2008 11:46:43 +0000 zas_ Fix compilation warnings.
Sat, 15 Nov 2008 20:17:14 +0000 zas_ Implement preliminary support for XDG Base Directory Specification.
Sat, 15 Nov 2008 20:01:25 +0000 zas_ Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
Sat, 15 Nov 2008 17:30:45 +0000 zas_ Use functions to return directories instead of constants.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Tue, 26 Aug 2008 20:21:30 +0000 bruclik Fixed segfault when is run inside directory with non valid uft-8 image
Sun, 24 Aug 2008 14:14:37 +0000 zas_ Drop redundant variable affectation.
Sun, 24 Aug 2008 13:22:08 +0000 zas_ Fix untranslated messages. French translation and POTFILES.in were updated.
Sat, 23 Aug 2008 17:00:59 +0000 zas_ Remove unneeded type casting.