Andrzej Rybczak
e6f5179b92
Fix warnings when compiling with GCC 7
8 years ago
Andrzej Rybczak
19d32648ed
Replace highlight colors with prefixes and suffixes
9 years ago
Andrzej Rybczak
66912d73da
Add support for ignoring diacritics while searching and filtering lists
9 years ago
Andrzej Rybczak
29403d41ab
Include format_impl.h where functions from format.h are used
9 years ago
Andrzej Rybczak
86ec51624e
Update AUTHORS and copyright line
9 years ago
Andrzej Rybczak
ca330bc924
Get rid of intermediate data structure when fetching directory contents
9 years ago
Andrzej Rybczak
6d2ed00e6a
Fix highlighting parent directory in filtered browser
9 years ago
Andrzej Rybczak
7d502e42ba
Check if songs are in playlist when displaying them, not up-front
9 years ago
Andrzej Rybczak
5445c41aaa
Move screens to subdirectory
9 years ago
Andrzej Rybczak
478f4454d8
Move ncurses related files to curses directory
9 years ago
Andrzej Rybczak
b7386c4fa6
song list: get rid of boost::zip_iterator and improve {Const,}SongIterator
9 years ago
Andrzej Rybczak
516ee31109
Update headers
9 years ago
Andrzej Rybczak
9b6a080a29
Move filtering methods to separate interface
9 years ago
Andrzej Rybczak
de2513a36c
Implement filtering in media library
9 years ago
Andrzej Rybczak
17effe0115
Implement filtering in browser and search engine
9 years ago
Andrzej Rybczak
60e66b47b6
searchable: retrieve currently applied search constraint
9 years ago
Andrzej Rybczak
5ce704e31c
add ifdefs to fix conditional compilation
11 years ago
Andrzej Rybczak
9e9e521580
remove enterPressed from remaining screens
11 years ago
Andrzej Rybczak
6da51b00b3
browser: scroll down after directory was added successfully
11 years ago
Andrzej Rybczak
2caf08aaa7
split PressSpace action into modular pieces
11 years ago
Andrzej Rybczak
a8e2ec5ed0
replace ProxySongList with NC::List and SongList
11 years ago
Andrzej Rybczak
a7dab01eff
replace boost::bind with std::bind
11 years ago
Andrzej Rybczak
38b1064f1f
actions: move item selection to its own action and bind it to insert
11 years ago
Andrzej Rybczak
6384c4bfd6
do not include error.h as it's not the desired file
11 years ago
Andrzej Rybczak
dafcadefaf
add support for unicode aware regular expressions if available
11 years ago
Andrzej Rybczak
30df221cb4
menu: split into two headers
11 years ago
Andrzej Rybczak
e30149d04c
browser: refresh browser on database update properly
11 years ago
Andrzej Rybczak
0c58af8c53
window: support new colors also as borders
11 years ago
Andrzej Rybczak
8d24c42261
format: implement generic format parser and printer
12 years ago
Andrzej Rybczak
6a5f46a458
actions: make find forward/backward incremental
12 years ago
brezerk
cc747c0f99
settings: add startup_slave_screen option
12 years ago
Andrzej Rybczak
309a4989c9
remove filtering
12 years ago
Andrzej Rybczak
efdac2058e
menu: make current() return an iterator
12 years ago
Andrzej Rybczak
12772c47f9
menu: remove search related methods
12 years ago
Andrzej Rybczak
7bfa120f37
mpd: get rid of *List typedefs
12 years ago
Andrzej Rybczak
202a21c4b3
mpd: replace all consumers with iterators
12 years ago
Andrzej Rybczak
e5b0c7a357
mpd: make GetRecursiveDirectory return SongIterator
12 years ago
Andrzej Rybczak
0457af36fe
mpd: redesign Item and adjust browser
12 years ago
Andrzej Rybczak
fabd24c6a5
mpd: make ItemType enum class
12 years ago
Andrzej Rybczak
9a1afece86
mpd: Item: do not wrap Song in shared_ptr
12 years ago
Andrzej Rybczak
4ad5c33f32
use SongIterator
12 years ago
Andrzej Rybczak
ea9d5940ff
update NEWS and change version to 0.6_beta5
12 years ago
Andrzej Rybczak
9e11ffc351
browser: properly handle deletion of mpd playlists
12 years ago
Andrzej Rybczak
3e12f31399
browser: delete: exit immediately after deleting mpd playlist
12 years ago
Andrzej Rybczak
dcaa1cafa4
playlist: make kept song count collision resistant
12 years ago
Andrzej Rybczak
d20765c53a
normalize messages
12 years ago
Trygve Aaberge
9e8dc741e5
browser: make sorting optional
...
This adds a new option, "noop", to browser_sort_mode. If this mode
is selected, no sorting is done in the browser view, and the elements
are shown in the same order as received from the MPD server.
12 years ago
Andrzej Rybczak
4b933b29e1
settings: configuration file processing rewrite
12 years ago
Andrzej Rybczak
85a2802361
update copyright message
12 years ago
Andrzej Rybczak
59430f640b
statusbar: use boost::format instead of c-style printf
12 years ago