aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-02-13Enable playlist saving on the browse screenKalle Wallin3-5/+30
2005-02-13Fixes bug #0000360Kalle Wallin1-1/+1
2005-01-23Updated libmpdclient to r2897Kalle Wallin1-4/+5
2005-01-19libmpdclient updateAvuton Olrich2-2/+106
2005-01-04Removed C++ style declarations from enqueue_and_play()Kalle Wallin1-1/+2
2004-12-19Bugfix from Niko Tyni, survive select and mouse operations on empty listKalle Wallin1-2/+12
2004-12-19Bugfix from Niko Tyni, survive find operations on empty search resultsKalle Wallin1-0/+3
2004-12-19Bugfix from Niko Tyni, find operation with wrap turned on in an empty list Kalle Wallin1-0/+5
2004-12-13Fixed abort (Ctrl-G) handling in the save playlist promptKalle Wallin1-1/+2
2004-12-09%time% format fix from Aurelien Foret (use %02d for seconds)Kalle Wallin1-1/+1
2004-11-15Added a search screenKalle Wallin19-37/+505
2004-07-21Added debug code for #291Kalle Wallin1-3/+9
2004-07-21Initialize dummy/last mode id to G_MAXINTKalle Wallin1-1/+1
2004-07-21Dont lookup key if key==0 in find_key_command()Kalle Wallin1-1/+1
2004-07-21¡Español!Kalle Wallin1-1/+1
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin12-114/+118
2004-07-13Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-50/+25
2004-07-13Moved definitions from screen.h to ncmpc.h Kalle Wallin2-8/+10
2004-07-13Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin6-107/+104
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin12-57/+98
2004-07-12Mouse support is now optional (enable-mouse)Kalle Wallin5-23/+13
2004-07-12Support SIGSTOP, SIGCONT in raw modeKalle Wallin5-3/+38
2004-07-12Added SIGCONT handlerKalle Wallin1-2/+18
2004-07-12Added configure option --disable-raw-modeKalle Wallin1-0/+2
2004-07-12Hide the cursor on the help screen (#247)Kalle Wallin3-13/+65
2004-07-12Removed support for the old configuration syntaxKalle Wallin1-83/+2
2004-07-12Fixed short option handling for multiple short options at once (-abcde)Kalle Wallin1-14/+20
2004-07-03Replaced the time_t type with glibs GTimeKalle Wallin2-5/+6
2004-07-03Cleaned up the conf debug codeKalle Wallin1-7/+2
2004-07-03Replaced the debug macro with a functionKalle Wallin2-1/+19
2004-07-03Ignore mouse events in wreadln, screen_getchKalle Wallin2-4/+15
2004-07-02Added basic ncurses mouse supportKalle Wallin6-3/+133
2004-07-02Make shure the list scrolls when moving a songKalle Wallin1-0/+2
2004-07-02Fixed the plchanges codeKalle Wallin1-58/+25
2004-07-02improved error handling in the argv parserKalle Wallin1-26/+65
2004-07-01Removed popt code/dependencyKalle Wallin1-107/+196
2004-07-01Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin3-22/+1
2004-06-30Updated libmpdclient to r1743Kalle Wallin2-34/+67
2004-06-30Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin4-72/+130
2004-06-24Removed an unwanter fprintf lineKalle Wallin1-1/+0
2004-06-24Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin1-5/+33
2004-06-24Made the xterm title dynamic, added configuration option xterm-title-formatKalle Wallin4-8/+23
2004-06-24Added configuration option - set-xterm-titleKalle Wallin1-1/+1
2004-06-24Renamed mpd version macroKalle Wallin2-7/+15
2004-06-22Clear the main window on CMD_SCREEN_UPDATEKalle Wallin3-0/+11
2004-06-22Added key bindings for move-up, move-down (Ctrl-K, Ctrl-J)Kalle Wallin1-3/+3
2004-06-22Make shure the dummy debug macro survives the OSX preprocessorKalle Wallin1-2/+2
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin9-20/+81
2004-06-22Added options: audible-bell, visible-bell, wrap-around, find-wrapKalle Wallin3-19/+44
2004-06-20Support cursor/down with j and kKalle Wallin1-2/+2