aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-25po: improved translatable strings for easier translationMax Kellermann1-3/+4
2008-11-24main.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-11/+11
2008-11-10lirc: refactored event handlerThomas Jansen1-45/+28
2008-11-07mpdclient: expect UTF-8 stringsMax Kellermann1-1/+5
2008-11-07main: optimized error_msg()Max Kellermann1-1/+2
2008-11-07disable more features with --enable-miniMax Kellermann1-3/+22
2008-11-07native LIRC support for ncmpcThomas Jansen1-0/+57
2008-10-06disable ncurses raw modeMax Kellermann1-4/+0
2008-10-03store MPD_UPDATE_TIME as guintMax Kellermann1-3/+3
2008-10-03don't initialize sigaction struct twiceMax Kellermann1-6/+3
2008-10-03restart system call after SIGWINCHMax Kellermann1-1/+1
2008-10-03typo: ignore SIGPIPE instead of SIGWINCHMax Kellermann1-2/+2
2008-10-03screen: removed "painted" flagMax Kellermann1-2/+4
2008-10-03options: don't pass the "options" pointer aroundMax Kellermann1-1/+1
2008-10-03code style, indent with tabs XIMax Kellermann1-3/+1
2008-10-02fix compiler errors without locale.hMax Kellermann1-1/+3
2008-10-02charset: charset_init() returns character setMax Kellermann1-1/+1
2008-10-02moved code to charset.cMax Kellermann1-1/+1
2008-10-02moved macros from ncmpc.h to main.c and screen.cMax Kellermann1-0/+3
2008-10-02moved i18n macros to i18n.hMax Kellermann1-0/+1
2008-10-02removed the debugging function D()Max Kellermann1-21/+0
2008-09-26ignore SIGPIPEMax Kellermann1-0/+9
2008-09-25don't call lyrics_init if plugin is disabledMax Kellermann1-1/+6
2008-09-25fix miscellaneous sparse warningsMax Kellermann1-0/+2
2008-09-22screen: moved code to ncu.cMax Kellermann1-1/+3
2008-09-22main: free keyboard IO channelMax Kellermann1-2/+7
2008-09-19fix terminal resizing (SIGWINCH)Max Kellermann1-0/+33
2008-09-18quit with g_main_loop_quit()Max Kellermann1-3/+5
2008-09-18use the glib main event loopMax Kellermann1-72/+154
2008-09-18main: connect while UI is displayedMax Kellermann1-39/+21
2008-09-17code style, indent with tabs IVMax Kellermann1-56/+56
2008-09-17make several functions return voidMax Kellermann1-1/+1
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