summaryrefslogtreecommitdiff
path: root/src/status.cpp
AgeCommit message (Expand)Author
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-04-27fix assertion failure while trying to send play command in commands listAndrzej Rybczak
2013-04-10fix problem with status update (#3740)Andrzej Rybczak
2013-04-07status: update header immediately after player state changeAndrzej Rybczak
2013-04-07get rid of global mpd status objectAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
2013-04-06status: reduce wakeups with display_bitrate enabledRaghavendra D Prabhu
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06restore BasicBuffer::write functionAndrzej Rybczak
2012-10-05use boost.locale for charset conversions instead of iconvAndrzej Rybczak
2012-10-03media library: preserve filters/selections on updateAndrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej Rybczak
2012-09-18mdp: remove GetCurrentlyPlayingSongPosAndrzej Rybczak
2012-09-18fix handling playlist highlightAndrzej Rybczak
2012-09-16status: fix blinking cursor when playlist_highlight_delay is set to 1Andrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-16screen: rename BasicScreen to BaseScreenAndrzej Rybczak
2012-09-15abstract shared parts of switchTo methods awayAndrzej Rybczak
2012-09-15make remaining single-windowed screens' main windows non-pointerAndrzej Rybczak
2012-09-14media library: make screens non-pointerAndrzej Rybczak
2012-09-14browser: make main type non-pointerAndrzej Rybczak
2012-09-14playlist: define main screen as non-pointerAndrzej Rybczak
2012-09-14do not initialize screens lazily as it doesn't make much senseAndrzej Rybczak
2012-09-13playlist: move sorting dialog related functions to separate fileAndrzej Rybczak
2012-09-13more PascalCase to camelCase conversionsAndrzej Rybczak
2012-09-12settings: support customizable tags separatorAndrzej Rybczak
2012-09-12display: improve showSongs a bitAndrzej Rybczak
2012-09-12status: split NcmpcppStatusChanged into smaller piecesAndrzej Rybczak
2012-09-11charset: put functions into namespace and change naming conventionAndrzej Rybczak
2012-09-11remove remaining exclamation marks from messagesAndrzej Rybczak
2012-09-11move statusbar/progressbar related code to separate fileAndrzej Rybczak
2012-09-11status: improve dealing with now playing songAndrzej Rybczak
2012-09-11playist: do not duplicate now playing informationAndrzej Rybczak
2012-09-09status: change window title from "ncmpcpp ver. X" to "ncmpcpp X"Andrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-07reduce number of calls to gettimeofdayAndrzej Rybczak
2012-09-06global: remove RedrawHeaderAndrzej Rybczak
2012-09-05status: optimize filtering when chars are being taken from input queueAndrzej Rybczak
2012-09-05tag editor: remove albums viewAndrzej Rybczak
2012-09-04do not clear playlists content, make idle notifications take care of itAndrzej Rybczak
2012-09-04status: fix copypaste bugAndrzej Rybczak
2012-09-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-04make playlist and playlist editor share code responsible for moving itemsAndrzej Rybczak
2012-09-04check if song is in playlist in O(nlogn) instead of O(n^2)Andrzej Rybczak
2012-09-03status: restore commented out piece of codeAndrzej Rybczak
2012-09-03fix shadowing warningsAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak