wine
2005-09-19  James HawkinsAdd initial toolbar button handling.
2005-09-19  Oliver StieberReturn the adaptor mode as X8R8G8B8 when BPP is 24...
2005-09-19  Alexandre JulliardDon't remove ignored symbols from the undefined list...
2005-09-19  Alexandre JulliardUse the default structure packing like Windows does.
2005-09-19  Alexandre JulliardFixed the structure layout to be identical to the publi...
2005-09-19  Alexandre JulliardRemoved sysi86 prototype that is causing conflicts.
2005-09-19  Alexandre JulliardTake into account -noname functions when checking for...
2005-09-19  Robert Shearman- Remove redunant braces.
2005-09-19  Vijay Kiran... Added __p__amblksiz implementation.
2005-09-19  Uwe BonnesDon't free a modified pointer.
2005-09-19  Huw DaviesFix a problem with handling ETO_GLPYH_INDEX. Spotted...
2005-09-19  Robert ShearmanFix the return codes during unmarshaling so that it...
2005-09-19  James HawkinsCheck for an empty string not a NULL pointer.
2005-09-19  Dmitry TimoshkovDirectly copy DIB bits into destination DC.
2005-09-19  Oliver StieberPrevent CheckDepthStencilMatch from causing problems...
2005-09-19  Oliver StieberStop vertex shader constants from being set at the...
2005-09-19  Kimmo MyllyvirtaAdded Finnish resources.
2005-09-19  Marcus MeissnerSupport more arguments in _invoke().
2005-09-19  Jacek Caban- Added IHttpNegotiate2 interface.
2005-09-18  Ge van GeldorpDo some bounds checking on iOrder.
2005-09-18  Alexander N... Added Norwegian translations.
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-09-18  Alexandre JulliardFixed some trace format strings (reported by Gerald...
2005-09-18  Alexandre JulliardMake the users of wine_call_from_32_regs save %eax...
2005-09-18  Dmitry TimoshkovCall SetDIBits with a proper DC in order to set bitmap...
2005-09-18  Kimmo MyllyvirtaIf HKCU\Software\Wine does not yet exist, create it...
2005-09-18  Christian LupienAvoid overflow in the read file limit check.
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-17  Alexandre JulliardStore RVAs instead of pointers wherever possible in...
2005-09-17  Alexander N... Added Norwegian translation.
2005-09-17  Dmitry Timoshkov Revert previous change, it should not be needed anymor...
2005-09-17  Mike McCormackFix memory leaks in the table code.
2005-09-17  Mike McCormackRead the MaskEdit template from the correct db field.
2005-09-17  Robert ShearmanRe-arrange some functions and vtables so we don't have...
2005-09-17  Ge van GeldorpBuffer size needs to be specified in bytes on input.
2005-09-17  Robert ShearmanGetDesktopWindow can now potentially create a thread...
2005-09-16  Alexandre JulliardPreliminary implementation of signal handling for x86-64.
2005-09-16  Dmitry TimoshkovAdd a test for mmioDescend, make it pass under Wine.
2005-09-16  Mike McCormackConvert the list of dialog controls to a standard list.
2005-09-16  Alexandre JulliardImplemented import thunks for x86-64.
2005-09-16  Mike McCormackMake load_string_table return the string table.
2005-09-16  Mike McCormackDeformat all dialog text strings before using them.
2005-09-16  Alexandre JulliardPreliminary version of the context support for x86-64.
2005-09-16  Alexandre JulliardFixed a few pointer truncation bugs for 64-bit platforms.
2005-09-16  Alexandre JulliardUse the proper size for the cmsg_fd structure on 64...
2005-09-16  Alexandre JulliardForward all functions to msvcrt instead of having them...
2005-09-16  Huw DaviesOrder the bitmap font list by the ansi codepage bit...
2005-09-16  Jacek CabanMore tests of URLMoniker.
2005-09-16  Huw DaviesGenerate Greek, Turkish, Hebrew, Arabic, Baltic and...
2005-09-16  Huw DaviesUpdate sfnt2fnt hack, now that Wine Courier is known...
2005-09-16  Mike McCormackLoad riched20.dll on demand, and unload it after it...
2005-09-16  Mike McCormackFix a bug in a previous patch spotted by Dieter Komendera.
2005-09-16  Mike McCormackFix the stub for MsiConfigureFeature.
2005-09-16  Jacek CabanAdded SetClientSite implementation.
2005-09-16  Stefan LeichterAdded stubs for DllRegisterServer, DllUnregisterServer and
2005-09-16  Robert ShearmanFix String SID parsing.
2005-09-15  Ivan Leo PuotiGet winetest to detect windows server 2003 R2.
2005-09-15  Alexandre JulliardFixed a compiler warning.
2005-09-15  Alexandre JulliardAdded a common function to declare global symbols,...
2005-09-15  Huw DaviesGenerate Greek, Turkish, Hebrew, Arabic and Baltic...
2005-09-15  Jacek CabanAdded CoInternetGetSession implementation.
2005-09-15  Alexandre JulliardUse the NT descriptor address as start of the data...
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-15  Alexandre JulliardNow that everything is done in assembly in the spec...
2005-09-15  Huw DaviesGenerate Greek, Turkish, Hebrew, Arabic, Baltic, Thai...
2005-09-15  Mike McCormackUse the new msi_reg_set* macros where possible.
2005-09-15  Alexandre JulliardFixed gcc 4.0 warnings.
2005-09-15  Alexandre JulliardSet the proper build flags for Darwin based on the...
2005-09-15  Alexandre JulliardOutput the resource data in assembly too.
2005-09-15  Vincent BéronTweak the test for detecting libxslt as it didn't work...
2005-09-15  Henning GerhardtUpdate the German resource file.
2005-09-15  Mike McCormackCreate a macro to write a value to a subkey.
2005-09-15  James HawkinsEmbed the browser object in the HTML window. Spotted...
2005-09-15  Stefan LeichterAdded stubs for CryptInitOIDFunctionSet and
2005-09-15  Rein Klazes- Set the LastError in OpenSCManager in case of errors;
2005-09-15  Huw DaviesRemember to remove a child font from the child font...
2005-09-14  Alexandre JulliardOutput constant strings in a more appropriate section...
2005-09-14  Thomas WeidenmuellerHook up "Hide on Minimize" & Add context menu to the...
2005-09-14  Huw DaviesOnly add Tahoma to the System font's link list if we...
2005-09-14  James Hawkins- Zero the WBInfo struct to get rid of invalid pointers.
2005-09-14  Robert Shearman- Add support for navigating a toolbar with the arrow...
2005-09-14  Alexandre JulliardGenerate stub functions directly in assembly.
2005-09-14  Alexandre JulliardRemove an exiting thread from the process only after...
2005-09-14  Mike McCormackCreate a macro function to write registry values.
2005-09-14  Dmitry TimoshkovPerform automatic bitmap font configuration based on...
2005-09-14  Jacek CabanAdded http and ftp protocol stub implementation.
2005-09-14  Filip NavaraDon't kill non-existing timers. Use EndDialog to close...
2005-09-14  Alexandre JulliardMichael Fritscher
2005-09-14  Alexandre JulliardAvoid a redefinition warning on 64-bit platforms.
2005-09-14  Ge van GeldorpBase of REG_DWORD entries must be auto-detected.
2005-09-14  Mike McCormackRemove some unused values in the object header.
2005-09-14  Huw DaviesCope with OpenFontFile failing.
2005-09-14  Vincent BéronRequire autoconf 2.53b as AC_PROG_EGREP is only defined...
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
2005-09-14  Alexandre JulliardGet rid of another long long constant.
2005-09-14  Jacek CabanAdded MIME type checking to FileProtocol::Start.
2005-09-14  Thomas WeidenmuellerUse anonymous events for synchronization.
2005-09-14  Mike McCormackConvert the list of tables to a standard list.
2005-09-14  Mike McCormackFix gcc 4.0 warnings.
2005-09-14  Robert ShearmanAdd exception handling for stubs.
next