Code

wreadln: fix #ifdef for WIN32
[ncmpc.git] / src / wreadln.c
2017-03-25 Max Kellermannwreadln: fix #ifdef for WIN32
2017-03-21 Max Kellermannwreadln: call g_list_length() only once
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-03 Avuton Olrichm4: Add robust curses detection and support
2011-11-03 Avuton Olrichwreadln.c: Win32 doesn't support polling, so disable...
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-19 Max Kellermanncharset: added "replace" functions
2009-03-27 Romain Bignonsupport the ^W shortcut in wreadline input
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-02-11 Patrick Hallenscreen_utils: Moved the colons of the prompts to wreadln.
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannconfigure.ac: added --disable-multibyte
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 Kellermannwreadln: support wide characters
2008-10-06 Max Kellermannwreadln: wait for complete multibyte sequence in wreadl...
2008-10-06 Max Kellermannwreadln: don't use cursor_move_right() in insert_byte()
2008-10-06 Max Kellermannwreadln: optimize wreadln_delete_char() with memmove()
2008-10-06 Max Kellermannwreadln: moved code to wreadln_delete()
2008-10-06 Max Kellermannwreadln: return early from cursor movement functions
2008-10-06 Max Kellermannwreadln: use unsigned integers and size_t
2008-10-06 Max Kellermannwreadln: use memcpy() for both cases
2008-10-06 Max Kellermannwreadln: use memmove() instead of an temporary buffer
2008-10-06 Max Kellermannwreadln: moved code to insert_byte()
2008-10-06 Max Kellermannwreadln: static buffer
2008-10-06 Max Kellermannwreadln: added struct wreadln
2008-10-06 Max Kellermannwreadln: removed parameter "x1"
2008-10-06 Max Kellermannwreadln: convert public globals to local constants
2008-10-06 Max Kellermannwreadln: import screen_bell() from screen_utils.h
2008-10-06 Max Kellermanncode style, indent with tabs XII
2008-10-06 Max Kellermannremoved my_wgetch(), switch to wgetch()
2008-10-06 Max Kellermannwreadln: removed the disabled ncursesw code
2008-10-03 Max Kellermannremoved KEY_RESIZE
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermanncharset: renamed my_strlen() to utf8_width()
2008-10-02 Max Kellermannmoved code to charset.c
2008-09-25 Max Kellermannfix miscellaneous sparse warnings
2008-09-21 J. Alexander Treumanwreadln: adding additional line editing binds
2008-09-15 Max Kellermannuse size_t and unsigned integers
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-08-26 Andreas Obergrusbergerfixed 0001496
2007-08-26 Andreas ObergrusbergerRemoved nested functions
2006-09-07 Andreas Obergrusbergerdue to bensonk's demand i added a splash screen.
2006-08-05 Andreas Obergrusbergertranslation updates, template and german. another littl...
2006-03-28 Kalle Wallinfixed TAB completion support with libcursesw (path...
2006-01-22 Kalle WallinBackspace fix (wide-char version)
2006-01-22 Kalle WallinAdded wide-char version
2005-06-11 Kalle Wallinsupport wide-char ncurses library (ncursesw)
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-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-19 Kalle Wallintry to complete even if the line is empty
2004-06-18 Kalle WallinAdded completion stuff
2004-06-06 Kalle WallinAdded wreadln.c, wreadln.h a simple line editor