jscript: Removed no longer needed disp_propput caller argument.
[wine] / programs / wineconsole / curses.c
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2011-10-27  Francois Gougetwineconsole: Give a name to the curses backend critical...
2011-07-27  Frédéric Delanoyprograms: Assorted spelling fixes.
2011-03-28  Eric Pouechwineconsole: Ensure that the EXIT message is always...
2010-12-21  Martin Storsjowineconsole: Fallback to window based console if the...
2010-11-29  Eric Pouechwineconsole: Move the curses critical section inside...
2010-11-16  Eric Pouechwineconsole: In curses mode, map some box drawing attri...
2010-11-16  Eric Pouechwineconsole: Added support for curses window resizing.
2010-11-16  Eric Pouechwineconsole: Properly manage window position (in wineco...
2010-04-28  Michael Stefaniucwineconsole: Switch the rest to use the explicit W...
2008-05-07  Alexandre Julliardwineconsole: Don't use a Win32 wait on a Unix file...
2007-09-26  Alexandre Julliardwineconsole: Default to the user backend, falling back...
2007-08-24  Kirill K. Smirnovwineconsole: Move window handle to inner_data structure.
2007-07-02  Alexandre Julliardconfigure: Merge the libcurses existence check with...
2007-07-02  Alexandre Julliardconfigure: Don't use a default soname if a library...
2007-01-17  Anatoly Lyutinwineconsole: Add support for non-latin symbols with...
2007-01-10  Dmitry Timoshkovwineconsole: Use CP_UNIXCP to translate strings to...
2007-01-10  Dmitry Timoshkovwineconsole: Make some data const.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-06-27  Alexandre Julliardwineconsole: Portability fixes in the curses mouse...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-10-08  Eric PouechFunction keys now work in curses mode.
2005-08-03  Alexandre JulliardMerged some of the header checks to reduce the size...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2004-11-29  Eric PouechMade some functions and variables static.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-15  Marcus MeissnerFixed one lvalue casted assignment for the new compiler.
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-10  Peter Berg LarsenChanged debug channel to "curses" to seperate it from...
2003-10-09  Peter Berg LarsenThe Tab key was considered a ctrl-key and Shift-Tab...
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-09-22  Eric Pouech- win32 console's window cannot be larger than curses...
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20  Mike McCormackDlopen libncurses.so in wineconsole.
2003-06-14  Alexandre JulliardFixed WCCURSES_InitBackend prototype in the no curses...
2003-06-13  Eric PouechIf (n)curses wasn't available at compile time:
2003-06-04  Jukka HeinonenWineconsole curses backend now works even if terminal...
2003-04-03  Alexandre JulliardAvoid warning on redefinition of KEY_EVENT.
2003-03-04  Eric PouechIn curses backend, apply the quick-edit directive from...
2003-02-14  Eric Pouech- fixed mouse event generation
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-07  Eric Pouech- fixed some update problems (generic & while scrolling)
2002-12-23  Eric PouechFixed several bugs:
2002-12-13  Eric PouechAdded a (n)curses backend to the wineconsole.