wine
2005-02-23  Mike McCormackRemove tabs and reformat.
2005-02-23  Francois GougetAdd the -noname flag to match the Platform SDK.
2005-02-23  Jeremy WhiteIn calculating the SMPTE time, we would round incorrect...
2005-02-23  Mike McCormack- handle IFileSystemBindData in ISF_Desktop_fnParseDisp...
2005-02-23  Francois GougetDon't hardcode ordinals if which are not hardcoded...
2005-02-23  Aric StewartMake sure formats like [\\]] and [\\[] work properly.
2005-02-23  Jakob ErikssonApparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
2005-02-23  Dmitry Timoshkov- Pass original wParam to CallNextHookEx.
2005-02-23  Robert ReifFix tests for win9x and old versions of DirectX.
2005-02-23  Michael StefaniucStub for CryptCATAdminReleaseContext.
2005-02-23  Jeremy WhiteWhen we get down to the last fragment or two in our...
2005-02-23  Jeremy WhiteWhen testing the WAVE_MAPPER device, it seems inappropr...
2005-02-23  Jeremy WhiteWhen we are converting from one sample rate to another...
2005-02-23  Jason EdmeadesTake into account additional requested spacing on break...
2005-02-23  Jason EdmeadesEnable parsing of vendor strings not matching the expec...
2005-02-23  Maxime BellengéCorrectly displays the text with ellipsis when there...
2005-02-23  Jacek CabanTranslation update.
2005-02-23  José Manuel... Added MSI Spanish resources.
2005-02-22  Alexandre JulliardRemoved no longer used create_region function, and...
2005-02-22  Alexandre JulliardAllow the client rectangle to be of arbitrary size...
2005-02-22  TANABE HiroshiAdded Multibyte character set support in GetGlyphOutlineA.
2005-02-22  Huw DaviesDon't hold the GDI lock when calling DC_GetDCUpdate.
2005-02-22  Hans LeidekkerForward MD5{Final,Init,Update} to advapi32.
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2005-02-22  Ivan Leo PuotiAdded a couple of defines.
2005-02-22  Mike McCormackMake sure strings are null terminated.
2005-02-22  Mike McCormackWhen running a second time, don't fail if we can't...
2005-02-22  Martijn VernooijScroll instead of repainting when expanding/collapsing...
2005-02-22  Jacek CabanAdded implementation of LockServer.
2005-02-22  Huw DaviesThe typelib cache should take the typelib resource...
2005-02-22  Alexandre JulliardCosmetic fixes.
2005-02-22  Mike McCormackMake lstr* functions inline inside Wine.
2005-02-22  Mike McCormack- handle IFileSystemBindData in IShellFolder::ParseDisp...
2005-02-22  Aric StewartUpdate the installed state for components during CostFi...
2005-02-22  Rein KlazesDefWindowProc's WM_NCCALC handler must not subtract...
2005-02-22  Stefan LeichterMake user32_crosstest.exe loadable on NT 3.51.
2005-02-22  Alexandre JulliardDispatchMessage needs to repaint the non-client area...
2005-02-22  Jason EdmeadesMake RegisterClassExA check that reserved bytes is...
2005-02-22  Justin ChevrierPoint KEYBOARDPREF and SCREENREADER to registry keys...
2005-02-22  Jon GriffithsUse variant macros instead of accessing the union directly.
2005-02-22  Steven EdwardsCorrect typo.
2005-02-22  Jon GriffithsUse config.h & HAVE_ where needed, -W fixes.
2005-02-22  Jon GriffithsFix race in IMAPIProp_Release(), -W fixes.
2005-02-22  Mike McCormackCleanup, create unicode versions of _ILCreateFromPath,
2005-02-22  Christian CostaFixed ACM Wrapper.
2005-02-22  Darryl DixonAdded support for NZDT (New Zealand Daylight Time)...
2005-02-22  Hans LeidekkerAdd IsDestinationReachableW.
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... Implemented GetGlyphOutline16.
2005-02-21  Justin Chevrier- Implement SPI_{GET,SET}POWEROFFACTIVE and SPI_SETLOWP...
2005-02-21  Vincent BéronAdd a definition for OpenInputDesktop().
2005-02-21  Lauri TulminHorizontal scrollbar is hidden when edit control is...
2005-02-21  Marcelo DuarteSync Polish resources.
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  Vincent BéronAdd LWA_ constants, used in {S/G}LayeredWindowAttributes().
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  Marcelo DuarteCleanup taskmgr resource file (get rid of C++ style...
2005-02-21  Maxime BellengéReverse the order for deleting the items in resetconten...
2005-02-21  Vincent BéronAdded LPDWORD definition.
2005-02-21  Francois GougetOnly 'fix' the names of source files and directories...
2005-02-21  Aric StewartThe values are quoted and spaces added, so having space...
2005-02-21  Vincent BéronAdded IRichEditOleCallback.
2005-02-21  Vincent BéronCorrect the number of args of SNDMSGA in ListView_GetSu...
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  Francois Gougetdlls/__install-lib__ and programs/__install__ should...
2005-02-18  Robert Shearman- Move marshaling state machine into stub manager from...
2005-02-18  Krzysztof FoltmanEnsure that caret position is not reset to (0, 0) when...
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  Gerald PfeiferUse stdlib.h instead of non-standard malloc.h.
2005-02-18  James HawkinsConditionally add DECLSPEC_ALIGN(8) to wine's 64-bit...
2005-02-18  Christian CostaFixed offsets calculations.
2005-02-18  Mike McCormackDump out more details on the target of a link.
2005-02-18  Mike McCormackAdded odbcinst.h.
2005-02-18  Mike McCormackSmall indentation fixes.
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... Implement 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  Mike McCormackAdd dumping of lnk files.
2005-02-17  David SmithFix for ICInfo() in msvideo when it is used to ask...
next