index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
browser.cpp
Age
Commit message (
Expand
)
Author
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-19
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
Andrzej Rybczak
2012-09-16
fix assertion failures in media library / playlist editor with separators ena...
Andrzej Rybczak
2012-09-16
pass ProxySongList around since it already has shared_ptr inside
Andrzej Rybczak
2012-09-15
actions: split ShowBrowser into showBrowser and ChangeBrowseMode
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-14
screen: change ScreenType to WindowType and add WindowReference typedef
Andrzej Rybczak
2012-09-14
browser: make main type non-pointer
Andrzej Rybczak
2012-09-14
playlist: define main screen as non-pointer
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
playlist: move sorting dialog related functions to separate file
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-13
move tags related functions to separate file
Andrzej Rybczak
2012-09-12
settings: support customizable tags separator
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-11
browser: simplify function call
Andrzej Rybczak
2012-09-11
get rid of locale_to_utf where it's not needed anymore
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-10
browser: redraw header after locating song immediately
Andrzej Rybczak
2012-09-08
move wstring related functions to wide_char file
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-08
string: fix lowercase function
Andrzej Rybczak
2012-09-08
comparators: generalize objects a bit
Andrzej Rybczak
2012-09-07
fix compilation --without-taglib
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-04
make use of override keyword if available
Andrzej Rybczak
2012-09-04
generalize UpdateSongsList (-> markSongsInPlaylist)
Andrzej Rybczak
2012-09-04
check if song is in playlist in O(nlogn) instead of O(n^2)
Andrzej Rybczak
2012-09-03
add allowsFiltering / allowsSearching checks
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
implement ProxySongList for handling general operations on lists
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-09-01
implement Searchable interface / make use of unnamed namespaces
Andrzej Rybczak
2012-08-31
menu: generalize filtering, introduce interfaces
Andrzej Rybczak
2012-08-31
menu: simplify ItemDisplayer further
Andrzej Rybczak
2012-08-31
menu: a few semantic changes
Andrzej Rybczak
2012-08-31
menu: move a few methods to Item class
Andrzej Rybczak
2012-08-30
menu: implement custom iterator
Andrzej Rybczak
2012-08-30
use std::bind instead of passing void pointers around
Andrzej Rybczak
2012-08-30
menu: some member name changing
Andrzej Rybczak
2012-08-29
browser: read tags from local songs
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-29
split majority of helpers and rewrite a few heinous functions
Andrzej Rybczak
2012-08-29
fix compilation --without-taglib
Andrzej Rybczak
2012-08-28
mpd: use lambda closures instead of passing vectors to functions
Andrzej Rybczak
[prev]
[next]