| Commit message (Expand) | Author | Files | Lines |
2008-10-03 | code style, indent with tabs XI | Max Kellermann | 1 | -3/+1 |
2008-10-03 | list_window: remove list_window_state_t | Max Kellermann | 1 | -54/+0 |
2008-10-02 | charset: renamed my_strlen() to utf8_width() | Max Kellermann | 1 | -1/+1 |
2008-10-02 | moved code to charset.c | Max Kellermann | 1 | -0/+1 |
2008-09-25 | list_window: removed property "repaint" | Max Kellermann | 1 | -4/+0 |
2008-09-25 | list_window: removed property "clear" | Max Kellermann | 1 | -15/+9 |
2008-09-25 | code style, indent with tabs X | Max Kellermann | 1 | -4/+4 |
2008-09-23 | list_window: converted several public functions to static | Max Kellermann | 1 | -6/+6 |
2008-09-22 | screen: moved list_window mouse code to list_window.c | Max Kellermann | 1 | -0/+30 |
2008-09-17 | make several functions return void | Max Kellermann | 1 | -7/+3 |
2008-09-17 | list_window: added list_window_center() | Max Kellermann | 1 | -0/+18 |
2008-09-17 | list_window: added list_window_scroll_cmd() | Max Kellermann | 1 | -0/+50 |
2008-09-17 | list_window: set repaint at the end of list_window_cmd() | Max Kellermann | 1 | -6/+1 |
2008-09-16 | screen: added struct names | Max Kellermann | 1 | -21/+21 |
2008-09-16 | code style, indent with tabs II | Max Kellermann | 1 | -36/+35 |
2008-09-16 | list_window: update variables without looping | Max Kellermann | 1 | -10/+14 |
2008-09-15 | use size_t and unsigned integers | Max Kellermann | 1 | -28/+26 |
2008-09-15 | include cleanup | Max Kellermann | 1 | -7/+5 |
2008-09-15 | const pointers | Max Kellermann | 1 | -5/+5 |
2008-09-15 | code style, indent with tabs | Max Kellermann | 1 | -196/+179 |
2008-09-15 | remove unused static functions | Max Kellermann | 1 | -13/+0 |
2006-11-11 | Daniel rocked the house | Andreas Obergrusberger | 1 | -4/+4 |
2006-08-25 | fix a bug the makes utf8 names behave evil | Andreas Obergrusberger | 1 | -2/+2 |
2006-03-28 | typo | Kalle Wallin | 1 | -1/+1 |
2006-03-28 | unicode fixes from Dmitry Baryshkov/René van Bevern | Kalle Wallin | 1 | -1/+2 |
2005-06-14 | Moved list window state code to list_window.c | Kalle Wallin | 1 | -0/+59 |
2005-06-11 | support wide-char ncurses library (ncursesw) | Kalle Wallin | 1 | -1/+1 |
2005-06-03 | Added a "hide cursor" feature #0000417 | Kalle Wallin | 1 | -7/+4 |
2004-12-19 | Bugfix from Niko Tyni, find operation with wrap turned on in an empty list | Kalle Wallin | 1 | -0/+5 |
2004-07-12 | Hide the cursor on the help screen (#247) | Kalle Wallin | 1 | -6/+13 |
2004-06-22 | added screen_bell() for optional audible/visible bells | Kalle Wallin | 1 | -6/+27 |
2004-06-09 | Fixed a small layout bug whith long strings in list_window_paint() | Kalle Wallin | 1 | -4/+7 |
2004-06-05 | Changed directory layout (for future use of gettext) | Kalle Wallin | 1 | -0/+0 |
2004-05-07 | Redesigned ncmpc's color support | Kalle Wallin | 1 | -6/+10 |
2004-04-22 | Fixed list_window_check_selected(). | Kalle Wallin | 1 | -0/+4 |
2004-04-20 | Initialize highlight to zero. | Kalle Wallin | 1 | -1/+1 |
2004-04-19 | Added copyright notice and license notice | Kalle Wallin | 1 | -0/+18 |
2004-04-14 | Added optional support for a wide_cursor. | Kalle Wallin | 1 | -1/+5 |
2004-04-13 | Use wclrtoeol instead of wclear in list_window_paint (wclear is slow). | Kalle Wallin | 1 | -7/+5 |
2004-04-05 | Fixed the list_window_check_selected() function. | Kalle Wallin | 1 | -0/+3 |
2004-03-28 | We now allocate and free memory with glib | Kalle Wallin | 1 | -2/+2 |
2004-03-27 | Include "config.h" before "support.h" | Kalle Wallin | 1 | -0/+1 |
2004-03-27 | Added function list_window_check_selected(). | Kalle Wallin | 1 | -0/+10 |
2004-03-26 | Fixed bug 0000212 | Kalle Wallin | 1 | -4/+12 |
2004-03-26 | Added reversed and wrapped list search (find). | Kalle Wallin | 1 | -6/+46 |
2004-03-24 | Moved list window fuctions to list_window.c. | Kalle Wallin | 1 | -71/+83 |
2004-03-23 | Use screen_status_printf() instead of screen_status_message(). | Kalle Wallin | 1 | -10/+1 |
2004-03-22 | Modified list_window_find() - case independet search (strcasecmp). | Kalle Wallin | 1 | -5/+5 |
2004-03-22 | Added find (in page) functionality. | Kalle Wallin | 1 | -0/+51 |