aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* use GArray for playlist instead of GListMax Kellermann2008-09-151-10/+10
* fix unused parameter warningsMax Kellermann2008-09-151-9/+10
* use size_t and unsigned integersMax Kellermann2008-09-151-9/+10
* fix shadow warningsMax Kellermann2008-09-151-6/+6
* include cleanupMax Kellermann2008-09-151-7/+7
* fix function prototypesMax Kellermann2008-09-151-8/+11
* const pointersMax Kellermann2008-09-151-2/+2
* code style, indent with tabsMax Kellermann2008-09-151-208/+184
* remove unused static functionsMax Kellermann2008-09-151-1/+1
* Removed nested functionsAndreas Obergrusberger2007-08-261-66/+112
* Dont include panel.hKalle Wallin2005-06-141-1/+0
* Added a "hide cursor" feature #0000417Kalle Wallin2005-06-031-0/+13
* Enable playlist saving on the browse screenKalle Wallin2005-02-131-5/+6
* Fixed abort (Ctrl-G) handling in the save playlist promptKalle Wallin2004-12-131-1/+2
* Added a search screenKalle Wallin2004-11-151-1/+1
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-3/+4
* Added basic ncurses mouse supportKalle Wallin2004-07-021-0/+43
* Make shure the list scrolls when moving a songKalle Wallin2004-07-021-0/+2
* Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin2004-07-011-1/+1
* Clear the main window on CMD_SCREEN_UPDATEKalle Wallin2004-06-221-0/+3
* Added _utf8 suffix to all functions that take utf8 arguments.Kalle Wallin2004-06-201-5/+1
* Make shure the list window is repainted after a completion list is displayedKalle Wallin2004-06-191-6/+11
* added type argument to gcmp_list_from_path()Kalle Wallin2004-06-191-7/+47
* Added a add command (for adding files or urls to the playlist)Kalle Wallin2004-06-181-0/+78
* libmpdclient updated (r1507) - added path to mpdclient_cmd_db_update() Kalle Wallin2004-06-161-0/+1
* git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497 09075e82-0dd4-0310-85a5-...Kalle Wallin2004-06-151-10/+46
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-185/+70
* Updated the get_title callback.Kalle Wallin2004-06-091-2/+7
* Display the the entire url when a streams metadata==NULLKalle Wallin2004-06-081-1/+1
* Display stream names in the list window.Kalle Wallin2004-06-071-2/+4
* i18n - ncmpc is now bilingual (sv)Kalle Wallin2004-06-061-1/+1
* Added initial i18n supportKalle Wallin2004-06-051-11/+7
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+390