2004-12-27 |
Aric Stewart | Move Install Features selection and evaluation into... |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Allow for end of install actions. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | - Create the shortcut directory if it does not exist. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Eliminate some fixed length buffers. |
tree | commitdiff |
2004-12-27 |
Mike McCormack | Fix CreateService's error code for a service that alrea... |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Include a System16Folder definition. |
tree | commitdiff |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
tree | commitdiff |
2004-12-27 |
Hans Leidekker | Stub implementations for GetICMProfileW, SetICMProfile... |
tree | commitdiff |
2004-12-27 |
Huw Davies | Fix typelib generation of CARRAYs. |
tree | commitdiff |
2004-12-27 |
Lionel Ulmer | Fix non-RTDSC case for QueryPerformanceFrequency. |
tree | commitdiff |
2004-12-27 |
Christian Costa | Initialize the COM libraries for the newly created... |
tree | commitdiff |
2004-12-27 |
Christian Costa | Fake line sweeping of the monitor. |
tree | commitdiff |
2004-12-27 |
Mike McCormack | Don't use RtlCreateUnicodeStringFromAsciiz, it doesn... |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Enable asynchronous dll custom action calls. |
tree | commitdiff |
2004-12-27 |
Mike McCormack | Stub implementation for AtlModuleRegisterServer. |
tree | commitdiff |
2004-12-27 |
Paul Vriens | Initialize dwOSVersionInfoSize in GlobalMemoryStatus. |
tree | commitdiff |
2004-12-27 |
Jakob Eriksson | Fix test failure on Windows 2000. |
tree | commitdiff |
2004-12-27 |
Mike Hearn | Fix Xlib locking in create_desktop. |
tree | commitdiff |
2004-12-27 |
Mike Hearn | Propagate apartments through the intermediate threads... |
tree | commitdiff |
2004-12-27 |
Hans Leidekker | Stub implementations for AVIMakeStreamFromClipboard... |
tree | commitdiff |
2004-12-27 |
Neil Olver | The flag for a mouse button down in the structure retur... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-23 |
Bill Medland | Implemented DceErrorInqText. |
tree | commitdiff |
2004-12-23 |
Mike McCormack | Dump known but unimplemented SystemParameterInfo actions. |
tree | commitdiff |
2004-12-23 |
Aric Stewart | Added MsiSetExternalUIW. |
tree | commitdiff |
2004-12-23 |
Aric Stewart | Make sure to include trailing backslash in path. |
tree | commitdiff |
2004-12-23 |
Lionel Ulmer | Added/improved TRACEing. |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Blank the property buffers even if the property is... |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Move around and rename some functions. |
tree | commitdiff |
2004-12-22 |
Eric Pouech | ReadFile and WriteFile must be passed a parameter for... |
tree | commitdiff |
2004-12-22 |
Robert Shearman | Convert per-process hostent, servent and protent buffer... |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Include the trailing backslash on the Windows volume. |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Fix incorrect return code check. |
tree | commitdiff |
2004-12-22 |
Jacek Caban | Unicodified fontdlg. |
tree | commitdiff |
2004-12-22 |
Eric Pouech | Fixed bug with unsigned index in decreasing loop. |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Fix folder resolution. |
tree | commitdiff |
2004-12-22 |
Alexandre Julliard | Revert previous patch, that's not a leak. |
tree | commitdiff |
2004-12-22 |
Alexandre Julliard | Fixed prototypes of a couple of ntdll functions. |
tree | commitdiff |
2004-12-22 |
Mike McCormack | Remove more fixed length buffers, rewrite functions... |
tree | commitdiff |
2004-12-22 |
Mike McCormack | Fix selecting string columns and matching against a... |
tree | commitdiff |
2004-12-22 |
Francois Gouget | Remove unneeded NULL casts. |
tree | commitdiff |
2004-12-22 |
Mike McCormack | Remove a lot of fixed length buffers. |
tree | commitdiff |
2004-12-22 |
Francois Gouget | Spelling fixes. |
tree | commitdiff |
2004-12-22 |
Dmitry Timoshkov | Replace 'All xxx pages' text in common print dialog... |
tree | commitdiff |
2004-12-22 |
Dmitry Timoshkov | Perform case insensitive comparison with cached ini... |
tree | commitdiff |
2004-12-22 |
Dmitry Timoshkov | Uncomment call to FlushConsoleInputBuffer in FlushFileB... |
tree | commitdiff |
2004-12-21 |
Hans Leidekker | Stub implementations for AdjustTokenGroups, AreAllAcces... |
tree | commitdiff |
2004-12-21 |
Dmitry Timoshkov | Postpone creation disposition check in CreateFile until... |
tree | commitdiff |
2004-12-21 |
Ivan Leo Puoti | In OpenSCManagerW() allow lpDatabaseName to be an empty... |
tree | commitdiff |
2004-12-21 |
Ulrich Czekalla | If a dialog with the DS_CONTROL style is not visible... |
tree | commitdiff |
2004-12-21 |
Robert Shearman | Add tests for moniker and marshaling functions. |
tree | commitdiff |
2004-12-21 |
Mike McCormack | Check values passed in to SetWinMetaFileBits, not our... |
tree | commitdiff |
2004-12-21 |
Mike McCormack | Output EMR_POLYGON16 records when possible. |
tree | commitdiff |
2004-12-21 |
Crestez Leonard | Check for malformed source rect in DIB_DirectDrawSurfac... |
tree | commitdiff |
2004-12-21 |
Dmitry Timoshkov | Fully initialize NEWTEXTMETRICEXW structure for bitmap... |
tree | commitdiff |
2004-12-21 |
Michael Stefaniuc | Do not check for non NULL pointer before HeepFree'ing... |
tree | commitdiff |
2004-12-21 |
Jakob Eriksson | There may be no default MAPI malloc installed. |
tree | commitdiff |
2004-12-21 |
Rein Klazes | You can make an invisible window the active window. |
tree | commitdiff |
2004-12-21 |
Michael Jung | Respect the sDescription parameter in CryptSignHash and |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-20 |
Robert Reif | A driver does not have to support all formats. |
tree | commitdiff |
2004-12-20 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-20 |
Jacek Caban | - Added test of BindToStorage. |
tree | commitdiff |
2004-12-20 |
Michael Jung | ixed calculation of buffer size in CRYPT_ANSIToUnicode and |
tree | commitdiff |
2004-12-20 |
Steven Edwards | MSVC porting fixes. |
tree | commitdiff |
2004-12-20 |
Robert Reif | Return actual result on error. |
tree | commitdiff |
2004-12-20 |
Christian Costa | Enable creation of the RGB device. |
tree | commitdiff |
2004-12-20 |
Christian Costa | Fixed MediaSample passing. This is the upstream filter... |
tree | commitdiff |
2004-12-20 |
Bill Medland | Fully initialise the structure to prevent ill-defined... |
tree | commitdiff |
2004-12-20 |
Hans Leidekker | Stub implementations for all documented functions. |
tree | commitdiff |
2004-12-20 |
Michael Jung | Respect sDescription parameter in CPSignHash and CPVeri... |
tree | commitdiff |
2004-12-20 |
Robert Shearman | - Make the month calendar child window auto-size instea... |
tree | commitdiff |
2004-12-20 |
Rein Klazes | - make sure that tests marked as todo_wine and actually... |
tree | commitdiff |
2004-12-20 |
Ulrich Czekalla | Add partial handler for WM_PRINTCLIENT. |
tree | commitdiff |
2004-12-17 |
Rémi Assailly | - removed unused tagPALETTEOBJ and tagWINDOWPOS |
tree | commitdiff |
2004-12-17 |
Alexandre Julliard | Remove some no longer needed AW functions. |
tree | commitdiff |
2004-12-17 |
Alexandre Julliard | Expand the COPYTEST macro to avoid trouble with 64... |
tree | commitdiff |
2004-12-17 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-17 |
Raphael Junqueira | Fixed build problem with GL_VERSION_1_2. |
tree | commitdiff |
2004-12-17 |
Vincent Béron | Better detect a dll's Windows version. |
tree | commitdiff |
2004-12-17 |
Rein Klazes | ShellExecuteEx, ExtractIconEx, SHFileOperation, SHGetFi... |
tree | commitdiff |
2004-12-17 |
Robert Reif | Return flag for DRVM_MAPPER_PREFERRED_GET. |
tree | commitdiff |
2004-12-17 |
Andreas Mohr | Fixed a typo. |
tree | commitdiff |
2004-12-17 |
Andreas Mohr | GetTempPath*() uses DWORD parameters instead of UINT. |
tree | commitdiff |
2004-12-17 |
Huw Davies | Fix comment to reflect reality and indeed the code. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | Implement SS_CENTERIMAGE for static control. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | - Add code for hot tracking. |
tree | commitdiff |
2004-12-17 |
Robert Shearman | - Implement WM_ENABLE handler to update cached control... |
tree | commitdiff |
2004-12-17 |
Dmitry Timoshkov | Add a mouse input test case, make the test pass under... |
tree | commitdiff |
2004-12-16 |
Ivan Leo Puoti | Better EXE version check in VERSION_GetLinkedDllVersion. |
tree | commitdiff |
2004-12-16 |
Alexandre Julliard | Added a few functions that are now implemented. |
tree | commitdiff |
2004-12-16 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-16 |
Juan Lang | In Netbios(), |
tree | commitdiff |
2004-12-16 |
Stefan Leichter | Fixed tests of GetFileVersionInfoSizeA for win2k3. |
tree | commitdiff |
2004-12-16 |
Aric Stewart | Let negative number be parsed correctly. Needed for... |
tree | commitdiff |
2004-12-16 |
Vitaly Lipatov | Add ScreenX, ScreenY, ColorBits installer properties. |
tree | commitdiff |
2004-12-16 |
Vitaly Lipatov | Add description for MsiGetMode, MSIRUNMODE constants. |
tree | commitdiff |
2004-12-16 |
Christian Costa | Many fixes to the system clock implementation. |
tree | commitdiff |
2004-12-16 |
Ge van Geldorp | Allocate correct amount of memory. |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
next |