ntdll: Don't reset the load count when reusing a builtin modref.
[wine] / dlls /
2006-02-28  Alexandre Julliardntdll: Don't reset the load count when reusing a builti...
2006-02-28  Robert Reifdsound: Fix duplex create bug.
2006-02-28  Vitaly Budovskidinput: Return an error if both DISCL_EXCLUSIVE and...
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_CCW_STENCIL* render...
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_SCISSORTESTENABLE.
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_SLOPESCALEDEPTHBIAS.
2006-02-28  Vitaly Budovskiwined3d: Implemented WINED3DRS_ANTIALIASEDLINEENABLE.
2006-02-28  Vitaly Budovskiwined3d: Added D3D9 render states.
2006-02-28  Vitaly Budovskiwined3d: Fixed some typos and prevented divide by 0.
2006-02-28  Eric Pouechcrypt32: Don't access a blob after freeing it.
2006-02-28  James Hawkinsadvpack: Factor out loading the program files directory.
2006-02-28  James Hawkinsadvpack: Add tests for the TranslateInfStringEx trio...
2006-02-28  James Hawkinsadvpack: Factor out the API loading of advpack tests.
2006-02-28  Juan Langcrypt32: Correct compile problem on gcc 2.95.
2006-02-28  YunSong Hwangcrypt32: Add Korean translation.
2006-02-28  Mike McCormackmsvcrt: Add a stub for _wsetlocale.
2006-02-28  Francois Gougetd3d8: Remove spaces before '\n'.
2006-02-28  Roderick Colenbranderd3d8: Header cleanup.
2006-02-28  Jacek Cabanmshtml: Added nsIInterfaceRequestor implementation.
2006-02-28  Jacek Cabanmshtml: Improve ConfirmEx hack.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2006-02-27  Eric Pouechkernel32: ClearCommError.
2006-02-27  Andrew de los Reyesriched20: Implement EM_SCROLL and its tests.
2006-02-27  Hamza Lakhaniriched20: EM_HIDESELECTION implementation.
2006-02-27  Peter Beutnerddraw: Fix transparent Blits on 8bit surfaces.
2006-02-27  H. Verbeetwined3d: Don't use GetDevice in IWineD3DSurfaceImpl_Get...
2006-02-27  Roderick Colenbranderd3d8: Moved the remaining code over to WineD3D (based...
2006-02-27  Hans Leidekkerwinsock: Fix two Windows to Unix mapping issues.
2006-02-27  Henning Gerhardtcrypt32: Add German resource file.
2006-02-27  Saulius Krasuckasmscms: One more LastError code fixed.
2006-02-27  Michael Jungshell32/tests: Added test for Desktop::ParseDisplayName...
2006-02-27  Jacek Cabanmshtml: Return error in NewChannelFromURL if retval...
2006-02-27  Jacek Cabanmshtml: Added nsIURI::Clone implementation.
2006-02-27  Jacek Cabanmshtml: Don't add null byte to post data.
2006-02-27  Jacek Cabanmshtml: Init nsIOService as soon as possible.
2006-02-24  Vitaly Lipatoviphplapi: Define IF_NAMESIZE if missing.
2006-02-24  Alexander N. SørnesUpdated/new Norwegian Bokmål resources.
2006-02-24  Vitaly Lipatovole32: Add descriptions for StgCreateDocfile and StgIsS...
2006-02-24  Phil Krylovriched20: Added a comment to make life easier.
2006-02-24  Francois GougetAssorted spelling fixes.
2006-02-24  Francois Gougetwinsock: Tweak getnameinfo() prototype.
2006-02-24  Francois Gougetmsftedit: Fix CreateTextServices() forward.
2006-02-24  Francois Gougetd3d8: Remove spaces before '\n', spelling fix.
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-24  Francois Gougetuser32: Handle WM_ENDSESSION in DefWinProc().
2006-02-24  Francois Gougetuser32: 0 vs. INFINITE timeout.
2006-02-24  Francois Gougetuser: Fix ExitWindows().
2006-02-24  Jeff Latimerusp10: Tidy default values.
2006-02-24  Alexandre Julliardx11drv: Make the synchronous option a debug channel...
2006-02-24  Alexandre Julliardntdll: Use PROT_NONE instead of 0.
2006-02-24  Alexandre Julliardkernel: Don't request execute permission for DOS memory.
2006-02-24  Juan Langcrypt32: Use public functions during serialization...
2006-02-24  Juan Langcrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
2006-02-24  Detlef Riekenbergwinspool/tests: Skip tests, when a remote print server...
2006-02-24  Vitaly Lipatovole32/tests: Do not compare returned by DeleteFile...
2006-02-24  Robert Shearmanole: Fallthrough from local activation in CoGetClassObject.
2006-02-24  Robert Shearmanoleaut: Fix standard font cloning.
2006-02-24  Francois Gougetuser: Give meaningful names to the structures used...
2006-02-24  Ulrich Czekallamsi: When evaluating conditions, if the condition is...
2006-02-24  Huw Daviesmsxml3: Fix for empty node lists.
2006-02-24  Dmitry Timoshkovgdi: Use "MS Sans Serif" as default sans serif font...
2006-02-24  Huw Daviesgdi32: Fallback to StretchDIBits if the driver doesn...
2006-02-24  Detlef Riekenbergcfgmgr32: Forward some functions to setupapi.dll.
2006-02-23  James Hawkinssetupapi: Downgrade an ERR to a WARN.
2006-02-23  Kevin Koltzauriched20: Call GetClipboardData callback on cut/copy.
2006-02-23  Kevin Koltzauriched20: Enable retrieving data through the ole interface.
2006-02-23  Kevin Koltzauriched20: Ensure copied text is terminated with a null.
2006-02-23  Kevin Koltzauriched20: EM_GETOLEINTERFACE is not a stub.
2006-02-23  Kevin Koltzauriched20: Store reference to editor in ole interface.
2006-02-23  Kevin Koltzauriched20: Allocate proper amount of memory for formatet...
2006-02-23  Juan Langcrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
2006-02-23  Juan Langcrypt32: Implement CertFindCertificateInStore, with...
2006-02-22  Stefan LeichterAdded msftedit.dll.
2006-02-22  Kevin Koltzauriched20: Add IDataObject implementation and use it...
2006-02-22  Kevin Koltzaux11drv: Fix 64bit warning.
2006-02-22  Robert Shearmanmsi: Fix heap overflow in ITERATE_CreateShortcuts.
2006-02-22  Robert Shearmanmsi: Init size before passing to RegEnumValue.
2006-02-22  Robert Shearmanmsi: Always set a value for intype in ready_volume.
2006-02-22  Robert Shearmanmsi: Fix heap overflow in save_string_table.
2006-02-22  Robert Shearmanole: Make the CoCreateInstance test succeed.
2006-02-22  Brian Changriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
2006-02-22  Juan Langcrypt32: Tidy up tests.
2006-02-22  Juan Langcrypt32: Add stubs for CryptFindOIDInfo and I_CryptInst...
2006-02-22  Mike McCormackkernel32: Add a stub implementation for CmdBatNotification.
2006-02-22  Alexandre Julliardkernel: Initialize the dll path from the main exe name...
2006-02-22  Robert Shearmanshell32: Move systray handling to the explorer process.
2006-02-22  Alexandre Julliardkernel: Get rid of module.h.
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-22  Alexandre Julliardkernel: Don't bother checking load order of the exe...
2006-02-22  Huw Daviesgdi32: Update due to last minute api change in freetype...
2006-02-22  Jeff Latimerusp10: Add ScriptGetCMap functionality to translate...
2006-02-22  Peter Beutnermsvcrt: Save esp before calling catch block and restore...
2006-02-22  Peter Beutnermsvcrt: Fix handling of multiple nested exceptions.
2006-02-22  Peter Beutnermsvcrt: Fix handling of nested exceptions.
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2006-02-22  Marco Timpanowinedos: Fixed a couple of typos in ppdev.
2006-02-22  Francois Gougetmapi: Add some missing MAPI prototypes.
2006-02-22  Lei Zhangriched20: Implement FR_MATCHCASE for EM_FINDTEXT.
2006-02-22  Ulrich Czekallamsi: Implement MsiSourceListAddSource.
2006-02-22  Ulrich Czekallaadvapi32: Add partial implementation of LookupAccountNameW.
next