Code

list_window: Added scroll up/down commands
[ncmpc.git] / src / list_window.c
2009-03-05 Jeffrey Middletonlist_window: Added scroll up/down commands
2009-03-03 Jeffrey Middletonlist_window: Tweaked visual mode behavior
2009-03-03 Jeffrey Middletonlist_window: added top, middle, and bottom commands
2009-02-27 Jeffrey Middletonlist_window: page up goes too far
2009-02-11 Patrick Hallenlist_window: Added message when selection is enabled...
2009-02-11 Patrick Hallenlist_window: Added new function, which finds the beginn...
2009-02-10 Romain Bignonsupport multiple lines selection
2009-02-09 jefromilist_window: bell when searches wrap
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-10 Max Kellermannlist_window: moved string matching to match.h
2008-11-27 Max Kellermannlist_window: converted "flags" to one "bool" variable
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-27 Max Kellermannlist_window: fixed endless loop in non-wrapped search
2008-11-25 Max Kellermannlist_window: reset cursor when list is empty
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-03 Max Kellermannlist_window: remove list_window_state_t
2008-10-02 Max Kellermanncharset: renamed my_strlen() to utf8_width()
2008-10-02 Max Kellermannmoved code to charset.c
2008-09-25 Max Kellermannlist_window: removed property "repaint"
2008-09-25 Max Kellermannlist_window: removed property "clear"
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-23 Max Kellermannlist_window: converted several public functions to...
2008-09-22 Max Kellermannscreen: moved list_window mouse code to list_window.c
2008-09-17 Max Kellermannmake several functions return void
2008-09-17 Max Kellermannlist_window: added list_window_center()
2008-09-17 Max Kellermannlist_window: added list_window_scroll_cmd()
2008-09-17 Max Kellermannlist_window: set repaint at the end of list_window_cmd()
2008-09-16 Max Kellermannscreen: added struct names
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-16 Max Kellermannlist_window: update variables without looping
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2006-11-11 Andreas ObergrusbergerDaniel rocked the house
2006-08-25 Andreas Obergrusbergerfix a bug the makes utf8 names behave evil
2006-03-28 Kalle Wallintypo
2006-03-28 Kalle Wallinunicode fixes from Dmitry Baryshkov/René van Bevern
2005-06-14 Kalle WallinMoved list window state code to list_window.c
2005-06-11 Kalle Wallinsupport wide-char ncurses library (ncursesw)
2005-06-03 Kalle WallinAdded a "hide cursor" feature #0000417
2004-12-19 Kalle WallinBugfix from Niko Tyni, find operation with wrap turned...
2004-07-12 Kalle WallinHide the cursor on the help screen (#247)
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-09 Kalle WallinFixed a small layout bug whith long strings in list_win...
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)