Code

screen_*: eliminate redundant wrefresh() calls
[ncmpc.git] / src / screen_help.c
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
2013-11-08 Max Kellermann*: use Compiler.h macros instead of glib.h
2013-11-07 Max Kellermannscreen_queue: rename "playlist" to "queue"
2012-06-12 Max KellermannMerge branch 'chat' of git://git.musicpd.org/jn/ncmpc
2012-05-23 Jonathan Neuschäferscreen_chat: make it useful
2012-05-02 Jonathan Neuschäferadd an initial version of a chat screen
2012-01-04 Max KellermannMerge remote branches 'jn/keydef' and 'jn/dev'
2012-01-04 Jonathan Neuschäferscreen_keydef: support adding keys with CMD_ADD
2011-12-22 Jonathan Neuschäferchange CMD_LYRICS_EDIT to CMD_EDIT
2011-12-17 Jonathan Neuschäferscreen_lyrics: new key to edit lyrics
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2010-07-21 Ihar Hrachyshkascreen_help: remove CMD_SCREEN_SONG if song screen...
2010-04-05 Jonathan NeuschäferMake delete_lyr_hd usable
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-29 Thomas Jansenscreen_help: whitespace cosmetics
2009-10-15 Max Kellermannscreen_help: translate section names
2009-10-11 Max Kellermannlist_window: removed second column support
2009-10-11 Max Kellermannscreen_help: simplify the list_window callback
2009-10-11 Max Kellermannscreen_help: added paint callback
2009-10-11 Max Kellermannscreen_help: use help_paint()
2009-10-11 Max Kellermannscreen_help: removed the help_text_row_t typedef
2009-10-10 Max Kellermannlist_window: added function list_window_resize()
2009-10-10 Max Kellermannlist_window: don't invoke callback out-of-range
2009-10-10 Max Kellermannlist_window: added attribute "length"
2009-10-09 Max Kellermannscreen_{play,keydef,text}: use list_window_set_cursor()
2009-10-09 Max Kellermannlist_window: removed the list_window_t typedef
2009-10-01 Max Kellermannscreen_utils: moved screen_find() to screen_find.c
2009-10-01 Max Kellermannscreen: moved screen_interface externs to each screen...
2009-09-30 Max Kellermannmoved struct screen_functions to screen_interface.h
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-06-14 Romain Bignondisplay songs time in playlist
2009-04-24 Jeffrey Middletonscreen_play: added CMD_SELECT_PLAYING
2009-04-16 Max Kellermannscreen_help: added translator comment for CMD_INTERRUPT
2009-04-06 Jeffrey MiddletonAdded screen swap to help screen
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-29 Romain Bignonsupport the 'consume' mode
2009-03-28 Patrick Hallenscreen_help: Fixed an endless-loop-bug.
2009-03-27 Romain Bignonsupport the new 'single' state feature
2009-03-26 Romain Bignonrenamed visual selection to range selection
2009-03-23 Jeffrey Middletonscreen_help: keydef screen
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-03-05 Jeffrey Middletonscreen_help: Added lyrics and outputs screen to help
2009-03-05 Jeffrey Middletonlist_window: Added scroll up/down half-screen commands
2009-03-05 Jeffrey Middletonlist_window: Added scroll up/down commands
2009-03-03 Jeffrey Middletonlist_window: added top, middle, and bottom commands
2009-02-11 Patrick Hallencommand: Added the new jump command.
2009-02-10 Romain Bignonsupport multiple lines selection
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannsimplified translation strings
2008-12-25 Max Kellermannscreen_help: removed "bold" marker from "MOVE_UP" line
2008-12-05 Mikael Svantessonscreen_outputs: new screen to control MPD's output...
2008-11-30 Max Kellermannscreen_help: added the artist screen hotkey
2008-11-30 Max Kellermannscreen_help: added CMD_VIEW
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-24 Thomas Jansenscreen_help.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-18 Max Kellermannscreen: method cmd() returns bool
2008-11-18 Max Kellermanncommand: added CMD_LOCATE to locate song in database
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-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-09-25 Max Kellermannscreen_browser: added hotkey for adding song
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-25 Max Kellermanncode style, indent with tabs X
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-21 Max Kellermannscreen_help: removed update() method
2008-09-18 Max Kellermannremoved the clock screen
2008-09-17 Max Kellermannhelp: return early from list_callback()
2008-09-17 Max Kellermannhelp: converted help_text_rows to a macro
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-15 Max Kellermannfix unused parameter warnings
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermannfix shadow warnings
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2007-11-30 Andreas Obergrusbergercmd_select_all added
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2006-11-08 Andreas Obergrusbergergo to root/parent dir key added
2006-08-07 Andreas Obergrusbergernow really show the save lyrics command on the help...
2006-08-07 Andreas Obergrusbergerlots of cool stuff!
2006-08-05 Andreas Obergrusbergerinterruption of lyrics loading + po blabla
2006-08-04 Andreas Obergrusbergerthe updated sources
2005-06-14 Kalle WallinAdded previous screen info
2005-02-13 Kalle WallinEnable playlist saving on the browse screen
2004-11-15 Kalle WallinAdded a search screen
2004-07-21 Kalle Wallin¡Español!
next