| Commit message (Expand) | Author | Age | Files | Lines |
* | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@763 09075e82-0dd4-0310-85a5-a... | Kalle Wallin | 2004-04-14 | 1 | -41/+0 |
* | Renamed ncmpcrc.sample config.sample. | Kalle Wallin | 2004-04-14 | 2 | -1/+34 |
* | Added a sample key configuration file. | Kalle Wallin | 2004-04-14 | 1 | -0/+112 |
* | Added optional support for a wide_cursor. | Kalle Wallin | 2004-04-14 | 3 | -15/+16 |
* | Highlight and center current track even when paused. | Kalle Wallin | 2004-04-14 | 1 | -5/+8 |
* | Use screen_status_printf() to display character conversion errors. Only use | Kalle Wallin | 2004-04-14 | 1 | -2/+13 |
* | Force curses repaint the status window when adding directories (doupdate). | Kalle Wallin | 2004-04-14 | 1 | -0/+1 |
* | Use get_key_names() for the keys displayed in the welcome message. | Kalle Wallin | 2004-04-14 | 1 | -3/+3 |
* | Updated version and added a SYSCONFDIR define to CFLAGS. | Kalle Wallin | 2004-04-14 | 1 | -3/+4 |
* | Use key descriptions from get_key_description (command.c). | Kalle Wallin | 2004-04-14 | 1 | -47/+63 |
* | Check key bindings and quit if they are insane. | Kalle Wallin | 2004-04-14 | 1 | -1/+8 |
* | Added command names (used with key bindings). | Kalle Wallin | 2004-04-14 | 2 | -76/+236 |
* | relocated configuration file to ~/.ncmpc/config and added support for | Kalle Wallin | 2004-04-14 | 2 | -8/+208 |
* | Poll mpd twice/second, print a newline when exiting. | Kalle Wallin | 2004-04-13 | 1 | -1/+2 |
* | Use wclrtoeol instead of wclear in list_window_paint (wclear is slow). | Kalle Wallin | 2004-04-13 | 1 | -7/+5 |
* | Updated readme. | Kalle Wallin | 2004-04-06 | 1 | -1/+6 |
* | SOCKLEN_T | Kalle Wallin | 2004-04-06 | 1 | -1/+1 |
* | Added a new test for socklen_t. | Kalle Wallin | 2004-04-06 | 2 | -3/+74 |
* | Removed all binding to ESC (stop). | Kalle Wallin | 2004-04-06 | 1 | -5/+1 |
* | Replaced F1,F2,F3 with 1,2,3. | Kalle Wallin | 2004-04-06 | 1 | -3/+3 |
* | Added a sample lirc (irpty) configuration file. | Kalle Wallin | 2004-04-06 | 2 | -1/+194 |
* | Added alternate key bindings for Up,Down to enable irpty control. | Kalle Wallin | 2004-04-06 | 1 | -3/+3 |
* | Added a welcome message (help). | Kalle Wallin | 2004-04-06 | 2 | -4/+32 |
* | Fixed the list_window_check_selected() function. | Kalle Wallin | 2004-04-05 | 1 | -0/+3 |
* | Added input_timeout. | Kalle Wallin | 2004-04-05 | 1 | -0/+3 |
* | Removed old reference to mpc-ncurses. | Kalle Wallin | 2004-04-05 | 1 | -1/+1 |
* | Added support for (auto) center/focus playlists. | Kalle Wallin | 2004-04-05 | 7 | -40/+100 |
* | Added auto-center option. | Kalle Wallin | 2004-04-05 | 1 | -1/+2 |
* | Added strcasestr prototype. | Kalle Wallin | 2004-03-31 | 1 | -6/+4 |
* | Fixed som spelling errors. | Kalle Wallin | 2004-03-31 | 1 | -2/+2 |
* | Only delete a song if it exits. | Kalle Wallin | 2004-03-31 | 1 | -5/+8 |
* | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 2004-03-31 | 2 | -1/+8 |
* | Documentation changes for the 0.10.0 realease. | Kalle Wallin | 2004-03-31 | 6 | -16/+30 |
* | Moved cursor to main window (selected_row,0) when idle. | Kalle Wallin | 2004-03-31 | 1 | -1/+1 |
* | Updated key bindings, make shore we can stop with a standard key 's'. | Kalle Wallin | 2004-03-31 | 1 | -9/+9 |
* | Replaced g_utf8_strlen() with strlen() | Kalle Wallin | 2004-03-29 | 1 | -3/+5 |
* | Added error handling in the character conversion functions. | Kalle Wallin | 2004-03-29 | 1 | -6/+36 |
* | Call g_build_filename() the correct way. | Kalle Wallin | 2004-03-29 | 1 | -1/+1 |
* | Removed the concat_path() function. | Kalle Wallin | 2004-03-29 | 2 | -35/+14 |
* | Changed non blocking read timeout from 100ms to 250ms. | Kalle Wallin | 2004-03-29 | 1 | -1/+1 |
* | Started to use glib. | Kalle Wallin | 2004-03-29 | 1 | -1/+1 |
* | Removed --with-default-charset option. | Kalle Wallin | 2004-03-29 | 1 | -7/+2 |
* | Removed extra source - langinfo.c | Kalle Wallin | 2004-03-29 | 1 | -4/+3 |
* | Updated to 0.10.1 | Kalle Wallin | 2004-03-29 | 2 | -3/+8 |
* | Added password support. | Kalle Wallin | 2004-03-29 | 5 | -29/+85 |
* | Started to use glibs neat timer functionality in the main loop. | Kalle Wallin | 2004-03-28 | 1 | -13/+19 |
* | We now allocate and free memory with glib | Kalle Wallin | 2004-03-28 | 9 | -46/+45 |
* | Corrected a spelling error strup => strdup. | Kalle Wallin | 2004-03-28 | 1 | -2/+2 |
* | Started to use glib (not iconv) for character set conversions. | Kalle Wallin | 2004-03-28 | 6 | -337/+17 |
* | Moved cursor to main window (0,0) when idle | Kalle Wallin | 2004-03-28 | 1 | -1/+3 |