aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* po: improved translatable strings for easier translationMax Kellermann2008-11-251-3/+4
* main.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-11/+11
* lirc: refactored event handlerThomas Jansen2008-11-101-45/+28
* mpdclient: expect UTF-8 stringsMax Kellermann2008-11-071-1/+5
* main: optimized error_msg()Max Kellermann2008-11-071-1/+2
* disable more features with --enable-miniMax Kellermann2008-11-071-3/+22
* native LIRC support for ncmpcThomas Jansen2008-11-071-0/+57
* disable ncurses raw modeMax Kellermann2008-10-061-4/+0
* store MPD_UPDATE_TIME as guintMax Kellermann2008-10-031-3/+3
* don't initialize sigaction struct twiceMax Kellermann2008-10-031-6/+3
* restart system call after SIGWINCHMax Kellermann2008-10-031-1/+1
* typo: ignore SIGPIPE instead of SIGWINCHMax Kellermann2008-10-031-2/+2
* screen: removed "painted" flagMax Kellermann2008-10-031-2/+4
* options: don't pass the "options" pointer aroundMax Kellermann2008-10-031-1/+1
* code style, indent with tabs XIMax Kellermann2008-10-031-3/+1
* 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