aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-16lyrics: converted in-process plugins to external programsMax Kellermann1-2/+2
2008-09-16code style, indent with tabs IIMax Kellermann1-14/+11
2008-09-15fix unused parameter warningsMax Kellermann1-6/+5
2008-09-15don't declare local variable "options"Max Kellermann1-13/+12
2008-09-15include cleanupMax Kellermann1-8/+5
2008-09-15fix function prototypesMax Kellermann1-3/+4
2008-09-15const pointersMax Kellermann1-4/+4
2008-09-15use !NDEBUG instead of DEBUGMax Kellermann1-1/+1
2008-09-15code style, indent with tabsMax Kellermann1-195/+184
2008-09-15remove unused static functionsMax Kellermann1-7/+0
2008-09-15splash: removed the useless splash screenMax Kellermann1-2/+0
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-0/+1
2007-02-01lyrics updates, leoslyrics fixesAndreas Obergrusberger1-0/+1
2007-01-05fix user plugin dir; code cleanupAndreas Obergrusberger1-1/+1
2007-01-03added a plugin system for lyrics sourcesAndreas Obergrusberger1-0/+3
2006-10-28filelist sorting improvedAndreas Obergrusberger1-0/+2
2006-09-07due to bensonk's demand i added a splash screen.Andreas Obergrusberger1-3/+10
2006-08-04the updated sourcesAndreas Obergrusberger1-1/+18
2005-06-01Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects withoutKalle Wallin1-0/+7
2005-02-13Fixes bug #0000360Kalle Wallin1-1/+1
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-3/+3
2004-07-13Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin1-0/+1
2004-07-12Support SIGSTOP, SIGCONT in raw modeKalle Wallin1-1/+13
2004-07-12Added SIGCONT handlerKalle Wallin1-2/+18
2004-07-03Replaced the debug macro with a functionKalle Wallin1-0/+18
2004-06-30Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin1-2/+2
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-24Renamed mpd version macroKalle Wallin1-5/+5
2004-06-22added screen_bell() for optional audible/visible bellsKalle Wallin1-6/+8
2004-06-20Dont set the xterm titleKalle Wallin1-2/+3
2004-06-19display errors without exiting when key bindings are brokenKalle Wallin1-7/+14
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin1-2/+13
2004-06-14Updated error handlingKalle Wallin1-10/+29
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-47/+62
2004-06-09Updated the reconnect code to allow user to abort in raw modeKalle Wallin1-4/+6
2004-06-06Added wreadln.c, wreadln.h a simple line editorKalle Wallin1-6/+5
2004-06-06Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin1-5/+15
2004-06-05Added initial i18n supportKalle Wallin1-12/+13
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-1/+4
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-9/+0
2004-04-21Added screen_idle() function.Kalle Wallin1-0/+2
2004-04-19Added copyright notice and license noticeKalle Wallin1-0/+18
2004-04-14Check key bindings and quit if they are insane.Kalle Wallin1-1/+8
2004-04-13Poll mpd twice/second, print a newline when exiting.Kalle Wallin1-1/+2
2004-03-29Added password support.Kalle Wallin1-14/+27
2004-03-28Started to use glibs neat timer functionality in the main loop.Kalle Wallin1-13/+19
2004-03-28We now allocate and free memory with glibKalle Wallin1-0/+1
2004-03-27Moved random,repeat notification from main.cKalle Wallin1-19/+3