aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* libmpdclient updateKalle Wallin2005-06-052-15/+48
* Added support for %date% and %genre% - from qballKalle Wallin2005-06-051-0/+4
* seek-time can now be defined in the conf fileKalle Wallin2005-06-034-2/+9
* Added a "hide cursor" feature #0000417Kalle Wallin2005-06-034-7/+23
* Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects withoutKalle Wallin2005-06-011-0/+7
* Enable playlist saving on the browse screenKalle Wallin2005-02-133-5/+30
* Fixes bug #0000360Kalle Wallin2005-02-131-1/+1
* Updated libmpdclient to r2897Kalle Wallin2005-01-231-4/+5
* libmpdclient updateAvuton Olrich2005-01-192-2/+106
* Removed C++ style declarations from enqueue_and_play()Kalle Wallin2005-01-041-1/+2
* Bugfix from Niko Tyni, survive select and mouse operations on empty listKalle Wallin2004-12-191-2/+12
* Bugfix from Niko Tyni, survive find operations on empty search resultsKalle Wallin2004-12-191-0/+3
* Bugfix from Niko Tyni, find operation with wrap turned on in an empty list Kalle Wallin2004-12-191-0/+5
* Fixed abort (Ctrl-G) handling in the save playlist promptKalle Wallin2004-12-131-1/+2
* %time% format fix from Aurelien Foret (use %02d for seconds)Kalle Wallin2004-12-091-1/+1
* Added a search screenKalle Wallin2004-11-1519-37/+505
* Added debug code for #291Kalle Wallin2004-07-211-3/+9
* Initialize dummy/last mode id to G_MAXINTKalle Wallin2004-07-211-1/+1
* Dont lookup key if key==0 in find_key_command()Kalle Wallin2004-07-211-1/+1
* ¡Español!Kalle Wallin2004-07-211-1/+1
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-1312-114/+118
* Use glib's functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-50/+25
* Moved definitions from screen.h to ncmpc.h Kalle Wallin2004-07-132-8/+10
* Crossfade time can now be definied in the rc file (crossfade-time)Kalle Wallin2004-07-136-107/+104
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-1312-57/+98
* Mouse support is now optional (enable-mouse)Kalle Wallin2004-07-125-23/+13
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-125-3/+38
* Added SIGCONT handlerKalle Wallin2004-07-121-2/+18
* Added configure option --disable-raw-modeKalle Wallin2004-07-121-0/+2
* Hide the cursor on the help screen (#247)Kalle Wallin2004-07-123-13/+65
* Removed support for the old configuration syntaxKalle Wallin2004-07-121-83/+2
* Fixed short option handling for multiple short options at once (-abcde)Kalle Wallin2004-07-121-14/+20
* 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