aboutsummaryrefslogtreecommitdiffstats
path: root/src/list_window.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-27list_window: converted "flags" to one "bool" variableMax Kellermann1-1/+1
2008-11-27list_window: use "bool" instead of "int"Max Kellermann1-27/+27
2008-11-27list_window: fixed endless loop in non-wrapped searchMax Kellermann1-4/+5
2008-11-25list_window: reset cursor when list is emptyMax Kellermann1-1/+3
2008-10-03code style, indent with tabs XIMax Kellermann1-3/+1
2008-10-03list_window: remove list_window_state_tMax Kellermann1-54/+0
2008-10-02charset: renamed my_strlen() to utf8_width()Max Kellermann1-1/+1
2008-10-02moved code to charset.cMax Kellermann1-0/+1
2008-09-25list_window: removed property "repaint"Max Kellermann1-4/+0
2008-09-25list_window: removed property "clear"Max Kellermann1-15/+9
2008-09-25code style, indent with tabs XMax Kellermann1-4/+4
2008-09-23list_window: converted several public functions to staticMax Kellermann1-6/+6
2008-09-22screen: moved list_window mouse code to list_window.cMax Kellermann1-0/+30
2008-09-17make several functions return voidMax Kellermann1-7/+3
2008-09-17list_window: added list_window_center()Max Kellermann1-0/+18
2008-09-17list_window: added list_window_scroll_cmd()Max Kellermann1-0/+50
2008-09-17list_window: set repaint at the end of list_window_cmd()Max Kellermann1-6/+1
2008-09-16screen: added struct namesMax Kellermann1-21/+21
2008-09-16code style, indent with tabs IIMax Kellermann1-36/+35
2008-09-16list_window: update variables without loopingMax Kellermann1-10/+14
2008-09-15use size_t and unsigned integersMax Kellermann1-28/+26
2008-09-15include cleanupMax Kellermann1-7/+5
2008-09-15const pointersMax Kellermann1-5/+5
2008-09-15code style, indent with tabsMax Kellermann1-196/+179
2008-09-15remove unused static functionsMax Kellermann1-13/+0
2006-11-11Daniel rocked the houseAndreas Obergrusberger1-4/+4
2006-08-25fix a bug the makes utf8 names behave evilAndreas Obergrusberger1-2/+2
2006-03-28typoKalle Wallin1-1/+1
2006-03-28unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin1-1/+2
2005-06-14Moved list window state code to list_window.cKalle Wallin1-0/+59
2005-06-11support wide-char ncurses library (ncursesw)Kalle Wallin1-1/+1
2005-06-03Added a "hide cursor" feature #0000417Kalle Wallin1-7/+4
2004-12-19Bugfix from Niko Tyni, find operation with wrap turned on in an empty list Kalle Wallin1-0/+5
2004-07-12Hide the cursor on the help screen (#247)Kalle Wallin1-6/+13
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin1-6/+27
2004-06-09Fixed a small layout bug whith long strings in list_window_paint()Kalle Wallin1-4/+7
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-6/+10
2004-04-22Fixed list_window_check_selected().Kalle Wallin1-0/+4
2004-04-20Initialize highlight to zero.Kalle Wallin1-1/+1
2004-04-19Added copyright notice and license noticeKalle Wallin1-0/+18
2004-04-14Added optional support for a wide_cursor.Kalle Wallin1-1/+5
2004-04-13Use wclrtoeol instead of wclear in list_window_paint (wclear is slow).Kalle Wallin1-7/+5
2004-04-05Fixed the list_window_check_selected() function.Kalle Wallin1-0/+3
2004-03-28We now allocate and free memory with glibKalle Wallin1-2/+2
2004-03-27Include "config.h" before "support.h"Kalle Wallin1-0/+1
2004-03-27Added function list_window_check_selected().Kalle Wallin1-0/+10
2004-03-26Fixed bug 0000212Kalle Wallin1-4/+12
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-6/+46
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-71/+83