aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_lyrics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright noticesAvuton Olrich2008-12-311-10/+10
* added comments for translatorsMax Kellermann2008-12-251-1/+6
* screen_lyrics: use screen_textMax Kellermann2008-12-121-113/+15
* screen_lyrics: disabled _GNU_SOURCEMax Kellermann2008-12-121-1/+0
* lyrics: return plugin_cycle structMax Kellermann2008-12-121-3/+3
* list_window: converted "flags" to one "bool" variableMax Kellermann2008-11-271-1/+1
* list_window: use "bool" instead of "int"Max Kellermann2008-11-271-1/+1
* po: improved translatable strings for easier translationMax Kellermann2008-11-251-1/+1
* screen_lyrics: reset cursor when the song changesMax Kellermann2008-11-251-0/+2
* screen_lyrics.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-3/+3
* screen_lyrics: support CMD_VIEWMax Kellermann2008-11-191-0/+10
* screen: method cmd() returns boolMax Kellermann2008-11-181-7/+7
* command: added CMD_LOCATE to locate song in databaseMax Kellermann2008-11-181-0/+9
* screen_lyrics: duplicate current songMax Kellermann2008-11-181-4/+9
* screen_lyrics: added gettext markersMax Kellermann2008-11-181-6/+9
* include ncursesw/ncurses.h if availableMax Kellermann2008-10-061-1/+0
* screen: export the global variable "screen"Max Kellermann2008-10-031-4/+3
* screen: don't pass mpdclient pointer to method paint()Max Kellermann2008-10-031-3/+3
* screen_lyrics: character set conversionMax Kellermann2008-10-021-1/+9
* moved i18n macros to i18n.hMax Kellermann2008-10-021-1/+1
* screen_lyrics: add screen_lyrics_switch()Max Kellermann2008-10-021-2/+18
* strfsong: constant pointersMax Kellermann2008-10-021-1/+1
* screen: replaced get_cur_mode_id() with screen_is_visible()Max Kellermann2008-09-251-1/+1
* screen: don't compile disabled sourcesMax Kellermann2008-09-251-4/+0
* screen_lyrics: removed the "update" methodMax Kellermann2008-09-251-13/+4
* screen_lyrics: added lyrics_repaint()Max Kellermann2008-09-251-10/+27
* screen: don't pass screen pointer to method paint()Max Kellermann2008-09-251-2/+2
* screen: don't call wrefresh() in methods paint() and update()Max Kellermann2008-09-251-4/+1
* list_window: removed property "clear"Max Kellermann2008-09-251-2/+0
* lyrics: added callbackMax Kellermann2008-09-231-33/+22
* screen_lyrics: set current.songMax Kellermann2008-09-231-2/+2
* lyrics: don't check current.lines==NULLMax Kellermann2008-09-171-2/+2
* lyrics: removed lyrics_text_rows, use current.lines->len insteadMax Kellermann2008-09-171-2/+1
* list_window: added list_window_center()Max Kellermann2008-09-171-9/+1
* list_window: added list_window_scroll_cmd()Max Kellermann2008-09-171-32/+4
* screen: removed screen_functions.get_lw()Max Kellermann2008-09-171-7/+0
* replaced get_screen_X() with static screen_functions variableMax Kellermann2008-09-171-19/+13
* lyrics: converted in-process plugins to external programsMax Kellermann2008-09-161-169/+186
* lyrics: missing "break"Max Kellermann2008-09-151-1/+2
* lyrics: converted global variables to staticMax Kellermann2008-09-151-1/+3
* fix unused parameter warningsMax Kellermann2008-09-151-4/+5
* use size_t and unsigned integersMax Kellermann2008-09-151-17/+23
* fixed mixed declaration + codeMax Kellermann2008-09-151-6/+6
* fix shadow warningsMax Kellermann2008-09-151-7/+7
* include cleanupMax Kellermann2008-09-151-10/+10
* fix function prototypesMax Kellermann2008-09-151-4/+4
* const pointersMax Kellermann2008-09-151-2/+2
* code style, indent with tabsMax Kellermann2008-09-151-240/+235
* remove unused static functionsMax Kellermann2008-09-151-1/+1
* fix segfaultAndreas Obergrusberger2007-03-291-3/+7