aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_play.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-03-23Use screen_status_printf() instead of screen_status_message().Kalle Wallin1-3/+2
2004-03-22Added find (in page) functionality.Kalle Wallin1-5/+26