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
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-04-27
fix assertion failure while trying to send play command in commands list
Andrzej Rybczak
2013-04-10
fix problem with status update (#3740)
Andrzej Rybczak
2013-04-07
status: update header immediately after player state change
Andrzej Rybczak
2013-04-07
get rid of global mpd status object
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2013-04-06
status: reduce wakeups with display_bitrate enabled
Raghavendra D Prabhu
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-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
[next]