Eliminate the giant if.. else if block from ACTION_ProcessAction in
[wine] / dlls /
2005-01-31  Aric StewartEliminate the giant if.. else if block from ACTION_Proc...
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  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  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  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  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  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  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  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-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25  Robert ReifCopy data structures one at a time using supplied size.
2005-01-25  Alex Villacís LassoImplemented 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  Eric KohlImplement DuplicateString and QueryRegistryValue.
2005-01-25  Alex Villacís LassoInitialize temporary variants before calling VariantCha...
2005-01-25  Maxime BellengéReplace '\' with '/' in the URL in HTTP_HttpSendRequestW.
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-25  Alexandre JulliardAdded a couple of SetWindowPos tests.
2005-01-25  Rein KlazesMake ShowWindow(...,SW_SHOWNA) also work on already...
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  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  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  Bernd FuhrmannAdded fixme macros in SystemParametersInfoW for several...
next