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