2005-04-11 |
Michael Jung | Make crypt functions more robust in case of incorrect... |
tree | commitdiff |
2005-04-11 |
James Hawkins | Create the 'Test' value in a temporary subkey to avoid... |
tree | commitdiff |
2005-04-11 |
James Hawkins | Remove nonstandard type LPLPVOID. |
tree | commitdiff |
2005-04-11 |
Lionel Ulmer | Create the GL texture id at texture-binding time. |
tree | commitdiff |
2005-04-11 |
Krzysztof Foltman | - EM_CANPASTE implemented |
tree | commitdiff |
2005-04-11 |
Dimitrie O. Paun | Cleanup the API docs. Few indentation/formatting fixes. |
tree | commitdiff |
2005-04-11 |
Robert Reif | Changed regression test to make sure position is correc... |
tree | commitdiff |
2005-04-11 |
Robert Reif | Correctly handle where waveOutGetPosition changes timep... |
tree | commitdiff |
2005-04-11 |
Mike Hearn | Only do unicode conversion in HTML Help control when... |
tree | commitdiff |
2005-04-11 |
Mike McCormack | Load and display bitmaps in the dialogs. |
tree | commitdiff |
2005-04-11 |
Rein Klazes | In ScrollWindowEx, if the window already has an update... |
tree | commitdiff |
2005-03-31 |
Alexandre Julliard | Introduced an X_PHYSBITMAP structure to allow storing... |
tree | commitdiff |
2005-03-31 |
Rein Klazes | Fix some incorrect uses of the ok macro where the resul... |
tree | commitdiff |
2005-03-31 |
Hans Leidekker | Implement and test _chsize. |
tree | commitdiff |
2005-03-31 |
Alexandre Julliard | Avoid directly accessing the BITMAPOBJ structure. |
tree | commitdiff |
2005-03-31 |
Alexandre Julliard | Removed the no longer needed X11DRV_get_client_area_off... |
tree | commitdiff |
2005-03-31 |
Alexandre Julliard | Return the coordinates information needed to setup... |
tree | commitdiff |
2005-03-31 |
Rein Klazes | If ScrollWindowEx do not use the DCX_USESTYLE to get... |
tree | commitdiff |
2005-03-31 |
Rein Klazes | Fix a copy&paste bug in get_buffer_pe. |
tree | commitdiff |
2005-03-31 |
Mike McCormack | Eliminate forward declarations, make functions static. |
tree | commitdiff |
2005-03-31 |
Alexandre Julliard | Added support for the DC meta region. |
tree | commitdiff |
2005-03-31 |
Jacek Caban | Stub implementation of HTMLDocument2 interface. |
tree | commitdiff |
2005-03-31 |
Paul Vriens | Use textlen instead of len. |
tree | commitdiff |
2005-03-31 |
Stefan Leichter | Fix GetFileSecurityA test on Win98. |
tree | commitdiff |
2005-03-31 |
Paul van Schayck | Don't stop looking for devices if one can't be opened. |
tree | commitdiff |
2005-03-31 |
Huw Davies | Set the registry keys under HCU\Software\Microsoft... |
tree | commitdiff |
2005-03-31 |
Mike McCormack | Fix up PIDL dumping code. |
tree | commitdiff |
2005-03-31 |
Aric Cyr | Japanese 106 Keyboard fix. |
tree | commitdiff |
2005-03-30 |
Mike McCormack | Implement mailslots. |
tree | commitdiff |
2005-03-30 |
Dmitry Timoshkov | - Make GetSystemMenu respect CS_NOCLOSE. |
tree | commitdiff |
2005-03-30 |
Michael Jung | Removed the incomplete signature checking code. |
tree | commitdiff |
2005-03-30 |
Alexandre Julliard | The update region passed in WM_NCPAINT and the clipping... |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-30 |
Hans Leidekker | Return a computername constructed from the hostname. |
tree | commitdiff |
2005-03-30 |
Alexandre Julliard | Better handling of 16-bit native dlls when a 32-bit... |
tree | commitdiff |
2005-03-30 |
Alexandre Julliard | Only reset the clip region in GetDC() if a new region... |
tree | commitdiff |
2005-03-30 |
Uwe Bonnes | Zero out return string in GetMenuStringA/W. |
tree | commitdiff |
2005-03-30 |
Mike McCormack | Stub implementation of RtlAbsoluteToSelfRelativeSD. |
tree | commitdiff |
2005-03-30 |
Robert Reif | Keep dsound8.c and dsound.c in sync. |
tree | commitdiff |
2005-03-30 |
Alex Villacís Lasso | Initialize [orig|himetric][Width|Height] for PICTYPE_IC... |
tree | commitdiff |
2005-03-30 |
Robert Shearman | Move save_registry and unload_key server calls to ntdll. |
tree | commitdiff |
2005-03-30 |
Aric Stewart | Make sure the GUID of the typelib we are registering... |
tree | commitdiff |
2005-03-29 |
Mike McCormack | Implement ChangeServiceConfig. |
tree | commitdiff |
2005-03-29 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-29 |
Jerry Jenkins | Improve winealsa dsound driver by accessing sound drive... |
tree | commitdiff |
2005-03-29 |
Oliver Stieber | - Volume now inherits Resource. This isn't the way... |
tree | commitdiff |
2005-03-29 |
Alexandre Julliard | Only restore the DC attributes on the next GetDC, and... |
tree | commitdiff |
2005-03-29 |
Alex Villacís Lasso | Fix failure to notice the use of a GIF palette index... |
tree | commitdiff |
2005-03-29 |
Huw Davies | In a call to EnumEnhMetaFile when hdc is NULL, lpRect... |
tree | commitdiff |
2005-03-29 |
Huw Davies | WriteFmtUserTypeStg doesn't pull a CLSID from the regis... |
tree | commitdiff |
2005-03-29 |
Alexandre Julliard | Moved 16-bit string functions to user16.c and kbd16.c. |
tree | commitdiff |
2005-03-29 |
Eric Pouech | - Various improvements for minidump module information |
tree | commitdiff |
2005-03-29 |
Alexandre Julliard | Moved rectangle functions to uitools.c and removed... |
tree | commitdiff |
2005-03-29 |
Dimitrie O. Paun | Unicodify WINSPOOL_OpenDriverReg(). |
tree | commitdiff |
2005-03-29 |
Huw Davies | Don't close reg key if the open failed. |
tree | commitdiff |
2005-03-29 |
Marcus Meissner | Serialize NULL pointer interfaces correctly. |
tree | commitdiff |
2005-03-29 |
Rein Klazes | ScrollWindow should call ScrollWindowEx with the SW_ERA... |
tree | commitdiff |
2005-03-29 |
James Hawkins | - Implement NtLoadKey. |
tree | commitdiff |
2005-03-29 |
Alexandre Julliard | Moved 16-bit rectangle functions to user16.c. |
tree | commitdiff |
2005-03-29 |
Troy Rollo | Implement SetCPGlobal (an undocumented Win32 API). |
tree | commitdiff |
2005-03-29 |
Michael Jung | Added a test for advapi32, which documents a crash... |
tree | commitdiff |
2005-03-29 |
Vincent Béron | Change prototypes so gcc with some warnings doesn't... |
tree | commitdiff |
2005-03-29 |
Stefan Leichter | Fix GetFileSecurityW for not existing directories/files. |
tree | commitdiff |
2005-03-29 |
Eric Pouech | - PDB: better checking for error conditions |
tree | commitdiff |
2005-03-29 |
Jacek Caban | Fixed ntdll:reg test on win9x. |
tree | commitdiff |
2005-03-29 |
Dmitry Timoshkov | Handle control characters in VkKeyScanEx similar to... |
tree | commitdiff |
2005-03-29 |
Rein Klazes | - GetScrollRange should return an empty range, both... |
tree | commitdiff |
2005-03-29 |
Marcus Meissner | Fixed VT_BSTR|VT_BYREF marshalling. |
tree | commitdiff |
2005-03-29 |
Mike McCormack | Split out database functions, remove dependence on... |
tree | commitdiff |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-28 |
Alexandre Julliard | Merged X11DRV_BITMAP_CreateBitmapHeaderFromPixmap into |
tree | commitdiff |
2005-03-28 |
Mike McCormack | Implement CreateMailslot using NtCreateMailslotFile. |
tree | commitdiff |
2005-03-28 |
Mike McCormack | Remove function prototypes, make functions static. |
tree | commitdiff |
2005-03-28 |
Stefan Leichter | Added a test for GetFileSecurityA. |
tree | commitdiff |
2005-03-28 |
Marcus Meissner | Fixed ppvObject serializer (deref twice instead of... |
tree | commitdiff |
2005-03-28 |
Jakob Eriksson | Remove tests that fail badly on Windows 98. |
tree | commitdiff |
2005-03-28 |
Saulius Krasuckas | Fix an error code for ME. |
tree | commitdiff |
2005-03-27 |
Alexandre Julliard | Added X11DRV_get_pixmap and X11DRV_set_pixmap functions... |
tree | commitdiff |
2005-03-27 |
Mike Hearn | Fix BSTR tracing in the typelib marshaller. |
tree | commitdiff |
2005-03-27 |
Alexandre Julliard | Store the handle to the stock bitmap when the first... |
tree | commitdiff |
2005-03-27 |
Marcus Meissner | Format VT_UI1, VT_I1, VT_UI2, VT_I2 correctly. |
tree | commitdiff |
2005-03-27 |
Mike McCormack | Remove unnecessary function prototypes. |
tree | commitdiff |
2005-03-27 |
Mike McCormack | Remove function prototypes, make functions static. |
tree | commitdiff |
2005-03-27 |
Alexandre Julliard | Store the DCE pointer in the DC physDev structure using... |
tree | commitdiff |
2005-03-27 |
Mike McCormack | Use api definitions, remove duplicate code. |
tree | commitdiff |
2005-03-27 |
Hans Leidekker | Remove stray 8bit character. |
tree | commitdiff |
2005-03-27 |
Jerry Jenkins | Don't mistake frames for bytes. |
tree | commitdiff |
2005-03-27 |
Robert Shearman | Fix size passed to SPI_NONCLIENTMETRICS. |
tree | commitdiff |
2005-03-27 |
Marcus Meissner | Added IDispatch::GetIDsOfNames() special case serializing. |
tree | commitdiff |
2005-03-25 |
Alexandre Julliard | Explicitly store the stack of saved DCs in the DC struc... |
tree | commitdiff |
2005-03-25 |
Alexandre Julliard | Maintain the stack of saved vis regions in the DC struc... |
tree | commitdiff |
2005-03-25 |
Dimitrie O. Paun | Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo... |
tree | commitdiff |
2005-03-25 |
Paul Vriens | Print retval in decimal to avoid confusion. |
tree | commitdiff |
2005-03-25 |
Ulrich Czekalla | Child windows with the WS_POPUP style are allowed to... |
tree | commitdiff |
2005-03-25 |
Jacek Caban | Added mshtmhst.idl. |
tree | commitdiff |
2005-03-25 |
Rein Klazes | ScrollDC and X11DRV_SCROLLDC should scroll only pixels... |
tree | commitdiff |
2005-03-25 |
Alexandre Julliard | Moved DCE support to the X11 driver. |
tree | commitdiff |
2005-03-25 |
Mike Hearn | Don't fault on NULL pointers in Is*Ptr functions. |
tree | commitdiff |
2005-03-25 |
Mike Hearn | Fix PARAMFLAG_FOUT typo in the tmarshaller. |
tree | commitdiff |
2005-03-25 |
Mike McCormack | Use strdup, implement MsiDatabaseImportA. |
tree | commitdiff |
next |