| Commit message (Expand) | Author | Age | Files | Lines |
* | ¡Español! | Kalle Wallin | 2004-07-21 | 1 | -1/+1 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 12 | -114/+118 |
* | Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -50/+25 |
* | Moved definitions from screen.h to ncmpc.h | Kalle Wallin | 2004-07-13 | 2 | -8/+10 |
* | Crossfade time can now be definied in the rc file (crossfade-time) | Kalle Wallin | 2004-07-13 | 6 | -107/+104 |
* | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 2004-07-13 | 12 | -57/+98 |
* | Mouse support is now optional (enable-mouse) | Kalle Wallin | 2004-07-12 | 5 | -23/+13 |
* | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 2004-07-12 | 5 | -3/+38 |
* | Added SIGCONT handler | Kalle Wallin | 2004-07-12 | 1 | -2/+18 |
* | Added configure option --disable-raw-mode | Kalle Wallin | 2004-07-12 | 1 | -0/+2 |
* | Hide the cursor on the help screen (#247) | Kalle Wallin | 2004-07-12 | 3 | -13/+65 |
* | Removed support for the old configuration syntax | Kalle Wallin | 2004-07-12 | 1 | -83/+2 |
* | Fixed short option handling for multiple short options at once (-abcde) | Kalle Wallin | 2004-07-12 | 1 | -14/+20 |
* | Replaced the time_t type with glibs GTime | Kalle Wallin | 2004-07-03 | 2 | -5/+6 |
* | Cleaned up the conf debug code | Kalle Wallin | 2004-07-03 | 1 | -7/+2 |
* | Replaced the debug macro with a function | Kalle Wallin | 2004-07-03 | 2 | -1/+19 |
* | Ignore mouse events in wreadln, screen_getch | Kalle Wallin | 2004-07-03 | 2 | -4/+15 |
* | Added basic ncurses mouse support | Kalle Wallin | 2004-07-02 | 6 | -3/+133 |
* | Make shure the list scrolls when moving a song | Kalle Wallin | 2004-07-02 | 1 | -0/+2 |
* | Fixed the plchanges code | Kalle Wallin | 2004-07-02 | 1 | -58/+25 |
* | improved error handling in the argv parser | Kalle Wallin | 2004-07-02 | 1 | -26/+65 |
* | Removed popt code/dependency | Kalle Wallin | 2004-07-01 | 1 | -107/+196 |
* | Removed the trim() function, using glib's g_strstrip() instead | Kalle Wallin | 2004-07-01 | 3 | -22/+1 |
* | Updated libmpdclient to r1743 | Kalle Wallin | 2004-06-30 | 2 | -34/+67 |
* | Added flags for conflicting, modified key bindings - check_key_bindings() | Kalle Wallin | 2004-06-30 | 4 | -72/+130 |
* | Removed an unwanter fprintf line | Kalle Wallin | 2004-06-24 | 1 | -1/+0 |
* | Made the xterm title dynamic, added configuration option xterm-title-format | Kalle Wallin | 2004-06-24 | 1 | -5/+33 |
* | Made the xterm title dynamic, added configuration option xterm-title-format | Kalle Wallin | 2004-06-24 | 4 | -8/+23 |
* | Added configuration option - set-xterm-title | Kalle Wallin | 2004-06-24 | 1 | -1/+1 |
* | Renamed mpd version macro | Kalle Wallin | 2004-06-24 | 2 | -7/+15 |
* | Clear the main window on CMD_SCREEN_UPDATE | Kalle Wallin | 2004-06-22 | 3 | -0/+11 |
* | Added key bindings for move-up, move-down (Ctrl-K, Ctrl-J) | Kalle Wallin | 2004-06-22 | 1 | -3/+3 |
* | Make shure the dummy debug macro survives the OSX preprocessor | Kalle Wallin | 2004-06-22 | 1 | -2/+2 |
* | added screen_bell() for optional audible/visible bells | Kalle Wallin | 2004-06-22 | 9 | -20/+81 |
* | Added options: audible-bell, visible-bell, wrap-around, find-wrap | Kalle Wallin | 2004-06-22 | 3 | -19/+44 |
* | Support cursor/down with j and k | Kalle Wallin | 2004-06-20 | 1 | -2/+2 |
* | Added _utf8 suffix to all functions that take utf8 arguments. | Kalle Wallin | 2004-06-20 | 5 | -21/+45 |
* | Dont set the xterm title | Kalle Wallin | 2004-06-20 | 1 | -2/+3 |
* | let mpd add directories (just send the path) | Kalle Wallin | 2004-06-20 | 1 | -0/+13 |
* | Make shure the list window is repainted after a completion list is displayed | Kalle Wallin | 2004-06-19 | 1 | -6/+11 |
* | added help for the add command | Kalle Wallin | 2004-06-19 | 1 | -0/+1 |
* | added type argument to gcmp_list_from_path() | Kalle Wallin | 2004-06-19 | 3 | -11/+70 |
* | try to complete even if the line is empty | Kalle Wallin | 2004-06-19 | 1 | -1/+1 |
* | fixed the display of completion lists | Kalle Wallin | 2004-06-19 | 1 | -4/+22 |
* | display errors without exiting when key bindings are broken | Kalle Wallin | 2004-06-19 | 3 | -54/+92 |
* | Added completion stuff | Kalle Wallin | 2004-06-18 | 4 | -3/+44 |
* | Added utils.c, utils.h to the project | Kalle Wallin | 2004-06-18 | 3 | -2/+135 |
* | Added a add command (for adding files or urls to the playlist) | Kalle Wallin | 2004-06-18 | 3 | -1/+82 |
* | Added the mpdclient_cmd_add_path function | Kalle Wallin | 2004-06-18 | 2 | -0/+13 |
* | enabled plchanges, update playlist_length after removing songs | Kalle Wallin | 2004-06-17 | 1 | -21/+32 |