summaryrefslogtreecommitdiff
path: root/src/ncmpcpp.cpp
AgeCommit message (Collapse)Author
2009-08-02a few more "postfix to prefix" operator++ changesAndrzej Rybczak
2009-08-02one more fix for 450bf1b6Andrzej Rybczak
2009-07-14update header window after going to now playing song in browserAndrzej Rybczak
2009-07-12fix setting format flags in Window::operator<<(Format)Andrzej Rybczak
I though static variables are created for each class object, but apparently they aren't, which makes the previous design utterly broken. I'm suprised it somehow worked before.
2009-07-10new feature: allow for fixed size columnsAndrzej Rybczak
2009-07-06Revert "cosider different size of size_t type on 32bits and 64bits arches"Andrzej Rybczak
This reverts commit 9faf3acf2f1bef0d10fdf85ce93468800916ae66 and applies correct patch (thx for Damien Leone for pointing this) Conflicts: src/ncmpcpp.cpp
2009-07-05more fixes for 450bf1b6Andrzej Rybczak
2009-07-05remove using declarationsAndrzej Rybczak
2009-07-04if playlist is filtered, add to playlist only filtered itemsAndrzej Rybczak
2009-07-04add shortcut keybinding for saving in tiny tag editorAndrzej Rybczak
2009-07-04use prefix ++ instead of postfix where availableAndrzej Rybczak
2009-07-04define MPD::Connection handler as an object, not pointerAndrzej Rybczak
2009-07-03cosider different size of size_t type on 32bits and 64bits archesAndrzej Rybczak
2009-06-28another fix for 450bf1b6Andrzej Rybczak
2009-06-26add missing 'for' wordAndrzej Rybczak
2009-06-26initialize screens only if necessaryAndrzej Rybczak
2009-06-10ask before clearing playlist in playlist editorAndrzej Rybczak
2009-06-10always unlock item list update after clearing the playlistAndrzej Rybczak
2009-06-10fetch status from mpd immediately after clearing playlistAndrzej Rybczak
2009-06-06be more verbose while deleting items in browserAndrzej Rybczak
2009-06-06attempt to remove items physically only if mpd_music_dir is setAndrzej Rybczak
2009-06-05add keybinding to toggle mouse support on the flyAndrzej Rybczak
2009-05-27remove the code that is not supposed to be hereAndrzej Rybczak
lulz, I forgot to remove it after I was done with testing adding random songs.
2009-05-26new feature: outputs screenAndrzej Rybczak
2009-05-25new feature: mouse supportAndrzej Rybczak
2009-05-24new feature: add random songs to playlistAndrzej Rybczak
2009-05-24do not display message about disabled function if current item is parent dirAndrzej Rybczak
2009-05-24fix compilation --without-taglibAndrzej Rybczak
2009-05-23put playlist/file/directory in quotation marks while asking for deleting itAndrzej 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-21clear window title at exitAndrzej Rybczak
2009-05-19redraw statusbar after resize if player is stoppedAndrzej Rybczak
2009-05-09start with empty input box while searchingAndrzej Rybczak
2009-05-09new feature: input text historyAndrzej Rybczak
2009-05-03new feature: two columns view in media library (albums and songs)Andrzej Rybczak
2009-05-03make use of gcc's __attribute__ extensionAndrzej Rybczak
2009-04-28redraw statusbar after terminal resizeAndrzej Rybczak
previous changes broke this, so here is the fix.
2009-04-26count number of applied formatting flagsAndrzej Rybczak
2009-04-19improve formatting removalAndrzej Rybczak
2009-04-18new feature: allow searching in help, lyrics and info screensAndrzej Rybczak
2009-04-17prepare for physical song/dir deletion implementationAndrzej Rybczak
2009-04-17fix moving single file within playlistAndrzej Rybczak
2009-04-03rename Screen::Cmp() to Screen::ActiveWindow() as it's more logicalAndrzej Rybczak
2009-04-03align \s in macro definitionsAndrzej Rybczak
2009-04-03use "" instead of '' in messagesAndrzej Rybczak
2009-04-01use flag to force status update rather than doing additional updateAndrzej Rybczak
2009-04-01add support for consume modeAndrzej Rybczak
info about this feature can be found in mpd docs.
2009-04-01improve reconnection handlingAndrzej Rybczak
2009-03-30new feature: cyclic scrollingAndrzej Rybczak