aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-138-107/+116
* 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-126-24/+17
* 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-122-0/+14
* Hide the cursor on the help screen (#247)Kalle Wallin2004-07-124-13/+67
* Removed support for the old configuration syntaxKalle Wallin2004-07-122-83/+3
* Fixed short option handling for multiple short options at once (-abcde)Kalle Wallin2004-07-123-20/+30
* Updated version to 0.11.0Kalle Wallin2004-07-091-1/+1
* Updated version to 0.11.0Kalle Wallin2004-07-094-9/+10
* German language updates from Mark ReidelKalle Wallin2004-07-082-19/+19
* The keys.sample file is backKalle Wallin2004-07-084-2/+147
* display a warning when NLS is disabled by AM_GLIB_GNU_GETTEXTKalle Wallin2004-07-063-1/+14
* Added german translations from OgigKalle Wallin2004-07-036-115/+712
* 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-033-2/+20
* Ignore mouse events in wreadln, screen_getchKalle Wallin2004-07-032-4/+15
* Added basic ncurses mouse supportKalle Wallin2004-07-028-3/+141
* 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-023-27/+79
* Removed popt code/dependencyKalle Wallin2004-07-014-121/+235
* Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin2004-07-013-22/+1
* Documentation update for 0.11.0Kalle Wallin2004-06-307-35/+145
* 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
* Updated po filesKalle Wallin2004-06-252-78/+86
* 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-246-11/+32
* Added configuration option - set-xterm-titleKalle Wallin2004-06-243-1/+6
* Renamed mpd version macroKalle Wallin2004-06-242-7/+15
* Removed keys.sampleKalle Wallin2004-06-222-113/+1
* 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 options: audible-bell, visible-bell, wrap-around, find-wrapKalle Wallin2004-06-222-0/+24
* 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
* Added $Id$ to svn:keywords, Added NEWS to project doc filesKalle Wallin2004-06-192-1/+5
* 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-192-0/+2
* added type argument to gcmp_list_from_path()Kalle Wallin2004-06-194-12/+89