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
/
helpers.h
Age
Commit message (
Expand
)
Author
2013-04-27
fix assertion failure while trying to send play command in commands list
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2012-10-18
replace a few string algorithms with boost utilities
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-06
restore BasicBuffer::write function
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-05
initial restoration of support for encodings different than utf-8
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-18
playlist: make reverse operate on iterator range
Andrzej Rybczak
2012-09-16
pass ProxySongList around since it already has shared_ptr inside
Andrzej Rybczak
2012-09-16
screen: rename BasicScreen to BaseScreen
Andrzej Rybczak
2012-09-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-13
add interface HasColumns and its appropriate implementations
Andrzej Rybczak
2012-09-12
strbuffer: change basic_buffer to BasicBuffer
Andrzej Rybczak
2012-09-12
display: improve showSongs a bit
Andrzej Rybczak
2012-09-08
move ParseArgv to separate file
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
strbuffer: change typename C to CharT
Andrzej Rybczak
2012-09-04
actions: get deleting/cropping/clearing playlists right
Andrzej Rybczak
2012-09-04
generalize UpdateSongsList (-> markSongsInPlaylist)
Andrzej Rybczak
2012-09-04
make playlist and playlist editor share code responsible for moving items
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-08-31
menu: move a few methods to Item class
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
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
restrict conversions being done in strbuffer
Andrzej Rybczak
2012-08-28
reduce usage of pointers / replace std::pair in SearchEngine
Andrzej Rybczak
2012-08-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-14
add support for priorities (queueing)
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-08-10
browser: if current dir doesn't exists, go down one level automatically
Andrzej Rybczak
2010-08-09
put CURL related functions into a separate file
Andrzej Rybczak
2010-06-26
browser: support operations on m3u playlists not created by mpd
Andrzej Rybczak
2010-02-17
uninline CaseInsensitiveStringComparison::operator()
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-10-11
new screen: mpd server info
Andrzej Rybczak
2009-09-26
ignore special chars that occurs in tag values
Andrzej Rybczak
2009-09-19
new feature: support for underlined text
Andrzej Rybczak
[next]