log gui/dialog/fileselect.c @ 37195:ac6c37d85d65 default tip

age author description
Fri, 21 Mar 2014 15:12:37 +0000 ib Cosmetic: Rename guiInfo member NewPlay MediumChanged.
Fri, 21 Mar 2014 15:01:48 +0000 ib Cosmetic: Rename symbolic constants GUI_FILE_SAME and GUI_FILE_NEW.
Wed, 05 Feb 2014 16:39:38 +0000 ib Rename symbolic constants of GUI help message texts.
Sun, 26 Jan 2014 20:10:55 +0000 ib Remove commented code.
Sun, 26 Jan 2014 17:16:29 +0000 ib Relocate mplayerLoadFont() code.
Sun, 26 Jan 2014 16:53:21 +0000 ib Fix issue with font file selector.
Sun, 26 Jan 2014 16:11:56 +0000 ib Cosmetic: Adjust spacings.
Sun, 26 Jan 2014 16:11:13 +0000 ib Revert r36709.
Thu, 23 Jan 2014 17:28:02 +0000 ib Cosmetic: Adjust spacings.
Thu, 23 Jan 2014 17:27:27 +0000 ib Update font file filter of the file selector (only with FreeType).
Tue, 30 Apr 2013 13:10:27 +0000 ib Revise signal callback function doxygen comments.
Tue, 30 Apr 2013 12:43:06 +0000 ib Cosmetic: Prefer hyphen to underline in signal names.
Tue, 30 Apr 2013 12:26:59 +0000 ib Rename on_FileSelect_key_release_event() fs_key_release_event().
Tue, 30 Apr 2013 12:03:33 +0000 ib Set focus to fsFNameList after a combo box selection.
Tue, 30 Apr 2013 11:57:18 +0000 ib Cosmetic: Adjust indent.
Tue, 30 Apr 2013 11:52:15 +0000 ib Redesign on_FileSelect_key_release_event().
Tue, 30 Apr 2013 10:46:11 +0000 ib Remove signal "activate" handling.
Tue, 30 Apr 2013 10:41:28 +0000 ib Fix segmentation fault.
Thu, 04 Apr 2013 19:15:11 +0000 ib Don't allow the file selector to be user-shrinkable.
Thu, 04 Apr 2013 18:23:24 +0000 ib Don't allow the file selector to be user-shrinkable.
Thu, 04 Apr 2013 18:01:27 +0000 ib Remove GTK_WIDGET_SET_FLAGS(, GTK_CAN_DEFAULT).
Thu, 04 Apr 2013 12:10:14 +0000 ib Change some class hint names.
Thu, 04 Apr 2013 11:47:39 +0000 ib Define "MPlayer" string.
Thu, 04 Apr 2013 10:53:20 +0000 ib Remove all gtk_widget_set_name() calls.
Thu, 04 Apr 2013 10:45:30 +0000 ib Remove all gtk_object_set_data() calls.
Wed, 03 Apr 2013 16:25:55 +0000 ib Cosmetic: Adjust indent.
Wed, 03 Apr 2013 16:25:33 +0000 ib Remove unnecessary initialization.
Sun, 31 Mar 2013 23:09:34 +0000 ib Cosmetic: Rearrange #includes.
Sun, 31 Mar 2013 18:08:37 +0000 ib Cosmetic: Prefix all functions in dialog/tools.c with gtk.
Sun, 31 Mar 2013 17:08:30 +0000 ib Cosmetic: Rename gtkActive() gtkRaise().