aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-06-15git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin1-10/+46
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-185/+70
2004-06-09Updated the get_title callback.Kalle Wallin1-2/+7
2004-06-08Display the the entire url when a streams metadata==NULLKalle Wallin1-1/+1
2004-06-07Display stream names in the list window.Kalle Wallin1-2/+4
2004-06-06i18n - ncmpc is now bilingual (sv)Kalle Wallin1-1/+1
2004-06-05Added initial i18n supportKalle Wallin1-11/+7
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-05-07Added support for moving songs in a playlist (move-up,move-down).Kalle Wallin1-4/+62
2004-04-23Reverted back to r875Kalle Wallin1-2/+0
2004-04-23Make shure the cursor stays on the same row when deleting.Kalle Wallin1-4/+4
2004-04-22Changed the way songs are added/deleted from playlist (#0000220).Kalle Wallin1-17/+81
2004-04-21Fixed resize handling (SIGWINCH).Kalle Wallin1-0/+9
2004-04-19Major cleanup. The goal of this is to simplify addition of "screens".Kalle Wallin1-27/+87
2004-04-14Highlight and center current track even when paused.Kalle Wallin1-5/+8
2004-04-05Added support for (auto) center/focus playlists.Kalle Wallin1-0/+42
2004-03-31Only delete a song if it exits.Kalle Wallin1-5/+8
2004-03-28We now allocate and free memory with glibKalle Wallin1-3/+3
2004-03-27Include "config.h" before "support.h"Kalle Wallin1-1/+45
2004-03-26Replaced wrefresh() with wnoutrefresh().Kalle Wallin1-2/+2
2004-03-26Added reversed and wrapped list search (find).Kalle Wallin1-21/+8
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-33/+6