Andrzej Rybczak
2d9d22281a
new config option: jump_to_now_playing_song_at_start (enabled by default)
17 years ago
Andrzej Rybczak
195d8b4e34
ask if one really wants to clear main playlist (disabled by default)
17 years ago
Andrzej Rybczak
8bc5d73b06
accept percentage values 0-100 for seeking instead of 1-99
17 years ago
Andrzej Rybczak
abdc042b04
fix possible issues with additinal windows due to too small screen size
17 years ago
Andrzej Rybczak
c30fec4ee6
redraw volume state after header update only if classic interface is active
17 years ago
Andrzej Rybczak
b51975e6bf
fix displaying screen numbers at start if alternative UI is enabled
17 years ago
Andrzej Rybczak
101f01941d
new feature: alternative user interface
17 years ago
Andrzej Rybczak
e5e8261c40
a few more "postfix to prefix" operator++ changes
17 years ago
Andrzej Rybczak
d9b844fce2
one more fix for 450bf1b6
17 years ago
Andrzej Rybczak
a77bd03e53
update header window after going to now playing song in browser
17 years ago
Andrzej Rybczak
26326de2c8
fix setting format flags in Window::operator<<(Format)
...
I though static variables are created for each class object,
but apparently they aren't, which makes the previous design
utterly broken. I'm suprised it somehow worked before.
17 years ago
Andrzej Rybczak
c20d8694ae
new feature: allow for fixed size columns
17 years ago
Andrzej Rybczak
113e54c85c
Revert "cosider different size of size_t type on 32bits and 64bits arches"
...
This reverts commit 9faf3acf2f
and applies correct patch (thx for Damien Leone for pointing this)
Conflicts:
src/ncmpcpp.cpp
17 years ago
Andrzej Rybczak
1510773176
more fixes for 450bf1b6
17 years ago
Andrzej Rybczak
df051bf674
remove using declarations
17 years ago
Andrzej Rybczak
4e77530f31
if playlist is filtered, add to playlist only filtered items
17 years ago
Andrzej Rybczak
5838d02077
add shortcut keybinding for saving in tiny tag editor
17 years ago
Andrzej Rybczak
9dab25e02c
use prefix ++ instead of postfix where available
17 years ago
Andrzej Rybczak
2eb913fe22
define MPD::Connection handler as an object, not pointer
17 years ago
Andrzej Rybczak
9faf3acf2f
cosider different size of size_t type on 32bits and 64bits arches
17 years ago
Andrzej Rybczak
72cddfe77d
another fix for 450bf1b6
17 years ago
Andrzej Rybczak
7116c11a8a
add missing 'for' word
17 years ago
Andrzej Rybczak
450bf1b636
initialize screens only if necessary
17 years ago
Andrzej Rybczak
8ab805abd5
ask before clearing playlist in playlist editor
17 years ago
Andrzej Rybczak
a2a5398239
always unlock item list update after clearing the playlist
17 years ago
Andrzej Rybczak
1d37102947
fetch status from mpd immediately after clearing playlist
17 years ago
Andrzej Rybczak
25554ed100
be more verbose while deleting items in browser
17 years ago
Andrzej Rybczak
12a7d847c1
attempt to remove items physically only if mpd_music_dir is set
17 years ago
Andrzej Rybczak
a6e4f9cdd7
add keybinding to toggle mouse support on the fly
17 years ago
Andrzej Rybczak
0a275f31d1
remove the code that is not supposed to be here
...
lulz, I forgot to remove it after I was done with testing adding random songs.
17 years ago
Andrzej Rybczak
5a2853b36a
new feature: outputs screen
17 years ago
Andrzej Rybczak
d965f4e517
new feature: mouse support
17 years ago
Andrzej Rybczak
dd266b0103
new feature: add random songs to playlist
17 years ago
Andrzej Rybczak
5f5d6bf03f
do not display message about disabled function if current item is parent dir
17 years ago
Andrzej Rybczak
658d213905
fix compilation --without-taglib
17 years ago
Andrzej Rybczak
b16e3d0817
put playlist/file/directory in quotation marks while asking for deleting it
17 years ago
Andrzej Rybczak
8f5df28e62
new feature: allow for files and directories deletion in browser
17 years ago
Andrzej Rybczak
ecd4c8cc17
get rid of C style casts
17 years ago
Andrzej Rybczak
eb3b08b45e
clear window title at exit
17 years ago
Andrzej Rybczak
2c3c44994e
redraw statusbar after resize if player is stopped
17 years ago
Andrzej Rybczak
53cd4114e8
start with empty input box while searching
17 years ago
Andrzej Rybczak
a0cbd8fc32
new feature: input text history
17 years ago
Andrzej Rybczak
6177d49f9f
new feature: two columns view in media library (albums and songs)
17 years ago
Andrzej Rybczak
84a9af2ee9
make use of gcc's __attribute__ extension
17 years ago
Andrzej Rybczak
ab7dbe9cbe
redraw statusbar after terminal resize
...
previous changes broke this, so here is the fix.
17 years ago
Andrzej Rybczak
12fa8a9bf6
count number of applied formatting flags
17 years ago
Andrzej Rybczak
c7251ebb98
improve formatting removal
17 years ago
Andrzej Rybczak
88fa887776
new feature: allow searching in help, lyrics and info screens
17 years ago
Andrzej Rybczak
0978f2c228
prepare for physical song/dir deletion implementation
17 years ago
Andrzej Rybczak
33b2b829ab
fix moving single file within playlist
17 years ago