aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-31Update copyright noticesAvuton Olrich1-9/+10
2008-12-10hscroll: don't compile source in ncmpc-mini modeMax Kellermann1-1/+4
2008-12-10support: renamed source to hscroll.cMax Kellermann1-1/+1
2008-12-05sreen_play: fixed the g_completion_set_compare() callback typeMax Kellermann1-2/+15
2008-12-01screen_play: fix scrolling in auto-center modeMax Kellermann1-5/+7
2008-11-27list_window: converted "flags" to one "bool" variableMax Kellermann1-3/+3
2008-11-27list_window: use "bool" instead of "int"Max Kellermann1-2/+2
2008-11-25ncmpc-mini: disable scrollingMax Kellermann1-1/+9
2008-11-25po: improved translatable strings for easier translationMax Kellermann1-1/+1
2008-11-24screen_play.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-5/+6
2008-11-21screen_play: scroll long song names in the playlistMatt Portas1-1/+20
2008-11-19screen_song: check CMD_VIEW only if song screen is enabledMax Kellermann1-0/+2
2008-11-18screen_song: new screen which views song informationMax Kellermann1-0/+8
2008-11-18screen: method cmd() returns boolMax Kellermann1-16/+16
2008-11-18command: added CMD_LOCATE to locate song in databaseMax Kellermann1-0/+8
2008-11-07wreadln: return NULL instead of empty stringMax Kellermann1-2/+2
2008-11-07mpdclient: expect UTF-8 stringsMax Kellermann1-5/+18
2008-11-07screen_play: free the wreadln() return valueMax Kellermann1-0/+1
2008-11-07disable more features with --enable-miniMax Kellermann1-1/+24
2008-10-06include ncursesw/ncurses.h if availableMax Kellermann1-1/+0
2008-10-03screen: export the global variable "screen"Max Kellermann1-22/+14
2008-10-03screen: don't pass mpdclient pointer to method paint()Max Kellermann1-14/+14
2008-10-03screen_play: remember playlistMax Kellermann1-18/+20
2008-10-02removed LIST_FORMAT, STATUS_FORMATMax Kellermann1-2/+1
2008-10-02moved i18n macros to i18n.hMax Kellermann1-0/+1
2008-10-02removed the debugging function D()Max Kellermann1-5/+0
2008-10-02screen_lyrics: add screen_lyrics_switch()Max Kellermann1-0/+11
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-25screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann1-1/+1
2008-09-25screen: don't pass screen pointer to method update()Max Kellermann1-2/+4
2008-09-25screen_play: hide cursor with a timerMax Kellermann1-20/+45
2008-09-25screen_playlist: don't repaint in update()Max Kellermann1-17/+45
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-10/+3
2008-09-25code style, indent with tabs XMax Kellermann1-166/+161
2008-09-23screen_play: use list_window_check_selected()Max Kellermann1-5/+1
2008-09-22screen: simplified CMD_SCREEN_UPDATE handlersMax Kellermann1-3/+2
2008-09-22screen: don't set list_window->repaintMax Kellermann1-6/+1
2008-09-22screen: moved input_timestamp to screen_play.cMax Kellermann1-1/+6
2008-09-22screen: moved list_window mouse code to list_window.cMax Kellermann1-1/+2
2008-09-18playlist: removed "updated" flagMax Kellermann1-2/+3
2008-09-18screen: check MPD status only if connectedMax Kellermann1-4/+7
2008-09-18screen: removed NULL checkMax Kellermann1-2/+1
2008-09-17make several functions return voidMax Kellermann1-4/+4
2008-09-17playlist: use playlist_get() instead of playlist_get_song()Max Kellermann1-2/+3
2008-09-17list_window: don't reset *highlight to 0Max Kellermann1-1/+0
2008-09-17list_window: added list_window_center()Max Kellermann1-8/+3