aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the mpdclient_cmd_add_path functionKalle Wallin2004-06-182-0/+13
* enabled plchanges, update playlist_length after removing songsKalle Wallin2004-06-171-21/+32
* added ncmpc.h to POTFILESKalle Wallin2004-06-163-198/+200
* Changed option syntax and added list-format and status-format to CONFIGURATIONKalle Wallin2004-06-162-4/+61
* Use the alert color in screen_readln()Kalle Wallin2004-06-161-0/+1
* libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin2004-06-167-8/+29
* Disable plchanges - need to redesign the plchanges codeKalle Wallin2004-06-151-14/+28
* Modified %shortfile% format to not shorten urlsKalle Wallin2004-06-152-12/+31
* Renamed %basename% format %shortfile%Kalle Wallin2004-06-153-3/+3
* git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin2004-06-156-26/+93
* Added list-format and status-format conf optionsKalle Wallin2004-06-155-19/+93
* Sort playlist if needed after plchanges,Kalle Wallin2004-06-151-8/+39
* Only display the "change color" error message if we need init_color()Kalle Wallin2004-06-141-1/+1
* Updated error handlingKalle Wallin2004-06-143-21/+43
* Fixed mpdclient_filelist_update()Kalle Wallin2004-06-141-1/+3
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-1428-1250/+2002
* Added the strscroll functionKalle Wallin2004-06-092-0/+47
* Updated the reconnect code to allow user to abort in raw modeKalle Wallin2004-06-093-7/+9
* Updated the get_title callback.Kalle Wallin2004-06-095-20/+26
* Use the terminal in raw mode - ignore terminal control charactersKalle Wallin2004-06-092-52/+15
* Added the get_keyboard_command_with_timeout() function.Kalle Wallin2004-06-092-5/+13
* Fixed a small layout bug whith long strings in list_window_paint()Kalle Wallin2004-06-091-4/+7
* Display the the entire url when a streams metadata==NULLKalle Wallin2004-06-082-2/+12
* Check playlist length and remove songs (plchanges command)Kalle Wallin2004-06-084-29/+51
* Display stream names in the list window.Kalle Wallin2004-06-071-2/+4
* Fixed resize handlingKalle Wallin2004-06-072-4/+15
* Support plchangesKalle Wallin2004-06-075-18/+247
* Disable nls support if glib is pre 2.4 (OSX)Kalle Wallin2004-06-073-16/+27
* Added an optional clock screen :)Kalle Wallin2004-06-0611-266/+576
* Added the svn:ignore propertyKalle Wallin2004-06-060-0/+0
* Added the svn:ignore propertyKalle Wallin2004-06-060-0/+0
* Added wreadln.c, wreadln.h a simple line editorKalle Wallin2004-06-068-35/+434
* Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin2004-06-063-40/+24
* i18n - ncmpc is now bilingual (sv)Kalle Wallin2004-06-069-101/+199
* git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1347 09075e82-0dd4-0310-85a5-...Kalle Wallin2004-06-051-0/+37
* Added initial i18n supportKalle Wallin2004-06-0539-204/+3050
* Addded support for the mpd update command (CMD_DB_UPDATE)Kalle Wallin2004-06-054-1/+18
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-0535-89/+231
* Redesigned ncmpc's color supportKalle Wallin2004-05-0715-239/+750
* Added support for moving songs in a playlist (move-up,move-down).Kalle Wallin2004-05-075-7/+83
* The background color can now be assigned to 'none' (use the current color).Kalle Wallin2004-05-033-8/+10
* Changed the old CVS Id tag to a SVN Id tag, version updated to 0.10.2-svnKalle Wallin2004-05-031-4/+5
* Reverted back to r875Kalle Wallin2004-04-231-2/+0
* Use wattroff after painting the top line.Kalle Wallin2004-04-232-0/+7
* Added prototype for screen_resize().Kalle Wallin2004-04-231-0/+2
* Make shure the cursor stays on the same row when deleting.Kalle Wallin2004-04-231-4/+4
* Documentation update.Kalle Wallin2004-04-234-13/+79
* Fixed list_window_check_selected().Kalle Wallin2004-04-221-0/+4
* Changed the way songs are added/deleted from playlist (#0000220).Kalle Wallin2004-04-225-70/+110
* Fix that keeps the cursor hidden on aterm/Eterm when the terminal is resized.Kalle Wallin2004-04-221-1/+5