diff ChangeLog @ 2495:6fb56e6bc6ec trunk

[svn] - remove debugging notices - remove some more common dock code that is part of SkinnedWindow now.
author nenolod
date Sat, 10 Feb 2007 17:04:31 -0800
parents 59661bd074b4
children 71bee08db1c6
line wrap: on
line diff
--- a/ChangeLog	Sat Feb 10 17:01:44 2007 -0800
+++ b/ChangeLog	Sat Feb 10 17:04:31 2007 -0800
@@ -1,3 +1,19 @@
+2007-02-11 01:01:44 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [3998]
+  Try to put some skinned window code in a common place.
+  
+  trunk/src/audacious/Makefile            |    4 
+  trunk/src/audacious/ui_equalizer.c      |   24 +---
+  trunk/src/audacious/ui_main.c           |   28 +----
+  trunk/src/audacious/ui_playlist.c       |    6 -
+  trunk/src/audacious/ui_skinned_cursor.c |   54 +++++++++++
+  trunk/src/audacious/ui_skinned_cursor.h |   25 +++++
+  trunk/src/audacious/ui_skinned_window.c |  157 ++++++++++++++++++++++++++++++++
+  trunk/src/audacious/ui_skinned_window.h |   46 +++++++++
+  trunk/src/audacious/util.c              |   20 ----
+  9 files changed, 301 insertions(+), 63 deletions(-)
+
+
 2007-02-10 20:29:21 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [3996]
   - patch from Mark Glines to ad https:// URI support to playlists.