log src/audacious/ui_main.c @ 3599:24ae9b303a9d trunk

age author description
Sat, 22 Sep 2007 22:50:57 +0300 Cristi Magherusan removed lastfm from the core, rewriting it as a plugin trunk
Tue, 18 Sep 2007 21:22:09 +0200 Tomasz Mon let mainwin_othertext use xfont when cfg.mainwin_use_xfont is TRUE trunk
Sat, 15 Sep 2007 11:01:44 +0200 Jonathan Schleifer Fix Ctrl-Tab in main window. trunk
Sat, 15 Sep 2007 10:54:08 +0200 Jonathan Schleifer Ctrl-C copies current title to clipboard now. trunk
Thu, 13 Sep 2007 01:12:43 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious. trunk
Thu, 13 Sep 2007 00:49:21 -0500 William Pitcock Remove improper X11 includes. trunk
Sun, 09 Sep 2007 05:37:49 +0300 Matti Hamalainen Make the shutdown procedure more sane and improve playlist clearing trunk
Thu, 30 Aug 2007 10:57:04 +0200 Tomasz Mon redraw mainwin_repeat and mainwin_shuffle when using hotkeys trunk
Sun, 19 Aug 2007 10:45:24 +0200 Tomasz Mon don't call mainwin_update_song_info if track isn't played trunk
Sun, 19 Aug 2007 10:40:43 +0200 Tomasz Mon introduce change_timer_mode_cb trunk
Mon, 13 Aug 2007 23:24:50 +0300 Calin Crisan ccrisan Removed the hardcoded Add/Play CD menu entry trunk
Mon, 13 Aug 2007 18:49:34 +0200 Tomasz Mon press ctrl+tab to switch between windows trunk
Fri, 10 Aug 2007 18:18:19 +0200 Tomasz Mon revise ui_skinned_window_configure trunk
Thu, 09 Aug 2007 10:08:54 +0200 Tomasz Mon don't do gtk_widget_show_all(mainwin) when player is not visible trunk
Sun, 05 Aug 2007 16:43:53 +0200 Tomasz Mon goodbye widgets directory
Sat, 04 Aug 2007 14:28:19 +0200 Tomasz Mon we don't need to grab pointer
Sat, 04 Aug 2007 13:16:19 +0200 Tomasz Mon remove obsolete mainwin_motion
Sat, 04 Aug 2007 11:57:50 +0200 Tomasz Mon mainwin_refresh_visible
Thu, 02 Aug 2007 15:40:46 +0200 Tomasz Mon implement ui_skinned_window_expose trunk
Thu, 02 Aug 2007 14:28:37 +0200 Tomasz Mon hasta la vista old widgetcore trunk
Thu, 02 Aug 2007 14:14:32 +0200 Tomasz Mon port PlayList_List to gtk2 trunk
Wed, 01 Aug 2007 13:55:02 +0900 Yoshiki Yazawa now "hide seekbar on streaming" uses message passing. trunk
Sat, 28 Jul 2007 16:53:56 +0900 Yoshiki Yazawa mainwin_update_song_info() should not return FALSE when time < 0 otherwise neither playtime display nor hide seekbar on streaming work. trunk
Sat, 28 Jul 2007 16:07:14 +0900 Yoshiki Yazawa revive dsd's titlebar patch (r3083) due to it works fine with message passing UI update. trunk
Fri, 27 Jul 2007 19:44:14 -0500 William Pitcock Un-shortcircuit some code that I didn't mean to. trunk
Fri, 27 Jul 2007 19:41:37 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
Fri, 27 Jul 2007 19:41:25 -0500 William Pitcock Don't display the seek bar if length is -1. There is probably a more efficient way of doing this, but I'm lazy. desowin@ can always fix this later. trunk
Sat, 28 Jul 2007 01:28:48 +0300 Cristi Magherusan bound the Enter key to the play button trunk
Thu, 26 Jul 2007 23:54:07 +0200 Christian Birchinger Don't call playback_get_time() if not playing in mainwin_idle_func(). trunk
Thu, 26 Jul 2007 14:59:29 -0500 William Pitcock Remove unnecessary switch statement. trunk