22
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initialize iconv_to_utf8 (used when saving playlists). More... about 20 years ago
Added update command. More... about 20 years ago
Added delete playlist feature. More... about 20 years ago
Define the read timeout in screen.h More... about 20 years ago
Added function list_window_check_selected(). More... about 20 years ago
Added function screen_getch(). More... about 20 years ago
Only use colors if the terminal supports colors. More... about 20 years ago
Fixed bug 0000212 More... about 20 years ago
Added file langinfo.c, used on systems without nl_langinfo() support. More... about 20 years ago
Replaced wrefresh() with wnoutrefresh(). More... about 20 years ago
Added support for CMD_TOGGLE_FIND_WRAP. More... about 20 years ago
Added reversed and wrapped list search (find). More... about 20 years ago
Updated the logic in charset_close(), why free stuff that isnt allocated. More... about 20 years ago
Switch to the version shipped with libiconv instead of one shipped with gnu gettext (0.12.1). autogen.sh should now work on darwin. More... about 20 years ago
forgot to add this More... about 20 years ago
need to put a Makefile in doc directory, so that man pages and such are installed in the proper place More... about 20 years ago
More stuff done :) More... about 20 years ago
Added sample configuration file to doc_DATA More... about 20 years ago
Added support for loading playlists More... about 20 years ago
Added support for a configuration file ~/.ncmpcrc and color support. More... about 20 years ago
Added --enable-colors option, disabled AC_PROG_LIBTOOL More... about 20 years ago
Moved list window fuctions to list_window.c. Added function list_window_cmd() for basic commands (movment). More... about 20 years ago
Display directories in a new style, [dir] More... about 20 years ago
Padded TOP_HEADER.. with spaces to clear previous header. More... about 20 years ago
Added information about the --exit option. More... about 20 years ago
Added help for FIND and FIND_NEXT commands More... about 20 years ago
Added support for FIND and FIND_NEXT. More... about 20 years ago
Dont run mpc_update() directly after a volume change command. More... about 20 years ago
Use screen_status_printf() instead of screen_status_message(). More... about 20 years ago
Reverted to relative volume changes. More... about 20 years ago