Code

Crossfade time can now be definied in the rc file (crossfade-time)
[ncmpc.git] / src /
2004-07-13 Kalle WallinCrossfade time can now be definied in the rc file ...
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-07-12 Kalle WallinMouse support is now optional (enable-mouse)
2004-07-12 Kalle WallinSupport SIGSTOP, SIGCONT in raw mode
2004-07-12 Kalle WallinAdded SIGCONT handler
2004-07-12 Kalle WallinAdded configure option --disable-raw-mode
2004-07-12 Kalle WallinHide the cursor on the help screen (#247)
2004-07-12 Kalle WallinRemoved support for the old configuration syntax
2004-07-12 Kalle WallinFixed short option handling for multiple short options...
2004-07-03 Kalle WallinReplaced the time_t type with glibs GTime
2004-07-03 Kalle WallinCleaned up the conf debug code
2004-07-03 Kalle WallinReplaced the debug macro with a function
2004-07-03 Kalle WallinIgnore mouse events in wreadln, screen_getch
2004-07-02 Kalle WallinAdded basic ncurses mouse support
2004-07-02 Kalle WallinMake shure the list scrolls when moving a song
2004-07-02 Kalle WallinFixed the plchanges code
2004-07-02 Kalle Wallinimproved error handling in the argv parser
2004-07-01 Kalle WallinRemoved popt code/dependency
2004-07-01 Kalle WallinRemoved the trim() function, using glib's g_strstrip...
2004-06-30 Kalle WallinUpdated libmpdclient to r1743
2004-06-30 Kalle WallinAdded flags for conflicting, modified key bindings...
2004-06-24 Kalle WallinRemoved an unwanter fprintf line
2004-06-24 Kalle WallinMade the xterm title dynamic, added configuration optio...
2004-06-24 Kalle WallinMade the xterm title dynamic, added configuration optio...
2004-06-24 Kalle WallinAdded configuration option - set-xterm-title
2004-06-24 Kalle WallinRenamed mpd version macro
2004-06-22 Kalle WallinClear the main window on CMD_SCREEN_UPDATE
2004-06-22 Kalle WallinAdded key bindings for move-up, move-down (Ctrl-K,...
2004-06-22 Kalle WallinMake shure the dummy debug macro survives the OSX prepr...
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-22 Kalle WallinAdded options: audible-bell, visible-bell, wrap-around...
2004-06-20 Kalle WallinSupport cursor/down with j and k
2004-06-20 Kalle WallinAdded _utf8 suffix to all functions that take utf8...
2004-06-20 Kalle WallinDont set the xterm title
2004-06-20 Kalle Wallinlet mpd add directories (just send the path)
2004-06-19 Kalle WallinMake shure the list window is repainted after a complet...
2004-06-19 Kalle Wallinadded help for the add command
2004-06-19 Kalle Wallinadded type argument to gcmp_list_from_path()
2004-06-19 Kalle Wallintry to complete even if the line is empty
2004-06-19 Kalle Wallinfixed the display of completion lists
2004-06-19 Kalle Wallindisplay errors without exiting when key bindings are...
2004-06-18 Kalle WallinAdded completion stuff
2004-06-18 Kalle WallinAdded utils.c, utils.h to the project
2004-06-18 Kalle WallinAdded a add command (for adding files or urls to the...
2004-06-18 Kalle WallinAdded the mpdclient_cmd_add_path function
2004-06-17 Kalle Wallinenabled plchanges, update playlist_length after removin...
2004-06-16 Kalle WallinUse the alert color in screen_readln()
2004-06-16 Kalle Wallinlibmpdclient updated (r1507) - added path to mpdclient_...
2004-06-15 Kalle WallinDisable plchanges - need to redesign the plchanges...
2004-06-15 Kalle WallinModified %shortfile% format to not shorten urls
2004-06-15 Kalle WallinRenamed %basename% format %shortfile%
2004-06-15 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497...
2004-06-15 Kalle WallinAdded list-format and status-format conf options
2004-06-15 Kalle WallinSort playlist if needed after plchanges,
2004-06-14 Kalle WallinOnly display the "change color" error message if we...
2004-06-14 Kalle WallinUpdated error handling
2004-06-14 Kalle WallinFixed mpdclient_filelist_update()
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinAdded the strscroll function
2004-06-09 Kalle WallinUpdated the reconnect code to allow user to abort in...
2004-06-09 Kalle WallinUpdated the get_title callback.
2004-06-09 Kalle WallinUse the terminal in raw mode - ignore terminal control...
2004-06-09 Kalle WallinAdded the get_keyboard_command_with_timeout() function.
2004-06-09 Kalle WallinFixed a small layout bug whith long strings in list_win...
2004-06-08 Kalle WallinDisplay the the entire url when a streams metadata...
2004-06-08 Kalle WallinCheck playlist length and remove songs (plchanges command)
2004-06-07 Kalle WallinDisplay stream names in the list window.
2004-06-07 Kalle WallinFixed resize handling
2004-06-07 Kalle WallinSupport plchanges
2004-06-07 Kalle WallinDisable nls support if glib is pre 2.4 (OSX)
2004-06-06 Kalle WallinAdded an optional clock screen :)
2004-06-06 Kalle WallinAdded wreadln.c, wreadln.h a simple line editor
2004-06-06 Kalle WallinMoved charset initialization code to main.c, added...
2004-06-06 Kalle Wallini18n - ncmpc is now bilingual (sv)
2004-06-05 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@1347...
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinAddded support for the mpd update command (CMD_DB_UPDATE)
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)