aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-25po: improved translatable strings for easier translationMax Kellermann1-7/+5
2008-11-24screen_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-4/+3
2008-11-18screen: method cmd() returns boolMax Kellermann1-8/+8
2008-11-18command: added CMD_LOCATE to locate song in databaseMax Kellermann1-0/+47
2008-11-18screen_{file,artist,search}: repaint only if screen is visibleMax Kellermann1-1/+2
2008-11-07mpdclient: removed _utf8 suffix from function namesMax Kellermann1-1/+1
2008-11-07mpdclient: expect UTF-8 stringsMax Kellermann1-6/+17
2008-11-07screen_file: optimized title formulaMax Kellermann1-12/+10
2008-11-07disable more features with --enable-miniMax Kellermann1-0/+8
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann1-1/+0
2008-10-03screen: export the global variable "screen"Max Kellermann1-9/+9
2008-10-03screen: don't pass mpdclient pointer to method paint()Max Kellermann1-4/+3
2008-10-03removed KEY_RESIZEMax Kellermann1-2/+0
2008-10-03list_window: remove list_window_state_tMax Kellermann1-2/+0
2008-10-03use g_basename() instead of basename()Max Kellermann1-9/+7
2008-10-02moved code to charset.cMax Kellermann1-0/+1
2008-10-02moved i18n macros to i18n.hMax Kellermann1-1/+1
2008-10-02removed the debugging function D()Max Kellermann1-1/+0
2008-10-02screen_browser: added browser_cmd()Max Kellermann1-34/+1
2008-10-01screen_file: set highlights after screen updateMax Kellermann1-0/+1
2008-09-25screen_browser: added hotkey for adding songMax Kellermann1-0/+7
2008-09-25screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann1-1/+1
2008-09-25screen_file: removed update() methodMax Kellermann1-23/+50
2008-09-25screen: don't pass screen pointer to method paint()Max Kellermann1-3/+3
2008-09-25screen: don't call wrefresh() in methods paint() and update()Max Kellermann1-2/+0
2008-09-25list_window: removed property "clear"Max Kellermann1-2/+0
2008-09-25code style, indent with tabs XMax Kellermann1-3/+1
2008-09-22screen: simplified CMD_SCREEN_UPDATE handlersMax Kellermann1-3/+2
2008-09-22screen: don't set list_window->repaintMax Kellermann1-1/+0
2008-09-21browser: check if the selection is validMax Kellermann1-0/+6
2008-09-19filelist: provide more functions for working with a filelistMax Kellermann1-6/+6
2008-09-19filelist: drop "mpdclient" prefixMax Kellermann1-1/+1
2008-09-18screen_browser: moved code to browser_playlist_changed()Max Kellermann1-17/+1
2008-09-18screen_browser: moved code to screen_browser.cMax Kellermann1-468/+8
2008-09-18screen_browser: added struct screen_browserMax Kellermann1-57/+57
2008-09-18renamed screen_browse.h to screen_browser.hMax Kellermann1-1/+1
2008-09-18code style, indent with tabs VIMax Kellermann1-65/+61
2008-09-18screen: check MPD status only if connectedMax Kellermann1-0/+3
2008-09-18screen: removed empty methodsMax Kellermann1-6/+0
2008-09-17browse: when deselecting, don't search twiceMax Kellermann1-1/+1
2008-09-17make several functions return voidMax Kellermann1-4/+4
2008-09-17list_window: don't reset *highlight to 0Max Kellermann1-1/+0
2008-09-17screen: removed screen_functions.get_lw()Max Kellermann1-7/+0
2008-09-17replaced get_screen_X() with static screen_functions variableMax Kellermann1-19/+12
2008-09-15fix unused parameter warningsMax Kellermann1-8/+12
2008-09-15use size_t and unsigned integersMax Kellermann1-2/+2
2008-09-15fix shadow warningsMax Kellermann1-50/+51
2008-09-15include cleanupMax Kellermann1-6/+6
2008-09-15fix function prototypesMax Kellermann1-2/+2
2008-09-15const pointersMax Kellermann1-3/+3