wine/eterwine.git
2005-01-17 Huw DaviesAdd VT_VARIANT support.
2005-01-17 Aric StewartImplementations for SelfRegModules and PublishFeatures.
2005-01-17 Aric StewartFirst pass implement ion of MsiQueryProductState[A...
2005-01-17 Robert ShearmanImplement table marshaling.
2005-01-17 Stefan LeichterInclude new tests.
2005-01-17 Paul VriensRemove the checking/setting of the defaults in TRACKBAR...
2005-01-17 Paul VriensRemove needless check for horizontal or vertical pager.
2005-01-14 Eric Pouech- got rid of include/async.h
2005-01-14 Crestez LeonardFix add application (memory error).
2005-01-14 Robert ShearmanRemove MODULENAME prefix from
2005-01-14 Huw DaviesAdd support for BSTR default values.
2005-01-14 Robert Shearman- Remove obsolete structs, rearrange things to group...
2005-01-14 Robert ShearmanMake proxy shutdown test succeed by releasing the chann...
2005-01-14 Jeremy WhiteFix X11 event timing so that we correctly correlate...
2005-01-14 Aric StewartActually start on an implemention for MsiGetComponentPa...
2005-01-14 Robert Shearman- Add documentation for most Co* functions.
2005-01-14 Joris Huizer- add file_operation_delete
2005-01-14 Mike McCormackFix, add and rearrange winsvc.h declarations.
2005-01-14 Marcus MeissnerInitialize rc in create_component_directory().
2005-01-14 Huw DaviesAdd support for interface ptrs including the special...
2005-01-14 Ulrich CzekallaGetFileName31W should call unicode version of FD31_Allo...
2005-01-14 Justin ChevrierCreated unit test for SPI_{GET,SET}MINIMIZEDMETRICS.
2005-01-14 Justin Chevrier- Implemented SPI_GETMINIMIZEDMETRICS calculated from...
2005-01-14 Robert Shearman- The apartment reference should be held while the...
2005-01-14 Dimitrie O... Use the LVCFMT_{LEFT,RIGHT,CENTER} enumeration flags...
2005-01-14 Rein KlazesIn int21_ioctl - get device data-, set the "is console...
2005-01-14 Mike McCormackMove all service stubs together, make them consistent.
2005-01-14 James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-14 Aric StewartFirst implementation of the WriteIniValues action.
2005-01-14 Robert Shearman- Don't use the pipe caching code because it doesn...
2005-01-14 Dmitry TimoshkovAdd WM_GETOBJECT definition, remove WM_OTHERWINDOWCREAT...
2005-01-14 Dimitrie O... Suggest testing patches in a gentler way.
2005-01-14 Klemens FriedlUpdate German language file.
2005-01-14 Mike McCormackCleanup service handles.
2005-01-14 Jon GriffithsIncrease the required rectangle size before drawing...
2005-01-14 Walt OgburnFix BS_PATTERN brushes in mfdrv. Un-comment the corres...
2005-01-14 James HawkinsReturn CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
2005-01-14 Aric StewartCustom actions can have null in their target parameters...
2005-01-14 Robert ShearmanDestroy stubs on apartment shutdown.
2005-01-14 Ge van GeldorpFix prototypes according to PSDK.
2005-01-14 Mike HearnForce context switch on chanbuf disconnect to avoid...
2005-01-14 Robert ShearmanAdd a LIST_FOR_EACH_ENTRY list helper.
2005-01-14 Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-12 Christian CostaCoInitialize(Ex) should return S_FALSE when COM is...
2005-01-12 Alexandre JulliardUse the exported functions SaveDC/RestoreDC instead...
2005-01-12 James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-12 James Hawkins- Use only stored result of Interlocked* in AddRef...
2005-01-12 James HawkinsUse only stored result of Interlocked* in AddRef/Release.
2005-01-12 Robert Shearman- Document CoSetState & CoGetState.
2005-01-12 Robert ShearmanRemove wine_marshal_data: it is unneeded and there...
2005-01-12 James Hawkins- use only stored result of Interlocked* in AddRef...
2005-01-12 Paul Vriens- Fix logic in Stream_fnRelease, refcount should be...
2005-01-12 Huw DaviesBetter type encoding. (Interface ptrs still not there...
2005-01-12 Robert Shearman- Force creation of thread queue to stop PostThreadMess...
2005-01-12 Justin Chevrier- Revert previous change of border metric to reference the
2005-01-12 Robert ShearmanAdd LIST_FOR_EACH_SAFE - a list iteration macro that...
2005-01-12 Robert ShearmanThe way apartments are used has changed, so fix up...
2005-01-12 Robert Shearman- Make MTA dynamically allocated so that proxies and...
2005-01-12 Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-11 Alexandre JulliardRelease 20050111. wine-20050111
2005-01-11 Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-11 Mike HearnGive a more informative error when a DLL fails to initi...
2005-01-11 Dmitry TimoshkovMake Alt press/release test actually pass for not manag...
2005-01-11 Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-11 Dmitry TimoshkovFix WmCreateCustomDialogSeq message sequence for 256...
2005-01-11 Bill MedlandCorrected testing for multithreaded (based upon observa...
2005-01-11 Paul VriensAdd an extra class to register.
2005-01-11 Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-11 Alexandre JulliardWarning fix.
2005-01-11 Andreas MohrRead/write completion functions get Windows error codes...
2005-01-11 Jacek CabanGet rid of W->A calls.
2005-01-11 Rein KlazesmemicmpW() count are WCHAR's not bytes. Fixes opening...
2005-01-11 Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11 Christian CostaWait until the thread has created its message queue...
2005-01-11 Rémi AssaillyAdded missing declarations in some headers.
2005-01-11 Robert ShearmanAdd tests for trying to unmarshal from a bad stream...
2005-01-11 Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-11 Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-11 Bill MedlandMinor typo correction and term expansion changes.
2005-01-11 Robert Shearman- Don't use an invalid file handle. In this case invali...
2005-01-11 Robert ShearmanUse the DrawFocusRect function to draw the focus rect...
2005-01-11 Robert ShearmanDon't sort the children of My Computer in shell browse...
2005-01-11 Robert ShearmanDon't highlight text in non-TVS_TRACKSELECT mode.
2005-01-11 Francois GougetFix dll handling.
2005-01-11 Huw DaviesAdd help* attributes for typeinfos and functions.
2005-01-11 Dmitry TimoshkovAdd more tests for keyboard/menu activation behaviour...
2005-01-10 Lauri TulminFixes to the handling of LBS_EXTENDEDSEL style, with...
2005-01-10 Huw DaviesAdd support for the help* attributes on type libraries.
2005-01-10 Rein KlazesIf the argument is a local file, pass its Unix name...
2005-01-10 Crestez LeonardImplement Refresh.
2005-01-10 Hans LeidekkerStub implementations for WPUCompleteOverlappedRequest,
2005-01-10 Mike McCormackFix image list mask and blending.
2005-01-10 Bill MedlandOnly report the unsupported flags.
2005-01-10 Mike McCormackAdd proxy authentication dialog.
2005-01-10 Mike HearnDelete the \r not the \n in PRINTERROR.
2005-01-10 Mike HearnDo not apply changes just because QueryDosDevice revers...
2005-01-10 Evan DeaublGetItemA/W on header controls should handle message...
2005-01-10 Huw DaviesAdd support for optional arguments and some suppport...
2005-01-10 Jacek CabanAdded mshtml.idl.
2005-01-10 Francois GougetAssorted spelling fixes.
next