Complete unicodification of the flatsb common control.
[wine] / dlls /
2005-03-23  Dimitrie O. PaunComplete unicodification of the flatsb common control.
2005-03-23  Dimitrie O. PaunComplete unicodification.
2005-03-23  Jeremy WhiteRevamp the volume logic to be more self contained,...
2005-03-22  Alexandre JulliardSimplify hardware message processing by merging the...
2005-03-22  Hans LeidekkerFix some -Wsign-compare and -Wuninitialized warnings.
2005-03-22  Mike HearnLog to +seh when an IsBad* function faults.
2005-03-22  Jakob ErikssonIf the device gets interrupted, we just give up.
2005-03-22  Jakob ErikssonTest fix.
2005-03-22  Alexandre JulliardFetch again the file time to compare against to avoid...
2005-03-22  Jakob ErikssonAbort if we can't create a named pipe at all.
2005-03-22  Jakob ErikssonEliminate HeapAlloc casts.
2005-03-22  Alex Villacís LassoPeekNamedPipe now checks both for a NULL buffer and...
2005-03-22  Jakob ErikssonStrRetToStrNAW returns ok on NT4, though it should...
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-22  Jakob ErikssonMore trace info.
2005-03-22  Rustam ChernotkachAdded support for ANAT (Anadyr Standard Time) to TZ_INFO.
2005-03-22  Jakob ErikssonIf the variable does not exist, just return.
2005-03-22  Jakob ErikssonWindows 98 doesn't like it when we delete the tempfile.
2005-03-22  Aric StewartTest package creation.
2005-03-22  Dmitry TimoshkovIf an MDI child becomes active restore previously maxim...
2005-03-22  Jakob ErikssonFix patching error in file time test.
2005-03-22  Dmitry TimoshkovAdd support for Serbian cyrillic X11 keyboard layout.
2005-03-22  Phil KrylovMade RTF reader and writer handle codepages mostly...
2005-03-22  C. Scott AnanianEDIT_EM_SetSel: Old/new selection range ordering code...
2005-03-22  Hans LeidekkerDutch resource translation.
2005-03-22  Jakob ErikssonFix for NT4 behaviour.
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  Alexandre JulliardFixed a missing patch chunk.
2005-03-21  Dimitrie O. PaunPull 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  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é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. PaunComplete unicodification.
2005-03-21  Dimitrie O. PaunProper handling for GWL_STYLE.
2005-03-21  Troy Rolloix test for STGM_SHARE_EXCLUSIVE on nameless DocFiles.
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. PaunDelete 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  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  Jon GriffithsAvoid a magic number.
2005-03-18  C. Scott AnanianUPDOWN_GetBuddyInt should not fail when the control...
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  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  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.
next