wine
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-21  Troy RolloImplement CreateUrlCacheEntryW and CommitUrlCacheEntryW...
2005-03-21  Robert ReifFix direct sound capabilities to match hardware.
2005-03-21  Huw DaviesFix usage printf.
2005-03-21  Alexandre JulliardFixed a missing patch chunk.
2005-03-21  Dimitrie O... Pull the WM_TIMER handling into its own function.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-21  Mike McCormackRemove casts and unused code.
2005-03-21  Robert ShearmanAlways display path in status bar.
2005-03-21  Hans LeidekkerPrevent crash when no URL is specified.
2005-03-21  Thomas KhoAdded tests for sendto, recvfrom, and getservbyname.
2005-03-21  Robert ReifClean up handle usage.
2005-03-21  Alexandre JulliardDon't try to resync Z-order on ConfigureNotify events...
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-21  Troy RolloCorrections to UrlIsW and UrlIsA.
2005-03-21  Glenn WursterRemove break statements missed in last patch.
2005-03-21  Vincent BéronTeach winapi about types newly used in various dlls.
2005-03-21  Vincent BéronTeach winapi_check about other calling convention short...
2005-03-21  Vincent BéronWineDirect3DCreate has 3 args in the source.
2005-03-21  Vincent BéronUse "" for Windows includes in dlls, instead of <>.
2005-03-21  Jacek CabanKey words and replacements are case insensitive.
2005-03-21  Robert ShearmaniSelectedImage is allowed to be 0.
2005-03-21  Robert ShearmanFix SHCopyKey to treat string parameter correctly as...
2005-03-21  Vincent BéronFixed some calling conventions.
2005-03-21  Dimitrie O... Complete unicodification.
2005-03-21  Dimitrie O... Proper handling for GWL_STYLE.
2005-03-21  Troy Rolloix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
2005-03-21  Robert Shearman- Add icons for the value pane.
2005-03-21  Robert Shearman- Display an error message if any edit operation fails.
2005-03-21  Christian CostaRemoved wrong FIXMEs.
2005-03-21  Filip NavaraSpecify correct buffer size in GetPrivateProfileStringW...
2005-03-21  Ivan Leo PuotiImprove parameter checking in NtCreateFile.
2005-03-21  Matthew MastracciIf a FOURCC surface specifies DDSD_PITCH, use that...
2005-03-21  Dimitrie O... Delete the critical section when freeing up the infoPtr.
2005-03-21  Robert ReifPrint out message name to make reading traces easier.
2005-03-21  Krzysztof Foltman- PageUp key support.
2005-03-19  Alexandre JulliardAdded support for the TLS expansion slots, adding an...
2005-03-19  Robert ReifFall back to default prepare/unprepare header functions.
2005-03-19  Robert ReifFix block align error message to show length before...
2005-03-19  Mike McCormackFix usage of STGM_ enumerations, remove forward declara...
2005-03-19  Mike McCormackRemove forward declarations of interface methods.
2005-03-19  Mike McCormackRemove an unused function.
2005-03-19  Mike McCormack- test cases for summary information
2005-03-19  Francois GougetIssue a warning if no sound system was found.
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-19  Robert ShearmanFix deadlock caused by not leaving the critical section...
2005-03-19  Robert ShearmanFix memory leak in OleDuplicateData on error path ...
2005-03-19  Ulrich CzekallaGetCPInfo should return FALSE if called with NULL info...
2005-03-19  Jacek CabanAdded implementation of File[Un]Register and Resource...
2005-03-19  Paul MillarBring default registry in line with implicit default...
2005-03-19  Jon GriffithsAvoid a magic number.
2005-03-18  Alexandre JulliardFixed other instances of the xrealloc(0) bug.
2005-03-18  C. Scott AnanianUPDOWN_GetBuddyInt should not fail when the control...
2005-03-18  Jon Griffiths-Wunsigned fixes.
2005-03-18  Alexandre JulliardDon't crash on xrealloc(0) (found by Jon Griffiths).
2005-03-18  Jacek CabanFixed vartype test.
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-03-18  Jon GriffithsImplement @188,190,195,200,256,478,481.
2005-03-18  Alexandre JulliardRevert changes to the painting code, the WM_CTLCOLORSTA...
2005-03-18  Robert ReifAdd support for more than one sound card.
2005-03-18  Robert ReifCheck wave out volume support.
2005-03-18  Jacek CabanFixed atl.rgs.
2005-03-18  Jacek CabanKeys may have only one of attributes.
2005-03-18  Gerald PfeiferFix compilation of the case without proper Linux joysti...
2005-03-18  Phil KrylovFixed support for RTF documents using ANSI charset...
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2005-03-17  Alexandre JulliardRevert the previous change, this is not working right...
2005-03-17  Aric StewartFor ShellExecuteExA we need to copy out the hProcess...
2005-03-17  Juan LangBegin implementing IPropertyStorage.
2005-03-17  Alexandre JulliardMake the server know about the visible area of a window...
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-03-17  Robert ReifFall back to default header prepare and unprepare funct...
2005-03-17  Mike McCormackRemove some dead code and some ifdefs.
2005-03-17  Hans LeidekkerAdd more tests and fix InternetTimeToSystemTimeW accord...
2005-03-17  Mike McCormackFix a regression in the file open dialog.
2005-03-17  Ivan Leo PuotiAdd parameter checking and remove last fixme.
2005-03-17  Jakob ErikssonMore trace info.
2005-03-17  Robert ReifUse real device name.
2005-03-17  Alexandre JulliardCompute the top clipping window directly on the server...
2005-03-17  Jakob ErikssonMore trace info.
2005-03-17  Mike McCormackFix dependencies.
2005-03-17  Mike McCormackConvert path to unicode, rearrange to remove forward...
2005-03-17  Phil KrylovReplaced slow and outdated character set handling in...
2005-03-17  Mike McCormackDeclare inline string function WINAPI (found by Krzyszt...
2005-03-17  Jon GriffithsAdd some missing interfaces.
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-17  Jeremy WhiteDo not fallback to defaults if a driver, mapper, or...
2005-03-17  Juan LangAdd a comment about byte order, change types to reduce...
2005-03-17  Jacek CabanAdded implementation of DllCanUnloadNow.
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-16  Phil KrylovImproved RTF export.
2005-03-16  Phil KrylovAdded missing PFE_ and PFA_ definitions.
2005-03-16  Jakob ErikssonTest failed before on 98, NT4, 2000 and XP.
2005-03-16  Alexandre JulliardDon't force injected hardware messages to be queued...
2005-03-16  Alexandre JulliardQueue hardware messages even if we don't find a window...
2005-03-16  Alexandre JulliardConverted the make_ctests script to C (based on a patch...
2005-03-16  Alexandre JulliardConverted the window children lists to standard lists.
2005-03-16  Jacek CabanUse ATLRegistrar to register atl.dll.
2005-03-16  C. Scott AnanianStarted a unit test case for the updown control.
2005-03-16  Filip Navara_dbg_ILGetNext returns NULL if pidl->mkid.cb is zero...
next