wine/eterwine.git
2005-02-01 Tom WicklineFix a broken link.
2005-02-01 Aric StewartAdded some more suminfo stubs.
2005-02-01 Robert Shearman- Add code for destroying the thread-local storage...
2005-01-31 Aric StewartA reworking of format.c to remove the recursion, clean...
2005-01-31 James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-31 Alexandre JulliardWIN_ListParents no longer needs to be exported, make...
2005-01-31 Alexandre JulliardOnly create an X window for top-level windows, not...
2005-01-31 Alexandre JulliardSilence a noisy FIXME.
2005-01-31 Huw DaviesDynamically allocate the type data storage.
2005-01-31 Christian CostaAdded transform filter template and made AVIDec use it.
2005-01-31 Hans LeidekkerStub implementation for ReadDirectoryChangesW.
2005-01-31 Aric StewartEliminate the giant if.. else if block from ACTION_Proc...
2005-01-31 Mike HearnShow window owner thread in winedbg.
2005-01-31 Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2005-01-31 Vincent BéronRemove message telling users to copy native stdole32...
2005-01-31 Mike McCormackAdd the msidefs.h header.
2005-01-31 Tom WicklineRemove outdated information from the introduction page...
2005-01-31 Troy RolloCorrect errors in the macros for two DxDiag method...
2005-01-31 Troy RolloAdd stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT.
2005-01-31 Rein KlazesSafeArrayDestroy() returns success when called with...
2005-01-31 Aric StewartSetting a record to an empty string is the same as...
2005-01-31 Dimitrie O... Replace a DPRINTF with TRACE.
2005-01-31 Vincent BéronCheck that there are some methods to iterate through...
2005-01-31 Paul Vriens- new test
2005-01-31 Robert ShearmanRemove test that fails on Win98 and is not useful.
2005-01-31 Eric PouechVarious fixes for C++ class parsing (nesting, templates...
2005-01-31 Michael JungMoved PKCS1 #2 un-/padding from Import-/ExportKey to...
2005-01-28 Alexandre JulliardUse an X context to associated the x11drv private windo...
2005-01-28 Alexandre JulliardFixed bug that caused the whole window to be repainted...
2005-01-28 Robert ReifFix structure member name to match windows headers...
2005-01-28 Robert ShearmanRelease the client security objects when no longer...
2005-01-28 Thomas WeidenmuellerWhen a toolbar doesn't have the TBSTYLE_FLAT style...
2005-01-28 Huw DaviesAdded stdole32.tlb.
2005-01-28 Raphael Junqueira- add vertex Declaration support (using wined3d)
2005-01-28 Rémi Assaillychar -> const char fixes.
2005-01-28 Alexandre JulliardAvoid assertion failure when loading an empty data...
2005-01-28 Huw DaviesStructs with ptrs are also VT_USERDEFINED.
2005-01-28 Mike McCormackImplement MsiPreviewDialog.
2005-01-28 Robert Shearman- More tests.
2005-01-28 Rein KlazesIn NtQuerySystemInformation, handle request for informa...
2005-01-28 Steven EdwardsAdd a stub dll for the System Event Notification Service.
2005-01-28 Dimitrie O... Added a new man page for winegcc.
2005-01-28 Raphael Junqueira- convert D3D8 VertexDecl to D3D9 format (D3DVERTEXELEM...
2005-01-28 Huw DaviesAdd a few missing RegCloseKey calls.
2005-01-28 Tony LambregtsFix bug in CharPrevExA().
2005-01-28 Michael JungAdded a test case for hashing with schannel mac keys.
2005-01-28 Oliver StieberFill in the information in VendorIdentifier and make...
2005-01-28 Juan LangRemove duplicate definition.
2005-01-28 Robert Shearman- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
2005-01-28 Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2005-01-28 Oliver StieberSend a scancode through for the 5 key when numlock...
2005-01-27 Alexandre JulliardDon't make the test key volatile, that can break other...
2005-01-27 Dmitry TimoshkovAdd more tests for old style hooks and winevent hooks...
2005-01-27 Aric StewartEnable the updating of Feature and thus the resulting...
2005-01-27 Mike McCormack- implement MsiOpenPackageEx, and forward MsiOpenPackag...
2005-01-27 Troy RolloAdd TZ_INFO entry to match (incorrect) Australian Easte...
2005-01-27 Mike Hearn- Change some FIXMEs to ERRs to reflect the fact that...
2005-01-27 Paul VriensCheck for availability of SPI_GETICONTITLEWRAP.
2005-01-27 Alexandre JulliardAvoid a few more uses of WIN_FindWndPtr.
2005-01-27 Mike McCormackAdded idl file for the System Event Notifcation Service...
2005-01-27 James HawkinsProperly implement DllCanUnloadNow ref counting. Make...
2005-01-27 Mike McCormackTest different types of dodgy queries.
2005-01-27 Aric StewartImplement custom action type 19, Halt install and displ...
2005-01-27 Aric StewartMsiGetProperty does not return any error on missing...
2005-01-27 Raphael JunqueiraSet default video memory to 64Mb (was 16Mb) as many...
2005-01-27 Raphael Junqueira- some fixes on sub containers support
2005-01-27 Vincent BéronChange UTF-8 name back to ISO-8859-1.
2005-01-27 Raphael Junqueira- fix typo in wined3d_interface.h
2005-01-27 Robert ShearmanGive IUnknown its own ifstub to fix ref-counting and...
2005-01-26 Francois GougetAssorted spelling fixes.
2005-01-26 Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26 Raphael Junqueira- a very basic blending support on fast drawing path...
2005-01-26 Raphael Junqueira- VertexDeclaration device APIs
2005-01-26 Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-26 Robert Shearman- Implement IRemUnknown.
2005-01-26 Rein KlazesGet rid of the rdtsc cpu instruction method for calcula...
2005-01-26 Francois GougetRemove unneeded NULL cast.
2005-01-26 Huw DaviesWhen adding an interface, midl adds the inherited inter...
2005-01-26 Mike McCormackFix MsiRecordSetString for NULL strings and update...
2005-01-26 Glenn WursterDisable antialiasing of fonts while working in a palette.
2005-01-26 Hans LeidekkerDon't use utf8 in rc files.
2005-01-26 Mike HearnFix a typo, propagate errors better from inside the...
2005-01-26 Huw DaviesGetMetaFile checks both the version and the header...
2005-01-26 James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-26 Aric StewartAdded a few more stub implementations.
2005-01-26 Huw DaviesFix typelib only option.
2005-01-25 Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25 Ken Belleau- Used wine_dbgstr_a to prevent an overflow.
2005-01-25 Robert ReifCopy data structures one at a time using supplied size.
2005-01-25 Huw DaviesAdd enum support.
2005-01-25 Alex Villacís... Implemented Unicode proxy for ODBC.
2005-01-25 Robert Shearman- Move OLE automation interface registration to oleaut32.
2005-01-25 Robert ShearmanProxies/stubs for IRemUnknown methods, based on code...
2005-01-25 Huw DaviesAdd encoding for VT_R8.
2005-01-25 Eric KohlImplement DuplicateString and QueryRegistryValue.
2005-01-25 Alex Villacís... Initialize temporary variants before calling VariantCha...
2005-01-25 Maxime BellengéReplace '\' with '/' in the URL in HTTP_HttpSendRequestW.
2005-01-25 Dmitry TimoshkovConvert programs/winepath to unicode, print the output...
2005-01-25 Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-25 Huw Daviesunsigned char support.
next