Implementation stub for QueueUserWorkItem.
[wine] / dlls /
2005-02-21  Hans LeidekkerImplementation stub for QueueUserWorkItem.
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2005-02-21  Lionel UlmerImplement 'W' variants of Process32First / Next APIs
2005-02-21  Alex Villacís LassoImplemented GetGlyphOutline16.
2005-02-21  Justin Chevrier- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWP...
2005-02-21  Lauri TulminHorizontal scrollbar is hidden when edit control is...
2005-02-21  Maxime BellengéTake into account the new size of a column when the...
2005-02-21  Christian CostaImproved AVIDec.
2005-02-21  James HawkinsAdd RegOpenKey, RegCloseKey tests.
2005-02-21  Marcelo DuarteUse "MS Shell Dlg" everywhere except for Japanese.
2005-02-21  Hans Leidekker- Add support for color transform handles.
2005-02-21  Hans Leidekker- Revert wrong -noname markup for Drag*, DoEnvironmentS...
2005-02-21  Mike McCormackRemove tabs and make formatting consistent.
2005-02-21  Vincent BéronAdd a stub for OleLoadPicturePath().
2005-02-21  Mike HearnAvoid infinite loop when doing a typelib marshalled
2005-02-21  Mike HearnAllow loading of builtin typelibs.
2005-02-21  Maxime BellengéFix SetItem so that items don't get wrongly re-ordered.
2005-02-21  Hans LeidekkerStub implementations for AbortPrinter, AddPortEx{A,W},
2005-02-21  Dmitry TimoshkovTake Shift key state into account while processing...
2005-02-21  Maxime BellengéReverse the order for deleting the items in resetconten...
2005-02-21  Juan LangFix NtQueryPerformanceCounter parameter checking. Spott...
2005-02-18  Robert Shearman- Better tracing.
2005-02-18  Hans LeidekkerMark exports -noname when they are exported by ordinal...
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-18  Dmitry Timoshkov- Always unlink children before sending WM_NCDESTROY...
2005-02-18  Ulrich CzekallaDuplicate Windows behaviour and use SendMessage for...
2005-02-18  Aric StewartFixed problems with my code for finding the PackageCode.
2005-02-18  Christian CostaFixed offsets calculations.
2005-02-18  Robert ReifFix capture test to pass on windows 98 when no sound...
2005-02-18  Robert ReifFix timer tests to pass on windows 98.
2005-02-18  Robert ReifFix block align test.
2005-02-18  Alex Villacís LassoImplement OleFontImpl_QueryTextMetrics.
2005-02-18  Gunnar DalsnesWhen getting current directory on a drive different...
2005-02-17  Vitaly LipatovRename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInf...
2005-02-17  Dmitry TimoshkovConvert winemenubuilder to unicode.
2005-02-17  David SmithFix for ICInfo() in msvideo when it is used to ask...
2005-02-17  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-17  Joris Huizer- renamed file_operation_delete and to shfileops_delete
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  Jonathan ErnstAdd French resources.
2005-02-16  Mike McCormackMove product, feature and component enumeration functio...
2005-02-16  James HawkinsFix improper type-conversions.
2005-02-16  Rein KlazesCalling ValidateRect or ValidateRgn on a windows also...
2005-02-16  Ulrich CzekallaImplement ES_CENTER and ES_RIGHT alignment styles.
2005-02-16  Huw DaviesSetPath("") should return S_OK.
2005-02-16  Thomas WeidenmuellerForward to user32 when appropriate.
2005-02-16  Robert ReifSome block align cleanups.
2005-02-16  Mike McCormackAdd a border to the edit control, add some more controls.
2005-02-16  Mike McCormackFix up the summary information code a little.
2005-02-16  Aric StewartStubs for MsiUseFeature.
2005-02-16  Robert ReifFixed invalid buffer size by rounding up to next multip...
2005-02-16  Lauri TulminMake minimized windows stay minimized.
2005-02-16  Mike McCormackRemove const declaration from non-const function.
2005-02-16  Mike McCormackAllow MsiViewExecute to be called twice on the same...
2005-02-16  Mike McCormackImplement MsiDatabaseGetPrimaryKeys.
2005-02-16  Mike McCormackMsiGetComponentPath should allow null pointers for...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-02-15  Robert Shearman- Use I_RpcGetBuffer, instead of our own buffer routine...
2005-02-15  Uwe BonnesUse local buffer in RtlUpcaseUnicodeStringToCountedOemS...
2005-02-15  Ivan Leo PuotiMove Rtl*Registry* structs, defines and prototypes...
2005-02-15  Henning GerhardtAdd/updated German resources.
2005-02-15  Mike McCormackReindent some code to improve readability.
2005-02-15  Robert Shearman- Add a stub implementation of RpcImpersonateClient.
2005-02-15  Paul van SchayckOnly stop writing a volume label if we found a non...
2005-02-15  Robert ShearmanThe Global Interface Table should do table-strong marsh...
2005-02-15  Robert Shearman- Remove cruft left over from previous RPC backend...
2005-02-15  Mike McCormackDefine some extra SHFGI values.
2005-02-15  Mike McCormackAdd some more SPI values.
2005-02-15  Robert ShearmanFix RPC server thread race.
2005-02-15  Robert ShearmanERROR_IO_PENDING is expected, so don't return an error.
2005-02-15  Christian CostaImplemented GetProperty method for keyboard device.
2005-02-15  Robert ShearmanMake COM use the RPC runtime as the backend for RPC...
2005-02-14  Alexandre JulliardBrad DeMorrow
2005-02-14  Ivan Leo PuotiAdd implementation for RtlQueryRegistryValues, RtlCheck...
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Rémi Assaillychar -> const char fixes.
2005-02-14  Michael JungCheck pdwDataLen param for non NULL'ness.
2005-02-14  Robert ReifAdd some missing \ns.
2005-02-14  Hans LeidekkerImplement and test access flags for color profiles.
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2005-02-14  Dmitry TimoshkovMake DDE implementation always work internally in Unicode.
2005-02-14  Vincent BéronSuppress a warning.
2005-02-14  Francois GougetTest the interaction between IShellLink::SetIDList...
2005-02-14  Rein KlazesREGION_FrameRgn computes the frame region inside the...
2005-02-14  Lauri TulminUpdate scroll info on WM_SETTEXT.
2005-02-14  Robert ShearmanInvoke objects in STA's in the correct thread by sendin...
2005-02-14  Jason EdmeadesMake the edit field created from a richedit control...
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-14  Christian CostaHandle more properly versions for Direct3D and Direct3D...
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2005-02-14  Marcus MeissnerOutput some more informations.
2005-02-14  Mike McCormackImplement SQL delete query.
2005-02-14  Filip NavaraDon't crash if ShellFolder doesn't implement the IID_IS...
2005-02-14  Stefan LeichterMake advapi32_test.exe loadable on NT 3.51.
2005-02-14  Eric KohlImplement DelayedMove and FileExists.
2005-02-14  Rémi AssaillySmall char -> const char fix.
2005-02-14  Ge van GeldorpError numbers >= 32 are to be expected.
2005-02-14  Marcelo Duarte- Correct time zone for BRT and BRST.
2005-02-14  Francois GougetLoad advpack.dll at runtime to avoid link problems...
2005-02-14  Francois GougetTests cannot use wine/debug.h because it does not exist...
next