| Commit message (Expand) | Author | Age | Files | Lines |
* | screen_browser: added hotkey for adding song | Max Kellermann | 2008-09-25 | 1 | -0/+7 |
* | screen: replaced get_cur_mode_id() with screen_is_visible() | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen_file: removed update() method | Max Kellermann | 2008-09-25 | 1 | -23/+50 |
* | screen: don't pass screen pointer to method paint() | Max Kellermann | 2008-09-25 | 1 | -3/+3 |
* | screen: don't call wrefresh() in methods paint() and update() | Max Kellermann | 2008-09-25 | 1 | -2/+0 |
* | list_window: removed property "clear" | Max Kellermann | 2008-09-25 | 1 | -2/+0 |
* | code style, indent with tabs X | Max Kellermann | 2008-09-25 | 1 | -3/+1 |
* | screen: simplified CMD_SCREEN_UPDATE handlers | Max Kellermann | 2008-09-22 | 1 | -3/+2 |
* | screen: don't set list_window->repaint | Max Kellermann | 2008-09-22 | 1 | -1/+0 |
* | browser: check if the selection is valid | Max Kellermann | 2008-09-21 | 1 | -0/+6 |
* | filelist: provide more functions for working with a filelist | Max Kellermann | 2008-09-19 | 1 | -6/+6 |
* | filelist: drop "mpdclient" prefix | Max Kellermann | 2008-09-19 | 1 | -1/+1 |
* | screen_browser: moved code to browser_playlist_changed() | Max Kellermann | 2008-09-18 | 1 | -17/+1 |
* | screen_browser: moved code to screen_browser.c | Max Kellermann | 2008-09-18 | 1 | -468/+8 |
* | screen_browser: added struct screen_browser | Max Kellermann | 2008-09-18 | 1 | -57/+57 |
* | renamed screen_browse.h to screen_browser.h | Max Kellermann | 2008-09-18 | 1 | -1/+1 |
* | code style, indent with tabs VI | Max Kellermann | 2008-09-18 | 1 | -65/+61 |
* | screen: check MPD status only if connected | Max Kellermann | 2008-09-18 | 1 | -0/+3 |
* | screen: removed empty methods | Max Kellermann | 2008-09-18 | 1 | -6/+0 |
* | browse: when deselecting, don't search twice | Max Kellermann | 2008-09-17 | 1 | -1/+1 |
* | make several functions return void | Max Kellermann | 2008-09-17 | 1 | -4/+4 |
* | list_window: don't reset *highlight to 0 | Max Kellermann | 2008-09-17 | 1 | -1/+0 |
* | screen: removed screen_functions.get_lw() | Max Kellermann | 2008-09-17 | 1 | -7/+0 |
* | replaced get_screen_X() with static screen_functions variable | Max Kellermann | 2008-09-17 | 1 | -19/+12 |
* | fix unused parameter warnings | Max Kellermann | 2008-09-15 | 1 | -8/+12 |
* | use size_t and unsigned integers | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | fix shadow warnings | Max Kellermann | 2008-09-15 | 1 | -50/+51 |
* | include cleanup | Max Kellermann | 2008-09-15 | 1 | -6/+6 |
* | fix function prototypes | Max Kellermann | 2008-09-15 | 1 | -2/+2 |
* | const pointers | Max Kellermann | 2008-09-15 | 1 | -3/+3 |
* | code style, indent with tabs | Max Kellermann | 2008-09-15 | 1 | -606/+550 |
* | remove unused static functions | Max Kellermann | 2008-09-15 | 1 | -1/+1 |
* | make item highlighiting more appropriate | Andreas Obergrusberger | 2007-11-30 | 1 | -4/+1 |
* | cmd_select_all added | Andreas Obergrusberger | 2007-11-30 | 1 | -0/+83 |
* | Daniel rocked the house | Andreas Obergrusberger | 2006-11-11 | 1 | -3/+6 |
* | go to root/parent dir key added | Andreas Obergrusberger | 2006-11-08 | 1 | -8/+27 |
* | you can specify %shortalbum% for playlist song markup, parent directory is sh... | Andreas Obergrusberger | 2006-10-05 | 1 | -1/+14 |
* | spelling fixes by avuton | Andreas Obergrusberger | 2006-08-12 | 1 | -1/+1 |
* | translation updates, template and german. another little build fix | Andreas Obergrusberger | 2006-08-05 | 1 | -1/+1 |
* | included patch from Jonathan Fors | Kalle Wallin | 2006-01-16 | 1 | -1/+5 |
* | Moved list window state code to list_window.c | Kalle Wallin | 2005-06-14 | 1 | -43/+6 |
* | Enable playlist saving on the browse screen | Kalle Wallin | 2005-02-13 | 1 | -0/+23 |
* | Removed C++ style declarations from enqueue_and_play() | Kalle Wallin | 2005-01-04 | 1 | -1/+2 |
* | Bugfix from Niko Tyni, survive select and mouse operations on empty list | Kalle Wallin | 2004-12-19 | 1 | -2/+12 |
* | Added a search screen | Kalle Wallin | 2004-11-15 | 1 | -23/+58 |
* | Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf) | Kalle Wallin | 2004-07-13 | 1 | -7/+8 |
* | Added basic ncurses mouse support | Kalle Wallin | 2004-07-02 | 1 | -0/+33 |
* | Clear the main window on CMD_SCREEN_UPDATE | Kalle Wallin | 2004-06-22 | 1 | -0/+3 |
* | added screen_bell() for optional audible/visible bells | Kalle Wallin | 2004-06-22 | 1 | -1/+1 |
* | Added _utf8 suffix to all functions that take utf8 arguments. | Kalle Wallin | 2004-06-20 | 1 | -5/+5 |