log src/ui_pathsel.c @ 1467:2b95dbb20a87

age author description
Sun, 15 Mar 2009 20:16:20 +0000 zas_ gint -> gboolean.
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Sun, 01 Mar 2009 21:06:55 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0.
Sat, 21 Feb 2009 20:43:35 +0000 zas_ Glibification again.
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
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Sun, 24 Aug 2008 13:22:08 +0000 zas_ Fix untranslated messages. French translation and POTFILES.in were updated.
Sun, 20 Jul 2008 15:16:05 +0000 zas_ Move uri_*() functions to separate files: uri_utils.[ch]
Wed, 21 May 2008 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Wed, 21 May 2008 11:00:13 +0000 zas_ Use G_DIR_SEPARATOR_S where applicable.
Wed, 21 May 2008 09:30:53 +0000 zas_ dest_change_dir(): rewrite to use g_build_filename(), g_path_get_dirname() and g_path_get_basename().
Wed, 21 May 2008 00:42:14 +0000 zas_ Use g_build_filename().
Tue, 20 May 2008 22:09:04 +0000 zas_ Drop concat_dir_and_file() and use g_build_filename() instead.