Code

screen_utils: move KEY_MOUSE check to ignore_key(), avoid recursion
[ncmpc.git] / src / screen_utils.c
2017-03-20 Max Kellermannscreen_utils: move KEY_MOUSE check to ignore_key()...
2017-03-20 Max Kellermannscreen_utils: move check to ignore_key()
2017-03-20 Max Kellermannscreen_utils: move set_xterm_title() to xterm_title.c
2017-03-20 Max Kellermannscreen_utils: remove redundant doupdate() call
2017-03-17 Max Kellermannupdate copyright year
2014-05-13 nonameFlush stdout to change xterm title.
2013-11-08 Max Kellermann*: make variables more local
2011-12-22 Jonathan Neuschäferscreen_utils: add function screen_get_yesno
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
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-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-09-30 Max Kellermannscreen: moved code to status_bar.c
2009-09-30 Max Kellermannscreen_utils: don't pass WINDOW to screen_readln()
2009-09-30 Max Kellermannscreen_utils: removed unused function screen_getstr()
2009-09-29 Max Kellermannscreen_utils: moved screen_auth() to screen_client.c
2009-09-28 Max Kellermannuse libmpdclient2
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-28 Patrick Hallenscreen_utils: Fixed backspace with widecharacters in...
2009-03-15 Patrick Hallenscreen_utils: Fixed a minor bug with the jump command.
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-02-12 Patrick HallenRemoved colons to simplify translation.
2009-02-11 Patrick Hallenscreen_utils: Added new function which jumps to an...
2009-02-11 Patrick Hallenscreen_utils: Use werase() instead of wclear().
2009-02-11 Patrick Hallenscreen_utils: Moved the colons of the prompts to wreadln.
2009-02-09 jefromilist_window: bell when searches wrap
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-10 Max Kellermannsupport: renamed source to hscroll.c
2008-11-27 Max Kellermannlist_window: use "bool" instead of "int"
2008-11-17 Max Kellermannscreen_utils: check for NULL password
2008-11-07 Max Kellermannwreadln: return NULL instead of empty string
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-10-06 Max Kellermannremoved my_wgetch(), switch to wgetch()
2008-10-04 Max Kellermannuse g_basename() instead of basename()
2008-10-03 Max Kellermannscreen: export the global variable "screen"
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-09-25 Max Kellermannscreen_utils: don't call wmove() twice
2008-09-25 Max Kellermannlist_window: removed property "repaint"
2008-09-25 Max Kellermanncode style, indent with tabs X
2008-09-22 Max Kellermannscreen_utils: simplified call to wreadln_masked()
2008-09-22 Max Kellermannscreen_utils: hide cursor after screen_read_password()
2008-09-22 Max Kellermannscreen: unsigned integers for screen dimensions
2008-09-22 Max Kellermanncode style, indent with tabs IX
2008-09-17 Max Kellermannuse the glib main event loop
2008-09-16 Max Kellermannscreen: added struct names
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannscreen_auth() returns result
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
2006-09-08 Andreas Obergrusbergermulti liner ;) fixed segfault
2006-09-07 Andreas Obergrusbergerdue to bensonk's demand i added a splash screen.
2005-06-15 Kalle WallinNew configuraton option: find-show-last
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-07-12 Kalle WallinSupport SIGSTOP, SIGCONT in raw mode
2004-07-03 Kalle WallinIgnore mouse events in wreadln, screen_getch
2004-06-24 Kalle WallinMade the xterm title dynamic, added configuration optio...
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-19 Kalle Wallinfixed the display of completion lists
2004-06-18 Kalle WallinAdded completion stuff
2004-06-16 Kalle WallinUse the alert color in screen_readln()
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-06 Kalle WallinAdded wreadln.c, wreadln.h a simple line editor
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)