log gui/ui/gtk/fileselect.c @ 35452:f42cc2361ee4

age author description
Sat, 01 Dec 2012 19:05:24 +0000 ib Cosmetic: Rename uiSetFileName().
Wed, 28 Nov 2012 12:14:46 +0000 ib Check chdir() return value to avoid race condition.
Wed, 28 Nov 2012 11:40:52 +0000 ib Check stat() return value before utilizing its information.
Thu, 22 Nov 2012 14:32:37 +0000 ib Don't consider URL portions a directory.
Thu, 22 Nov 2012 14:13:43 +0000 ib Don't unconditionally delete the old playlist.
Thu, 22 Nov 2012 13:57:40 +0000 ib Rename import_file_into_gui() add_to_gui_playlist().
Thu, 22 Nov 2012 13:12:15 +0000 ib Add a file loaded by the GUI to its playlist.
Mon, 08 Oct 2012 15:35:03 +0000 ib Add TAK file extension to the audio file filter of the file selector.
Thu, 31 May 2012 16:34:45 +0000 ib Add some file extensions to the video file filter of the file selector.
Tue, 22 May 2012 09:32:16 +0000 ib Fix wrong (too large) height of filter combo box.
Mon, 21 May 2012 22:56:37 +0000 ib Add Windows Media Station file (application/x-netshow-channel) support.
Mon, 21 May 2012 20:53:55 +0000 ib Revise UTF-8 encoded subtitle file filter for file selector.
Mon, 21 May 2012 20:32:55 +0000 ib Remove extensions .rmj and .rmm from playlist filter for file selector.
Mon, 21 May 2012 18:46:25 +0000 ib Add playlist support to the GUI.
Mon, 21 May 2012 15:12:18 +0000 ib Enable translation of video and audio file filter items.
Mon, 21 May 2012 14:45:15 +0000 ib Cosmetic: Arrange all file extensions alphabetically.
Mon, 21 May 2012 14:41:18 +0000 ib Update video and audio file filter for file selector.
Mon, 21 May 2012 11:56:52 +0000 ib Enable translation of other file filter item.
Mon, 21 May 2012 11:34:45 +0000 ib Enable translation of external audio file filter items.
Mon, 21 May 2012 11:16:25 +0000 ib Update external audio file filter for file selector.
Mon, 21 May 2012 10:33:08 +0000 ib Enable translation of font file filter items.
Mon, 21 May 2012 10:03:57 +0000 ib Enable translation of subtitle file filter items.
Mon, 21 May 2012 09:52:25 +0000 ib Update subtitle file filter for file selector.
Sun, 20 May 2012 09:01:01 +0000 ib Use unsigned int instead of type casting.
Sun, 20 May 2012 08:57:43 +0000 ib Cosmetic: Adjust indent.
Sun, 20 May 2012 08:54:50 +0000 ib Improve filter on file selector's file list.
Fri, 24 Feb 2012 17:16:54 +0000 ib Cosmetic: Prefer C style for single line comments.
Fri, 27 Jan 2012 14:47:18 +0000 ib Fix bug with selected file in file selector.
Fri, 13 Jan 2012 14:06:55 +0000 ib Use correct data types and common variable names in GTK callback functions.
Fri, 23 Dec 2011 14:42:17 +0000 ib Add /home only to the file selector path list if HOME isn't set.