summaryrefslogtreecommitdiff
path: root/src/helpers.h
AgeCommit message (Expand)Author
2016-08-17Fix crash occuring when searching backward in an empty listAndrzej Rybczak
2015-11-04helpers: treat no selection as a full rangeAndrzej Rybczak
2015-11-04remove enterPressed from remaining screensAndrzej Rybczak
2015-09-27media library: fix infinite loop if listallinfo failsAndrzej Rybczak
2015-05-23actions: add support for range selection and make a few actions work on rangesAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-04-18helpers: modify getSelectedRange a littleAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-08window: change internal color representationAndrzej Rybczak
2014-11-07actions: make find forward/backward incrementalAndrzej Rybczak
2014-11-06Merge branch '0.6.x'Andrzej Rybczak
2014-11-06lyrics: check if the song existsAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-11-04menu: make current() return an iteratorAndrzej Rybczak
2014-11-04menu: remove search related methodsAndrzej Rybczak
2014-11-02mpd: redesign Item and adjust browserAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-01-18notify user if some files failed to be addedAndrzej Rybczak
2014-01-18addSongsToPlaylist: add all valid entries instead of stopping at first failureJames Pike
2013-07-09use boost::bind instead of std::bind until boost placeholders are in separate...Andrzej Rybczak
2013-05-17get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media LibraryAndrzej Rybczak
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-05-17helpers: cleanup properly if action throws an exceptionAndrzej Rybczak
2013-04-27fix assertion failure while trying to send play command in commands listAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-07rewrite communication system with mpdAndrzej Rybczak
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-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-18playlist: make reverse operate on iterator rangeAndrzej Rybczak
2012-09-16pass ProxySongList around since it already has shared_ptr insideAndrzej Rybczak
2012-09-16screen: rename BasicScreen to BaseScreenAndrzej Rybczak
2012-09-15rewrite selected items added so it uses sane actions dispatch systemAndrzej Rybczak
2012-09-13add interface HasColumns and its appropriate implementationsAndrzej Rybczak
2012-09-12strbuffer: change basic_buffer to BasicBufferAndrzej Rybczak
2012-09-12display: improve showSongs a bitAndrzej Rybczak
2012-09-08move ParseArgv to separate fileAndrzej Rybczak
2012-09-08move wstring related functions to wide_char fileAndrzej Rybczak
2012-09-08use wstrings uncoditionally where neededAndrzej Rybczak
2012-09-08strbuffer: change typename C to CharTAndrzej Rybczak
2012-09-04actions: get deleting/cropping/clearing playlists rightAndrzej Rybczak
2012-09-04generalize UpdateSongsList (-> markSongsInPlaylist)Andrzej Rybczak
2012-09-04make playlist and playlist editor share code responsible for moving itemsAndrzej Rybczak
2012-09-03change naming conventions in NC namespaceAndrzej Rybczak
2012-09-02implement ProxySongList for handling general operations on listsAndrzej Rybczak