aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-23lirc: use GLib's G_GNUC_UNUSED instead of mpd_unusedMax Kellermann1-2/+2
2008-11-21screen_play: scroll long song names in the playlistMatt Portas1-1/+20
2008-11-19screen_search: don't include ncurses.h directlyMax Kellermann1-1/+0
2008-11-19screen_song: support CMD_SCREEN_LYRICSMax Kellermann1-0/+10
2008-11-19screen_song: free the song pointerMax Kellermann1-0/+5
2008-11-19screen_lyrics: support CMD_VIEWMax Kellermann1-0/+10
2008-11-19screen_song: include cleanupMax Kellermann1-5/+0
2008-11-19screen_song: check CMD_VIEW only if song screen is enabledMax Kellermann3-0/+6
2008-11-18screen_song: new screen which views song informationMax Kellermann8-0/+225
2008-11-18libmpdclient: converted MPD_ERROR_ constants to enumMax Kellermann1-11/+35
2008-11-18libmpdclient: convert MPD_ACK_ constants to enumMax Kellermann1-14/+17
2008-11-18command: change 'locate' default hotkey to 'G'Max Kellermann1-1/+1
2008-11-18screen_browser: always declare variable "entry"Max Kellermann1-2/+0
2008-11-18screen: method cmd() returns boolMax Kellermann8-54/+54
2008-11-18ncu: include config.h, fix mouse and color supportMax Kellermann1-0/+1
2008-11-18command: added CMD_LOCATE to locate song in databaseMax Kellermann8-0/+80
2008-11-18screen_lyrics: duplicate current songMax Kellermann1-4/+9
2008-11-18screen_{file,artist,search}: repaint only if screen is visibleMax Kellermann3-3/+6
2008-11-18filelist: filelist_find_song() returns position instead of pointerMax Kellermann3-6/+8
2008-11-18screen_browser: eliminated local variable "entity"Max Kellermann1-2/+0
2008-11-18screen_browser: check if filelist is setMax Kellermann1-3/+8
2008-11-18screen_browser: use bool for return valuesMax Kellermann2-23/+23
2008-11-18screen_lyrics: added gettext markersMax Kellermann1-6/+9
2008-11-17Makefile.am: added screen_play.h to $(ncmpc_headers)Max Kellermann1-0/+1
2008-11-17screen_utils: check for NULL passwordMax Kellermann1-1/+10
2008-11-10lirc: refactored event handlerThomas Jansen4-57/+55
2008-11-07mpdclient: use g_utf8_collate()Max Kellermann1-8/+3
2008-11-07wreadln: return NULL instead of empty stringMax Kellermann4-8/+6
2008-11-07mpdclient: removed _utf8 suffix from function namesMax Kellermann6-13/+13
2008-11-07mpdclient: expect UTF-8 stringsMax Kellermann8-99/+65
2008-11-07screen_search: fixed 2 memory leaksMax Kellermann1-0/+6
2008-11-07screen_play: free the wreadln() return valueMax Kellermann1-0/+1
2008-11-07screen_browser: free g_path_get_dirname() return valueMax Kellermann1-0/+1
2008-11-07screen_file: optimized title formulaMax Kellermann1-12/+10
2008-11-07main: optimized error_msg()Max Kellermann1-1/+2
2008-11-07Makefile.am: added custom rule with -fwhole-programMax Kellermann1-0/+6
2008-11-07configure.ac, Makefile.am: removed subversion keywordsMax Kellermann1-4/+0
2008-11-07disable more features with --enable-miniMax Kellermann16-13/+151
2008-11-07command.h: include config.hMax Kellermann1-0/+2
2008-11-07charset: don't allocate GErrorMax Kellermann1-12/+4
2008-11-07options: don't store disabled optionsMax Kellermann5-0/+23
2008-11-07options: static initialization if possibleMax Kellermann1-11/+11
2008-11-07options: removed deprecated optionsMax Kellermann2-8/+1
2008-11-07configure.ac: added --disable-help-screenMax Kellermann3-1/+8
2008-11-07configure.ac: added LIRC configure switchMax Kellermann1-1/+3
2008-11-07lirc: pass writable string to lirc_init()Max Kellermann1-1/+3
2008-11-07native LIRC support for ncmpcThomas Jansen4-0/+113
2008-10-08screen_browser: fix warning when lyrics screen is disabledMax Kellermann1-0/+2
2008-10-06wreadln: support wide charactersMax Kellermann1-17/+190
2008-10-06wreadln: wait for complete multibyte sequence in wreadln_insert_byte()Max Kellermann1-0/+54