| Commit message (Expand) | Author | Age | Files | Lines |
* | added option to disable the status line clock display | Paul Collins | 2009-01-01 | 4 | -4/+15 |
* | Update copyright notices | Avuton Olrich | 2008-12-31 | 61 | -580/+608 |
* | added comments for translators | Max Kellermann | 2008-12-25 | 5 | -3/+32 |
* | command: renamed "Update screen" to "Refresh screen" | Max Kellermann | 2008-12-25 | 1 | -1/+1 |
* | simplified translation strings | Max Kellermann | 2008-12-25 | 3 | -11/+13 |
* | screen_help: removed "bold" marker from "MOVE_UP" line | Max Kellermann | 2008-12-25 | 1 | -1/+1 |
* | conf: improved error messages | Max Kellermann | 2008-12-25 | 1 | -10/+8 |
* | conf: simplified parse_key_value() | Max Kellermann | 2008-12-25 | 1 | -68/+14 |
* | conf: don't pass length to parse_key_value() | Max Kellermann | 2008-12-25 | 1 | -10/+7 |
* | conf: optimized parse_color() with strchr() | Max Kellermann | 2008-12-25 | 1 | -56/+62 |
* | conf: use GLib's string stripping functions | Max Kellermann | 2008-12-25 | 1 | -23/+3 |
* | conf: use buffered I/O for reading the config file | Max Kellermann | 2008-12-25 | 1 | -16/+7 |
* | conf: don't free filename in read_rc_file() | Max Kellermann | 2008-12-25 | 1 | -6/+0 |
* | conf: moved code to parse_line() | Max Kellermann | 2008-12-25 | 1 | -134/+141 |
* | conf: simplified translation strings | Max Kellermann | 2008-12-25 | 1 | -21/+23 |
* | configure.ac: added --disable-multibyte | Max Kellermann | 2008-12-25 | 3 | -8/+15 |
* | show translator credits | Max Kellermann | 2008-12-25 | 1 | -0/+7 |
* | initialize NLS without locale support | Max Kellermann | 2008-12-25 | 1 | -1/+4 |
* | configure.ac: added --disable-locale option | Max Kellermann | 2008-12-25 | 4 | -7/+10 |
* | i18n: don't use locale.h | Max Kellermann | 2008-12-25 | 2 | -5/+14 |
* | Rename variable sun as it is predefined (to 1) on solaris | Qball Cow | 2008-12-17 | 1 | -6/+6 |
* | screen_lyrics: use screen_text | Max Kellermann | 2008-12-12 | 1 | -113/+15 |
* | screen_text: new library for displaying large texts | Max Kellermann | 2008-12-12 | 3 | -0/+216 |
* | screen_lyrics: disabled _GNU_SOURCE | Max Kellermann | 2008-12-12 | 1 | -1/+0 |
* | lyrics: return plugin_cycle struct | Max Kellermann | 2008-12-12 | 3 | -26/+6 |
* | lyrics: use the new plugin library | Max Kellermann | 2008-12-12 | 2 | -244/+12 |
* | plugin: new plugin library | Max Kellermann | 2008-12-12 | 3 | -0/+431 |
* | lyrics: free lyrics_loader struct in lyrics_free() | Max Kellermann | 2008-12-12 | 1 | -0/+2 |
* | main: deinitialize lyrics library | Max Kellermann | 2008-12-12 | 1 | -0/+5 |
* | lyrics: g_new() cannot fail, don't check | Max Kellermann | 2008-12-12 | 1 | -3/+0 |
* | command: disable check_key_bindings() with --enable-mini | Max Kellermann | 2008-12-10 | 4 | -2/+23 |
* | match: case sensitive search with --enable-mini | Max Kellermann | 2008-12-10 | 2 | -1/+17 |
* | hscroll: don't compile source in ncmpc-mini mode | Max Kellermann | 2008-12-10 | 5 | -15/+11 |
* | support: renamed source to hscroll.c | Max Kellermann | 2008-12-10 | 6 | -8/+7 |
* | support: removed fallback strcasestr() implementation | Max Kellermann | 2008-12-10 | 2 | -23/+0 |
* | match: use g_utf8_casefold() in match_line() | Max Kellermann | 2008-12-10 | 1 | -2/+21 |
* | list_window: moved string matching to match.h | Max Kellermann | 2008-12-10 | 4 | -3/+64 |
* | screen: use print_hotkey() for the output screen tab | Max Kellermann | 2008-12-10 | 1 | -4/+1 |
* | support: don't declare strcasestr() if provided by the system | Max Kellermann | 2008-12-08 | 1 | -0/+2 |
* | options: Include all build options in version output. | Sebastian Harl | 2008-12-07 | 1 | -0/+18 |
* | added missing copyright headers | Max Kellermann | 2008-12-06 | 15 | -0/+284 |
* | screen_outputs: new screen to control MPD's output devices | Mikael Svantesson | 2008-12-05 | 10 | -0/+242 |
* | sreen_play: fixed the g_completion_set_compare() callback type | Max Kellermann | 2008-12-05 | 1 | -2/+15 |
* | screen_song: make the variable "current" static | Max Kellermann | 2008-12-05 | 1 | -1/+1 |
* | screen: fixed "screen too small" typo | Max Kellermann | 2008-12-04 | 1 | -2/+2 |
* | screen_play: fix scrolling in auto-center mode | Max Kellermann | 2008-12-01 | 1 | -5/+7 |
* | screen_help: added the artist screen hotkey | Max Kellermann | 2008-11-30 | 1 | -0/+3 |
* | screen_help: added CMD_VIEW | Max Kellermann | 2008-11-30 | 1 | -0/+1 |
* | screen: don't show disabled help screen in screen list | Max Kellermann | 2008-11-30 | 1 | -0/+2 |
* | screen_search: use filelist_new() instead of g_malloc0() | Max Kellermann | 2008-11-30 | 1 | -1/+1 |