Code

screen_*: eliminate redundant wrefresh() calls
[ncmpc.git] / src / screen_keydef.c
2017-03-20 Max Kellermannscreen_*: eliminate redundant wrefresh() calls
2017-03-17 Max Kellermannupdate copyright year
2014-07-14 Max Kellermannscreen_keydef: save keys to path specified by --key...
2014-07-14 Max Kellermannconf: check_user_conf_dir() returns bool
2014-07-14 Max Kellermanncommand: return bool for success/failure
2013-11-08 Max Kellermann*: make variables more local
2013-11-08 Max Kellermann*: use Compiler.h macros instead of glib.h
2012-02-03 Jonathan Neuschäferscreen_keydef: don't crash on Ctrl-Space
2012-01-04 Jonathan Neuschäferscreen_keydef: use inline functions instead of macros...
2012-01-04 Jonathan Neuschäferconf: rename get_user_key_binding_filename to build_*
2012-01-04 Max KellermannMerge remote branches 'jn/keydef' and 'jn/dev'
2012-01-04 Jonathan Neuschäferscreen_keydef: join two short-ish lines
2012-01-04 Jonathan Neuschäferscreen_keydef: support CMD_GO_ROOT_DIRECTORY
2012-01-04 Jonathan Neuschäferscreen_keydef: support adding keys with CMD_ADD
2011-12-28 Jonathan Neuschäferscreen_keydef: save lw->start when switching view modes
2011-12-28 Jonathan Neuschäferscreen_keydef: split out code to switch views
2011-12-24 Jonathan Neuschäferscreen_keydef: better distinction of adding and replaci...
2011-12-24 Jonathan Neuschäferscreen_keydef: don't assign a key twice to one command
2011-12-24 Jonathan Neuschäferscreen_keydef: show command descriptions
2011-12-24 Jonathan Neuschäferscreen_keydef: rework the list length / item position...
2011-12-24 Jonathan Neuschäferscreen_keydef: clean up keydef_cmd return values
2011-12-24 Jonathan Neuschäferscreen_keydef: remove LIST_ITEM_{SAVE,APPLY}_LABEL
2011-12-24 Jonathan Neuschäferscreen_keydef: get rid of the BUFSIZE constant
2011-12-24 Jonathan Neuschäferscreen_keydef: document delete_key
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
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-11 Max Kellermannlist_window: removed second column support
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-10 Max Kellermannscreen_keydef: call list_window_reset() after entering...
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 status message functions to screen_message.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-30 Max Kellermannscreen_utils: don't pass WINDOW to screen_readln()
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-06-14 Romain Bignondisplay songs time in playlist
2009-03-26 Romain Bignonrenamed visual selection to range selection
2009-03-23 Jeffrey Middletonscreen_keydef: parent directory command
2009-03-12 Jeffrey MiddletonDisabled visual selection in keydef screen
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-03-05 Jeffrey Middletonscreen_keydef: Fixed selections on key bindings screen
2009-01-01 Avuton OlrichUpdate copyright notices
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-24 Thomas Jansenscreen_keydef.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-18 Max Kellermannscreen: method cmd() returns bool
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 Kellermannremoved KEY_RESIZE
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-09-25 Max Kellermannscreen: don't compile disabled sources
2008-09-25 Max Kellermannscreen_keydef: removed the update() method
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-17 Max Kellermannlist_window: don't reset *highlight to 0
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
2004-11-15 Kalle WallinAdded a search screen
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-06-30 Kalle WallinAdded flags for conflicting, modified key bindings...
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinUpdated the get_title callback.
2004-06-06 Kalle Wallini18n - ncmpc is now bilingual (sv)
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)