| Commit message (Expand) | Author | Files | Lines |
2008-12-17 | Rename variable sun as it is predefined (to 1) on solaris | Qball Cow | 1 | -6/+6 |
2008-12-12 | screen_lyrics: use screen_text | Max Kellermann | 1 | -113/+15 |
2008-12-12 | screen_text: new library for displaying large texts | Max Kellermann | 3 | -0/+216 |
2008-12-12 | screen_lyrics: disabled _GNU_SOURCE | Max Kellermann | 1 | -1/+0 |
2008-12-12 | lyrics: return plugin_cycle struct | Max Kellermann | 3 | -26/+6 |
2008-12-12 | lyrics: use the new plugin library | Max Kellermann | 2 | -244/+12 |
2008-12-12 | plugin: new plugin library | Max Kellermann | 3 | -0/+431 |
2008-12-12 | lyrics: free lyrics_loader struct in lyrics_free() | Max Kellermann | 1 | -0/+2 |
2008-12-12 | main: deinitialize lyrics library | Max Kellermann | 1 | -0/+5 |
2008-12-12 | lyrics: g_new() cannot fail, don't check | Max Kellermann | 1 | -3/+0 |
2008-12-10 | command: disable check_key_bindings() with --enable-mini | Max Kellermann | 4 | -2/+23 |
2008-12-10 | match: case sensitive search with --enable-mini | Max Kellermann | 2 | -1/+17 |
2008-12-10 | hscroll: don't compile source in ncmpc-mini mode | Max Kellermann | 5 | -15/+11 |
2008-12-10 | support: renamed source to hscroll.c | Max Kellermann | 6 | -8/+7 |
2008-12-10 | support: removed fallback strcasestr() implementation | Max Kellermann | 2 | -23/+0 |
2008-12-10 | match: use g_utf8_casefold() in match_line() | Max Kellermann | 1 | -2/+21 |
2008-12-10 | list_window: moved string matching to match.h | Max Kellermann | 4 | -3/+64 |
2008-12-10 | screen: use print_hotkey() for the output screen tab | Max Kellermann | 1 | -4/+1 |
2008-12-08 | support: don't declare strcasestr() if provided by the system | Max Kellermann | 1 | -0/+2 |
2008-12-07 | options: Include all build options in version output. | Sebastian Harl | 1 | -0/+18 |
2008-12-06 | added missing copyright headers | Max Kellermann | 15 | -0/+284 |
2008-12-05 | screen_outputs: new screen to control MPD's output devices | Mikael Svantesson | 10 | -0/+242 |
2008-12-05 | sreen_play: fixed the g_completion_set_compare() callback type | Max Kellermann | 1 | -2/+15 |
2008-12-05 | screen_song: make the variable "current" static | Max Kellermann | 1 | -1/+1 |
2008-12-04 | screen: fixed "screen too small" typo | Max Kellermann | 1 | -2/+2 |
2008-12-01 | screen_play: fix scrolling in auto-center mode | Max Kellermann | 1 | -5/+7 |
2008-11-30 | screen_help: added the artist screen hotkey | Max Kellermann | 1 | -0/+3 |
2008-11-30 | screen_help: added CMD_VIEW | Max Kellermann | 1 | -0/+1 |
2008-11-30 | screen: don't show disabled help screen in screen list | Max Kellermann | 1 | -0/+2 |
2008-11-30 | screen_search: use filelist_new() instead of g_malloc0() | Max Kellermann | 1 | -1/+1 |
2008-11-27 | list_window: converted "flags" to one "bool" variable | Max Kellermann | 7 | -12/+11 |
2008-11-27 | list_window: use "bool" instead of "int" | Max Kellermann | 12 | -67/+66 |
2008-11-27 | list_window: fixed endless loop in non-wrapped search | Max Kellermann | 1 | -4/+5 |
2008-11-25 | screen_artist: fixes for the ncmpc-mini build | Max Kellermann | 1 | -1/+7 |
2008-11-25 | ncmpc-mini: disable scrolling | Max Kellermann | 3 | -1/+19 |
2008-11-25 | po: improved translatable strings for easier translation | Max Kellermann | 9 | -27/+25 |
2008-11-25 | screen: simplify screen list strings | Max Kellermann | 1 | -24/+20 |
2008-11-25 | list_window: reset cursor when list is empty | Max Kellermann | 1 | -1/+3 |
2008-11-25 | screen_lyrics: reset cursor when the song changes | Max Kellermann | 1 | -0/+2 |
2008-11-24 | removed gcc.h | Max Kellermann | 2 | -71/+1 |
2008-11-24 | screen_search.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -5/+4 |
2008-11-24 | screen_play.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -5/+6 |
2008-11-24 | screen_lyrics.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -3/+3 |
2008-11-24 | screen_keydef.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -4/+3 |
2008-11-24 | screen_help.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -4/+3 |
2008-11-24 | screen_file.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -4/+3 |
2008-11-24 | screen_browser.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -2/+1 |
2008-11-24 | screen_artist.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -3/+3 |
2008-11-24 | main.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -11/+11 |
2008-11-24 | lyrics.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -3/+2 |