Mercurial > audlegacy
comparison ChangeLog @ 1776:1f8b12f14dfa trunk
[svn] - make audacious re-link when libwidgets.a has been updated.
author | yaz |
---|---|
date | Wed, 04 Oct 2006 02:21:05 -0700 |
parents | 7d32dff734da |
children | 17e38b5c8e2f |
comparison
equal
deleted
inserted
replaced
1775:7d32dff734da | 1776:1f8b12f14dfa |
---|---|
1 2006-10-04 09:15:22 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> | |
2 revision [2507] | |
3 improvement of shaded playlist window | |
4 - title string does auto scroll. | |
5 - format and font of the string follow playlist configuration. | |
6 - filepopup will appear on shaded playlist window. | |
7 - now shaded playlist window displays multi byte characters correctly. | |
8 - no more "textbox_set_text: assertion `text != NULL' failed" assertion in the log file. | |
9 | |
10 trunk/audacious/mainwin.c | 12 ++++++ | |
11 trunk/audacious/prefswin.c | 1 | |
12 trunk/audacious/ui_fileinfo.c | 22 ++++++++--- | |
13 trunk/audacious/ui_playlist.c | 81 ++++++++++++++++++++++++++++++------------ | |
14 trunk/audacious/ui_playlist.h | 2 + | |
15 5 files changed, 89 insertions(+), 29 deletions(-) | |
16 | |
17 | |
1 2006-10-04 08:45:01 +0000 William Pitcock <nenolod@nenolod.net> | 18 2006-10-04 08:45:01 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [2505] | 19 revision [2505] |
3 - allow elements to be repositioned if they are mentioned in skin.hints | 20 - allow elements to be repositioned if they are mentioned in skin.hints |
4 | 21 |
5 trunk/audacious/mainwin.c | 12 ++++++++++++ | 22 trunk/audacious/mainwin.c | 12 ++++++++++++ |