| Commit message (Expand) | Author | Files | Lines |
2005-02-13 | Enable playlist saving on the browse screen | Kalle Wallin | 3 | -5/+30 |
2005-02-13 | Fixes bug #0000360 | Kalle Wallin | 1 | -1/+1 |
2005-01-23 | Updated libmpdclient to r2897 | Kalle Wallin | 1 | -4/+5 |
2005-01-19 | libmpdclient update | Avuton Olrich | 2 | -2/+106 |
2005-01-04 | Removed C++ style declarations from enqueue_and_play() | Kalle Wallin | 1 | -1/+2 |
2004-12-19 | Bugfix from Niko Tyni, survive select and mouse operations on empty list | Kalle Wallin | 1 | -2/+12 |
2004-12-19 | Bugfix from Niko Tyni, survive find operations on empty search results | Kalle Wallin | 1 | -0/+3 |
2004-12-19 | Bugfix from Niko Tyni, find operation with wrap turned on in an empty list | Kalle Wallin | 1 | -0/+5 |
2004-12-13 | Fixed abort (Ctrl-G) handling in the save playlist prompt | Kalle Wallin | 1 | -1/+2 |
2004-12-09 | %time% format fix from Aurelien Foret (use %02d for seconds) | Kalle Wallin | 1 | -1/+1 |
2004-11-15 | Added a search screen | Kalle Wallin | 19 | -37/+505 |
2004-07-21 | Added debug code for #291 | Kalle Wallin | 1 | -3/+9 |
2004-07-21 | Initialize dummy/last mode id to G_MAXINT | Kalle Wallin | 1 | -1/+1 |
2004-07-21 | Dont lookup key if key==0 in find_key_command() | Kalle Wallin | 1 | -1/+1 |
2004-07-21 | ¡Español! | Kalle Wallin | 1 | -1/+1 |
2004-07-13 | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 12 | -114/+118 |
2004-07-13 | Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 1 | -50/+25 |
2004-07-13 | Moved definitions from screen.h to ncmpc.h | Kalle Wallin | 2 | -8/+10 |
2004-07-13 | Crossfade time can now be definied in the rc file (crossfade-time) | Kalle Wallin | 6 | -107/+104 |
2004-07-13 | Use my_wgetch() instead of wgetch(), added --[no-]mouse option | Kalle Wallin | 12 | -57/+98 |
2004-07-12 | Mouse support is now optional (enable-mouse) | Kalle Wallin | 5 | -23/+13 |
2004-07-12 | Support SIGSTOP, SIGCONT in raw mode | Kalle Wallin | 5 | -3/+38 |
2004-07-12 | Added SIGCONT handler | Kalle Wallin | 1 | -2/+18 |
2004-07-12 | Added configure option --disable-raw-mode | Kalle Wallin | 1 | -0/+2 |
2004-07-12 | Hide the cursor on the help screen (#247) | Kalle Wallin | 3 | -13/+65 |
2004-07-12 | Removed support for the old configuration syntax | Kalle Wallin | 1 | -83/+2 |
2004-07-12 | Fixed short option handling for multiple short options at once (-abcde) | Kalle Wallin | 1 | -14/+20 |
2004-07-03 | Replaced the time_t type with glibs GTime | Kalle Wallin | 2 | -5/+6 |
2004-07-03 | Cleaned up the conf debug code | Kalle Wallin | 1 | -7/+2 |
2004-07-03 | Replaced the debug macro with a function | Kalle Wallin | 2 | -1/+19 |
2004-07-03 | Ignore mouse events in wreadln, screen_getch | Kalle Wallin | 2 | -4/+15 |
2004-07-02 | Added basic ncurses mouse support | Kalle Wallin | 6 | -3/+133 |
2004-07-02 | Make shure the list scrolls when moving a song | Kalle Wallin | 1 | -0/+2 |
2004-07-02 | Fixed the plchanges code | Kalle Wallin | 1 | -58/+25 |
2004-07-02 | improved error handling in the argv parser | Kalle Wallin | 1 | -26/+65 |
2004-07-01 | Removed popt code/dependency | Kalle Wallin | 1 | -107/+196 |
2004-07-01 | Removed the trim() function, using glib's g_strstrip() instead | Kalle Wallin | 3 | -22/+1 |
2004-06-30 | Updated libmpdclient to r1743 | Kalle Wallin | 2 | -34/+67 |
2004-06-30 | Added flags for conflicting, modified key bindings - check_key_bindings() | Kalle Wallin | 4 | -72/+130 |
2004-06-24 | Removed an unwanter fprintf line | Kalle Wallin | 1 | -1/+0 |
2004-06-24 | Made the xterm title dynamic, added configuration option xterm-title-format | Kalle Wallin | 1 | -5/+33 |
2004-06-24 | Made the xterm title dynamic, added configuration option xterm-title-format | Kalle Wallin | 4 | -8/+23 |
2004-06-24 | Added configuration option - set-xterm-title | Kalle Wallin | 1 | -1/+1 |
2004-06-24 | Renamed mpd version macro | Kalle Wallin | 2 | -7/+15 |
2004-06-22 | Clear the main window on CMD_SCREEN_UPDATE | Kalle Wallin | 3 | -0/+11 |
2004-06-22 | Added key bindings for move-up, move-down (Ctrl-K, Ctrl-J) | Kalle Wallin | 1 | -3/+3 |
2004-06-22 | Make shure the dummy debug macro survives the OSX preprocessor | Kalle Wallin | 1 | -2/+2 |
2004-06-22 | added screen_bell() for optional audible/visible bells | Kalle Wallin | 9 | -20/+81 |
2004-06-22 | Added options: audible-bell, visible-bell, wrap-around, find-wrap | Kalle Wallin | 3 | -19/+44 |
2004-06-20 | Support cursor/down with j and k | Kalle Wallin | 1 | -2/+2 |