Code

screen_*: eliminate redundant wrefresh() calls
[ncmpc.git] / src / screen_lyrics.c
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermann*: use Compiler.h macros instead of glib.h
2013-04-11 Max Kellermannscreen_lyrics: return if fork fails
2012-08-10 Jonathan NeuschäferTry to keep the cursor position when reloading lyrics
2012-06-12 Max KellermannMerge branch 'chat' of git://git.musicpd.org/jn/ncmpc
2012-05-23 Jonathan Neuschäferscreen_text: (API) use (char *) for strings
2011-12-22 Jonathan Neuschäferchange CMD_LYRICS_EDIT to CMD_EDIT
2011-12-22 Jonathan Neuschäferscreen_lyrics: optionally ask before starting an editor
2011-12-17 Jonathan Neuschäferscreen_lyrics: new key to edit lyrics
2011-12-17 Jonathan Neuschäferscreen_lyrics: put code for reloading in a function
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-22 Jonathan Neuschäferrename screen_message to screen_status
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-10-19 Jonathan Neuschäferscreen_lyrics: fix lyrics_title on small screens
2011-08-31 Max KellermannMerge remote branches 'jn/doc', 'jn/stuff' and 'jn...
2011-08-29 Jonathan Neuschäferscreen_lyrics: clarify some code
2011-08-22 Jonathan Neuschäferscreen_lyrics: prevent a double free/use after free
2011-08-21 Jonathan Neuschäferimplement the "lyrics-timeout" config option
2011-08-09 Jonathan Neuschäferscreen_lyrics: optionally show the plugin used
2011-08-09 Jonathan Neuschäferplugin: pass the plugin name to the callback
2010-04-25 Jonathan Neuschäferscreen_lyrics: handle the spacebar
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
next