wine/eterwine.git
2005-01-25 Aric StewartUse the new registry functions in registry.c.
2005-01-25 Aric StewartMove the guid squishing functions out of msi.c and...
2005-01-25 Robert ShearmanAdd a summary line for several scrollbar functions.
2005-01-25 Robert Shearman- Generate machine-local IPIDs.
2005-01-25 Huw DaviesAdd interface inheritance.
2005-01-25 Christian CostaFixed pin direction when registering audio input device.
2005-01-25 Hans LeidekkerStrIsIntlEqual and IntlStrEqWorker may be absent.
2005-01-24 Ulrich CzekallaAdded WTSAPI32.DLL.
2005-01-24 Mike McCormackConvert services to use pipes for RPC instead of shared...
2005-01-24 James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-24 Glenn WursterDisable antialiasing if the font dictates it.
2005-01-24 Glenn WursterSplit caching of antialiased and non-antialiased glyphs.
2005-01-24 Ulrich CzekallaAdd stub version of cryptdll.dll.
2005-01-24 Troy RolloDon't refuse to process VDMX ratio entries with bCharSe...
2005-01-24 TinusProperly allow removing toolbar bitmaps by changing...
2005-01-24 Dmitry TimoshkovPut Brazilian ABNT2 keyboard layouts in line with appro...
2005-01-24 Robert NorthBring wintab in line with Jeremy's X11 event timing...
2005-01-24 Robert NorthAdd the rule that inverted cursor has -ve altitude...
2005-01-24 Robert NorthPackets from eraser cursors are marked as inverted...
2005-01-24 Robert NorthWTEnable, when called to disable tablet context, clears...
2005-01-24 Robert ReifDon't allow other threads to access the primary buffer...
2005-01-24 Robert North- In wintab's default system context, change context...
2005-01-24 Robert North- Correct overflow 1 message too early.
2005-01-24 Eric KohlImplement MyFree, MyMalloc and MyRealloc.
2005-01-24 Huw DaviesAdd referenced types that aren't already in the typelib.
2005-01-24 Robert ReifRemove unused includes.
2005-01-24 Alexandre JulliardAvoid unnecessary run-time initializations.
2005-01-24 Michael JungSupport for TLS1 pseudo random function.
2005-01-24 Ivan Leo PuotiAdded NtLoadDriver and NtUnloadDriver stubs.
2005-01-24 Tony LambregtsAdd missing /'s to urls http://www.cygwin.com and
2005-01-24 Bernd FuhrmannAdded fixme macros in SystemParametersInfoW for several...
2005-01-24 Huw DaviesFix handling of void.
2005-01-24 Robert ReifUse Windows memory functions.
2005-01-24 Robert North- Don't post messages on Wine message queue, if tablet...
2005-01-24 Peter Berg... Added a simple d3drm.h header.
2005-01-24 Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-24 José Manuel... Updated Spanish resources.
2005-01-24 Michael JungRemoved another check for valid'ness of algid. It's...
2005-01-24 Rémi Assaillychar -> const char fixes.
2005-01-24 Michael JungAdded CRYPT_SERVER define.
2005-01-24 Huw DaviesAdd support for hidden and restricted function attributes.
2005-01-24 Dmitry TimoshkovMake HeapFree(NULL) case faster by retrieving heap...
2005-01-24 Robert ReifFixed memory leak in mixer code.
2005-01-24 Robert Shearman- Draw a representation of a document in the page setup...
2005-01-24 Gerald PfeiferFix format string in NtQueryVirtualMemory().
2005-01-24 Aric StewartThe new Insert fixes now properly require ?,? instead...
2005-01-24 Aric StewartAn implementation of MsiSummaryInfoGetPropertyW based...
2005-01-24 Robert Shearman- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy...
2005-01-24 Robert NorthGenerate Wintab packets for XInput button up/down events.
2005-01-24 Mike McCormackIndentation and style cleanup.
2005-01-21 Alexandre JulliardTweak SetWindowPos flags handling to make a few more...
2005-01-21 Huw DaviesBit 0x0200 always appears to be set in the typeinfo's
2005-01-21 Alexandre JulliardMax tracking size in WM_GETMINMAXINFO should take into...
2005-01-21 Huw Davies[local] functions should not be written to the typelib.
2005-01-21 Mike McCormackMove OpenQuery into msiquery.c and make it non-static.
2005-01-21 Alexandre JulliardAuthors: Gunnar Dalsnes <hardon@online.no>, Ge van...
2005-01-21 Paul Vriens- More verbose output of errors.
2005-01-21 Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-21 Rémi AssaillySmall char -> const char fix.
2005-01-21 Paul Vriens- Use Interlocked* functions in AddRef and Release.
2005-01-21 Mike McCormackAdded stub implementations for MsiPreviewDialog and
2005-01-21 Mike McCormackLock record in MsiViewExecute, move stubs to end.
2005-01-21 Mike McCormackImplement GetAdvise and SetAdvise.
2005-01-21 Juan LangAdded some definitions.
2005-01-21 Mike HearnVarious formatting/style changes.
2005-01-21 Stefan LeichterInclude new tests.
2005-01-21 Mike HearnFix heap corruption in quartz server registration,...
2005-01-20 Justin Chevrier- Implemented SPI_SETICONMETRICS.
2005-01-20 Mike McCormackFix and test inserting records.
2005-01-20 Rémi AssaillyAdded missing declarations.
2005-01-20 Mike McCormackFix refcounting, use Interlocked functions.
2005-01-20 Huw DaviesDon't set ATTR_IN or ATTR_OUT by default - this essenti...
2005-01-20 Huw DaviesBetter guid hash.
2005-01-20 Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2005-01-20 Robert ReifAdded stubs for NeedRebootInit and NeedReboot.
2005-01-20 Hans LeidekkerStub implementations for EnumPageFiles{A,W}, GetProcess...
2005-01-20 Tanabe HiroshiAdded stubs for SendIMEMessageEx[A,W].
2005-01-20 Mike McCormackFix a bug caused by freeing memory too soon in the...
2005-01-20 Huw DaviesMIDL adds two sets of custom data to the library: one...
2005-01-20 Dmitry TimoshkovCorrect coordinates of a couple of controls.
2005-01-20 Mike McCormackDeclare the preview functions.
2005-01-20 Paul Vriens- Use Interlocked* functions in AddRef and Release.
2005-01-20 Tony LambregtsAdded time zone information for SAMT (Samara Standard...
2005-01-20 Ulrich CzekallaACL fixes and cleanups.
2005-01-20 Aric StewartAdded some stub implementations.
2005-01-20 Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-20 Robert Shearman- Consolidate more stub creation details into register_...
2005-01-20 Ulrich CzekallaAdded stub implementation of NetGetJoinInformation.
2005-01-19 Oleh R. NykyforchynUkrainian codepage 21866 added and respective files...
2005-01-19 Michael StefaniucHack to fix the compile.
2005-01-19 Ulrich CzekallaHandle case when only height is set to CW_USEDEFAULT.
2005-01-19 Bill MedlandTrivial language corrections to the Wine Developer...
2005-01-19 Lauri TulminReposition caret after window resize.
2005-01-19 Raphael JunqueiraBegin support of VertexDeclaration on wined3d using...
2005-01-19 Vitaly LipatovAdd FIXME for file with broken counters.
2005-01-19 Lauri TulminDon't recalculate line indexes if number of lines doesn...
2005-01-19 Huw DaviesAdd propget and propput function attributes.
2005-01-19 Aric StewartQuite a few fixes:
2005-01-19 Mike McCormackStub definition for OpenUrl.
2005-01-19 Alexandre JulliardRemoved no longer used WIN_InternalShowOwnedPopups...
next