aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-18command: change 'locate' default hotkey to 'G'Max Kellermann1-1/+1
2008-11-18screen_browser: always declare variable "entry"Max Kellermann1-2/+0
2008-11-18screen: method cmd() returns boolMax Kellermann8-54/+54
2008-11-18ncu: include config.h, fix mouse and color supportMax Kellermann1-0/+1
2008-11-18command: added CMD_LOCATE to locate song in databaseMax Kellermann8-0/+80
2008-11-18screen_lyrics: duplicate current songMax Kellermann1-4/+9
2008-11-18screen_{file,artist,search}: repaint only if screen is visibleMax Kellermann3-3/+6
2008-11-18filelist: filelist_find_song() returns position instead of pointerMax Kellermann3-6/+8
2008-11-18screen_browser: eliminated local variable "entity"Max Kellermann1-2/+0
2008-11-18screen_browser: check if filelist is setMax Kellermann1-3/+8
2008-11-18screen_browser: use bool for return valuesMax Kellermann2-23/+23
2008-11-18screen_lyrics: added gettext markersMax Kellermann1-6/+9
2008-11-17Makefile.am: added screen_play.h to $(ncmpc_headers)Max Kellermann1-0/+1
2008-11-17screen_utils: check for NULL passwordMax Kellermann1-1/+10