You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Max Kellermann
67b8ca70fa
charset: fix portability for unsigned chars
On some platforms, char is unsigned, and the "non_ascii" check "ch <
0" does not work. Fix that by checking if the highest bit is set.
|
17 years ago |
| .. |
|
Makefile.am
|
convert id3 tags, directories and playlist names to current locale if needed
|
17 years ago |
|
browser.cpp
|
convert id3 tags, directories and playlist names to current locale if needed
|
17 years ago |
|
browser.h
|
update Menu class and related stuff
|
18 years ago |
|
charset.cpp
|
charset: fix portability for unsigned chars
|
17 years ago |
|
charset.h
|
convert id3 tags, directories and playlist names to current locale if needed
|
17 years ago |
|
help.cpp
|
variables cleaning
|
17 years ago |
|
help.h
|
remove color parser / update Window, Scrollpad class and related stuff
|
18 years ago |
|
helpers.cpp
|
always save and read id3 tags in unicode
|
17 years ago |
|
helpers.h
|
improve parsing argv
|
17 years ago |
|
libmpdclient.c
|
added support for unix domain sockets
|
18 years ago |
|
libmpdclient.h
|
implement argv handler and basic mpc commands
|
18 years ago |
|
lyrics.cpp
|
update settings
|
18 years ago |
|
lyrics.h
|
another code clean-ups
|
18 years ago |
|
menu.h
|
do not attempt to get/select/whatever item from an empty menu
|
17 years ago |
|
misc.cpp
|
improve handling statusbar messages (+ some minor various fixes)
|
18 years ago |
|
misc.h
|
improve handling statusbar messages (+ some minor various fixes)
|
18 years ago |
|
mpdpp.cpp
|
some improvements for handling mpd connection
|
17 years ago |
|
mpdpp.h
|
eliminate remained compiler warnings
|
17 years ago |
|
ncmpcpp.cpp
|
always save and read id3 tags in unicode
|
17 years ago |
|
ncmpcpp.h
|
update Menu class and related stuff
|
18 years ago |
|
scrollpad.cpp
|
improve handling statusbar messages (+ some minor various fixes)
|
18 years ago |
|
scrollpad.h
|
remove color parser / update Window, Scrollpad class and related stuff
|
18 years ago |
|
search_engine.cpp
|
handle colored empty tag marker
|
18 years ago |
|
search_engine.h
|
variables cleaning
|
17 years ago |
|
settings.cpp
|
make displaying screens numbers at start optional
|
17 years ago |
|
settings.h
|
make displaying screens numbers at start optional
|
17 years ago |
|
song.cpp
|
convert id3 tags, directories and playlist names to current locale if needed
|
17 years ago |
|
song.h
|
convert id3 tags, directories and playlist names to current locale if needed
|
17 years ago |
|
status_checker.cpp
|
convert id3 tags, directories and playlist names to current locale if needed
|
17 years ago |
|
status_checker.h
|
move some functions from helpers to status_checker
|
17 years ago |
|
str_pool.c
|
remove asserts from str_pool
|
18 years ago |
|
str_pool.h
|
change internal storing of Song info (much less memory consumption)
|
18 years ago |
|
strbuffer.h
|
update Menu class and related stuff
|
18 years ago |
|
tag_editor.cpp
|
always save and read id3 tags in unicode
|
17 years ago |
|
tag_editor.h
|
update Menu class and related stuff
|
18 years ago |
|
window.cpp
|
support for wide characters in Window::GetString()
|
17 years ago |
|
window.h
|
always save and read id3 tags in unicode
|
17 years ago |