Store the list of loaded dlls in the server, and generate debug events
[wine] / relay32 /
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-25  James AbbatielloMisc. fixes for compiler warnings.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
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  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-23  Uwe BonnesExport GetLongPathName[A|W].
2000-01-16  Alexandre JulliardAdded automatic registration of built-in DLLs.
2000-01-15  Peter Hunnisett- Added some missing EMR record types and updated and...
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
2000-01-04  Patrik StridvallFixed some issues found by winapi_check.
2000-01-04  Juergen SchmiedCorrected parameter count for DialogBoxIndirectParamAorW.
2000-01-01  Alexandre JulliardMake use of automatic ordinal allocation.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Alexandre JulliardAdded support for automatic ordinal allocation.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-11  Alexandre JulliardXiang Li
1999-12-11  Peter Hunnisett- Implemented GetEnhMetaFilePaletteEntries
1999-12-10  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-12-05  Andreas MohrAdded Thread32First/Next stubs.
1999-12-04  Erez VolkStubs for Get/SetProcessDefaultLayout.
1999-12-04  Marcus MeissnerStub for CloseProfileUserMapping.
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-29  Alexandre JulliardImplemented waitable timers.
1999-11-23  Moses DeJongAdded implementation for WSARecvEx function. This is...
1999-11-21  Huw D M DaviesAdd stubs for Get/SetLayout().
1999-11-14  Ulrich WeigandBugfix: relay/snoop debugging was broken by last patch ...
1999-11-14  Rein KlazesAdded missing WINAPI attribute to two forward declarations.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-12  Ulrich WeigandAllow for buggy apps that call the wrong VxDCall routine.
1999-11-10  Moshe VainerStub for GetOverlappedResult.
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-11-07  Marcus MeissnerAdded ChangeDisplaySettingsExA stub and some flag defines.
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-10-13  Eric PouechFix loading of modules: now search key is module's...
1999-10-13  Marcus MeissnerReplaced double ChangeDisplaySettingsA by (Ex)[AW].
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...
1999-09-22  Eric PouechAdded WINEOSS descriptor.
1999-09-22  Eric PouechAdded missing DriverCallBack function.
1999-09-22  Ian SchmidtAdded partial implementation of GetICMProfileA, require...
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.
1999-09-19  Peter GantenStubs for PolyTextOutA/W.
1999-09-19  Marcus MeissnerAdded stub implementation for EnumDisplayDevices*.
1999-09-13  Eric PouechAdded MenuItemFromPoint stub.
1999-09-10  Marcus MeissnerAdded stub for RegisterActiveObject().
1999-09-04  Marcus MeissnerRelay exclude lists were not working due to some CharUp...
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-08-04  Andreas MohrImplemented SetLocalTime.
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-31  Patrik StridvallMade compilation of *.spec.c files use -fno-builtin...
1999-07-31  Eric KohlAdded stub for _except_handler2().
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-07-25  Juergen SchmiedMany fixes/reimplementations.
1999-07-24  Eric PouechAdded WINMM resources.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-07-23  Huw D M DaviesEnumJobs stub.
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-10  Juergen SchmiedImplemented StrToOleStrN.
1999-07-10  Ian SchmidtAdded stub for SetThreadToken(), required by Office...
1999-07-10  Juergen SchmiedAdded stub for WNetGetUniversalName[A|W].
1999-07-04  Joshua ThielenFixed DestroyAcceleratorTable and implemented CreateAcc...
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-07-03  Andreas MohrAdded UnlockFileEx stub.
1999-06-26  Alexandre JulliardFixes for non-i386 compiling.
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Eric KohlFixed DPA_LoadStream and improved DPA_Merge.
1999-06-26  Eric KohlAdded SHDoDragDrop() stub.
1999-06-26  Eric KohlAdded WNetRemoveCachedPassword() stub.
1999-06-22  Ulrich WeigandShare the HMODULE of built-in modules over all processes.
1999-06-18  Alexandre JulliardAdded DebugBreak.
1999-06-12  Andreas MohrFixed WNASPI32 ordinals.
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-06-05  Rein KlazesRead/load type libraries. Implementation of ITypeLib...
1999-06-05  Robert W HallAdded 2 stubs.
1999-06-05  Ian SchmidtAdded partial implementation for DPA_LoadStream and...
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
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  Ulrich WeigandAdded _DebugOutput (KERNEL.328), LogApiThk (KERNEL...
1999-05-23  Ulrich WeigandBugfix: syslevel relay check was too strict.
1999-05-22  Huw D M DaviesImplemented AddPrinterA, AddPrinterDriverA and GetPrint...
1999-05-22  Ulrich WeigandCheck for syslevel violations while relay debugging.
1999-05-22  Marcus MeissnerAdded init function for CRTDLL, allocate stdio/stderr...
1999-05-17  Ulrich WeigandSome stubs added.
1999-05-14  Alexandre JulliardConverted to the new debug interface, using script...
next