2004-11-30 |
Dmitry Timoshkov | DrawTextEx should allocate text buffer on stack for... |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Fixed RtlExpandEnvironmentStrings_U to not depend on... |
tree | commitdiff |
2004-11-29 |
Mike McCormack | Added some tests for timer functions. |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Get rid of the client-side window timer structures. |
tree | commitdiff |
2004-11-29 |
Eric Pouech | Made some functions and variables static. |
tree | commitdiff |
2004-11-29 |
Jason Edmeades | Implement Material, Clip plane and Light support plus |
tree | commitdiff |
2004-11-29 |
Gunnar Dalsnes | Added a test to make sure that CreateDirectoryA/W does... |
tree | commitdiff |
2004-11-29 |
Eric Kohl | F4 key flips the listbox in default (not extended UI... |
tree | commitdiff |
2004-11-29 |
Christian Costa | AVI decompressor: |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Added missing CoInitialize. |
tree | commitdiff |
2004-11-29 |
Mike Hearn | Trace the OLE error info strings. |
tree | commitdiff |
2004-11-29 |
Mike Hearn | - Improve OLE function documentation. |
tree | commitdiff |
2004-11-29 |
Mike McCormack | CFM_GETSPEC always returns a space-separated list. |
tree | commitdiff |
2004-11-28 |
Alexandre Julliard | Take advantage of the new winproc handling to move... |
tree | commitdiff |
2004-11-28 |
Jason Edmeades | Add Get/Set Transform support, plus BeginScene (does... |
tree | commitdiff |
2004-11-28 |
Eric Pouech | Fixed file name when opening NUL. |
tree | commitdiff |
2004-11-28 |
Huw Davies | Protect sscanfs with a "C" locale so that they still... |
tree | commitdiff |
2004-11-28 |
Dmitry Timoshkov | Add a test for ReadFile/WriteFile fault handling, make... |
tree | commitdiff |
2004-11-28 |
Ge van Geldorp | - Fix vertical position of text in single-line edit... |
tree | commitdiff |
2004-11-28 |
Robert North | - Ensure that if buffer pointer is null, queue is flushed. |
tree | commitdiff |
2004-11-28 |
Mike McCormack | - Don't limit the size of the property that can be... |
tree | commitdiff |
2004-11-24 |
Alexandre Julliard | Changed winproc allocation to be based only on the... |
tree | commitdiff |
2004-11-24 |
Alexandre Julliard | Avoid using the MAKEPOINTS macro, it's broken on big... |
tree | commitdiff |
2004-11-24 |
Jason Edmeades | Add indexbuffer support into wined3d. |
tree | commitdiff |
2004-11-24 |
Robert Shearman | Implement OleDuplicateData. |
tree | commitdiff |
2004-11-24 |
Mike McCormack | Return correct error code in EnumPrinters. |
tree | commitdiff |
2004-11-24 |
Mike McCormack | Fix ofn.nFileOffset when multiple files are selected. |
tree | commitdiff |
2004-11-24 |
Kevin Koltzau | CreateBrushIndirect should not return a stock brush. |
tree | commitdiff |
2004-11-24 |
Dmitry Timoshkov | Avoid some direct accesses to DC internals from metafil... |
tree | commitdiff |
2004-11-24 |
Dmitry Timoshkov | Remove useless calls to IsBadReadPtr from ReadFile... |
tree | commitdiff |
2004-11-23 |
Alexandre Julliard | Fixed handling of NULL pointer in PeekMessageW, with... |
tree | commitdiff |
2004-11-23 |
Kevin Koltzau | Look for lcms.h in lcms/lcms.h. |
tree | commitdiff |
2004-11-23 |
Alexandre Julliard | Append .dll extension in all cases (spotted by Mike... |
tree | commitdiff |
2004-11-23 |
Tom Wickline | Version resources cleanup. |
tree | commitdiff |
2004-11-23 |
Jason Edmeades | - Implement SetStreamSource |
tree | commitdiff |
2004-11-23 |
Robert Shearman | When changing from DIB_Status_GdiMod to DIB_Status_GdiM... |
tree | commitdiff |
2004-11-23 |
Jon Griffiths | Set the miter limit in the DC state. |
tree | commitdiff |
2004-11-22 |
Eric Pouech | Fixed regressions introduced when moving addresses... |
tree | commitdiff |
2004-11-22 |
Kevin Koltzau | Prevent environment test from crashing when environment... |
tree | commitdiff |
2004-11-22 |
Alexander Yaworsky | Changed allocation of arguments in SearchPathA so path... |
tree | commitdiff |
2004-11-22 |
Jon Griffiths | Support mono pattern brushes in EMF's. |
tree | commitdiff |
2004-11-22 |
Jon Griffiths | Avoid magic number. |
tree | commitdiff |
2004-11-22 |
Jon Griffiths | Implement CreateBitmap using CreateBitmapIndirect so... |
tree | commitdiff |
2004-11-22 |
Glenn Wurster | Use physDev->textPixel instead of GetTextColor for... |
tree | commitdiff |
2004-11-21 |
Evan G. Parry | Added some tests for lzexpand. |
tree | commitdiff |
2004-11-21 |
Eric Pouech | - moved into new mscvpdb.h (out of msc.c) all types... |
tree | commitdiff |
2004-11-21 |
Alexander Yaworsky | Move up SERV_* functions. |
tree | commitdiff |
2004-11-21 |
Hans Leidekker | Implement and test GetColorProfileElementTag, |
tree | commitdiff |
2004-11-21 |
Dmitry Timoshkov | Call CompareStringA with LOCALE_USE_CP_ACP flag set... |
tree | commitdiff |
2004-11-21 |
Robert Shearman | - Make InternetGetConnectedStateExA not crash, by making |
tree | commitdiff |
2004-11-21 |
Bill Medland | Don't mess up the msvcrt codepage on e.g. _MB_CP_ANSI. |
tree | commitdiff |
2004-11-21 |
Eric Frias | Accelerator resource struct fix for sparc. |
tree | commitdiff |
2004-11-21 |
Huw Davies | The default font for the treeview should be the icon... |
tree | commitdiff |
2004-11-21 |
Eric Frias | Fixed file handle leak. |
tree | commitdiff |
2004-11-21 |
Eric Frias | Permit unaligned memory access on sparc. |
tree | commitdiff |
2004-11-21 |
Rémi Assailly | Add some missing error values in WINMM_ErrorToString. |
tree | commitdiff |
2004-11-21 |
Jon Griffiths | Search the whole table when creating solid brushes. |
tree | commitdiff |
2004-11-21 |
Alexander Yaworsky | Added NOVT timezone info. |
tree | commitdiff |
2004-11-21 |
Kevin Koltzau | Fix clipping for DrawThemeParentBackground. |
tree | commitdiff |
2004-11-21 |
Eric Pouech | Moved kernel32.DeleteFileW core implementation to ntdll... |
tree | commitdiff |
2004-11-19 |
Alexandre Julliard | Removed a couple of no longer needed entries. |
tree | commitdiff |
2004-11-19 |
Alexandre Julliard | Fix conflicting structure tag. |
tree | commitdiff |
2004-11-19 |
Robert Reif | One step closer to getting hardware accelerated capture... |
tree | commitdiff |
2004-11-19 |
Hans Leidekker | Implement IsProfileValid. |
tree | commitdiff |
2004-11-19 |
Stefan Leichter | Fixed GetFileVersionInfoSizeA tests on NT. |
tree | commitdiff |
2004-11-19 |
Christian Costa | Implemented IGraphBuilder methods: Connect, Render... |
tree | commitdiff |
2004-11-19 |
Robert Shearman | - Use more specific error codes than E_FAIL, where... |
tree | commitdiff |
2004-11-19 |
James Hawkins | Added beginnings of RegQueryValueEx tests. |
tree | commitdiff |
2004-11-19 |
Huw Davies | Fallback to some sensible default values when underlini... |
tree | commitdiff |
2004-11-19 |
Zach Gorman | Add the DT_NOPREFIX flag when calling DrawText() for... |
tree | commitdiff |
2004-11-19 |
Hans Leidekker | Add version information. |
tree | commitdiff |
2004-11-19 |
Christian Costa | Fixed colorkey conversion. |
tree | commitdiff |
2004-11-19 |
Mike McCormack | Use interlocked functions for thread safety. |
tree | commitdiff |
2004-11-19 |
Christian Costa | Fixed IEnumPinsImpl_Next. |
tree | commitdiff |
2004-11-19 |
Eric Pouech | - implement SymUnDName and UndecorateSymbolName on... |
tree | commitdiff |
2004-11-19 |
Christian Costa | Mapped AVIStreamOpenFromFile to AVIStreamOpenFromFileA. |
tree | commitdiff |
2004-11-19 |
Robert Reif | Remove trailing white space introduced in previous... |
tree | commitdiff |
2004-11-19 |
James Hawkins | Make four shreg tests pass on XP. |
tree | commitdiff |
2004-11-19 |
Christian Costa | Added stub for SetQueryNetSessionCount. |
tree | commitdiff |
2004-11-19 |
Robert Shearman | Pass the address of the handle rather than just the... |
tree | commitdiff |
2004-11-19 |
Christian Costa | Fixed some forwards. |
tree | commitdiff |
2004-11-10 |
Mike McCormack | Improve the CertStore code a little. |
tree | commitdiff |
2004-11-10 |
Jason Edmeades | - Stub SetServiceObjectSecurity to pretend to work... |
tree | commitdiff |
2004-11-10 |
James Hawkins | Use SHDeleteKey to remove leftover keys from the shreg... |
tree | commitdiff |
2004-11-10 |
Robert Shearman | - Set cache bitmap dimensions correctly when a 0x0... |
tree | commitdiff |
2004-11-10 |
Michael Jung | CPAcquireContext: Set last error to ERROR_SUCCESS in... |
tree | commitdiff |
2004-11-09 |
Hamish | Fix for async writes to comm ports. |
tree | commitdiff |
2004-11-09 |
Stefan Leichter | Fixed tests of GetAcceptLanguagesA for platfoms 98... |
tree | commitdiff |
2004-11-09 |
Stefan Leichter | Fixed GetFileVersionInfoSizeA tests on NT4 platform. |
tree | commitdiff |
2004-11-09 |
Robert Reif | Remove redundant GUID check. |
tree | commitdiff |
2004-11-09 |
Dmitry Timoshkov | - do not move updown control and buddy if an alignment... |
tree | commitdiff |
2004-11-09 |
Kevin Koltzau | Implementation of GetThemeBackgroundExtent. |
tree | commitdiff |
2004-11-09 |
Kevin Koltzau | Change AlphaBlend to use destination dimensions rather... |
tree | commitdiff |
2004-11-09 |
Kevin Koltzau | Fix crash when no theme is set and application ignores... |
tree | commitdiff |
2004-11-09 |
Walt Ogburn | In OlePictureImpl_Load, always use DIB_RGB_COLORS becau... |
tree | commitdiff |
2004-11-08 |
Robert Shearman | - bNtfUnicode is a dup' of bUnicode so remove it and... |
tree | commitdiff |
2004-11-08 |
William Poetra Yoga H | Give the first menu item of a popup menu a distance... |
tree | commitdiff |
2004-11-08 |
Eric Pouech | Now that name undecoration works, fix the type info. |
tree | commitdiff |
2004-11-08 |
Eric Pouech | Implemented __unDName and __unDNameEx functions. |
tree | commitdiff |
2004-11-08 |
Vitaliy Margolen | - return "want all keys" for WM_GETDLGCODE when multi... |
tree | commitdiff |
next |