aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
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-15use GArray for playlist instead of GListMax Kellermann1-10/+10
2008-09-15fix unused parameter warningsMax Kellermann1-9/+10
2008-09-15use size_t and unsigned integersMax Kellermann1-9/+10
2008-09-15fix shadow warningsMax Kellermann1-6/+6
2008-09-15include cleanupMax Kellermann1-7/+7
2008-09-15fix function prototypesMax Kellermann1-8/+11
2008-09-15const pointersMax Kellermann1-2/+2
2008-09-15code style, indent with tabsMax Kellermann1-208/+184
2008-09-15remove unused static functionsMax Kellermann1-1/+1
2007-08-26Removed nested functionsAndreas Obergrusberger1-66/+112
2005-06-14Dont include panel.hKalle Wallin1-1/+0
2005-06-03Added a "hide cursor" feature #0000417Kalle Wallin1-0/+13
2005-02-13Enable playlist saving on the browse screenKalle Wallin1-5/+6
2004-12-13Fixed abort (Ctrl-G) handling in the save playlist promptKalle Wallin1-1/+2
2004-11-15Added a search screenKalle Wallin1-1/+1
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-3/+4
2004-07-02Added basic ncurses mouse supportKalle Wallin1-0/+43
2004-07-02Make shure the list scrolls when moving a songKalle Wallin1-0/+2
2004-07-01Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin1-1/+1
2004-06-22Clear the main window on CMD_SCREEN_UPDATEKalle Wallin1-0/+3
2004-06-20Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin1-5/+1
2004-06-19Make shure the list window is repainted after a completion list is displayedKalle Wallin1-6/+11
2004-06-19added type argument to gcmp_list_from_path()Kalle Wallin1-7/+47
2004-06-18Added a add command (for adding files or urls to the playlist)Kalle Wallin1-0/+78
2004-06-16libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin1-0/+1