mshtml: Fixed spaces handling in range object.
[wine] / dlls /
2007-10-22  Jacek Cabanmshtml: Fixed spaces handling in range object.
2007-10-22  Jacek Cabanmshtml: Added IHTMLTxtRange::expand("TextEdit") impleme...
2007-10-22  Michael Stefaniucmshtml/tests: Move the 'const' after REFIID as REFIID...
2007-10-22  Michael Stefaniucwinex11.drv: Fix two missing unlocks on error paths...
2007-10-22  Juan Langwininet: Implement DeleteUrlCacheEntryW.
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredW.
2007-10-22  Juan Langwininet: Add a URLCache_FindEntryInHashW helper, and...
2007-10-22  Juan Langwininet: Implement IsUrlCacheEntryExpiredA.
2007-10-22  Juan Langwininet: Update comments to match function parameters.
2007-10-22  Louis Lenderssetupapi: Add stub for SetupInstallServicesFromInfSectionA.
2007-10-22  Lionel Debrouxitss: Remove redundant NULL check before free (found...
2007-10-22  Lionel Debrouxcomctl32: Remove redundant NULL check before free ...
2007-10-22  Lionel Debrouxcomctl32: Remove redundant NULL check before free ...
2007-10-22  Mikolaj Zalewskimsi: Use BS_GROUPBOX for group boxes.
2007-10-22  Rob Shearmanole32: Reset the parent storage on overwritten streams...
2007-10-22  Rob Shearmanole32: Add a test to show that operations on overwritte...
2007-10-22  Detlef Riekenbergwineps: Remove unused resource file.
2007-10-22  Detlef Riekenbergshell32: Remove unused resource file.
2007-10-22  Detlef Riekenbergspoolss/test: Add a test for BuildOtherNamesFromMachine...
2007-10-22  Gerald Pfeifergdi32: Add a set of braces to silence a GCC 3.4 warning.
2007-10-22  Juan Langcryptnet: Fix a leak.
2007-10-22  Juan Langcrypt32: Initialize mask when allocating it.
2007-10-22  Juan Langcrypt32: Simplify I_CertUpdateStore.
2007-10-22  Juan Langcrypt32: Replace a private type with a public one.
2007-10-22  Juan Langcrypt32: Remove tests that cause memory corruption.
2007-10-22  Jacek Cabanitss: Fixed memory freeing.
2007-10-19  Francois Gougetwinex11.drv: Remove the coloruse == -1 special case...
2007-10-19  Alexandre Julliardntdll: Fixed off-by-one error in RtlGetFullPathName_U...
2007-10-19  Juan Langcrypt32: Keep signer handle count separate from signer...
2007-10-19  Juan Langcrypt32: Free memory on an error path.
2007-10-19  Juan Langcrypt32: Free root store when quitting.
2007-10-19  Juan Langcrypt32: Fix a couple leaked messages.
2007-10-19  Juan Langcrypt32: Get rid of an unused key.
2007-10-19  Juan Langcrypt32: Make sure a signed encode message's signer...
2007-10-19  Juan Langcrypt32: Set lower quality chain count and pointer...
2007-10-19  Juan Langcrypt32: Don't keep a pointer to the lower quality...
2007-10-19  Juan Langcrypt32: Use GetSystemTimeAsFileTime rather than GetSys...
2007-10-19  Juan Langcrypt32: Use I_CertUpdateStore in registry stores.
2007-10-19  Juan Langcrypt32: Pass reg store's key and memory store to CRYPT...
2007-10-19  Juan Langcrypt32: Use I_CertUpdateStore in file stores.
2007-10-19  Juan Langcrypt32: Implement I_CertUpdateStore.
2007-10-19  Juan Langcrypt32: Add tests for I_CertUpdateStore.
2007-10-19  Juan Langcrypt32: Add I_CertUpdateStore stub.
2007-10-19  Juan Langcrypt32: Add stubs for I_CryptFindLruEntry and I_CryptC...
2007-10-19  Juan Langcryptnet: Partially implement CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add tests for CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add stub for CryptGetObjectUrl.
2007-10-19  Juan Langcryptnet: Add CertDllVerifyRevocation stub.
2007-10-19  Juan Langcryptnet: Implement DllRegisterServer/DllUnregisterServer.
2007-10-19  Allan Tongwined3d: Fix comment typos in SetMultithreaded.
2007-10-19  Allan Tongwined3d: Fix resource cleanup if CreateCubeTexture...
2007-10-19  Mikolaj Zalewskikernel32: FindExSearchLimitToDirectories has no effect...
2007-10-19  Maarten Lankhorstwinealsa: Don't use default:XX to open up a hardware...
2007-10-19  Alex Villacís Lassoriched20: Single-line control must refuse to insert...
2007-10-19  Detlef Riekenbergmsi/tests: Do not leak a HKEY when RegQueryValueEx...
2007-10-19  Konstantin Kondratyukmpr: Delete a stub trace.
2007-10-19  Aric Stewartws2_32: Return proper WSAENOBUFS error when enuming...
2007-10-19  Jacek Cabanmshtml: Added support for installing Gecko from build...
2007-10-19  Jacek Cabanmshtml: Set selection to default on IHTMLSelectionObjec...
2007-10-18  Alexandre Julliardntdll: Cache the DOS drives stat info for up to one...
2007-10-18  Alexandre Julliardshell32: Check for internal shell classes before queryi...
2007-10-18  EA Durbinkernel32: Partially implement GetUserGeoID().
2007-10-18  Alexandre JulliardFix redundant uses of MAKEINTRESOURCE.
2007-10-18  Alexandre Julliardshell32: Use wine_get_dos_file_name instead of duplicat...
2007-10-18  Alex Villacís Lassouser32: Tests for fix EM_SETLIMITTEXT with zeroed args.
2007-10-18  Alex Villacís Lassouser32: Fix EM_SETLIMITTEXT with zeroed args.
2007-10-18  Dmitry Timoshkovuser32: Add more listbox message tests, make them pass...
2007-10-18  Evan Teranshell32: Fix typo in GlobalAlloc parameters.
2007-10-18  Mikolaj Zalewskimsi: Make the WriteEnvironmentStrings handling of ...
2007-10-18  Nigel Liangwininet: Release object in HttpEndRequestW after use.
2007-10-18  Detlef Riekenbergspoolss: Return a magic number as HANDLE in RevertToPri...
2007-10-18  Detlef Riekenbergspoolss: Add a stub for BuildOtherNamesFromMachineName.
2007-10-18  Apostolos Alexiadiscomctl32: Add Greek resources.
2007-10-18  Juan Langcrypt32: Always return an empty list on failure from...
2007-10-18  Juan Langcrypt32: Don't abort early if encoding type is 0 for...
2007-10-18  Juan Langcrypt32: Don't crash logging numeric function names.
2007-10-18  Juan Langcrypt32: Implement CryptGetDefaultOIDFunctionAddress.
2007-10-18  Juan Langcrypt32: Add basic tests for CryptGetDefaultOIDFunction...
2007-10-18  Juan Langcrypt32: Use a structure to hold function address handle.
2007-10-18  Mikolaj Zalewskintdll: Support for UTF-16 manifests with reverse endian...
2007-10-18  Mikolaj Zalewskintdll: Manifests should be parsed as UTF-16 only if...
2007-10-18  Mikolaj Zalewskikernel32/tests: Make the actctx test pass when the...
2007-10-18  Mikolaj Zalewskikernel32/tests: Support for spaces in actctx test execu...
2007-10-18  Mikolaj Zalewskikernel32/tests: Don't close an invalid handle if the...
2007-10-18  James Hawkinsmsi: Add handling for MSIMODIFY_INSERT for the streams...
2007-10-18  James Hawkinsmsi: Save nonpersistent strings as holes in the string...
2007-10-18  James Hawkinsmsi: Test adding nonpersistent strings to the string...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED if a matching row...
2007-10-18  James Hawkinsmsi: Return ERROR_FUNCTION_FAILED when inserting duplic...
2007-10-18  Dan Hipschmanwidl: Detect conformant arrays of user types correctly.
2007-10-18  Michael Jungrsaenh: Enlarge buffer in test_enum_container. Fixes...
2007-10-18  Jacek Cabanmshtml: Import dimm.idl and fix compilation.
2007-10-17  Alexandre Julliardserver: Avoid refreshing areas of a window that have...
2007-10-17  Alexandre Julliardconfigure: Check for fontconfig in the X directory...
2007-10-17  Detlef Riekenbergspoolss: Add a stub for SplIsUpgrade.
2007-10-17  Jacek Cabanmsimtf: Added class factory implementation.
2007-10-17  Jacek Cabanmsimtf: Added Dll[Un]RegisterServer implementation.
2007-10-17  Alexandre Julliarduser32: Replace a pointer cast by FIELD_OFFSET.
2007-10-17  Alexandre Julliardkernel32/tests: Replace a couple of macros by a functio...
2007-10-17  Alexandre Julliardcomctl32: Fix a discard const warning.
next