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.
Fri, 23 Dec 2011 14:39:39 +0000 ib Cosmetic: Swap /mnt and /media in the file selector path list.
Fri, 23 Dec 2011 13:41:25 +0000 ib Add /mnt only to the file selector path list if it exists.
Tue, 20 Dec 2011 16:34:38 +0000 ib Remember the lastly selected file in file selector.
Sun, 11 Dec 2011 18:47:40 +0000 ib Leave the focus in fsFNameList after key event in file selector.
Sun, 11 Dec 2011 16:02:02 +0000 ib Fix bug with wrong focus in file selector.
Sun, 11 Dec 2011 15:53:37 +0000 ib Cosmetic: Adjust indent.
Sun, 11 Dec 2011 15:52:32 +0000 ib Add Return key events to file selector buttons.
Thu, 29 Sep 2011 13:35:31 +0000 ib Change guiInfo.Filename by using uiSetFileName() only.
Fri, 12 Aug 2011 15:25:30 +0000 ib Cosmetic: Rename some guiInfo members.
Fri, 12 Aug 2011 14:09:36 +0000 ib Remove needless guiInfo member FilenameChanged.
Mon, 11 Jul 2011 14:54:25 +0000 ib Start all file dialogs always in last active directory.
Sun, 10 Jul 2011 12:11:03 +0000 ib Remove member Othername from struct guiInterface_t.
Fri, 08 Jul 2011 21:04:56 +0000 ib Cosmetic: Rename two functions that do MPlayer calls.
Thu, 07 Jul 2011 15:36:09 +0000 ib Use unsigned index variable for comparison with string length.
Thu, 07 Jul 2011 14:47:48 +0000 ib Replace numeric constant fsPersistant_MaxPos for fsHistory array size.
Thu, 07 Jul 2011 10:16:22 +0000 ib Remove macros guiSetFilename() and guiSetDF() from interface.h.
Thu, 07 Jul 2011 09:29:15 +0000 ib Remove gfree() from interface.c.
Thu, 07 Jul 2011 08:32:10 +0000 ib Move string functions from interface.c to string.c.
Tue, 05 Jul 2011 12:05:06 +0000 ib Cosmetic: Change prefix for symbolic constants from GMP to GUI.
Tue, 05 Jul 2011 10:47:51 +0000 ib Rename the gui() symbolic constants.
Tue, 05 Jul 2011 09:33:09 +0000 ib Rename guiGetEvent() gui().
Wed, 22 Jun 2011 12:12:50 +0000 ib Rename the symbolic playback state constants.
Wed, 22 Jun 2011 11:48:31 +0000 ib Rename guiGetEvent type guiCEvent guiSetState.
Sun, 19 Jun 2011 23:32:17 +0000 ib Revise guiGetEvent() calls.
Sun, 19 Jun 2011 15:34:08 +0000 ib Rename some gtk files.