| Commit message (Expand) | Author | Files | Lines |
2008-10-06 | include ncursesw/ncurses.h if available | Max Kellermann | 1 | -1/+6 |
2008-10-03 | list_window: remove list_window_state_t | Max Kellermann | 1 | -13/+0 |
2008-10-02 | list_window: removed unused macro "LW_ROW" | Max Kellermann | 1 | -2/+0 |
2008-09-25 | list_window: removed property "repaint" | Max Kellermann | 1 | -1/+0 |
2008-09-25 | list_window: removed property "clear" | Max Kellermann | 1 | -2/+1 |
2008-09-23 | list_window: converted several public functions to static | Max Kellermann | 1 | -6/+0 |
2008-09-22 | screen: moved list_window mouse code to list_window.c | Max Kellermann | 1 | -0/+11 |
2008-09-17 | make several functions return void | Max Kellermann | 1 | -2/+2 |
2008-09-17 | list_window: added list_window_center() | Max Kellermann | 1 | -0/+2 |
2008-09-17 | list_window: added list_window_scroll_cmd() | Max Kellermann | 1 | -0/+7 |
2008-09-16 | screen: added struct names | Max Kellermann | 1 | -19/+21 |
2008-09-15 | use size_t and unsigned integers | Max Kellermann | 1 | -14/+14 |
2008-09-15 | include cleanup | Max Kellermann | 1 | -1/+4 |
2008-09-15 | const pointers | Max Kellermann | 1 | -5/+5 |
2008-09-15 | code style, indent with tabs | Max Kellermann | 1 | -21/+18 |
2008-09-15 | remove unused static functions | Max Kellermann | 1 | -3/+0 |
2007-01-03 | added a plugin system for lyrics sources | Andreas Obergrusberger | 1 | -0/+2 |
2006-11-11 | Daniel rocked the house | Andreas Obergrusberger | 1 | -1/+1 |
2005-06-14 | Moved list window state code to list_window.c | Kalle Wallin | 1 | -0/+13 |
2004-07-12 | Hide the cursor on the help screen (#247) | Kalle Wallin | 1 | -0/+3 |
2004-06-22 | added screen_bell() for optional audible/visible bells | Kalle Wallin | 1 | -1/+5 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -0/+0 |
2004-03-31 | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 1 | -0/+2 |
2004-03-27 | Added function list_window_check_selected(). | Kalle Wallin | 1 | -0/+1 |
2004-03-26 | Added reversed and wrapped list search (find). | Kalle Wallin | 1 | -1/+11 |
2004-03-24 | Moved list window fuctions to list_window.c. | Kalle Wallin | 1 | -8/+14 |
2004-03-22 | Added find (in page) functionality. | Kalle Wallin | 1 | -0/+6 |