goma /
wine /
8197e0b07bc07052e0683a90c16a1d5bdf8a46ed - 8197e0b Create the desktop class when needed without requiring a client request. by Alexandre Julliard · 20 years ago
- f29a131 Activate ITypeLib, ITypeInfo and IEnumVARIANT Marshalers. by Robert Shearman · 20 years ago
- 0648ab6 Remove RegisterTypeLib hack. by Robert Shearman · 20 years ago
- 5d873ad Marshal return value from IRemUnknown_RemQueryInterface. by Robert Shearman · 20 years ago
- d8780c7 Fix confusion between number of characters and number of bytes in by Robert Shearman · 20 years ago
- c0d7a25 Silence now noisy error messages caused by changes in the way we call by Robert Shearman · 20 years ago
- 98c315c Save the scope window for mouse events before overwriting it. by Alexandre Julliard · 20 years ago
- 500c41b Support VT_BYREF|VT_I4 in _copy_arg. by Robert Shearman · 20 years ago
- d2e2e85 Marshal and unmarshal TKIND_ENUM and TKIND_ALIAS. by Robert Shearman · 20 years ago
- 97be0be - We should be starting with 1 reference. by Robert Shearman · 20 years ago
- b0b3080 IRpcStubBuffer_Disconnect can be called more than once. by Robert Shearman · 20 years ago
- 28479ea By-pass the RPC runtime if possible when calling an STA by posting a by Robert Shearman · 20 years ago
- e874408 Delete the stub manager outside of the apartment critical section by Robert Shearman · 20 years ago
- 48a52d0 Printer handles referring to the same printer should have the same job queue. by Huw Davies · 20 years ago
- bf575f1 Initialize the various menu global variables on demand instead of at by Alexandre Julliard · 20 years ago
- 4029ee2 Add support for dumping 64bit PE files. by Kevin Koltzau · 20 years ago
- 6873379 Define 64bit PE structures. by Kevin Koltzau · 20 years ago
- 6655fed Don't set win gravity, the default should work fine. by Alexandre Julliard · 20 years ago
- 2a52813 When using PATHMODE_UNIX, all files are in the file system. by Troy Rollo · 20 years ago
- 0f9ebaf Initialize RegisteredClass properly in CoRegisterClassObject to by Alex Villacís Lasso · 20 years ago
- 9485632 Implement the use of PBuffers for offscreen textures. by Oliver Stieber · 20 years ago
- 4307613 Fix GIF palette allocation, by relying on ColorCount instead of by Alex Villacís Lasso · 20 years ago
- 3153aa9 Ensure that underflowing negative float is represented as a positive by Alex Villacís Lasso · 20 years ago
- af2e7eb Test to show that the height returned by GetTextExtentPoint is the by Huw Davies · 20 years ago
- 98ac2c1 Implement ber_* functions. by Hans Leidekker · 20 years ago
- b5e0222 Added a bunch more definitions. by Juan Lang · 20 years ago
- 7a9bacc Replace calls to DIALOG_GetCharSize with code to do the equivalent by Robert Shearman · 20 years ago
- 0ceb6b6 Implement and test GdiGetCharDimensions. by Robert Shearman · 20 years ago
- cd4e1e5 Remove some no longer needed stub functions. by Alexandre Julliard · 20 years ago
- 15ec968 Load the USER driver on demand instead of at user32 load time. by Alexandre Julliard · 20 years ago
- bb72a06 Make lcms support depend on headers _and_ libraries, not just the headers. by Hans Leidekker · 20 years ago
- 48533ae Implement RegGetValueA/W. by Felix Nawothnig · 20 years ago
- 91eaea5 - Change the default user SID to match what was previously returned by by Robert Shearman · 20 years ago
- 2997fc5 Fixed a few prototypes in the USER driver. by Alexandre Julliard · 20 years ago
- 8c02f63 Add stubs for most of the NDR marshaling functions. by Robert Shearman · 20 years ago
- 1032fdc Use CP_UNIXCP instead of CP_ACP when converting paths (Pointed out by by Michael Jung · 20 years ago
- 03f36e6 Partial implementation of GetJob. by Huw Davies · 20 years ago
- ff23dd2 Release shell folders only if they were successfully acquired. by Michael Jung · 20 years ago
- 324267c Test for behavior of negative underflow formatting. by Alex Villacís Lasso · 20 years ago
- 7d3ba6f Implemented a tidied up IWineD3Device_ColorFill. by Oliver Stieber · 20 years ago
- 5c3f6bc Enabled "tab" dialog texture for property sheet pages. by Frank Richter · 20 years ago
- 7bc3a38 Rewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ. by Felix Nawothnig · 20 years ago
- 8100816 Load system metrics on demand instead of initializing everything at by Alexandre Julliard · 20 years ago
- 18f9462 - Added more tests. - Make tests pass under Wine. by Jacek Caban · 20 years ago
- b08e77d Add stub for SetLayeredWindowAttributes. by Felix Nawothnig · 20 years ago
- 4ec5aa6 Append filename extension if necessary in IShellFolder::SetNameOf. by Michael Jung · 20 years ago
- da6f8fa Add x86_64 interlocked functions. by Kevin Koltzau · 20 years ago
- ca8c230 Define x86_64 context. by Kevin Koltzau · 20 years ago
- 524251d Stub implementations for GetUserNameEx{A,W}, TranslateName{A,W}, by Hans Leidekker · 20 years ago
- f2ad5ad Fix pointer signedness and missing declarations warnings. by Hans Leidekker · 20 years ago
- ebe8b22 Silence uninitialized warnings. by Dimi Paun · 20 years ago
- 3650ff5 Fix some -Wmissing-declarations warnings. by Hans Leidekker · 20 years ago
- 3853794 Stubs for GetAddressByName{A,W}. by Hans Leidekker · 20 years ago
- b5c65a2 Include the mshtml test. by Hans Leidekker · 20 years ago
- dcb6784 Don't run tests on platforms that don't support WindowStation calls. by Paul Vriens · 20 years ago
- 463a655 Set size before calling pSetColorProfileElement. by Paul Vriens · 20 years ago
- 305ce2f Fix registry tests on Win95. by Felix Nawothnig · 20 years ago
- 802b17c Fix misuse of UrlCombineW. by Felix Nawothnig · 20 years ago
- 8c9b330 Add/correct a couple definitions, allow hashing nothing. by Juan Lang · 20 years ago
- 18f3fcb Set mipmap levels correctly (even with ATI's buggy drivers). by Oliver Stieber · 20 years ago
- e024134 Dirty the surface (instead of the texture) when a render targets is by Oliver Stieber · 20 years ago
- f35f259 Skip futile tests if CoGetClassObject fails. by Felix Nawothnig · 20 years ago
- ea524de Configure checks for OpenLDAP headers and libraries. by Hans Leidekker · 20 years ago
- b5cc0a7 Added a bunch of utility functions to factor out a lot of the repeated by Alexandre Julliard · 20 years ago
- aed3fb6 Fix some sign-compare warnings by choosing correct datatypes. by Stefan Huehner · 20 years ago
- 9b65ffb Add some consts to fix discard-qual warnings. by Stefan Huehner · 20 years ago
- e3d1a13 Add a test for handling overlapped buffers by WideCharToMultiByte. by Dmitry Timoshkov · 20 years ago
- 2509c06 Added a test, specifically for NT/W2K/XP/W2K3. by Paul Vriens · 20 years ago
- 5bb8f96 Make dialog theme texture setting non-global (ie a per-window setting). by Frank Richter · 20 years ago
- 4171826 Fixed a division by 0 in setup_light that occurs with range is zero. by Oliver Stieber · 20 years ago
- 567b6fa Add support for drawing gradient captions. by Frank Richter · 20 years ago
- 9bea3bf Avoid unnecessary casts. by Dmitry Timoshkov · 20 years ago
- c8c3bf3 Sort the SPI_* constants and remove some duplicates. by Alexandre Julliard · 20 years ago
- 9568893 Add file type column in detailed shell view. by Michael Jung · 20 years ago
- 40dd77b Make VIRTUAL_HandleFault return an NTSTATUS. by Dmitry Timoshkov · 20 years ago
- 28f15a3 Forward some header notifications to parent of listview. by Kevin Koltzau · 20 years ago
- 2e7f3ad Support PSM_IDTOINDEX. by Thomas Weidenmueller · 20 years ago
- d344702 Link directly to liblcms. Fix typo in test. by Hans Leidekker · 20 years ago
- 1dc1895 Use SIZE_T type for size variables in NTDLL when appropriate. by Dmitry Timoshkov · 20 years ago
- 6ea26b5 - Support PSH_WIZARDHASFINISH in wizards. by Thomas Weidenmueller · 20 years ago
- 06822b8 Fix some write-strings warnings. by Stefan Huehner · 20 years ago
- 6b7778f Do filename postprocessing in GetDisplayNameOf (Hide filename by Michael Jung · 20 years ago
- 4346654 Correct a missplaced #if in IWineD3DDeviceImpl_CleanRender. by Oliver Stieber · 20 years ago
- cd6fd67 When adding an image copy the full previous buffer. by Aric Stewart · 20 years ago
- b92725a Add missing member to WINTRUST_DATA struct. by Paul Vriens · 20 years ago
- d89705d Fix return value of InternetQueryDataAvailable. by Robert Shearman · 20 years ago
- 00a4a98 Get rid of HeapValidate as it's not properly handled by some memory by Eric Pouech · 20 years ago
- 81f1ea1 Ensure msvcrt's io block is passed down from wcmd's parent process to by Eric Pouech · 20 years ago
- 9e96be8 Fix the EnumEnhMetaFile tests. by Felix Nawothnig · 20 years ago
- 183fcb5 Set the default doc title to that of Windows. Pass cups the doc title. by Huw Davies · 20 years ago
- fe80b4e Implemented Get/Set/Free private data in resource. by Oliver Stieber · 20 years ago
- a221e0e Return TRUST_E_PROVIDER_UNKNOWN until implemented. by Paul Vriens · 20 years ago
- edc0613 Space is valid between module name and entry point. by Detlef Riekenberg · 20 years ago
- 3be8cb8 Moved initialization of the default user process parameters to ntdll. by Alexandre Julliard · 20 years ago
- 3aefc4e Fixed a bug in Preload caused be a missing brace around a for loop, by Oliver Stieber · 20 years ago
- 190e159 Fix some missing-declarations warnings. by Stefan Huehner · 20 years ago
- eae4e45 - Added more tests. - Make tests pass under Wine. by Jacek Caban · 20 years ago
- 737978a Fix a -Wsign-compare warning. by Stefan Huehner · 20 years ago
- c532793 Added MSHTML library declaration. by Jacek Caban · 20 years ago
- 37773dd Make mailslots use as much of the default async fd implementation as possible. by Robert Shearman · 20 years ago