aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* screen_browser: moved code to browser_select_entry()Max Kellermann2008-09-181-1/+2
| | | | | | Moved code from browser_handle_select(). Call this new function also from browser_handle_select_all(). This fixes a bug in select_all(): it actually did not select all, but stopped after the first song.
* screen_browser: moved code to browser_playlist_changed()Max Kellermann2008-09-181-5/+5
| | | | | Merge code from all 3 browser screens into one generic browser function.
* screen_browser: moved code to screen_browser.cMax Kellermann2008-09-181-20/+46
| | | | Isolate the generic browser code from the directory browser.
* screen_browser: added struct screen_browserMax Kellermann2008-09-181-0/+6
| | | | | We are going to separate the browser functions from screen_file.c. Move all variables which are going to be needed by this code.
* renamed screen_browse.h to screen_browser.hMax Kellermann2008-09-181-0/+34