comparison ChangeLog @ 1939:e090f66574f6 trunk

[svn] Compile errors are bad, hmmkay?
author chainsaw
date Sun, 05 Nov 2006 06:25:22 -0800
parents 1d9c1026d9f8
children e929aec8c8ea
comparison
equal deleted inserted replaced
1938:1d9c1026d9f8 1939:e090f66574f6
1 2006-11-05 12:43:16 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [2833]
3 - DoubleSize support.
4 This has bugs, the most notable one being that DoubleSize only works
5 right if you restart the player.
6 The second bug is rather obvious too. No osmosis skinengine. No
7 TinyPlayer. Classic-esque skinengine only. This is because the
8 doublesize algorithm hates you and wants you to go die in a fire.
9
10 trunk/audacious/dock.c | 2
11 trunk/audacious/dock.h | 1
12 trunk/audacious/equalizer.c | 117 ++++++++++++--
13 trunk/audacious/equalizer.h | 11 -
14 trunk/audacious/main.c | 3
15 trunk/audacious/main.h | 5
16 trunk/audacious/mainwin.c | 196 +++++++++++++++++++-----
17 trunk/audacious/ui_playlist.c | 2
18 trunk/audacious/util.c | 106 +++++++++++++
19 trunk/audacious/util.h | 2
20 trunk/audacious/widgets/skin.c | 43 +++--
21 trunk/audacious/widgets/skin.h | 1
22 trunk/audacious/widgets/svis.c | 138 ++++++++++++-----
23 trunk/audacious/widgets/vis.c | 331 ++++++++++++++++++++++++++++++-----------
24 trunk/audacious/widgets/vis.h | 4
25 15 files changed, 760 insertions(+), 202 deletions(-)
26
27
1 2006-11-05 10:38:25 +0000 William Pitcock <nenolod@nenolod.net> 28 2006-11-05 10:38:25 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [2831] 29 revision [2831]
3 - update documentation per bug #605 30 - update documentation per bug #605
4 31
5 trunk/README | 7 ------- 32 trunk/README | 7 -------