aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-24screen_browser.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-2/+1
2008-11-24screen_artist.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-3/+3
2008-11-24main.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-11/+11
2008-11-24lyrics.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-3/+2
2008-11-23lirc: use GLib's G_GNUC_UNUSED instead of mpd_unusedMax Kellermann1-2/+2
2008-11-21screen_play: scroll long song names in the playlistMatt Portas1-1/+20
2008-11-19screen_search: don't include ncurses.h directlyMax Kellermann1-1/+0
2008-11-19screen_song: support CMD_SCREEN_LYRICSMax Kellermann1-0/+10
2008-11-19screen_song: free the song pointerMax Kellermann1-0/+5
2008-11-19screen_lyrics: support CMD_VIEWMax Kellermann1-0/+10
2008-11-19screen_song: include cleanupMax Kellermann1-5/+0
2008-11-19screen_song: check CMD_VIEW only if song screen is enabledMax Kellermann3-0/+6
2008-11-18screen_song: new screen which views song informationMax Kellermann8-0/+225
2008-11-18libmpdclient: converted MPD_ERROR_ constants to enumMax Kellermann1-11/+35
2008-11-18libmpdclient: convert MPD_ACK_ constants to enumMax Kellermann1-14/+17