wine
2005-06-12  James HawkinsAdd RtlAnsiCharToUnicodeChar definition.
2005-06-12  Matthew DavisonStub out the error dialog functions.
2005-06-12  Eric KohlImplement RtlAdjustPrivilege.
2005-06-12  Martin FuchsFix file size in property dialog by using _stprintf...
2005-06-12  Krzysztof Foltman- added support for \ulnone (turning underline off)
2005-06-12  Lionel UlmerSupport all possible texture coordinates sizes.
2005-06-12  Robert Shearman- Don't print out cryptic message if IDispatch or IUnkn...
2005-06-12  Robert ShearmanFix registry test for Win9x by skipping a section that...
2005-06-12  Marcus MeissnerMove static variables out of header file, also the...
2005-06-12  Robert ReifMake dsound tests loadable on NT4.
2005-06-12  Glenn WursterAdd declaration of X11DRV_GetDIBColorTable to avoid...
2005-06-12  Felix NawothnigAdd a workaround for Win9x apps which pass the paramete...
2005-06-10  Pierre d'HerbemontUse .mod_*_func sections on Mac OS X/i386 instead of...
2005-06-10  Alexandre JulliardReuse output_dll_init for the constructor of debug...
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-10  Matthew DavisonAdded some definitions to setupapi.
2005-06-10  Paul VriensFixed ReturnLength of SystemCpuInformation.
2005-06-10  Mike McCormackCreate a stub implementation for MsiViewGetError.
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-10  Mike McCormackFix more warnings.
2005-06-10  Michael JungSet the FILESYSANCESTOR and FILESYSTEM flags correctly in
2005-06-10  Robert ShearmanClear out parameters to stop bad pointers lying around...
2005-06-10  Glenn WursterAdds support for the DIBINDEX type of COLORREF.
2005-06-10  James HawkinsImplement RtlAnsiCharToUnicodeChar.
2005-06-10  Mike McCormackInclude missing AW macro.
2005-06-10  Mike McCormackDeclare the MSIDBERROR enumeration.
2005-06-10  Mike McCormackDeclare functions and correct prototypes.
2005-06-10  Juan LangCryp{En|De}codeObjectEx should return success if the...
2005-06-09  Lauri TulminBottom edge of the update region should be relative...
2005-06-09  Stefan LeichterMake ddraw tests loadable on NT4.
2005-06-09  Alexandre JulliardStore the process along with the key handle in notifica...
2005-06-09  Paul VriensReduce our buffer by 1 SYSTEM_THREAD_INFORMATION per...
2005-06-09  Lauri TulminAdd more tests for text placement in single and multili...
2005-06-09  Aric StewartExtending upon Mike McCormack's cleanup to use MSI_Reco...
2005-06-09  Aric StewartRegister the Product Version also.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Aric StewartAvoid a loop where a parent's parent refers to itself...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-09  Mike McCormackDeclare some missing functions.
2005-06-09  Saulius KrasuckasGet current directory during tests on win9x too.
2005-06-09  Mike McCormackAdd the IShellLinkDataList interface to the ShellLink...
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-06-09  Alexandre JulliardFixed a number of references to removed directories.
2005-06-09  Alexandre JulliardMoved dde files to the main directory and got rid of...
2005-06-09  Alexandre JulliardMoved monitor functions to dlls/user/misc.c and finally...
2005-06-09  Paul VriensAdded test for SystemProcessInformation.
2005-06-09  Robert ShearmanAdded test for AccessCheck.
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-09  Alexandre JulliardMoved windows/driver.c to dlls/user/driver16.c.
2005-06-09  Jeremy WhiteCombine WINE_WAVEOUT and WINE_WAVEIN into a single...
2005-06-09  Mike McCormackAdded some function declarations.
2005-06-09  Mike McCormackFix some warnings.
2005-06-09  Mike McCormackDump out the msi information in more detail.
2005-06-09  Marcus MeissnerRemoved CLSID_CompositeMoniker (conflicting with static...
2005-06-09  Robert Shearman- Avoid evil signed bitfields.
2005-06-09  Marcus MeissnerFixed definition/declaration mismatches of newly static...
2005-06-09  Robert ShearmanFix a regression in the performance of named pipes...
2005-06-09  Mike McCormackFix warnings exposed by -Wmissing-declarations and...
2005-06-09  Mike McCormackAdd a cast to get rid of a warning.
2005-06-09  Dmitry TimoshkovAdded a couple of CloseHandle calls.
2005-06-09  Robert ShearmanIUnknown isn't a remotable interface so the stub manage...
2005-06-09  Robert Shearman- Don't free the fileio object because it will be freed...
2005-06-09  Robert ShearmanAdd more struct types for TLB generation.
2005-06-09  Mike McCormackMake ADVAPI_IsLocalComputer static and simplify it...
2005-06-09  Mike McCormackInclude appmgmt.h where its functions are used.
2005-06-09  Mike McCormackMake interface methods static.
2005-06-09  Mike McCormackInclude user.h in the new winstation.c to avoid a warni...
2005-06-09  Robert Shearman- The typelib marshaler should only free the memory...
2005-06-09  Michael JungUse shell icon cache instead of an own IExtractIcon...
2005-06-09  Uwe BonnesDon't try to access floppy if it's not mounted.
2005-06-09  Alex ZorachFixed SetFocus behavior.
2005-06-08  Aric StewartSet the Preselected property if appropriate (relevant to
2005-06-08  Aric StewartWrite out Product Language and Product Icon to the...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-06-08  Aric StewartWrite out UpgradeCodes to the registry to allow for...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-08  Aric StewartAdd Language to the values we can query with MsiGetProd...
2005-06-08  Felix Nawothnig- Output a FIXME when a surface with dimensions not...
2005-06-08  Huw DaviesRead the entire logfont from the registry if it exists.
2005-06-08  Mike McCormackUse MSI_RecordGetString in more actions.
2005-06-08  Michael Stefaniuc- implement handling of exponents (e+,e-,E+,E-) when...
2005-06-08  Robert ShearmanFix an RPC server startup race introduced by me.
2005-06-08  Michael JungFixed confusing indentation.
2005-06-08  Marcus MeissnerFixed IType::Invoke in regards to handling propertyget...
2005-06-08  Robert Shearman- Don't pass the PROFILE_SERVER flag in to CreateNamedP...
2005-06-08  Juan LangImplement asn.1 encoding/decoding of times, with tests.
2005-06-07  Antoine ChavasseTest cases for the direct3d7 light api.
2005-06-07  Antoine ChavasseRewrote the light management API to allow for an unlimi...
2005-06-07  Mike McCormackUse MSI_RecordGetString where possible.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-07  Mike McCormackUse a richedit control for license text.
2005-06-07  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-07  Christian CostaDon't use fullscreen mode in video renderer for now...
2005-06-07  Dmitry TimoshkovAdd a test for window state when a window receives...
2005-06-07  Alexandre JulliardStill send a message in SetWindowText for the inter...
2005-06-07  Robert Shearman- Add a default asynchronous I/O implementation.
2005-06-07  Mike McCormackDeclare some functions.
2005-06-07  Robert ShearmanMake NdrInterfacePointer* more reliable.
2005-06-07  Martin FuchsSynchronize resource scripts IDs of the different langu...
2005-06-07  Thomas WeidenmuellerRemoved local variables only used in TRACE statements.
next