aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-03screen: export the global variable "screen"Max Kellermann1-1/+1
screen_t is a singleton. We do not have to pass it around everywhere. Export the one global variable.
2008-10-03code style, indent with tabs XIMax Kellermann1-2/+0
Follow the same code style als MPD itself.
2008-10-03list_window: remove list_window_state_tMax Kellermann1-1/+0
We do not need to save a stack of list window states. When we return to a parent directory, we just have to find the directory which we come from in the parent list. Note that this patch resets the cursor when going to the root directory, but I think it's not that important, and I will deal with that later.
2008-10-02screen_browser: unexport command implementationsMax Kellermann1-18/+0
When we created created browser_cmd(), several functions of the screen_browser API weren't used by other sources anymore. We can now unexport them.
2008-10-02screen_browser: added browser_cmd()Max Kellermann1-0/+6
Merge a lot of code from the 3 browser screen into browser_cmd().
2008-09-25screen_browser: added hotkey for adding songMax Kellermann1-0/+3
CMD_ADD ('a') appends a song to the playlist, no matter if it is already there, i.e. unlike CMD_SELECT, it does not toggle the song.
2008-09-18screen_browser: moved code to browser_select_entry()Max Kellermann1-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.
2008-09-18screen_browser: moved code to browser_playlist_changed()Max Kellermann1-5/+5
Merge code from all 3 browser screens into one generic browser function.
2008-09-18screen_browser: moved code to screen_browser.cMax Kellermann1-20/+46
Isolate the generic browser code from the directory browser.
2008-09-18screen_browser: added struct screen_browserMax Kellermann1-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.
2008-09-18renamed screen_browse.h to screen_browser.hMax Kellermann1-0/+0
2008-09-15use size_t and unsigned integersMax Kellermann1-1/+1
2008-09-15const pointersMax Kellermann1-1/+1
Convert pointers to const whenever it is possible. Fixes all those -Wconst warnings.
2007-11-30cmd_select_all addedAndreas Obergrusberger1-0/+4
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@7061 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-15Added a search screenKalle Wallin1-0/+30
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2668 09075e82-0dd4-0310-85a5-a0d7c8717e4f