wine
2005-06-27  Jacek CabanAdded blank.htm.
2005-06-27  Felix NawothnigRewrote the psapi test suite.
2005-06-27  Alexandre JulliardReplaced all uses of the __ASM_NAME macro by the asm_na...
2005-06-27  Alexandre JulliardMoved AFM dirs configuration to a single AFMPath key...
2005-06-27  Alexandre JulliardMoved port configuration to HKCU\Software\Wine\VDM...
2005-06-27  Alexandre JulliardMoved I/O port configuration to HKCU\Software\Wine...
2005-06-27  Aric StewartFix the BrowseForFolder dialog so that when it does...
2005-06-27  Michael JungPrecisely compute the necessary pidl length in UNIXFS_p...
2005-06-27  Mike McCormackRepaint the area behind the "transparent" text control...
2005-06-27  Dmitry TimoshkovAdd a check for sg_io_hdr_t and (not tested) check...
2005-06-27  Jacek CabanExport DllMain as native does.
2005-06-27  Eric PouechImplemented OpenThread on top of NtOpenThread.
2005-06-27  Alexandre JulliardBeginnings of an infrastructure to allow specifying...
2005-06-27  Jacek CabanAdded tests.
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-27  Vitaly LipatovChanges stub to FIXME for GetGlobalFontLinkObject.
2005-06-27  Felix NawothnigReport a todo and skip DIB tests when they fail at...
2005-06-27  Mike McCormackAdd pointer types for token structures.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-06-27  Eric PouechConst correctness fixes.
2005-06-27  Jacek CabanAdded stub implementation of about and res protocols.
2005-06-27  Mike McCormackDefine KAFFINITY.
2005-06-27  Mike McCormackDeclare and fix function prototypes.
2005-06-27  Jacek CabanFix test on NT 4.
2005-06-27  Andreas MohrConstify wcmd.
2005-06-27  Andreas MohrConstify all needlessly non-const winecfg structs.
2005-06-27  Eric PouechNow generating argument-less functions as (void) instea...
2005-06-27  Eric PouechFixed window size computation for non child windows.
2005-06-27  Mike McCormackDeclare some Nt* functions.
2005-06-27  Mike McCormackDUPLICATE_* flags should be defined in winnt.h.
2005-06-27  Jacek CabanFix typo in comment about Wine registry key.
2005-06-27  Jacek CabanAdded winemine debug channel.
2005-06-27  Jacek CabanBetter notify macro
2005-06-27  Juan Lang- implement encode and decode of BasicConstraints2...
2005-06-27  Saulius KrasuckasAdditional test cases for IShellFolder_BindToObject.
2005-06-25  Hans LeidekkerFix some -Wmissing-declarations warnings.
2005-06-25  Alexandre JulliardRemove some i386 ifdefs for 16-bit entry points since...
2005-06-25  Andreas MohrFix some 16-bit return values.
2005-06-25  Michael JungFix a lurking infinite loop in SHGetPathFromIDList.
2005-06-25  Michael Kaufmann- Remove the old margins from the format rectangle...
2005-06-25  Mike McCormack- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
2005-06-25  Mike McCormack- NtWaitForSingleObject doesn't return WAIT_FAILED.
2005-06-25  Mike McCormackUse NT status codes for exceptions.
2005-06-25  Jacek CabanChanged message about Mozilla ActiveX Control.
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-25  Jacek CabanAdded mshtml.dll registration to wine.inf.
2005-06-25  Jacek CabanImplemented Dll[Un]RegisterServer.
2005-06-25  Paul RupeMake ungetc(EOF) a no-op.
2005-06-25  Mike McCormackDon't include winreg.h.
2005-06-25  Felix NawothnigDon't dump content of output buffers.
2005-06-25  Juan LangAdd more missing definitions.
2005-06-25  Michael JungUse the CallForAttributes registry value, instead of...
2005-06-25  Michael JungSupport for shellfolder's CallForAttributes registry...
2005-06-25  Robert Shearman- Document how the native lays out the internal compone...
2005-06-25  Robert ShearmanFix a regression in IE where the Favourites menu didn...
2005-06-24  James HawkinsImplement RtlAddAuditAccessAce.
2005-06-24  Gerold Jens... Some FCI work.
2005-06-24  Aric StewartPerform ExecuteAction at UILevel 2.
2005-06-24  Aric StewartRedo how we extract files from a cabinet in order to...
2005-06-24  Aric StewartRework CreateShortcuts to use MSI_IterateRecords.
2005-06-24  Alexandre JulliardRtlGetFullPathName_U should remove the trailing dot...
2005-06-24  James Hawkins- Define FSCTL_PIPE_IMPERSONATE.
2005-06-24  Oliver StieberAdd support for samplers.
2005-06-24  Aric StewartProperly handle -1 as a registry key root.
2005-06-24  Paul VriensCorrect the entries for [Nt|Zw]OpenSymbolicLinkObject.
2005-06-24  Mike McCormackImplement transparency in the text control.
2005-06-24  Mike McCormackAdd prototype and fix RtlpNtCreateKey.
2005-06-24  Pierre d'HerbemontChange headers to <windows.h> in order to prevent a...
2005-06-24  Michael JungAdded tests for ShellFolder's CallForAttributes value.
2005-06-24  Michael KaufmannPaint the background with the correct color if WS_BORDER.
2005-06-24  Aric StewartRework SelfRegModules to use MSI_IterateRecords.
2005-06-23  Alexandre JulliardAllocate ordinals in the order of the declarations...
2005-06-23  Vitaly Lipatov- Add some descriptions for PageSetupDlg functions.
2005-06-23  Jacek CabanAdded stub implementation of IViewObject[2] interface.
2005-06-23  Jacek CabanUse GUIDs from itss.idl.
2005-06-23  Oliver StieberMake all newly created surfces dirty, so that they...
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-23  Aric StewartRework component, feature and file loading to use MSI_I...
2005-06-23  Mike McCormackDefine the msidbControlAttributes enumeration.
2005-06-23  Michael JungMade the registry cache more general.
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  Mike McCormackFix declarations.
2005-06-23  Michael Stefaniuc- more VarFormat fixes for number formats (exponent...
2005-06-23  Paul VriensNT4 doesn't support ProcessIoCounters.
2005-06-23  Steven EdwardsRemove an outdated comment in the command line options.
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  Vijay Kiran... Add definition for IXMLAttribute.
2005-06-22  Aric StewartRework RegisterTypeLibraries to use MSI_IterateRecords.
2005-06-22  Alexandre JulliardFix duplication of _Getnames and _Gettnames, only the...
next