- Replaced server requests by native APIs in EnumProcessModules,
[wine] / dlls /
2005-06-23  Felix Nawothnig- Replaced server requests by native APIs in EnumProces...
2005-06-23  James HawkinsAdd stub implementations for BuildSecurityDescriptorA/W.
2005-06-23  Oliver StieberImplement swapchains.
2005-06-23  Aric StewartRework RegisterFonts to use MSI_IterateRecords.
2005-06-23  James HawkinsForward AddAuditAccessAce to its Rtl counterpart.
2005-06-23  James HawkinsAdd stub implementation of RtlAddAuditAccessAce.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-23  Michael Stefaniuc- more VarFormat fixes for number formats (exponent...
2005-06-23  Paul VriensNT4 doesn't support ProcessIoCounters.
2005-06-23  Paul VriensReturn STATUS_OBJECT_NAME_NOT_FOUND in NtOpenSymbolicLi...
2005-06-23  Aric StewartRework WriteIniValues to use MSI_IterateRecords.
2005-06-22  Aric StewartRework PublishProduct to use MSI_IterateRecords.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-22  Oliver StieberCorrect GetDeviceCaps so that it uses wined3dcaps as...
2005-06-22  Aric StewartRework RegisterTypeLibraries to use MSI_IterateRecords.
2005-06-22  Alexandre JulliardFix duplication of _Getnames and _Gettnames, only the...
2005-06-22  Mike McCormackFix declarations, remove unused code.
2005-06-22  Saulius Krasuckas- Move test init code back to START_TEST(shlfolder).
2005-06-22  Felix Nawothnig- Use smaller numbers as coordinates for mapping tests...
2005-06-22  Aric StewartRework LaunchConditions to use MSI_IterateRecords.
2005-06-22  Alexandre JulliardMoved font settings to HKCU\Software\Wine\X11 Driver...
2005-06-22  Mike McCormackFix up declarations.
2005-06-22  Mike McCormackDeclare RtlGUIDFromString and RtlStringFromGUID.
2005-06-22  Mike McCormackAdd some missing declarations.
2005-06-22  Felix NawothnigSkip ACL tests on Win9x.
2005-06-22  Mike McCormackMake a function static.
2005-06-21  Alexandre JulliardDon't require execute permission on the process heap.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-21  Aric StewartRework CostFinalize to use MSI_IterateRecords.
2005-06-21  James HawkinsImplement IsTokenRestricted.
2005-06-21  Alexandre JulliardAdd PAGE_GUARD flag to the returned protection of guard...
2005-06-21  Paul VriensChange ProcessBasicInformation to the same behavior...
2005-06-21  Felix NawothnigAccept DSERR_NODRIVER from IDirectSoundCapture_CreateCa...
2005-06-21  Aric StewartFix situations where TARGETDIR is set to a non \ terminated
2005-06-21  Aric StewartRework WriteRegistryValues to use MSI_IterateRecords.
2005-06-21  James HawkinsImplement GetTrustee* functions.
2005-06-21  Saulius KrasuckasCleanup the shlfolder test a bit more.
2005-06-21  Oliver StieberCall wined3d for GetDirect3D instead of using the ...
2005-06-21  Aric StewartRework CreateFolders to use MSI_IterateRecords.
2005-06-21  Aric StewartDuplicate files should not fail if unable to get Destin...
2005-06-21  Vitaly LipatovInitialize extensions after correct context is created.
2005-06-21  Rein KlazesIn reg_get_logfont:
2005-06-21  Maarten LankhorstChanged setting default port number from HTTP_Connect to
2005-06-21  Maarten Lankhorst- Added new INTERNET_OPTION* defines.
2005-06-21  Alexandre JulliardDon't require execute permission for thread stacks.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-21  Maarten LankhorstImproved ObtainUserAgentString stub.
2005-06-21  Mike McCormack- use interfaces rather than internal functions
2005-06-21  Robert ReifFix a typo.
2005-06-21  Michael JungPropagate the root folder's attributes to the registry.
2005-06-20  Mike McCormackMake functions static, fix declarations.
2005-06-20  Mike McCormack- avoid winternl.h depending on winbase.h
2005-06-20  Alexandre JulliardMoved the audio driver configuration to HKCU\Software...
2005-06-20  Alexandre JulliardMoved a few registry keys from HKLM\Software\Wine to
2005-06-20  Alexandre JulliardMoved configuration data to HKCU\Software\Wine\Alsa...
2005-06-20  Mike McCormackMake functions static.
2005-06-20  Vitaly LipatovFix returned value for SPI_SETMOUSEBUTTONSWAP.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Jeremy WhiteRevamp the initialization for Alsa.
2005-06-20  Vitaly Lipatov- Realize DoEnvironmentSubstA via ExpandEnvironmentStri...
2005-06-20  Aric StewartUse MSI_IterateRecords for DuplicateFiles.
2005-06-20  Aric StewartUse MSI_IterateRecords for processing actions.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Rein KlazesOwner drawn menu item size calculation fixes:
2005-06-20  Robert ReifFix roundoff error to prevent negative length.
2005-06-20  Mike McCormackMake tabs work in msi dialogs.
2005-06-20  Robert ShearmanAdd support for impersonating a token.
2005-06-20  Robert ShearmanConvert some registry helper functions to use unicode...
2005-06-20  Lauri Tulmin- add some tests for {Get|Set}Pixel
2005-06-20  Hans LeidekkerStub implementation for GetMenuBarInfo.
2005-06-20  Robert ShearmanImplement RtlImpersonateSelf, RevertToSelf and MapGener...
2005-06-20  Rein KlazesIn MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER...
2005-06-20  Vitaly LipatovAllow null pointers for EM_GETSEL message (as MSDN...
2005-06-20  Michael JungUse stat's dev/inode to compare paths instead of compar...
2005-06-20  Paul VriensStub implementations for ProcessVmCounters, ProcessTime...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-20  James HawkinsImplement RtlCopySecurityDescriptor.
2005-06-20  Robert ShearmanChange the RPC code to use the unicode versions of...
2005-06-20  Robert Shearman- Change some of the registry helper functions to use...
2005-06-20  Rein KlazesIn SCROLL_DrawScrollbar allocate the internal info...
2005-06-20  Krzysztof Foltman- Fix a warning caused by the TAB patch.
2005-06-20  Stefan LeichterMake shell32 tests loadable on NT4.
2005-06-20  Pierre d'HerbemontMove the (Mac OS X) IOKit headers to the top of the...
2005-06-20  Troy RolloChange WS_bind to accept an sa_family of 0 as "don...
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-17  Francois GougetFix the CryptEncodeObjectEx() prototype.
2005-06-17  Francois GougetFix the prototypes of SQLCreateDataSource*(), SQLGetPri...
2005-06-17  Aric StewartA long overdue fix to MSI_SetTargetPath. This should...
2005-06-17  Aric StewartFlesh out the remaining keys in RegisterProduct.
2005-06-17  Alexandre JulliardMoved directory options to HKCU\Software\Wine.
2005-06-17  Alexandre JulliardMoved version key to HKCU\Software\Wine.
2005-06-17  Vitaliy MargolenDeactivate active window in ShowWindow(,SW_HIDE).
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-17  Vitaliy MargolenShowOwnedPopups and WM_SHOWWINDOW should handle non...
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-17  Francois GougetFix the FreeADsMem() prototype.
2005-06-17  Francois GougetProtect the unistd.h and sys/stat.h includes.
2005-06-17  Francois GougetRemove an unneeded variable in test_query_timeofday().
next