aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-27list_window: fixed endless loop in non-wrapped searchMax Kellermann1-4/+5
2008-11-25screen_artist: fixes for the ncmpc-mini buildMax Kellermann1-1/+7
2008-11-25ncmpc-mini: disable scrollingMax Kellermann3-1/+19
2008-11-25po: improved translatable strings for easier translationMax Kellermann9-27/+25
2008-11-25screen: simplify screen list stringsMax Kellermann1-24/+20
2008-11-25list_window: reset cursor when list is emptyMax Kellermann1-1/+3
2008-11-25screen_lyrics: reset cursor when the song changesMax Kellermann1-0/+2
2008-11-24removed gcc.hMax Kellermann2-71/+1
2008-11-24screen_search.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-5/+4
2008-11-24screen_play.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-5/+6
2008-11-24screen_lyrics.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-3/+3
2008-11-24screen_keydef.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-4/+3
2008-11-24screen_help.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-4/+3
2008-11-24screen_file.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-4/+3