Andrzej Rybczak
|
7be920b6ad
|
fix typo
|
17 years ago |
Andrzej Rybczak
|
5e757ff999
|
fix/improve detecting playlist's changes
|
17 years ago |
Andrzej Rybczak
|
34ba81be9e
|
sort playlists in playlist editor
|
17 years ago |
Andrzej Rybczak
|
b1817a0bc9
|
support for switching between supported lyrics databases at runtime
|
17 years ago |
Andrzej Rybczak
|
baa1c9bf4f
|
escape unallowed chars before opening/saving file with lyrics
|
17 years ago |
Andrzej Rybczak
|
6217bf04c2
|
add support for lyricsplugin database
|
17 years ago |
Andrzej Rybczak
|
e59b14c56d
|
clean-up lyrics code a little
|
17 years ago |
Andrzej Rybczak
|
1a6e0be0c1
|
fix searching
|
17 years ago |
Andrzej Rybczak
|
6e2a6dfd27
|
replace ~ in mpd_music_dir with user's home directory
|
17 years ago |
Andrzej Rybczak
|
966fd634a4
|
add support for columns view in browser and search engine
|
17 years ago |
Andrzej Rybczak
|
4442f2bb7b
|
fix 'crop' function when mpd was stopped
|
17 years ago |
Andrzej Rybczak
|
e3ffbc7027
|
align search fields in media library
|
17 years ago |
Andrzej Rybczak
|
7d60ab6e9c
|
check if playlist/playlist editor is empty before an attempt to move a song
|
17 years ago |
Andrzej Rybczak
|
9cc1689a71
|
make changes from 7b6521a3 compatible with <mpd-0.14
|
17 years ago |
Andrzej Rybczak
|
791daa1f7e
|
clear window only if last element is deleted
|
17 years ago |
Andrzej Rybczak
|
4ce83854a2
|
rearrange fields in search engine / +composer +performer -track
|
17 years ago |
Andrzej Rybczak
|
7b6521a370
|
show songs without album tag in media library
|
17 years ago |
Andrzej Rybczak
|
865385e309
|
if locale are set to C, do not do encoding convertion
|
17 years ago |
Andrzej Rybczak
|
ec38d57c9b
|
make `ncmpcpp toggle` start playing if mpd is stopped
|
17 years ago |
Andrzej Rybczak
|
b8f73ae6a6
|
use curl_escape on artist and title tags
|
17 years ago |
Andrzej Rybczak
|
b2d3fef275
|
set CURLOPT_NOSIGNAL to 1
prevent segfaults if timeout was reached in curl connection
|
17 years ago |
Andrzej Rybczak
|
5b5d33c642
|
check if s and locale_charset ptrs are NULL before conversion
|
17 years ago |
Andrzej Rybczak
|
22c48d0314
|
bump to 0.3.1_pre
|
17 years ago |
Andrzej Rybczak
|
b3824b2f56
|
update NEWS / version bump
|
17 years ago |
Andrzej Rybczak
|
a0c00d4bba
|
do not clear found positions list if next input was empty
|
17 years ago |
Andrzej Rybczak
|
33e173f943
|
remove redunant includes from clock.cpp
|
17 years ago |
Andrzej Rybczak
|
237e494b08
|
color artist's info loaded from a file
|
17 years ago |
Andrzej Rybczak
|
1244223919
|
if menu is empty, clear it
before this if the only element was removed from menu, it was still displayed.
|
17 years ago |
Andrzej Rybczak
|
c696d68d92
|
check if tags are properly saved (part 2)
|
17 years ago |
Andrzej Rybczak
|
962f80ea83
|
check if tags are properly saved
|
17 years ago |
Andrzej Rybczak
|
49724329f1
|
get rid of Scrollpad::itsXPos as it's redunant
|
17 years ago |
Andrzej Rybczak
|
f080b3e1f1
|
improvements for pthread related stuff
|
17 years ago |
Andrzej Rybczak
|
34e3aaa782
|
show warning that adding whole dirs from local browser is not supported
|
17 years ago |
Andrzej Rybczak
|
bf52375fb5
|
fix adding selected items to playlist
|
17 years ago |
Andrzej Rybczak
|
3adf0a396b
|
fix adding selected directory to playlist
|
17 years ago |
Andrzej Rybczak
|
582725f2f9
|
init clock before displaying it, not after
|
17 years ago |
Andrzej Rybczak
|
0a6272c6db
|
check if current iterator position is smaller than end, not equal
there's possibility that position at start will be greater
than ending iterator, so the iteration must not be started
|
17 years ago |
Andrzej Rybczak
|
b93c04189e
|
improve "Capitalize First Letters" algorithm
|
17 years ago |
Andrzej Rybczak
|
f111b933a4
|
center immediately after autocenter mode is on
|
17 years ago |
Andrzej Rybczak
|
542c121e0a
|
add clock screen (ported from ncmpc)
|
17 years ago |
Andrzej Rybczak
|
351ddc8584
|
eliminate compiler warnings
|
17 years ago |
Andrzej Rybczak
|
fd5a3e142c
|
do not exclude iconv support if unicode is enabled
|
17 years ago |
Andrzej Rybczak
|
7d82da3fed
|
remove static keyword from char_non_ascii() declaration
|
17 years ago |
Andrzej Rybczak
|
8045899049
|
remove extern keyword from const char * declarations
|
17 years ago |
Andrzej Rybczak
|
d8b54a549c
|
version bump to 0.2.99
|
17 years ago |
Andrzej Rybczak
|
0c9e10091f
|
update fsf address and copyright info
|
17 years ago |
Andrzej Rybczak
|
844acb1ecd
|
block scrolling, if wide characters are used in input string
current scrolling implementation doesn't work with wide
chars properly so disable it until I find better solution
|
17 years ago |
Andrzej Rybczak
|
430052bead
|
check for type, not ptr's address while deleting old items from browser
|
17 years ago |
Andrzej Rybczak
|
14befc5b56
|
fix scrolling if unicode is disabled
|
17 years ago |
Andrzej Rybczak
|
24c308dac8
|
convert filenames to current locale if needed / some implementation improvements
|
17 years ago |