aboutsummaryrefslogtreecommitdiffstats
path: root/src/list_window.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-10/+1
2004-03-22Modified list_window_find() - case independet search (strcasecmp).Kalle Wallin1-5/+5
2004-03-22Added find (in page) functionality.Kalle Wallin1-0/+51