server: Remove no longer used create_flags from get_startup_info request.
[wine] / dlls / kernel / console.c
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-04-14  Rein KlazesIn AllocConsole() pass the wShowWindow value and STARTF...
2005-03-09  Gabriel Buades RubioWhen sending multi-line boxes to console throgh WineCon...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-15  Rein KlazesA starting process must obey the STARTF_USESTDHANDLES...
2004-09-13  Eric PouechFixed (finally) ScrollConsoleScreenBuffer implementation.
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-05  Alexandre JulliardReplaced LPINPUT_RECORD by PINPUT_RECORD.
2004-04-13  Christian CostaFixed typo.
2004-04-02  Hans LeidekkerGetConsoleInfo() pseudo stub.
2004-03-18  Richard CohenAdded some traces.
2004-03-17  Richard CohenFix relative screen resizing.
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-01-27  Dmitry TimoshkovUse case insensitive comparison with pseudo console...
2003-12-12  Eric PouechMoved all remaining console related code to dlls/kernel...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-09-19  Eric PouechBy default, console handles are inheritable.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-05-13  Eric PouechFixed console output for non wrapped mode.
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-21  Marcus MeissnerHandle the COORD <-> DWORD conversion the canonical...
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-04  Eric PouechNow passing some console parameters at wineconsole...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Eric PouechMoved all client-side console code to kernel.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2001-12-04  Marcus MeissnerCopy the correct number of bytes in WriteConsoleInputA.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...