log src/skins/ui_main.c @ 3159:1ffcad5f406c

age author description
Fri, 22 May 2009 23:18:48 +0900 Yoshiki Yazawa import new skins plugin
Fri, 01 May 2009 16:59:54 -0400 John Lindgren More clean-up of roll-up code (should fix bug #37; if not, it's a WM problem).
Wed, 06 May 2009 18:48:53 -0500 William Pitcock Backed out changeset c6e2ae89a6a7
Wed, 06 May 2009 13:53:49 -0500 William Pitcock skins: make_mainwin_title(): give me my damn playlist position back.
Sat, 02 May 2009 11:16:23 -0400 John Lindgren Set up a hook_call for showing the main menu, since it's implemented in a plugin now (fixes #38).
Sun, 26 Apr 2009 16:11:55 -0400 John Lindgren Update the playback slider at the end of a seek (bug #31)
Sat, 11 Apr 2009 08:26:51 -0400 John Lindgren Fix multiple issues with vector fonts in the skinned interface.
Fri, 10 Apr 2009 01:34:22 -0400 John Lindgren Don't change config just because time remaining can't be shown for an
Thu, 09 Apr 2009 14:23:42 +0200 Tomasz Mon Don't use deprecated gtk macros and types
Wed, 26 Nov 2008 02:55:04 +0900 Yoshiki Yazawa - changed include path from audacious to audlegacy.
Wed, 23 Jul 2008 14:29:25 +0200 Tomasz Mon remove few not needed anymore #if 0
Mon, 14 Jul 2008 18:07:03 +0200 Tomasz Mon make use of new InterfaceOps
Sun, 13 Jul 2008 13:06:03 +0200 Tomasz Mon use InterfaceOps
Wed, 09 Jul 2008 22:25:31 +0200 mf0102 merge
Sun, 22 Jun 2008 13:46:38 +0200 Tomasz Mon remove mainwin_mouse_button_release
Fri, 20 Jun 2008 21:26:12 +0200 Tomasz Mon use two GtkFixed in SkinnedWindow - normal and shaded
Fri, 06 Jun 2008 12:52:49 +0200 Tomasz Mon more work on skins plugin settings
Fri, 30 May 2008 21:02:12 +0200 Tomasz Mon introduce ui_skinned_button_set_inside
Fri, 23 May 2008 17:17:16 +0200 Tomasz Mon add few more config items
Fri, 23 May 2008 13:47:15 +0200 Tomasz Mon use more hooks
Fri, 23 May 2008 12:36:47 +0200 Tomasz Mon make use of ui_fileinfo
Fri, 23 May 2008 12:29:53 +0200 Tomasz Mon use fileinfopopup
Thu, 22 May 2008 20:26:00 +0200 Tomasz Mon dissociate hooks at plugin cleanup
Thu, 22 May 2008 17:06:59 +0200 Tomasz Mon make dnd working in playlistwin
Thu, 22 May 2008 16:31:25 +0200 Tomasz Mon make few more things working
Thu, 22 May 2008 15:15:31 +0200 Tomasz Mon remove more #if 0's, add ui_hints
Thu, 22 May 2008 15:10:00 +0200 Tomasz Mon remove few more #if 0's
Wed, 21 May 2008 21:35:11 +0200 Tomasz Mon add playlistwindow
Wed, 21 May 2008 17:15:47 +0200 Tomasz Mon set track info on change
Wed, 21 May 2008 16:52:23 +0200 Tomasz Mon make play and sotp buttons working
Wed, 21 May 2008 16:22:12 +0200 mf0102 Added ui_fileopener
Wed, 21 May 2008 15:16:34 +0200 Tomasz Mon don't quit audacious if skins plugin gets unloaded
Wed, 21 May 2008 14:53:26 +0200 Tomasz Mon remove few equalizerwin related if 0's
Wed, 21 May 2008 14:45:16 +0200 Tomasz Mon add ui_equalizer
Wed, 21 May 2008 13:39:53 +0200 Tomasz Mon fix seeking
Wed, 21 May 2008 13:16:27 +0200 Tomasz Mon usee audacious_drct_get_length
Wed, 21 May 2008 12:37:40 +0200 Tomasz Mon work in progress - add ui_manager and ui_main_evlisteners
Tue, 20 May 2008 22:12:14 +0200 Tomasz Mon add ui_main - with huge amount of #if 0 to sort out later