2005-01-17 |
Paul Vriens | Remove the checking/setting of the defaults in TRACKBAR... |
tree | commitdiff |
2005-01-17 |
Paul Vriens | Remove needless check for horizontal or vertical pager. |
tree | commitdiff |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-14 |
Robert Shearman | Remove MODULENAME prefix from |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - Remove obsolete structs, rearrange things to group... |
tree | commitdiff |
2005-01-14 |
Robert Shearman | Make proxy shutdown test succeed by releasing the chann... |
tree | commitdiff |
2005-01-14 |
Jeremy White | Fix X11 event timing so that we correctly correlate... |
tree | commitdiff |
2005-01-14 |
Aric Stewart | Actually start on an implemention for MsiGetComponentPa... |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - Add documentation for most Co* functions. |
tree | commitdiff |
2005-01-14 |
Joris Huizer | - add file_operation_delete |
tree | commitdiff |
2005-01-14 |
Mike McCormack | Fix, add and rearrange winsvc.h declarations. |
tree | commitdiff |
2005-01-14 |
Marcus Meissner | Initialize rc in create_component_directory(). |
tree | commitdiff |
2005-01-14 |
Ulrich Czekalla | GetFileName31W should call unicode version of FD31_Allo... |
tree | commitdiff |
2005-01-14 |
Justin Chevrier | Created unit test for SPI_{GET,SET}MINIMIZEDMETRICS. |
tree | commitdiff |
2005-01-14 |
Justin Chevrier | - Implemented SPI_GETMINIMIZEDMETRICS calculated from... |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - The apartment reference should be held while the... |
tree | commitdiff |
2005-01-14 |
Dimitrie O. Paun | Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags... |
tree | commitdiff |
2005-01-14 |
Rein Klazes | In int21_ioctl - get device data-, set the "is console... |
tree | commitdiff |
2005-01-14 |
Mike McCormack | Move all service stubs together, make them consistent. |
tree | commitdiff |
2005-01-14 |
James Hawkins | - Use Interlocked* instead of ++/-- in AddRef/Release. |
tree | commitdiff |
2005-01-14 |
Aric Stewart | First implementation of the WriteIniValues action. |
tree | commitdiff |
2005-01-14 |
Robert Shearman | - Don't use the pipe caching code because it doesn... |
tree | commitdiff |
2005-01-14 |
Klemens Friedl | Update German language file. |
tree | commitdiff |
2005-01-14 |
Mike McCormack | Cleanup service handles. |
tree | commitdiff |
2005-01-14 |
Jon Griffiths | Increase the required rectangle size before drawing... |
tree | commitdiff |
2005-01-14 |
Walt Ogburn | Fix BS_PATTERN brushes in mfdrv. Un-comment the corres... |
tree | commitdiff |
2005-01-14 |
James Hawkins | Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null. |
tree | commitdiff |
2005-01-14 |
Aric Stewart | Custom actions can have null in their target parameters... |
tree | commitdiff |
2005-01-14 |
Robert Shearman | Destroy stubs on apartment shutdown. |
tree | commitdiff |
2005-01-14 |
Ge van Geldorp | Fix prototypes according to PSDK. |
tree | commitdiff |
2005-01-14 |
Mike Hearn | Force context switch on chanbuf disconnect to avoid... |
tree | commitdiff |
2005-01-14 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-12 |
Christian Costa | CoInitialize(Ex) should return S_FALSE when COM is... |
tree | commitdiff |
2005-01-12 |
Alexandre Julliard | Use the exported functions SaveDC/RestoreDC instead... |
tree | commitdiff |
2005-01-12 |
James Hawkins | - Use Interlocked* instead of ++/-- in AddRef/Release. |
tree | commitdiff |
2005-01-12 |
James Hawkins | - Use only stored result of Interlocked* in AddRef... |
tree | commitdiff |
2005-01-12 |
James Hawkins | Use only stored result of Interlocked* in AddRef/Release. |
tree | commitdiff |
2005-01-12 |
Robert Shearman | - Document CoSetState & CoGetState. |
tree | commitdiff |
2005-01-12 |
Robert Shearman | Remove wine_marshal_data: it is unneeded and there... |
tree | commitdiff |
2005-01-12 |
James Hawkins | - use only stored result of Interlocked* in AddRef... |
tree | commitdiff |
2005-01-12 |
Paul Vriens | - Fix logic in Stream_fnRelease, refcount should be... |
tree | commitdiff |
2005-01-12 |
Robert Shearman | - Force creation of thread queue to stop PostThreadMess... |
tree | commitdiff |
2005-01-12 |
Justin Chevrier | - Revert previous change of border metric to reference the |
tree | commitdiff |
2005-01-12 |
Robert Shearman | The way apartments are used has changed, so fix up... |
tree | commitdiff |
2005-01-12 |
Robert Shearman | - Make MTA dynamically allocated so that proxies and... |
tree | commitdiff |
2005-01-12 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-11 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-11 |
Mike Hearn | Give a more informative error when a DLL fails to initi... |
tree | commitdiff |
2005-01-11 |
Dmitry Timoshkov | Make Alt press/release test actually pass for not manag... |
tree | commitdiff |
2005-01-11 |
Paul Vriens | Use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-11 |
Dmitry Timoshkov | Fix WmCreateCustomDialogSeq message sequence for 256... |
tree | commitdiff |
2005-01-11 |
Bill Medland | Corrected testing for multithreaded (based upon observa... |
tree | commitdiff |
2005-01-11 |
Paul Vriens | Add an extra class to register. |
tree | commitdiff |
2005-01-11 |
Alexandre Julliard | Desktop window is repainted on WM_ERASEBKGND, it must... |
tree | commitdiff |
2005-01-11 |
Alexandre Julliard | Warning fix. |
tree | commitdiff |
2005-01-11 |
Andreas Mohr | Read/write completion functions get Windows error codes... |
tree | commitdiff |
2005-01-11 |
Jacek Caban | Get rid of W->A calls. |
tree | commitdiff |
2005-01-11 |
Rein Klazes | memicmpW() count are WCHAR's not bytes. Fixes opening... |
tree | commitdiff |
2005-01-11 |
Mike McCormack | Tests and fixes for StgOpenStorage. |
tree | commitdiff |
2005-01-11 |
Christian Costa | Wait until the thread has created its message queue... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | Add tests for trying to unmarshal from a bad stream... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | - Document how thread-safety is ensured for each member... |
tree | commitdiff |
2005-01-11 |
Mike McCormack | Test and fix a few problems with OLE storage streams. |
tree | commitdiff |
2005-01-11 |
Robert Shearman | - Don't use an invalid file handle. In this case invali... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | Use the DrawFocusRect function to draw the focus rect... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | Don't sort the children of My Computer in shell browse... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | Don't highlight text in non-TVS_TRACKSELECT mode. |
tree | commitdiff |
2005-01-11 |
Dmitry Timoshkov | Add more tests for keyboard/menu activation behaviour... |
tree | commitdiff |
2005-01-10 |
Lauri Tulmin | Fixes to the handling of LBS_EXTENDEDSEL style, with... |
tree | commitdiff |
2005-01-10 |
Hans Leidekker | Stub implementations for WPUCompleteOverlappedRequest, |
tree | commitdiff |
2005-01-10 |
Mike McCormack | Fix image list mask and blending. |
tree | commitdiff |
2005-01-10 |
Bill Medland | Only report the unsupported flags. |
tree | commitdiff |
2005-01-10 |
Mike McCormack | Add proxy authentication dialog. |
tree | commitdiff |
2005-01-10 |
Evan Deaubl | GetItemA/W on header controls should handle message... |
tree | commitdiff |
2005-01-10 |
Jacek Caban | Added mshtml.idl. |
tree | commitdiff |
2005-01-10 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-10 |
Vincent Béron | Only use Alsa if 1.0 is detected. |
tree | commitdiff |
2005-01-10 |
Jacek Caban | Get rid of W->A calls. |
tree | commitdiff |
2005-01-10 |
Alexandre Julliard | Another warning fix. |
tree | commitdiff |
2005-01-10 |
Rémi Assailly | Implemented GetLayout and SetLayout. |
tree | commitdiff |
2005-01-10 |
Michael Jung | Support for generating and exporting PCT1, SSL2/3 and... |
tree | commitdiff |
2005-01-10 |
Michael Jung | Removed check for valid'ness of algid. It's redundant. |
tree | commitdiff |
2005-01-10 |
Mike McCormack | Test and fix StgCreateDocFile grfModes. |
tree | commitdiff |
2005-01-10 |
Robert Reif | Remove unneeded includes. |
tree | commitdiff |
2005-01-10 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-09 |
Christian Costa | Fixed error handling in Graphbuilder_RenderFile. |
tree | commitdiff |
2005-01-09 |
Mike McCormack | Implement MsiRecordSetStreamA/W and add tests for recor... |
tree | commitdiff |
2005-01-09 |
Alexandre Julliard | Avoid warnings. |
tree | commitdiff |
2005-01-09 |
Huw Davies | The value of a packed VARIANT can be up to 1L << 26... |
tree | commitdiff |
2005-01-09 |
Jason Edmeades | Add render target support, and ensure there is a front... |
tree | commitdiff |
2005-01-09 |
Paul Vriens | - use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-09 |
Christian Costa | Added registration for quartz filters. |
tree | commitdiff |
2005-01-09 |
Robert Reif | Don't need to worry about windows messages. |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2005-01-09 |
Vitaly Lipatov | Added handling of SBM_GETSCROLLBARINFO message. |
tree | commitdiff |
2005-01-09 |
Robert Reif | Initialize and uninitialize COM properly. |
tree | commitdiff |
2005-01-09 |
José Manuel Ferrer... | Updated Spanish resource. |
tree | commitdiff |
2005-01-09 |
Oliver Stieber | Correct loop check for enum display and include 32bit... |
tree | commitdiff |
2005-01-09 |
Jacek Caban | Moved save* strings to resources. |
tree | commitdiff |
2005-01-08 |
Huw D M Davies | Revert GetScrollBarInfo spec entry back to a stub to... |
tree | commitdiff |
next |