Code

screen_lyrics: some cleanup
[ncmpc.git] / src / screen_lyrics.c
2010-04-25 Jonathan Neuschäferscreen_lyrics: some cleanup
2010-04-05 Jonathan NeuschäferMake delete_lyr_hd usable
2010-04-05 Jonathan Neuschäferscreen_lyrics.c: Add function delete_lyr_hd
2010-04-05 Jonathan Neuschäferscreen_lyrics.c: wrapped some duplicate code
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-03 Thomas Jansenplugin: handle stderr messages of lyrics plugins
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
2009-10-01 Max Kellermannscreen_lyrics: don't use strfsong() to obtain tags
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-30 Max Kellermannmoved screen_file_goto_song() prototype to screen_file.h
2009-09-29 Max Kellermannplaylist: make functions const
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-18 Max Kellermannscreen_lyrics, screen_song: duplicate "next_song"
2009-09-11 Thomas Jansenupdate lyrics screen when a new song starts
2009-09-10 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-09-09 Thomas Jansenautomatically save lyrics
2009-03-23 Jeffrey Middletonscreen swap works with song/lyrics screens
2009-03-13 Patrick HallenMake it possible to switch to the song viewer from...
2009-03-10 Jeffrey MiddletonSave lyrics uses CMD_SAVE_PLAYLIST
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannadded comments for translators
2008-12-12 Max Kellermannscreen_lyrics: use screen_text
2008-12-12 Max Kellermannscreen_lyrics: disabled _GNU_SOURCE
2008-12-12 Max Kellermannlyrics: return plugin_cycle struct
2008-11-27 Max Kellermannlist_window: converted "flags" to one "bool" variable
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-25 Max Kellermannscreen_lyrics: reset cursor when the song changes
2008-11-24 Thomas Jansenscreen_lyrics.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-18 Max Kellermannscreen_lyrics: support CMD_VIEW
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
2008-11-18 Max Kellermannscreen_lyrics: duplicate current song
2008-11-18 Max Kellermannscreen_lyrics: added gettext markers
2008-10-06 Max Kellermanninclude ncursesw/ncurses.h if available
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-03 Max Kellermannscreen: don't pass mpdclient pointer to method paint()
2008-10-02 Max Kellermannscreen_lyrics: character set conversion
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannscreen_lyrics: add screen_lyrics_switch()
2008-10-02 Max Kellermannstrfsong: constant pointers
2008-09-25 Max Kellermannscreen: replaced get_cur_mode_id() with screen_is_visible()
2008-09-25 Max Kellermannscreen: don't compile disabled sources
2008-09-25 Max Kellermannscreen_lyrics: removed the "update" method
2008-09-25 Max Kellermannscreen_lyrics: added lyrics_repaint()
2008-09-25 Max Kellermannscreen: don't pass screen pointer to method paint()
2008-09-25 Max Kellermannscreen: don't call wrefresh() in methods paint() and...
2008-09-25 Max Kellermannlist_window: removed property "clear"
2008-09-23 Max Kellermannlyrics: added callback
2008-09-23 Max Kellermannscreen_lyrics: set current.song
2008-09-17 Max Kellermannlyrics: don't check current.lines==NULL
2008-09-17 Max Kellermannlyrics: removed lyrics_text_rows, use current.lines...
2008-09-17 Max Kellermannlist_window: added list_window_center()
2008-09-17 Max Kellermannlist_window: added list_window_scroll_cmd()
2008-09-17 Max Kellermannscreen: removed screen_functions.get_lw()
2008-09-17 Max Kellermannreplaced get_screen_X() with static screen_functions...
2008-09-16 Max Kellermannlyrics: converted in-process plugins to external programs
2008-09-15 Max Kellermannlyrics: missing "break"
2008-09-15 Max Kellermannlyrics: converted global variables to static
2008-09-15 Max Kellermannfix unused parameter warnings
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermannfixed mixed declaration + code
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2007-03-29 Andreas Obergrusbergerfix segfault
2007-03-14 Andreas Obergrusbergerugh!
2007-02-01 Andreas Obergrusbergerlyrics updates, leoslyrics fixes
2007-01-03 Andreas Obergrusbergeradded a plugin system for lyrics sources
2006-08-28 Andreas Obergrusbergeruse older revision till serious bugfix
2006-08-26 Andreas Obergrusbergermake compilation work again
2006-08-26 Andreas Obergrusbergercode cleanup
2006-08-08 Andreas Obergrusbergerfix a bug that doubled empty lines when loading lyrics...
2006-08-08 Andreas Obergrusbergeravuton fixed some warnings
2006-08-07 Andreas Obergrusbergerfix a bug when writing lyrics. 1st line is written now
2006-08-07 Andreas Obergrusbergerdelte debug msg
2006-08-07 Andreas Obergrusbergerimportant compile fix!
2006-08-07 Andreas Obergrusbergerlots of cool stuff!
2006-08-06 Andreas Obergrusbergerfixed up lyrics loading interruption
2006-08-06 Andreas Obergrusbergerfix bug in lyrics screen
2006-08-05 Andreas Obergrusbergerinterruption of lyrics loading + po blabla
2006-08-05 Andreas Obergrusbergertranslation updates, template and german. another littl...
2006-08-04 Andreas Obergrusbergerthe updated sources