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
/
help.cpp
Age
Commit message (
Expand
)
Author
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
actions: make ActionType enum class
Andrzej Rybczak
2012-10-06
actions: change naming convention to camelCase
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-09-20
media library: add support for sorting by mtime
Matthew Hague
2012-09-20
bindings: guarantee ordering of bindings of the same key
Andrzej Rybczak
2012-09-20
bindings: add support for defining and executing commands
Andrzej Rybczak
2012-09-19
actions: split Delete into Delete{PlaylistItems,BrowserItems,StoredPlaylists}
Andrzej Rybczak
2012-09-16
help: fix shadow warning
Andrzej Rybczak
2012-09-15
actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode
Andrzej Rybczak
2012-09-15
actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine
Andrzej Rybczak
2012-09-15
actions: split ShowBrowser into showBrowser and ChangeBrowseMode
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
fix shadow warnings gcc produces
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-12
status: split NcmpcppStatusChanged into smaller pieces
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-08
actions: implement filtering playlist on priorities
Andrzej Rybczak
2012-09-06
global: remove RedrawHeader
Andrzej Rybczak
2012-09-06
actions: adjust names of a few actions to be more descriptive
Andrzej Rybczak
2012-09-05
actions: rename DeselectItems to RemoveSelection
Andrzej Rybczak
2012-09-05
bindings: add support for parsing/displaying insert key
Andrzej Rybczak
2012-09-05
rename keys.{cpp,h} to bindings.{cpp,h}
Andrzej Rybczak
2012-09-05
actions: guarantee that action will not be executed without checks
Andrzej Rybczak
2012-09-05
actions: make separators toggle work in all screens
Andrzej Rybczak
2012-09-05
move keys related functions/classes to separate file
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-08-29
more cleanup and grouping functions logically together
Andrzej Rybczak
2012-08-28
restrict conversions being done in strbuffer
Andrzej Rybczak
2012-08-27
some general source code tweaks
Andrzej Rybczak
2012-08-25
initial support for binding keys to action chains
Andrzej Rybczak
2012-08-25
add support for binding actions to multibyte characters
Andrzej Rybczak
2012-08-16
settings: bind backspace actions also to Ctrl-H
Andrzej Rybczak
2012-08-14
add a few informational messages
Andrzej Rybczak
2012-08-14
playlist editor: disallow cropping/clearing filtered playlists
Andrzej Rybczak
2012-08-14
add support for priorities (queueing)
Andrzej Rybczak
2012-08-14
remove some hacky shit
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-07-16
help: fix typo
Andrzej Rybczak
2012-07-13
Add command to clear filter.
Marc Jessome
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2011-10-18
new feature: support for fetching lyrics for currently playing song in backgr...
Andrzej Rybczak
2011-07-07
adjust indentation of code from previous patches and make shift-tab customizable
Andrzej Rybczak
[next]