aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* command: check_key_bindings() returns message without commentMax Kellermann2009-01-061-0/+16
* Update copyright noticesAvuton Olrich2008-12-311-9/+10
* initialize NLS without locale supportMax Kellermann2008-12-251-1/+4
* configure.ac: added --disable-locale optionMax Kellermann2008-12-251-3/+3
* i18n: don't use locale.hMax Kellermann2008-12-251-0/+4
* main: deinitialize lyrics libraryMax Kellermann2008-12-121-0/+5
* command: disable check_key_bindings() with --enable-miniMax Kellermann2008-12-101-2/+2
* 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