aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* French translation updatedKalle Wallin2005-01-201-134/+209
* French translation from Yann CézardKalle Wallin2005-01-202-2/+612
* libmpdclient updateAvuton Olrich2005-01-192-2/+106
* Stavning/SpellingKalle Wallin2005-01-051-1/+1
* po files updatedKalle Wallin2005-01-055-53/+53
* Removed C++ style declarations from enqueue_and_play()Kalle Wallin2005-01-041-1/+2
* Updated NEWSKalle Wallin2005-01-031-0/+20
* Mark the search screen as experimental and disable it by defaultKalle Wallin2005-01-031-3/+3
* po updates for 0.11.1Kalle Wallin2005-01-035-323/+463
* TODO updatedKalle Wallin2005-01-031-11/+8
* Added Russian translations from Nikolay PavlovKalle Wallin2005-01-033-3/+691
* 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
* Added svn checkout informationKalle Wallin2004-12-131-3/+9
* Fixed abort (Ctrl-G) handling in the save playlist promptKalle Wallin2004-12-132-1/+8
* %time% format fix from Aurelien Foret (use %02d for seconds)Kalle Wallin2004-12-091-1/+1
* Added a search screenKalle Wallin2004-11-1524-305/+946
* Added debug code for #291Kalle Wallin2004-07-211-3/+9
* Initialize dummy/last mode id to G_MAXINTKalle Wallin2004-07-212-2/+8
* Dont lookup key if key==0 in find_key_command()Kalle Wallin2004-07-211-1/+1
* ¡Español!Kalle Wallin2004-07-213-2/+612
* 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-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