aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-02moved macros from ncmpc.h to main.c and screen.cMax Kellermann3-20/+13
2008-10-02removed LIST_FORMAT, STATUS_FORMATMax Kellermann5-14/+8
2008-10-02moved i18n macros to i18n.hMax Kellermann18-29/+56
2008-10-02options: use stdboolMax Kellermann3-32/+30
2008-10-02removed the deprecated easy_download libraryMax Kellermann2-121/+0
2008-10-02moved default value macros to defaults.hMax Kellermann5-16/+42
2008-10-02options: initialize options.list_formatMax Kellermann2-5/+5
2008-10-02removed the debugging function D()Max Kellermann13-82/+1
2008-10-02screen_browser: unexport command implementationsMax Kellermann2-23/+7
2008-10-02screen_lyrics: add screen_lyrics_switch()Max Kellermann4-2/+51
2008-10-02screen: export function screen_switch()Max Kellermann2-10/+13
2008-10-02screen: no typedefs for methodsMax Kellermann1-20/+9
2008-10-02screen_browser: added browser_cmd()Max Kellermann5-111/+76
2008-10-02screen_artist: call artist_lw_cmd() at the end of artist_cmd()Max Kellermann1-5/+5
2008-10-02screen_artist: don't call wrefresh() twiceMax Kellermann1-1/+0
2008-10-02strfsong: constant pointersMax Kellermann3-4/+6
2008-10-02screen: include config.h in screen.hMax Kellermann1-0/+1
2008-10-02configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREENMax Kellermann3-15/+1
2008-10-01screen_file: set highlights after screen updateMax Kellermann1-0/+1
2008-10-01screen_artist: separate artist and album listsMax Kellermann1-36/+55
2008-10-01screen_artist: replaced update_metalist()Max Kellermann1-30/+42
2008-10-01screen_artist: added reload_lists()Max Kellermann1-3/+23
2008-10-01screen_artist: splitted update_metalist()Max Kellermann1-46/+86
2008-10-01screen_artist: convert metalist to GPtrArrayMax Kellermann1-33/+72
2008-10-01screen_artist: don't insert ".." and "all albums" into listMax Kellermann1-6/+17
2008-10-01screen_artist: moved code to artist_lw_cmd()Max Kellermann1-12/+20
2008-09-28screen_play: no song means id=-1Max Kellermann1-3/+3
2008-09-28screen_play: repaint highlight when mpd starts playingMax Kellermann1-1/+2
2008-09-26screen_play: repaint if current song has changedMax Kellermann1-8/+10
2008-09-26ignore SIGPIPEMax Kellermann1-0/+9
2008-09-25don't call lyrics_init if plugin is disabledMax Kellermann1-1/+6
2008-09-25screen_browser: added hotkey for adding songMax Kellermann6-1/+37
2008-09-25fix miscellaneous sparse warningsMax Kellermann4-3/+5
2008-09-25Makefile: added "sparse-check" targetMax Kellermann1-0/+15
2008-09-25screen: removed screen.modeMax Kellermann4-30/+14
2008-09-25screen: removed screen idsMax Kellermann2-27/+7
2008-09-25screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann4-35/+32
2008-09-25screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann7-8/+10
2008-09-25screen: moved code to screen_list.cMax Kellermann5-110/+238
2008-09-25screen: don't compile disabled sourcesMax Kellermann6-24/+18
2008-09-25screen_utils: don't call wmove() twiceMax Kellermann1-3/+0
2008-09-25filelist: removed attribute "updated"Max Kellermann5-12/+0
2008-09-25screen: don't pass screen pointer to method update()Max Kellermann3-4/+6
2008-09-25screen_play: hide cursor with a timerMax Kellermann1-20/+45
2008-09-25screen_search: removed update() methodMax Kellermann1-25/+44
2008-09-25screen_search: removed version check from paint() methodMax Kellermann1-5/+1
2008-09-25screen_file: removed update() methodMax Kellermann1-23/+50
2008-09-25screen_artist: removed update() methodMax Kellermann1-25/+59
2008-09-25screen_playlist: don't repaint in update()Max Kellermann1-17/+45
2008-09-25list_window: removed property "repaint"Max Kellermann3-8/+1