wine/eterwine.git
2005-01-18 Alexandre JulliardMoved DefWindowProc16 to msg16.c and cleaned up a few...
2005-01-18 Hans LeidekkerImplement and test InternetTime{From,To}SystemTime...
2005-01-18 Jason Edmeades- Handle failures to allocate storage more gracefully.
2005-01-18 Mike McCormackAdd definitions for session change notifications.
2005-01-18 Juan LangMake netspi.h private, as some of its declarations...
2005-01-18 Aric StewartCopy the implementation from SetupDefaultQueueCallbackA...
2005-01-18 Huw DaviesAdd a missing break to fix typeinfo version regression.
2005-01-18 Hans LeidekkerStub implementations for PathUnExpandEnvStringsSHRegEnu...
2005-01-17 Alexandre JulliardGet rid of nonclient.h and of the corresponding exporte...
2005-01-17 Alex Villacís... When parsing an hex/oct integer value, copy value verba...
2005-01-17 Henning GerhardtA small spelling fix and a small update (thank to Andre...
2005-01-17 Robert ShearmanInitialize clsid member to the marshaler clsid to fix...
2005-01-17 Lauri TulminMake long lines behave nicely.
2005-01-17 Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-17 Alexandre JulliardRemoved a couple of unnecessary calls to WIN_SuspendWnd...
2005-01-17 Paul VriensUse a registry key for copying, that's known on every...
2005-01-17 Jonathan ErnstUpdated French resources.
2005-01-17 Hans LeidekkerStub implementations for DrawDibChangePalette, DrawDibG...
2005-01-17 Paul VriensChange the order of Src and Dst in CopyKey calls/functions.
2005-01-17 Alexandre JulliardSmall optimization in WINPOS_GetWinOffset.
2005-01-17 Alexandre JulliardRemoved unused ForceWindowRaise function.
2005-01-17 Jason Edmeades- Add texture support for all the texture types for...
2005-01-17 Alexandre JulliardAuthors: Klemens Friedl <klemens_friedl@gmx.net>, Henni...
2005-01-17 Henning GerhardtUpdate German resources.
2005-01-17 Michael JungAdded definitions of TLS1PRF algorithm identifiers.
2005-01-17 Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-17 Gerald PfeiferUse switch statements instead of if-cascades. Avoid...
2005-01-17 Michael JungMoved HMAC initialization and finalization code to
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...
next