163 Commits (6a5f46a4589ddbe43ba00feeb95f10f8b467dbe2)

Author SHA1 Message Date
Andrzej Rybczak 10e88ec6b4 display: pass screen to functions by pointer 14 years ago
Andrzej Rybczak 7c6467a9e7 keys: implement parsing key configuration file 14 years ago
Andrzej Rybczak ef55093586 move a few small functions to actions 14 years ago
Andrzej Rybczak f6fb2ed54c make use of override keyword if available 14 years ago
Andrzej Rybczak bb121fbe01 make playlist and playlist editor share code responsible for moving items 14 years ago
Andrzej Rybczak 60ca9de919 check if song is in playlist in O(nlogn) instead of O(n^2) 14 years ago
Andrzej Rybczak 8ab8da2a30 actions: fix filter clearing 14 years ago
Andrzej Rybczak 506e79b4b1 add allowsFiltering / allowsSearching checks 14 years ago
Andrzej Rybczak af2cdca3d0 change naming conventions in NC namespace 14 years ago
Andrzej Rybczak 5e8d1673e0 implement ProxySongList for handling general operations on lists 14 years ago
Andrzej Rybczak d47cad1d50 get rid of 'using namespace NCurses' directive 14 years ago
Andrzej Rybczak 6f59a175ec implement HasSongs interface 14 years ago
Andrzej Rybczak 0811e30319 implement Searchable interface / make use of unnamed namespaces 14 years ago
Andrzej Rybczak 4c944085d6 menu: generalize filtering, introduce interfaces 14 years ago
Andrzej Rybczak 1596c8ed40 menu: simplify ItemDisplayer further 14 years ago
Andrzej Rybczak 1c46dec39f menu: a few semantic changes 14 years ago
Andrzej Rybczak d8b2d20bdb menu: move a few methods to Item class 14 years ago
Andrzej Rybczak 7e53654492 menu: implement custom iterator 14 years ago
Andrzej Rybczak 7297b8a9ad use std::bind instead of passing void pointers around 14 years ago
Andrzej Rybczak 798c9b3121 menu: some member name changing 14 years ago
Andrzej Rybczak b1c301dc1c split majority of helpers and rewrite a few heinous functions 14 years ago
Andrzej Rybczak a20a195225 mpd: use lambda closures instead of passing vectors to functions 14 years ago
Andrzej Rybczak 397783d701 reduce usage of pointers / replace std::pair in SearchEngine 14 years ago
Andrzej Rybczak a270fc8402 rewrite MPD::Song object 14 years ago
Andrzej Rybczak bac6df8c6c some general source code tweaks 14 years ago
Andrzej Rybczak 2c50064ba5 playlist: move sorting functions to Playlist::EnterPressed 14 years ago
Andrzej Rybczak f6cae753e2 implement input character queue and add PushCharacters macro utility 14 years ago
Andrzej Rybczak e729ab0a38 playlist: rewrite sorting so it's much less cryptic 14 years ago
Andrzej Rybczak 77a3c73d9c make displayed messages more consistent 14 years ago
Andrzej Rybczak dad2bba13e optimize a bit adding playlists/directories to playlist 14 years ago
Andrzej Rybczak bab756c579 add support for priorities (queueing) 14 years ago
Andrzej Rybczak d51edfd262 remove "Reverse" from sorting window 14 years ago
Andrzej Rybczak 2d57f15cad remove some hacky shit 14 years ago
Andrzej Rybczak 181224b837 keybinding system rewrite 14 years ago
Andrzej Rybczak 8b2fd356b7 rename YEAR tag to DATE tag (as it should've been from the beginning) 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak 56467eaac6 new feature: support for merging screens together 15 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Andrzej Rybczak e323025a82 remove $? formatting from song format while converting to string 15 years ago
Alexey Semenko 18bc6368bf titles_visibility configuration option 16 years ago
Andrzej Rybczak d962653c76 make feature 'display separators between albums' work in all screens 16 years ago
Andrzej Rybczak eb07c327d2 playlist: check if files were actually added to playlist 16 years ago
Andrzej Rybczak 3d41a1585c new feature: support for multiple tag types in one column 16 years ago
Andrzej Rybczak 6eae6cd0f6 new feature: shorten units' names displayed in statusbar while being in playlist 16 years ago
Andrzej Rybczak 2583487ffb check for emptiness in some more places 16 years ago
Andrzej Rybczak b01801ea22 update playlist's timer while scrolling with fancy_scrolling disabled 16 years ago
Andrzej Rybczak bd64052f11 center cursor directly in Menu class 16 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak a27332a825 get rid of using directives 16 years ago
Frank Blendinger b504b346af screen_switcher between current and last screen 16 years ago