comparison 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
comparison
equal deleted inserted replaced
2494:59661bd074b4 2495:6fb56e6bc6ec
1 2007-02-11 01:01:44 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [3998]
3 Try to put some skinned window code in a common place.
4
5 trunk/src/audacious/Makefile | 4
6 trunk/src/audacious/ui_equalizer.c | 24 +---
7 trunk/src/audacious/ui_main.c | 28 +----
8 trunk/src/audacious/ui_playlist.c | 6 -
9 trunk/src/audacious/ui_skinned_cursor.c | 54 +++++++++++
10 trunk/src/audacious/ui_skinned_cursor.h | 25 +++++
11 trunk/src/audacious/ui_skinned_window.c | 157 ++++++++++++++++++++++++++++++++
12 trunk/src/audacious/ui_skinned_window.h | 46 +++++++++
13 trunk/src/audacious/util.c | 20 ----
14 9 files changed, 301 insertions(+), 63 deletions(-)
15
16
1 2007-02-10 20:29:21 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 17 2007-02-10 20:29:21 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [3996] 18 revision [3996]
3 - patch from Mark Glines to ad https:// URI support to playlists. 19 - patch from Mark Glines to ad https:// URI support to playlists.
4 20
5 trunk/src/audacious/playlist.c | 5 +++++ 21 trunk/src/audacious/playlist.c | 5 +++++