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
/
menu.h
Age
Commit message (
Expand
)
Author
2012-08-31
menu: make m_highlight/m_beginning unsigned
Andrzej Rybczak
2012-08-31
menu: move a few methods to Item class
Andrzej Rybczak
2012-08-30
menu: make Item more operational
Andrzej Rybczak
2012-08-30
menu: normalize indentation
Andrzej Rybczak
2012-08-30
menu: implement custom iterator
Andrzej Rybczak
2012-08-30
use std::bind instead of passing void pointers around
Andrzej Rybczak
2012-08-30
menu: some member name changing
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2011-01-09
search engine: fix error occuring while trying to select first album in results
Andrzej Rybczak
2010-09-14
menu: fix null pointer dereference in Menu::ReverseSelection()
Andrzej Rybczak
2010-08-16
media library: fix filter issues
Andrzej Rybczak
2010-02-05
center cursor directly in Menu class
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-12-31
fix drawing selected_item_{prefix,suffix}
Andrzej Rybczak
2009-11-13
simplify Clear() in Window and its derivatives
Andrzej Rybczak
2009-11-11
add support for scrolling the list with mouse wheel by given number of lines
Andrzej Rybczak
2009-10-17
add range support in NCurses::Menu::Sort()
Andrzej Rybczak
2009-10-14
fix compilation --without-taglib
Andrzej Rybczak
2009-09-21
make ncmpcpp compile with -fno-exceptions
Andrzej Rybczak
2009-09-21
set attributes in Menu::Refresh() by operators<<()
Andrzej Rybczak
2009-09-21
apply selected item prefix to menu before clearing the line
Andrzej Rybczak
2009-09-20
add new function: Menu::CurrentlyDrawedPosition()
Andrzej Rybczak
2009-09-19
rename Menu::BoldOption() to Menu::Bold()
Andrzej Rybczak
2009-09-19
clean NCurse::List class a bit and remove a few redundant functions
Andrzej Rybczak
2009-09-17
refresh main screen only if necessary
Andrzej Rybczak
2009-09-16
simplify NCurses::Menu::Goto()
Andrzej Rybczak
2009-09-16
document NCurses::Menu class
Andrzej Rybczak
2009-09-16
remove Clone() and EmptyClone() methods from NCurses::Window and derives
Andrzej Rybczak
2009-09-08
make NCurses::Menu::Clear() clear used filter
Andrzej Rybczak
2009-09-06
make guard checks in Menu::Refresh() more readable
Andrzej Rybczak
2009-09-04
make adding to main playlist inactive if selected items are from there
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-05-26
throw away Menu::GetPosition() as Menu::Choice() does the same
Andrzej Rybczak
2009-05-25
new feature: mouse support
Andrzej Rybczak
2009-05-09
do not clear last used filter in Menu::Clear()
Andrzej Rybczak
2009-04-17
fix compilation with -std=c++0x
Andrzej Rybczak
2009-03-30
new feature: cyclic scrolling
Andrzej Rybczak
2009-03-24
fix reapplying filter the same as the last one used
Andrzej Rybczak
2009-03-24
reapply filter even if it's the same as the last one applied
Andrzej Rybczak
2009-03-17
check if ptr is NULL before dereferencing it in Menu::GetSelected()
Andrzej Rybczak
2009-03-14
fix bolding/unbolding items, if screen is filtered
Andrzej Rybczak
2009-03-13
fix Menu copy constructor
Andrzej Rybczak
2009-03-13
never get full playlist from mpd, always request for changes
Andrzej Rybczak
2009-03-11
new feature: move item(s) in playlist to given position
Andrzej Rybczak
2009-03-10
use typename keyword instead of class as it's more logical
Andrzej Rybczak
2009-03-10
do not include misc.h in menu.h as it's redundant there
Andrzej Rybczak
2009-03-08
add support for regular expressions (basic and extended)
Andrzej Rybczak
2009-03-08
improve searching a bit / fix going to previous found position
Andrzej Rybczak
[prev]
[next]