aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright noticesAvuton Olrich2008-12-311-9/+10
* hscroll: don't compile source in ncmpc-mini modeMax Kellermann2008-12-101-1/+4
* support: renamed source to hscroll.cMax Kellermann2008-12-101-1/+1
* sreen_play: fixed the g_completion_set_compare() callback typeMax Kellermann2008-12-051-2/+15
* screen_play: fix scrolling in auto-center modeMax Kellermann2008-12-011-5/+7
* list_window: converted "flags" to one "bool" variableMax Kellermann2008-11-271-3/+3
* list_window: use "bool" instead of "int"Max Kellermann2008-11-271-2/+2
* ncmpc-mini: disable scrollingMax Kellermann2008-11-251-1/+9
* po: improved translatable strings for easier translationMax Kellermann2008-11-251-1/+1
* screen_play.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-5/+6
* screen_play: scroll long song names in the playlistMatt Portas2008-11-211-1/+20
* screen_song: check CMD_VIEW only if song screen is enabledMax Kellermann2008-11-191-0/+2
* screen_song: new screen which views song informationMax Kellermann2008-11-181-0/+8
* screen: method cmd() returns boolMax Kellermann2008-11-181-16/+16
* command: added CMD_LOCATE to locate song in databaseMax Kellermann2008-11-181-0/+8
* wreadln: return NULL instead of empty stringMax Kellermann2008-11-071-2/+2
* mpdclient: expect UTF-8 stringsMax Kellermann2008-11-071-5/+18
* screen_play: free the wreadln() return valueMax Kellermann2008-11-071-0/+1
* disable more features with --enable-miniMax Kellermann2008-11-071-1/+24
* include ncursesw/ncurses.h if availableMax Kellermann2008-10-061-1/+0
* screen: export the global variable "screen"Max Kellermann2008-10-031-22/+14
* screen: don't pass mpdclient pointer to method paint()Max Kellermann2008-10-031-14/+14
* screen_play: remember playlistMax Kellermann2008-10-031-18/+20
* removed LIST_FORMAT, STATUS_FORMATMax Kellermann2008-10-021-2/+1
* moved i18n macros to i18n.hMax Kellermann2008-10-021-0/+1
* removed the debugging function D()Max Kellermann2008-10-021-5/+0
* screen_lyrics: add screen_lyrics_switch()Max Kellermann2008-10-021-0/+11
* screen_play: no song means id=-1Max Kellermann2008-09-281-3/+3
* screen_play: repaint highlight when mpd starts playingMax Kellermann2008-09-281-1/+2
* screen_play: repaint if current song has changedMax Kellermann2008-09-261-8/+10
* screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann2008-09-251-1/+1
* screen: don't pass screen pointer to method update()Max Kellermann2008-09-251-2/+4
* screen_play: hide cursor with a timerMax Kellermann2008-09-251-20/+45
* screen_playlist: don't repaint in update()Max Kellermann2008-09-251-17/+45
* 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-10/+3
* code style, indent with tabs XMax Kellermann2008-09-251-166/+161
* screen_play: use list_window_check_selected()Max Kellermann2008-09-231-5/+1
* screen: simplified CMD_SCREEN_UPDATE handlersMax Kellermann2008-09-221-3/+2
* screen: don't set list_window->repaintMax Kellermann2008-09-221-6/+1
* screen: moved input_timestamp to screen_play.cMax Kellermann2008-09-221-1/+6
* screen: moved list_window mouse code to list_window.cMax Kellermann2008-09-221-1/+2
* playlist: removed "updated" flagMax Kellermann2008-09-181-2/+3
* screen: check MPD status only if connectedMax Kellermann2008-09-181-4/+7
* screen: removed NULL checkMax Kellermann2008-09-181-2/+1
* make several functions return voidMax Kellermann2008-09-171-4/+4
* playlist: use playlist_get() instead of playlist_get_song()Max Kellermann2008-09-171-2/+3
* list_window: don't reset *highlight to 0Max Kellermann2008-09-171-1/+0
* list_window: added list_window_center()Max Kellermann2008-09-171-8/+3