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