Code

Merge remote branches 'jn/cosmetics', 'jn/doxygen' and 'jn/renames'
[ncmpc.git] / src / screen_keydef.c
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)