aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix compiler errors without locale.hMax Kellermann2008-10-021-1/+3
* charset: charset_init() returns character setMax Kellermann2008-10-021-1/+1
* moved code to charset.cMax Kellermann2008-10-021-1/+1
* moved macros from ncmpc.h to main.c and screen.cMax Kellermann2008-10-021-0/+3
* moved i18n macros to i18n.hMax Kellermann2008-10-021-0/+1
* removed the debugging function D()Max Kellermann2008-10-021-21/+0
* ignore SIGPIPEMax Kellermann2008-09-261-0/+9
* don't call lyrics_init if plugin is disabledMax Kellermann2008-09-251-1/+6
* fix miscellaneous sparse warningsMax Kellermann2008-09-251-0/+2
* screen: moved code to ncu.cMax Kellermann2008-09-221-1/+3
* main: free keyboard IO channelMax Kellermann2008-09-221-2/+7
* fix terminal resizing (SIGWINCH)Max Kellermann2008-09-191-0/+33
* quit with g_main_loop_quit()Max Kellermann2008-09-181-3/+5
* use the glib main event loopMax Kellermann2008-09-181-72/+154
* main: connect while UI is displayedMax Kellermann2008-09-181-39/+21
* code style, indent with tabs IVMax Kellermann2008-09-171-56/+56
* make several functions return voidMax Kellermann2008-09-171-1/+1
* lyrics: converted in-process plugins to external programsMax Kellermann2008-09-161-2/+2
* code style, indent with tabs IIMax Kellermann2008-09-161-14/+11
* fix unused parameter warningsMax Kellermann2008-09-151-6/+5
* don't declare local variable "options"Max Kellermann2008-09-151-13/+12
* include cleanupMax Kellermann2008-09-151-8/+5
* fix function prototypesMax Kellermann2008-09-151-3/+4
* const pointersMax Kellermann2008-09-151-4/+4
* use !NDEBUG instead of DEBUGMax Kellermann2008-09-151-1/+1
* code style, indent with tabsMax Kellermann2008-09-151-195/+184
* remove unused static functionsMax Kellermann2008-09-151-7/+0
* splash: removed the useless splash screenMax Kellermann2008-09-151-2/+0
* way too much stuff to describe hereAndreas Obergrusberger2007-02-161-0/+1
* lyrics updates, leoslyrics fixesAndreas Obergrusberger2007-02-011-0/+1
* fix user plugin dir; code cleanupAndreas Obergrusberger2007-01-051-1/+1
* added a plugin system for lyrics sourcesAndreas Obergrusberger2007-01-031-0/+3
* filelist sorting improvedAndreas Obergrusberger2006-10-281-0/+2
* due to bensonk's demand i added a splash screen.Andreas Obergrusberger2006-09-071-3/+10
* the updated sourcesAndreas Obergrusberger2006-08-041-1/+18
* Fixes #0000406, segfault if mpd wants a passwort but ncmpc connects withoutKalle Wallin2005-06-011-0/+7
* Fixes bug #0000360Kalle Wallin2005-02-131-1/+1
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-3/+3
* Use my_wgetch() instead of wgetch(), added --[no-]mouse optionKalle Wallin2004-07-131-0/+1
* Support SIGSTOP, SIGCONT in raw modeKalle Wallin2004-07-121-1/+13
* Added SIGCONT handlerKalle Wallin2004-07-121-2/+18
* Replaced the debug macro with a functionKalle Wallin2004-07-031-0/+18
* Added flags for conflicting, modified key bindings - check_key_bindings()Kalle Wallin2004-06-301-2/+2
* 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
* Renamed mpd version macroKalle Wallin2004-06-241-5/+5
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-6/+8
* Dont set the xterm titleKalle Wallin2004-06-201-2/+3
* display errors without exiting when key bindings are brokenKalle Wallin2004-06-191-7/+14
* git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin2004-06-151-2/+13