| Commit message (Expand) | Author | Files | Lines |
2008-11-17 | screen_utils: check for NULL password | Max Kellermann | 1 | -1/+10 |
2008-11-07 | wreadln: return NULL instead of empty string | Max Kellermann | 1 | -1/+1 |
2008-11-07 | disable more features with --enable-mini | Max Kellermann | 1 | -0/+2 |
2008-10-06 | removed my_wgetch(), switch to wgetch() | Max Kellermann | 1 | -1/+1 |
2008-10-04 | use g_basename() instead of basename() | Max Kellermann | 1 | -1/+1 |
2008-10-03 | screen: export the global variable "screen" | Max Kellermann | 1 | -20/+20 |
2008-10-02 | moved i18n macros to i18n.h | Max Kellermann | 1 | -1/+1 |
2008-09-25 | screen_utils: don't call wmove() twice | Max Kellermann | 1 | -3/+0 |
2008-09-25 | list_window: removed property "repaint" | Max Kellermann | 1 | -3/+1 |
2008-09-25 | code style, indent with tabs X | Max Kellermann | 1 | -3/+1 |
2008-09-22 | screen_utils: simplified call to wreadln_masked() | Max Kellermann | 1 | -3/+2 |
2008-09-22 | screen_utils: hide cursor after screen_read_password() | Max Kellermann | 1 | -2/+5 |
2008-09-22 | screen: unsigned integers for screen dimensions | Max Kellermann | 1 | -3/+3 |
2008-09-22 | code style, indent with tabs IX | Max Kellermann | 1 | -158/+154 |
2008-09-18 | use the glib main event loop | Max Kellermann | 1 | -2/+0 |
2008-09-16 | screen: added struct names | Max Kellermann | 1 | -2/+4 |
2008-09-15 | include cleanup | Max Kellermann | 1 | -10/+5 |
2008-09-15 | screen_auth() returns result | Max Kellermann | 1 | -1/+2 |
2008-09-15 | fix function prototypes | Max Kellermann | 1 | -2/+2 |
2008-09-15 | const pointers | Max Kellermann | 1 | -7/+7 |
2008-09-15 | code style, indent with tabs | Max Kellermann | 1 | -14/+13 |
2008-09-15 | remove unused static functions | Max Kellermann | 1 | -8/+0 |
2006-09-08 | multi liner ;) fixed segfault | Andreas Obergrusberger | 1 | -2/+2 |
2006-09-07 | due to bensonk's demand i added a splash screen. | Andreas Obergrusberger | 1 | -2/+50 |
2005-06-15 | New configuraton option: find-show-last | Kalle Wallin | 1 | -1/+2 |
2004-11-15 | Added a search screen | Kalle Wallin | 1 | -3/+4 |
2004-07-13 | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -3/+4 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 1 | -11/+1 |
2004-07-12 | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 1 | -0/+5 |
2004-07-03 | Ignore mouse events in wreadln, screen_getch | Kalle Wallin | 1 | -2/+10 |
2004-06-24 | Made the xterm title dynamic, added configuration option xterm-title-format | Kalle Wallin | 1 | -8/+13 |
2004-06-22 | added screen_bell() for optional audible/visible bells | Kalle Wallin | 1 | -1/+28 |
2004-06-19 | fixed the display of completion lists | Kalle Wallin | 1 | -4/+22 |
2004-06-18 | Added completion stuff | Kalle Wallin | 1 | -0/+22 |
2004-06-16 | Use the alert color in screen_readln() | Kalle Wallin | 1 | -0/+1 |
2004-06-14 | Major cleanup of the mpd client code (mpc->mpdclient) | Kalle Wallin | 1 | -4/+5 |
2004-06-06 | Added wreadln.c, wreadln.h a simple line editor | Kalle Wallin | 1 | -19/+25 |
2004-06-05 | Added initial i18n support | Kalle Wallin | 1 | -3/+4 |
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 | -28/+3 |
2004-04-21 | Fixed resize handling (SIGWINCH). | Kalle Wallin | 1 | -0/+2 |
2004-04-19 | Added copyright notice and license notice | Kalle Wallin | 1 | -0/+18 |
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 screen_getch(). | Kalle Wallin | 1 | -2/+27 |
2004-03-26 | Added reversed and wrapped list search (find). | Kalle Wallin | 1 | -0/+69 |
2004-03-25 | Added support for a configuration file ~/.ncmpcrc and color support. | Kalle Wallin | 1 | -0/+28 |
2004-03-24 | Moved list window fuctions to list_window.c. | Kalle Wallin | 1 | -159/+0 |
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 |