aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_list.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-18screen_song: new screen which views song informationMax Kellermann1-0/+3
This new screen views all information available on a song: its location, file name, and tags.
2008-11-07configure.ac: added --disable-help-screenMax Kellermann1-0/+2
2008-09-25screen: removed screen.modeMax Kellermann1-15/+7
Everything is now managed with a pointer to the screen_functions struct.
2008-09-25screen: removed screen idsMax Kellermann1-16/+7
Finally remove all screen ids, they are not used anymore.
2008-09-25screen: pass screen_functions pointer to switch_screen_mode()Max Kellermann1-14/+6
Trying to get rid of the screen ids. A pointer to screen_functions is better for identifying a screen.
2008-09-25screen: moved code to screen_list.cMax Kellermann1-0/+135
Move the hard-coded screen list and everything which works with this array to screen_list.c.