log src/audacious/ui_main.c @ 4595:d69b2bcea170

age author description
Fri, 30 May 2008 16:05:03 +0200 Tomasz Mon NO_PLAY_BUTTON and PLAY_BUTTON defines don't quite make sense
Sun, 25 May 2008 15:12:17 +0200 Tomasz Mon remove ui_main_set_initial_volume, call volume set hook instead
Wed, 21 May 2008 17:11:15 +0200 Tomasz Mon move playback_set_sample_params function call to playlist.c
Sun, 18 May 2008 16:54:22 +0200 Tomasz Mon introduce ui_skinned_window_button_press and ui_skinned_window_button_release
Wed, 14 May 2008 00:35:09 +0200 mf0102 - rename dock.c to ui_dock.c
Wed, 30 Apr 2008 14:36:50 +0200 mf0102 Restore util_menu_main_show() for plugins - thanks go to ccr for the first
Wed, 23 Apr 2008 22:20:35 +0200 mf0102 cleaned up some more
Wed, 23 Apr 2008 14:36:00 +0200 mf0102 renamed playlist_fileinfo* to ui_fileinfo_show* and reworked those
Tue, 22 Apr 2008 18:27:57 +0200 mf0102 - indentation of ui_main.c
Tue, 22 Apr 2008 11:28:53 +0200 mf0102 - make a lot of stuff static
Tue, 22 Apr 2008 10:55:35 +0200 mf0102 - renamed some files to reflect their UI contents
Wed, 16 Apr 2008 17:22:16 +0200 mf0102 - remove some now-unneeded configuration properties
Sat, 12 Apr 2008 19:24:55 +0200 mf0102 introduce function aud_quit(), which is basically mainwin_quit_cb(), but
Mon, 31 Mar 2008 06:47:48 +0300 Matti Hamalainen Huge renaming patch, changing BMP references to Audacious.
Mon, 31 Mar 2008 06:36:41 +0300 Matti Hamalainen bmp_config_* -> aud_config_*
Thu, 13 Mar 2008 16:41:48 +0100 mf0102 cleaning up some cruft
Thu, 13 Mar 2008 16:31:48 +0100 mf0102 removed report_error() and reimplemented some error routines
Sat, 08 Mar 2008 22:32:53 +0100 Tomasz Mon remove setting_volume, not used anyway
Sun, 27 Jan 2008 23:00:32 +0200 Cristi Magherusan mostly works, but the VIS is broken, and the eq window is too large...more bugs
Sun, 27 Jan 2008 19:43:53 +0200 Cristi Magherusan doublesize -> custom scale:
Sat, 19 Jan 2008 14:00:14 +0100 Tomasz Mon set doublesize mask on doublesizing
Sun, 30 Dec 2007 22:16:49 +0100 Tomasz Mon the less calls to gdk_window_get_pointer the better
Sun, 30 Dec 2007 21:36:46 +0100 Tomasz Mon one less gdk_window_get_pointer call
Sun, 30 Dec 2007 20:41:23 +0100 Tomasz Mon dock_move_press already presents window
Sun, 30 Dec 2007 12:46:13 +0100 Tomasz Mon set mask on shade/unshade
Tue, 25 Dec 2007 17:21:04 -0600 George Averill - Update mainwin width when (un)shading the main window, as the mainwinWidth skin hint may be different from the proper shaded width.
Tue, 25 Dec 2007 14:14:33 -0600 Jussi Judin Make skin data to be freed after skin usage (= on skin changes) (Bugzilla #48)
Tue, 25 Dec 2007 19:03:38 +0100 Tomasz Mon revise setting mask on windows
Tue, 25 Dec 2007 16:03:27 +0100 Tomasz Mon on ctrl-tab switch only between visible windows (Bugzilla #14)
Wed, 19 Dec 2007 00:45:41 -0600 Jussi Judin Fix memory leaks when generating UI strings in ui_main.c (Bugzilla #18)