aboutsummaryrefslogtreecommitdiffstats
path: root/src/list_window.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann1-1/+6
2008-10-03list_window: remove list_window_state_tMax Kellermann1-13/+0
2008-10-02list_window: removed unused macro "LW_ROW"Max Kellermann1-2/+0
2008-09-25list_window: removed property "repaint"Max Kellermann1-1/+0
2008-09-25list_window: removed property "clear"Max Kellermann1-2/+1
2008-09-23list_window: converted several public functions to staticMax Kellermann1-6/+0
2008-09-22screen: moved list_window mouse code to list_window.cMax Kellermann1-0/+11
2008-09-17make several functions return voidMax Kellermann1-2/+2
2008-09-17list_window: added list_window_center()Max Kellermann1-0/+2
2008-09-17list_window: added list_window_scroll_cmd()Max Kellermann1-0/+7
2008-09-16screen: added struct namesMax Kellermann1-19/+21
2008-09-15use size_t and unsigned integersMax Kellermann1-14/+14
2008-09-15include cleanupMax Kellermann1-1/+4
2008-09-15const pointersMax Kellermann1-5/+5
2008-09-15code style, indent with tabsMax Kellermann1-21/+18
2008-09-15remove unused static functionsMax Kellermann1-3/+0
2007-01-03added a plugin system for lyrics sourcesAndreas Obergrusberger1-0/+2
2006-11-11Daniel rocked the houseAndreas Obergrusberger1-1/+1
2005-06-14Moved list window state code to list_window.cKalle Wallin1-0/+13
2004-07-12Hide the cursor on the help screen (#247)Kalle Wallin1-0/+3
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin1-1/+5
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-03-31Moved cursor to main window (selected_row,0) when idle.Kalle Wallin1-0/+2
2004-03-27Added function list_window_check_selected().Kalle Wallin1-0/+1
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-1/+11
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-8/+14
2004-03-22Added find (in page) functionality.Kalle Wallin1-0/+6