Added a few DirectInput 7 definitions and C++ fixes.
[wine] / win32 /
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-08-04  Alexandre JulliardMoved a bunch of functions out of libwine/kernel/gdi...
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-06-25  Eric PouechFixed bad exception handler chain termination.
2000-06-24  Eric PouechA few missing console stubs.
2000-06-12  Juergen SchmiedImplementation for PrivateExtractIcons, PrivateExtractI...
2000-06-10  Alexandre JulliardRewrote codepage support to use the new codepage tables.
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-07  Ulrich WeigandDon't call MessageBoxA before USER is initialized.
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-30  Ulrich CzekallaAdd stub for SetConsoleOutputCP.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-24  Francois GougetSorted out a few misplaced definitions.
2000-05-03  Alexandre JulliardFixed COORD structure definition.
2000-04-30  Eric PouechInsure we always try to launch a debugger.
2000-04-29  Eric PouechFixed GetLargestConsoleWindowSize prototype.
2000-04-16  Rein KlazesSetLocalTime() and SetSystemTime() bugfixes. Added...
2000-04-13  Eric PouechAdded launching of a debugger when unhandled exception...
2000-04-08  Andreas MohrAdded PeekNamedPipe stub.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-04  Ian SchmidtImplemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Hidenori TakeshimaFixes for i18n.
2000-03-24  Alexandre JulliardMoved FatalAppExit functions to win32/except.c.
2000-03-24  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-07  Alexandre JulliardBetter implementation of inline functions SetLastError and
2000-02-27  Uwe BonnesGetComputerNameA(): added parameter check like Win95...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Patrik StridvallFixed some debug message crashes.
2000-02-20  Marcus MeissnerAdded a bit magic to CONSOLE_get_input so we don't...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
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.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-15  Ove KaavenFixed bad register constraint in InterlockedCompareExch...
2000-01-09  Erez VolkBetter error reporting.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Ian SchmidtStubs for VMM GetDemandPageInfo function and VWin32...
1999-12-04  Erez VolkStubs for Get/SetProcessDefaultLayout.
1999-11-29  Alexandre JulliardMade GetSystemTimeAsFileTime return value more precise.
1999-11-28  Niels Kristian Bec... Compiler warnings fixed.
1999-11-25  Peter GantenImplemented parts of _PageReserve() _PageCommit() _Page...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-12  Ian SchmidtImplemented VWin32 VxDCall mechanism and 2 calls.
1999-11-12  Ulrich WeigandAllow for buggy apps that call the wrong VxDCall routine.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-11-04  Ian SchmidtChanged OpenDesktop stub to Win9x behavior for QuickTime 4.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-19  Patrik StridvallAdded support for anonymous structs/unions on compilers...
1999-09-13  Ulrich WeigandFixed last error code when trying to load unknown VxD...
1999-09-04  Guy AlbertelliFixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-08  Alexandre JulliardFixed SetLocalTime prototype.
1999-08-08  Alexandre JulliardReplaced a few calls to lstr* functions by their CRTDLL...
1999-08-04  Andreas MohrImplemented SetLocalTime.
1999-08-04  Alexandre JulliardGot rid of dsprintf and related macros.
1999-08-01  Alexandre JulliardRemoved async I/O support.
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-31  Ulrich WeigandCreate VxD handle only for known VxDs.
1999-07-18  Ulrich WeigandWork-around for compiler bug.
1999-07-15  Ulrich WeigandFixed some CONTEXT86 vs. CONTEXT mismatches.
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
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 JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-18  Alexandre JulliardA few optimizations.
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-12  Rein KlazesCorrected a problem in GetTimeZoneInformation() due...
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-24  Ulrich WeigandUse register functions with arguments for LogApiThk...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-23  Ulrich WeigandAdded _DebugOutput (KERNEL.328), LogApiThk (KERNEL...
1999-05-22  Ulrich WeigandSet %ebx to point to real 16-bit stack in CBClientThunkSL.
1999-05-22  Juergen SchmiedSome stubs for pccard vxd to debug the native shell32.
1999-05-17  Ulrich WeigandBugfix: FT_PrologPrime was broken due to relay changes.
1999-05-14  Alexandre JulliardFixed a few bugs, and improved the exception macros...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-13  Alexandre JulliardVxDCall functions do not need to be 'register'.
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...
1999-05-12  Alexandre JulliardMoved some exception definitions to winnt.h and ntddk.h.
1999-05-09  Alexandre JulliardFixed request size for alloc_console and free_console.
1999-05-09  Alexandre JulliardImproved exception handling.
next