| Commit message (Expand) | Author | Age | Files | Lines |
* | screen: method cmd() returns bool | Max Kellermann | 2008-11-18 | 1 | -6/+6 |
* | include ncursesw/ncurses.h if available | Max Kellermann | 2008-10-06 | 1 | -1/+0 |
* | screen: export the global variable "screen" | Max Kellermann | 2008-10-03 | 1 | -5/+4 |
* | screen: don't pass mpdclient pointer to method paint() | Max Kellermann | 2008-10-03 | 1 | -3/+3 |
* | removed KEY_RESIZE | Max Kellermann | 2008-10-03 | 1 | -3/+0 |
* | moved i18n macros to i18n.h | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | screen: don't compile disabled sources | Max Kellermann | 2008-09-25 | 1 | -5/+0 |
* | screen_keydef: removed the update() method | Max Kellermann | 2008-09-25 | 1 | -17/+33 |
* | screen: don't pass screen pointer to method paint() | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen: don't call wrefresh() in methods paint() and update() | Max Kellermann | 2008-09-25 | 1 | -2/+0 |
* | list_window: removed property "clear" | Max Kellermann | 2008-09-25 | 1 | -3/+0 |
* | code style, indent with tabs X | Max Kellermann | 2008-09-25 | 1 | -158/+150 |
* | list_window: don't reset *highlight to 0 | Max Kellermann | 2008-09-17 | 1 | -1/+0 |
* | screen: removed screen_functions.get_lw() | Max Kellermann | 2008-09-17 | 1 | -7/+0 |
* | replaced get_screen_X() with static screen_functions variable | Max Kellermann | 2008-09-17 | 1 | -20/+12 |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 1 | -5/+6 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -7/+7 |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 1 | -14/+14 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -6/+6 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -97/+80 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -1/+1 |
* | Added a search screen | Kalle Wallin | 2004-11-15 | 1 | -2/+2 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -9/+10 |
* | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 2004-07-13 | 1 | -1/+1 |
* | Added flags for conflicting, modified key bindings - check_key_bindings() | Kalle Wallin | 2004-06-30 | 1 | -2/+17 |
* | added screen_bell() for optional audible/visible bells | Kalle Wallin | 2004-06-22 | 1 | -3/+3 |
* | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 2004-06-14 | 1 | -6/+5 |
* | Updated the get_title callback. | Kalle Wallin | 2004-06-09 | 1 | -8/+6 |
* | i18n - ncmpc is now bilingual (sv) | Kalle Wallin | 2004-06-06 | 1 | -2/+2 |
* | Added initial i18n support | Kalle Wallin | 2004-06-05 | 1 | -18/+20 |
* | Changed directory layout (for future use of gettext) | Kalle Wallin | 2004-06-05 | 1 | -0/+393 |