aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-25added comments for translatorsMax Kellermann5-3/+32
2008-12-25command: renamed "Update screen" to "Refresh screen"Max Kellermann1-1/+1
2008-12-25simplified translation stringsMax Kellermann3-11/+13
2008-12-25screen_help: removed "bold" marker from "MOVE_UP" lineMax Kellermann1-1/+1
2008-12-25conf: improved error messagesMax Kellermann1-10/+8
2008-12-25conf: simplified parse_key_value()Max Kellermann1-68/+14
2008-12-25conf: don't pass length to parse_key_value()Max Kellermann1-10/+7
2008-12-25conf: optimized parse_color() with strchr()Max Kellermann1-56/+62
2008-12-25conf: use GLib's string stripping functionsMax Kellermann1-23/+3
2008-12-25conf: use buffered I/O for reading the config fileMax Kellermann1-16/+7
2008-12-25conf: don't free filename in read_rc_file()Max Kellermann1-6/+0
2008-12-25conf: moved code to parse_line()Max Kellermann1-134/+141
2008-12-25conf: simplified translation stringsMax Kellermann1-21/+23
2008-12-25configure.ac: added --disable-multibyteMax Kellermann3-8/+15
2008-12-25show translator creditsMax Kellermann1-0/+7
2008-12-25initialize NLS without locale supportMax Kellermann1-1/+4
2008-12-25configure.ac: added --disable-locale optionMax Kellermann4-7/+10
2008-12-25i18n: don't use locale.hMax Kellermann2-5/+14
2008-12-17Rename variable sun as it is predefined (to 1) on solarisQball Cow1-6/+6
2008-12-12screen_lyrics: use screen_textMax Kellermann1-113/+15
2008-12-12screen_text: new library for displaying large textsMax Kellermann3-0/+216
2008-12-12screen_lyrics: disabled _GNU_SOURCEMax Kellermann1-1/+0
2008-12-12lyrics: return plugin_cycle structMax Kellermann3-26/+6
2008-12-12lyrics: use the new plugin libraryMax Kellermann2-244/+12
2008-12-12plugin: new plugin libraryMax Kellermann3-0/+431
2008-12-12lyrics: free lyrics_loader struct in lyrics_free()Max Kellermann1-0/+2
2008-12-12main: deinitialize lyrics libraryMax Kellermann1-0/+5
2008-12-12lyrics: g_new() cannot fail, don't checkMax Kellermann1-3/+0
2008-12-10command: disable check_key_bindings() with --enable-miniMax Kellermann4-2/+23
2008-12-10match: case sensitive search with --enable-miniMax Kellermann2-1/+17
2008-12-10hscroll: don't compile source in ncmpc-mini modeMax Kellermann5-15/+11
2008-12-10support: renamed source to hscroll.cMax Kellermann6-8/+7
2008-12-10support: removed fallback strcasestr() implementationMax Kellermann2-23/+0
2008-12-10match: use g_utf8_casefold() in match_line()Max Kellermann1-2/+21
2008-12-10list_window: moved string matching to match.hMax Kellermann4-3/+64
2008-12-10screen: use print_hotkey() for the output screen tabMax Kellermann1-4/+1
2008-12-08support: don't declare strcasestr() if provided by the systemMax Kellermann1-0/+2
2008-12-07options: Include all build options in version output.Sebastian Harl1-0/+18
2008-12-06added missing copyright headersMax Kellermann15-0/+284
2008-12-05screen_outputs: new screen to control MPD's output devicesMikael Svantesson10-0/+242
2008-12-05sreen_play: fixed the g_completion_set_compare() callback typeMax Kellermann1-2/+15
2008-12-05screen_song: make the variable "current" staticMax Kellermann1-1/+1
2008-12-04screen: fixed "screen too small" typoMax Kellermann1-2/+2
2008-12-01screen_play: fix scrolling in auto-center modeMax Kellermann1-5/+7
2008-11-30screen_help: added the artist screen hotkeyMax Kellermann1-0/+3
2008-11-30screen_help: added CMD_VIEWMax Kellermann1-0/+1
2008-11-30screen: don't show disabled help screen in screen listMax Kellermann1-0/+2
2008-11-30screen_search: use filelist_new() instead of g_malloc0()Max Kellermann1-1/+1
2008-11-27list_window: converted "flags" to one "bool" variableMax Kellermann7-12/+11
2008-11-27list_window: use "bool" instead of "int"Max Kellermann12-67/+66