summaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Expand)Author
2009-08-24new config option: jump_to_now_playing_song_at_start (enabled by default)Andrzej Rybczak
2009-08-24new attribute for a columns view: do not display empty tag markerAndrzej Rybczak
2009-08-24add song_status_format_no_colors to display it in a messageAndrzej Rybczak
2009-08-24change default song_status_format to better oneAndrzej Rybczak
2009-08-24new feature: display bitrate in statusbar (optional, disabled by default)Andrzej Rybczak
2009-08-24ask if one really wants to clear main playlist (disabled by default)Andrzej Rybczak
2009-08-23new feature: command line switch for displaying now playing songAndrzej Rybczak
2009-08-14validate correctness of song formats at startAndrzej Rybczak
2009-08-14simplify code responsible for parsing song formatsAndrzej Rybczak
2009-08-14throw away full path from song format in favor of directoryAndrzej Rybczak
2009-08-12new feature: right aligned columnsAndrzej Rybczak
2009-08-12new feature: alternative user interfaceAndrzej Rybczak
2009-08-09make number of lines scrolled with mouse wheel configurableAndrzej Rybczak
2009-08-05remove lyricswiki support as it doesn't allow fetching lyrics anymoreAndrzej Rybczak
2009-07-10new feature: allow for fixed size columnsAndrzej Rybczak
2009-07-10allow for empty tag marker customizationAndrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-06-05add keybinding to toggle mouse support on the flyAndrzej Rybczak
2009-06-04add config option to disable text scrolling in header windowAndrzej Rybczak
2009-05-26new feature: outputs screenAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-05-23new feature: allow for files and directories deletion in browserAndrzej Rybczak
2009-05-21get rid of C style castsAndrzej Rybczak
2009-05-21new feature: custom command execution on song changeAndrzej Rybczak
2009-05-07make displaying hidden files in local browser optionalAndrzej Rybczak
2009-04-01add support for consume modeAndrzej Rybczak
2009-03-30new feature: cyclic scrollingAndrzej Rybczak
2009-03-27handle single command and remove hacks used as substitute for itAndrzej Rybczak
2009-03-26get proper user home dir on WIN32 and adjust folders in this case a bitAndrzej Rybczak
2009-03-26disable detecting currently used encoding as it's extremely uglyAndrzej Rybczak
2009-03-26improve handling backspace keyAndrzej Rybczak
2009-03-25make it compile under mingw32 --without-curl --without-taglibAndrzej Rybczak
2009-03-11new feature: move item(s) in playlist to given positionAndrzej Rybczak
2009-03-08add support for regular expressions (basic and extended)Andrzej Rybczak
2009-03-07speed up browsing media libraryAndrzej Rybczak
2009-03-04add support for external console editorAndrzej Rybczak
2009-03-03make blocking search constraints change after successful searching optionalAndrzej Rybczak
2009-03-01new function: stop playing after current songAndrzej Rybczak
2009-02-20make playlist's stats scrollable, also display remaining time on demandAndrzej Rybczak
2009-02-18new feature: playlist sorting (Ctrl-V by default)Andrzej Rybczak
2009-02-17support for opening lyrics in external editorAndrzej Rybczak
2009-02-17new feature: apply filter to screen (Ctrl-F)Andrzej Rybczak
2009-02-15use generic Scroll methodAndrzej Rybczak
2009-02-10group various functions more logicallyAndrzej Rybczak
2009-02-10includes cleaningAndrzej Rybczak
2009-02-05add optional 'ignore leading "The" word' function while sortingAndrzej Rybczak
2009-02-02support for switching between supported lyrics databases at runtimeAndrzej Rybczak
2009-02-02add support for lyricsplugin databaseAndrzej Rybczak
2009-02-01replace ~ in mpd_music_dir with user's home directoryAndrzej Rybczak