| Commit message (Expand) | Author | Age | Files | Lines |
* | list_window: use "bool" instead of "int" | Max Kellermann | 2008-11-27 | 1 | -1/+1 |
* | screen_artist: fixes for the ncmpc-mini build | Max Kellermann | 2008-11-25 | 1 | -1/+7 |
* | po: improved translatable strings for easier translation | Max Kellermann | 2008-11-25 | 1 | -1/+0 |
* | screen_artist.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -3/+3 |
* | screen: method cmd() returns bool | Max Kellermann | 2008-11-18 | 1 | -6/+6 |
* | screen_{file,artist,search}: repaint only if screen is visible | Max Kellermann | 2008-11-18 | 1 | -1/+2 |
* | mpdclient: removed _utf8 suffix from function names | Max Kellermann | 2008-11-07 | 1 | -2/+2 |
* | mpdclient: expect UTF-8 strings | Max Kellermann | 2008-11-07 | 1 | -7/+7 |
* | include ncursesw/ncurses.h if available | Max Kellermann | 2008-10-06 | 1 | -1/+0 |
* | screen: export the global variable "screen" | Max Kellermann | 2008-10-03 | 1 | -9/+7 |
* | screen: don't pass mpdclient pointer to method paint() | Max Kellermann | 2008-10-03 | 1 | -3/+3 |
* | screen_artist: better screen title | Max Kellermann | 2008-10-03 | 1 | -7/+13 |
* | list_window: remove list_window_state_t | Max Kellermann | 2008-10-03 | 1 | -11/+63 |
* | screen_artist: fix reload in "All tracks" | Max Kellermann | 2008-10-03 | 1 | -7/+11 |
* | moved code to charset.c | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | moved i18n macros to i18n.h | Max Kellermann | 2008-10-02 | 1 | -1/+1 |
* | removed the debugging function D() | Max Kellermann | 2008-10-02 | 1 | -1/+0 |
* | screen_browser: added browser_cmd() | Max Kellermann | 2008-10-02 | 1 | -30/+15 |
* | screen_artist: call artist_lw_cmd() at the end of artist_cmd() | Max Kellermann | 2008-10-02 | 1 | -5/+5 |
* | screen_artist: don't call wrefresh() twice | Max Kellermann | 2008-10-02 | 1 | -1/+0 |
* | screen_artist: separate artist and album lists | Max Kellermann | 2008-10-01 | 1 | -36/+55 |
* | screen_artist: replaced update_metalist() | Max Kellermann | 2008-10-01 | 1 | -30/+42 |
* | screen_artist: added reload_lists() | Max Kellermann | 2008-10-01 | 1 | -3/+23 |
* | screen_artist: splitted update_metalist() | Max Kellermann | 2008-10-01 | 1 | -46/+86 |
* | screen_artist: convert metalist to GPtrArray | Max Kellermann | 2008-10-01 | 1 | -33/+72 |
* | screen_artist: don't insert ".." and "all albums" into list | Max Kellermann | 2008-10-01 | 1 | -6/+17 |
* | screen_artist: moved code to artist_lw_cmd() | Max Kellermann | 2008-10-01 | 1 | -12/+20 |
* | screen_browser: added hotkey for adding song | Max Kellermann | 2008-09-25 | 1 | -1/+6 |
* | screen: replaced get_cur_mode_id() with screen_is_visible() | Max Kellermann | 2008-09-25 | 1 | -1/+1 |
* | screen: don't compile disabled sources | Max Kellermann | 2008-09-25 | 1 | -5/+0 |
* | filelist: removed attribute "updated" | Max Kellermann | 2008-09-25 | 1 | -2/+0 |
* | screen_artist: removed update() method | Max Kellermann | 2008-09-25 | 1 | -25/+59 |
* | 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 | -4/+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 | -2/+0 |
* | screen: don't set list_window->repaint | Max Kellermann | 2008-09-22 | 1 | -2/+0 |
* | browse: ensure that filelist!=NULL | Max Kellermann | 2008-09-21 | 1 | -0/+3 |
* | screen_artist: check if anything is selected | Max Kellermann | 2008-09-21 | 1 | -0/+8 |
* | filelist: provide more functions for working with a filelist | Max Kellermann | 2008-09-19 | 1 | -9/+4 |
* | filelist: drop "mpdclient" prefix | Max Kellermann | 2008-09-19 | 1 | -3/+3 |
* | screen_browser: moved code to browser_playlist_changed() | Max Kellermann | 2008-09-18 | 1 | -13/+2 |
* | screen_browser: moved code to screen_browser.c | Max Kellermann | 2008-09-18 | 1 | -9/+6 |
* | screen_browser: added struct screen_browser | Max Kellermann | 2008-09-18 | 1 | -79/+91 |
* | renamed screen_browse.h to screen_browser.h | Max Kellermann | 2008-09-18 | 1 | -1/+1 |
* | screen: removed empty methods | Max Kellermann | 2008-09-18 | 1 | -6/+0 |
* | screen_artist: fix compilation errors | Max Kellermann | 2008-09-17 | 1 | -26/+29 |
* | code style, indent with tabs IV | Max Kellermann | 2008-09-17 | 1 | -335/+316 |
* | list_window: don't reset *highlight to 0 | Max Kellermann | 2008-09-17 | 1 | -1/+0 |