- adapted kernel32 so that it no longer (directly) manages console
[wine] / programs / wineconsole / wineconsole.c
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-13  Eric PouechIf (n)curses wasn't available at compile time:
2003-03-17  Tony LambregtsConvert WINE_DPRINTF calls to WINE_TRACE.
2003-03-10  Eric Pouech- fixed another regression in sub-process creation...
2003-03-07  Eric PouechFixed regression in sub-process creation.
2003-03-04  Eric Pouech- added ability to use --backend=(curses|user) as winec...
2003-02-26  Eric PouechFixed behavior when changing both sb and win size,...
2003-01-09  Eric PouechAdded an edition mode flavor (win32/emacs...) to the...
2002-12-23  Eric PouechFixed several bugs:
2002-12-13  Eric PouechAdded a (n)curses backend to the wineconsole.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-04  Eric PouechAdded configuration on per application basis.
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-06-24  Andreas MohrMade initialization more verbose in case of errors.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-14  Eric PouechRemoved Trace macro and replaced it by Wine debug chann...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-23  Eric PouechStarted implementing event reduction.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-25  Eric PouechNow passing event with --use-event to let programs...
2001-11-23  Eric PouechNew console code based on Win32 windows.