log src/audacious/ui_main.c @ 4312:45505a00a6cf

age author description
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)
Sun, 09 Dec 2007 14:41:10 +0100 Tomasz Mon install skin if user drag'n'drops it on mainwin
Sun, 09 Dec 2007 13:56:34 +0100 Tomasz Mon introduce WIDGET_FONT_BTN
Mon, 19 Nov 2007 18:50:23 +0100 mf0102 - first update-po after a long time -> update of German translation
Sat, 17 Nov 2007 06:21:00 -0600 William Pitcock Work around the issues with broken Gtk-Qt-Engine and Modern skins with inline GTK.
Fri, 16 Nov 2007 18:55:48 +0100 Tomasz Mon fix douebliesize for mainwin_info on startup; Closes Gentoo #199071
Tue, 06 Nov 2007 13:32:04 -0600 William Pitcock fix more bogusness audacious-1.4.0
Tue, 06 Nov 2007 13:24:01 -0600 William Pitcock revert something which broke GTK redrawing completely.
Tue, 06 Nov 2007 13:19:38 -0600 William Pitcock possible fix
Tue, 06 Nov 2007 13:13:15 -0600 William Pitcock call to gdk_window_get_size() is also unneeded here; remove.
Tue, 06 Nov 2007 11:41:50 -0600 William Pitcock Fix a skin size boundary issue.
Sun, 14 Oct 2007 22:24:41 -0500 William Pitcock forgot to export a symbol. now I am done. really.
Fri, 12 Oct 2007 14:26:02 +0200 Tomasz Mon prevent info text being stuck after changing volume
Thu, 11 Oct 2007 19:38:55 -0500 William Pitcock add new hook, playback seek, and subscribe mainwin_update_song_info() to it.
Thu, 11 Oct 2007 19:25:08 +0200 Tomasz Mon introduce playback_get_length()
Sun, 07 Oct 2007 01:04:41 -0500 William Pitcock get rid of mainwin_timeout_id only if mainwin_timeout_id is non-zero
Mon, 01 Oct 2007 13:42:37 -0500 William Pitcock Remove mainwin_attach_idle_func(), use mainwin_idle_func() only when tristate buttons are triggered.
Mon, 01 Oct 2007 12:38:51 -0500 William Pitcock Get rid of read_volume() craq. Add ui_main_set_initial_volume() to replace the only necessary remaining code.
Mon, 01 Oct 2007 00:41:25 -0500 William Pitcock Seperate the 10hz loop dependent code from the rest of the remaining polling loop.