Mercurial > audlegacy
comparison ChangeLog @ 2027:d5a673ad2283 trunk
[svn] - clean up
author | yaz |
---|---|
date | Thu, 30 Nov 2006 04:27:49 -0800 |
parents | f15664434382 |
children | 88bbe66923fe |
comparison
equal
deleted
inserted
replaced
2026:f15664434382 | 2027:d5a673ad2283 |
---|---|
1 2006-11-30 11:16:08 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | |
2 revision [3055] | |
3 rewrite scan thread with g_cond_wait(): | |
4 - new scan thread is completely event driven. | |
5 - reduce playlist update latency. | |
6 - no need for periodical execution. | |
7 | |
8 trunk/audacious/main.c | 9 ++ | |
9 trunk/audacious/main.h | 3 | |
10 trunk/audacious/playlist.c | 107 ++++++++++++++++++------------ | |
11 trunk/audacious/ui_playlist.c | 10 +- | |
12 trunk/audacious/widgets/Makefile | 2 | |
13 trunk/audacious/widgets/playlist_slider.c | 5 + | |
14 6 files changed, 87 insertions(+), 49 deletions(-) | |
15 | |
16 | |
1 2006-11-30 03:49:30 +0000 William Pitcock <nenolod@nenolod.net> | 17 2006-11-30 03:49:30 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [3049] | 18 revision [3049] |
3 - make sure the mainwin is redrawn correctly when doublesized. reported by Tom St. Denis, closes #674. | 19 - make sure the mainwin is redrawn correctly when doublesized. reported by Tom St. Denis, closes #674. |
4 | 20 |
5 trunk/audacious/mainwin.c | 4 ++-- | 21 trunk/audacious/mainwin.c | 4 ++-- |