aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced the time_t type with glibs GTimeKalle Wallin2004-07-032-5/+6
* Cleaned up the conf debug codeKalle Wallin2004-07-031-7/+2
* Replaced the debug macro with a functionKalle Wallin2004-07-032-1/+19
* Ignore mouse events in wreadln, screen_getchKalle Wallin2004-07-032-4/+15
* Added basic ncurses mouse supportKalle Wallin2004-07-026-3/+133
* Make shure the list scrolls when moving a songKalle Wallin2004-07-021-0/+2
* Fixed the plchanges codeKalle Wallin2004-07-021-58/+25
* improved error handling in the argv parserKalle Wallin2004-07-021-26/+65
* Removed popt code/dependencyKalle Wallin2004-07-011-107/+196
* Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin2004-07-013-22/+1
* Updated libmpdclient to r1743Kalle Wallin2004-06-302-34/+67
* Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin2004-06-304-72/+130
* Removed an unwanter fprintf lineKalle Wallin2004-06-241-1/+0
* Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin2004-06-241-5/+33
* Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin2004-06-244-8/+23
* Added configuration option - set-xterm-titleKalle Wallin2004-06-241-1/+1
* Renamed mpd version macroKalle Wallin2004-06-242-7/+15
* Clear the main window on CMD_SCREEN_UPDATEKalle Wallin2004-06-223-0/+11
* Added key bindings for move-up, move-down (Ctrl-K, Ctrl-J)Kalle Wallin2004-06-221-3/+3
* Make shure the dummy debug macro survives the OSX preprocessorKalle Wallin2004-06-221-2/+2
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-229-20/+81
* Added options: audible-bell, visible-bell, wrap-around, find-wrapKalle Wallin2004-06-223-19/+44
* Support cursor/down with j and kKalle Wallin2004-06-201-2/+2
* Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin2004-06-205-21/+45
* Dont set the xterm titleKalle Wallin2004-06-201-2/+3
* let mpd add directories (just send the path)Kalle Wallin2004-06-201-0/+13
* Make shure the list window is repainted after a completion list is displayedKalle Wallin2004-06-191-6/+11
* added help for the add commandKalle Wallin2004-06-191-0/+1
* added type argument to gcmp_list_from_path()Kalle Wallin2004-06-193-11/+70
* try to complete even if the line is emptyKalle Wallin2004-06-191-1/+1
* fixed the display of completion listsKalle Wallin2004-06-191-4/+22
* display errors without exiting when key bindings are brokenKalle Wallin2004-06-193-54/+92
* Added completion stuffKalle Wallin2004-06-184-3/+44
* Added utils.c, utils.h to the projectKalle Wallin2004-06-183-2/+135
* Added a add command (for adding files or urls to the playlist)Kalle Wallin2004-06-183-1/+82
* 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
* 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-152-2/+2
* 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-154-16/+83
* 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