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
/
status.cpp
Age
Commit message (
Expand
)
Author
2012-10-06
restore BasicBuffer::write function
Andrzej Rybczak
2012-10-05
use boost.locale for charset conversions instead of iconv
Andrzej Rybczak
2012-10-03
media library: preserve filters/selections on update
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-18
mdp: remove GetCurrentlyPlayingSongPos
Andrzej Rybczak
2012-09-18
fix handling playlist highlight
Andrzej Rybczak
2012-09-16
status: fix blinking cursor when playlist_highlight_delay is set to 1
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
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-15
make remaining single-windowed screens' main windows non-pointer
Andrzej Rybczak
2012-09-14
media library: make screens non-pointer
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
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-12
settings: support customizable tags separator
Andrzej Rybczak
2012-09-12
display: improve showSongs a bit
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
Andrzej Rybczak
2012-09-11
charset: put functions into namespace and change naming convention
Andrzej Rybczak
2012-09-11
remove remaining exclamation marks from messages
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-11
status: improve dealing with now playing song
Andrzej Rybczak
2012-09-11
playist: do not duplicate now playing information
Andrzej Rybczak
2012-09-09
status: change window title from "ncmpcpp ver. X" to "ncmpcpp X"
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-07
reduce number of calls to gettimeofday
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-05
status: optimize filtering when chars are being taken from input queue
Andrzej Rybczak
2012-09-05
tag editor: remove albums view
Andrzej Rybczak
2012-09-04
do not clear playlists content, make idle notifications take care of it
Andrzej Rybczak
2012-09-04
status: fix copypaste bug
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-04
check if song is in playlist in O(nlogn) instead of O(n^2)
Andrzej Rybczak
2012-09-03
status: restore commented out piece of code
Andrzej Rybczak
2012-09-03
fix shadowing warnings
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
remove warnings clang generates
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: move a few methods to Item class
Andrzej Rybczak
2012-08-30
menu: implement custom iterator
Andrzej Rybczak
2012-08-30
window: remove GetXY
Andrzej Rybczak
2012-08-29
status: fix current song update
Andrzej Rybczak
2012-08-29
split majority of helpers and rewrite a few heinous functions
Andrzej Rybczak
[next]