Removed some of the calls to HEAP_strdup* functions.
[wine] / win32 / console.c
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-21  Eric PouechFixed buffer length in history manipulation.
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.
2001-10-17  Alexandre JulliardAdded support for low-level mouse and keyboard hooks.
2001-09-14  Francois GougetHANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
2001-08-21  Francois GougetDocumentation updates (mainly thru vs. through).
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-16  Alexandre JulliardPass the stdin/stdout handles on startup to use as...
2001-02-14  Patrik StridvallDocumentation ordinal fixes.
2001-01-09  François Gougetpty_handle is a HANDLE, not an int.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-25  Alexandre JulliardFixed GetLargestConsoleWindowSize return type for Winel...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-31  Guy L. AlbertelliNeed to get any outstanding input prior to returning...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-02  Marcus MeissnerChange xterm mouse tracking mode to BTN_EVENT_MOUSE...
2000-08-31  Marcus MeissnerReplaced USER32.DLL use by hardcoded tables for VkKeySc...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-18  Chris MorganStubbed SetConsoleInputExeNameA/W.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-06-24  Eric PouechA few missing console stubs.
2000-05-30  Ulrich CzekallaAdd stub for SetConsoleOutputCP.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-04-29  Eric PouechFixed GetLargestConsoleWindowSize prototype.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Hidenori TakeshimaFixes for i18n.
2000-02-20  Marcus MeissnerAdded a bit magic to CONSOLE_get_input so we don't...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Marcus MeissnerSave and restore cursor in WriteConsoleOutputA.
2000-02-03  Ove KaavenHandle backspace correctly.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-04  Guy AlbertelliFixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
1999-08-01  Alexandre JulliardRemoved async I/O support.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-27  Marcus MeissnerReadConsoleA: use ir as pointer to (req+1).
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-05-29  Marcus MeissnerFix <return> key (somehow we get a control keystate).
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-09  Alexandre JulliardFixed request size for alloc_console and free_console.
1999-05-08  Marcus MeissnerIgnore ESC[%dc reports generated by 8bit control codes.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-25  David LuyerChanged "strings.h" to "string.h".
1999-02-28  Alexandre JulliardCLIENT_WaitReply: don't clear last error on success...
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-14  Alexandre JulliardRemoved CONSOLE_Ops.
1999-02-09  Zygo Blaxellwine_openpty is not properly declared (either missing...
1999-02-05  Marcus MeissnerContinued hack to win32/console.c, so that the IDA...
1999-01-31  Alexandre JulliardAdded input queue to server-side console object,
1999-01-26  Marcus MeissnerDo not endlessly loop in CONSOLE_get_input after EOF.
1999-01-20  Marcus MeissnerWin32 console needs SYNCHRONIZE access.
1999-01-19  Alexandre JulliardHacked server-side device support
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Marcus Meissner0 means success, all else failure for WaitForSingleObject.
1999-01-01  Alexandre JulliardCleaned up and removed some no longer used code.
1998-12-31  Alexandre JulliardRemoved client-side wait functions; all waiting is...
1998-12-30  Alexandre JulliardHacks to support server-side console. Should be redone...
1998-12-14  Marcus MeissnerMade async IO (SIGIO) stuff from WINSOCK generic useable.
1998-12-14  Marcus Meissner(ReadConsole32A): small and stupid bug fixed
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-09  Marcus MeissnerEnhanced Win32 Console (XTERM)
1998-11-14  Huw D M DaviesFixes a few of the many compiler warnings.
1998-11-08  James SutherlandMore complete implementation of the SetCtrlHandler...
1998-10-11  Marcus MeissnerAdded bad hacks so WriteConsoleOutput works on vt100...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
1998-06-01  Alexandre JulliardRelease 980601 wine-980601
1998-05-17  Alexandre JulliardRelease 980517 wine-980517
1998-05-03  Alexandre JulliardRelease 980503 wine-980503
1998-04-13  Alexandre JulliardRelease 980413 wine-980413
1998-03-29  Alexandre JulliardRelease 980329 wine-980329
1998-03-15  Alexandre JulliardRelease 980315 wine-980315
1998-03-01  Alexandre JulliardRelease 980301 wine-980301
1998-02-15  Alexandre JulliardRelease 980215 wine-980215
1998-02-01  Alexandre JulliardRelease 980201 wine-980201
1997-12-21  Alexandre JulliardRelease 971221 wine-971221
1997-11-01  Alexandre JulliardRelease 971101 wine-971101
1997-08-24  Alexandre JulliardRelease 970824 wine-970824
1997-06-16  Alexandre JulliardRelease 970616 wine-970616
next