wine
2003-01-03  Jason Edmeades- Use faster vertex arrays (rather than processing...
2003-01-03  Lionel Ulmer- some fixes / optimisations in the color keying code
2003-01-03  Lionel Ulmer- re-activate the color-keying code
2003-01-03  Christian CostaReenable device's default render states initialization.
2003-01-03  Lionel UlmerFix order of texture enumeration to fix yet another...
2003-01-03  Christian CostaBeginning of state block.
2003-01-03  Lionel Ulmer- hack for one case of the ProcessVertices case
2003-01-03  Lionel Ulmer- create a function to set the various transformation...
2003-01-03  Lionel Ulmer- more thunking in the D3DVertexBuffer COM object
2003-01-03  Lionel Ulmer- light improvements
2003-01-03  Dimitrie O... Simplify the code for the generated wrapper.
2003-01-03  Dimitrie O... Eliminate lots of __WINE__ conditionals from the headers.
2003-01-03  Lionel Ulmer- some additionnal flags logged
2003-01-03  Francois GougetWin9x does not support {Get,Set}WindowLongW. Use the...
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2003-01-03  Dimitrie O... SHGetMalloc() returns a HRESULT, not a DWORD.
2003-01-03  Dimitrie O... Define NULL if it's not defined already.
2003-01-03  Lionel UlmerCheck the value of the pfnCallback in addition to the...
2003-01-03  Dimitrie O... Support outputing files to a different directory than...
2003-01-03  Patrik StridvallAdded --include-quotes option that fixes #include to...
2003-01-03  Stefan LeichterMoved implementation of GetPrinterDriverDirectory from...
2003-01-03  Chris MorganListview should scroll by at least one column, fixes...
2003-01-03  Dan KegelShellExecute(NULL, "wordpad.exe",) now correctly finds...
2003-01-03  Dominik StrasserImplement VerSetConditionMask by forwarding to ntdll.
2003-01-03  Francois GougetCall lstrcmpW rather than wcscmp.
2003-01-02  Marcus MeissnerImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRe...
2003-01-02  Marcus MeissnerHandle VT_ERROR->VT_I4/VT_R4 coercion.
2003-01-02  Marcus MeissnerProcess TKIND_ALIAS in SLTG typelibs, 0x14 in the tail...
2003-01-02  Francois GougetAdd the ability of playing a test tone when in interact...
2003-01-02  Alberto Massari- Implemented InternetCrackUrlW and re-implemented...
2003-01-02  Dimitrie O... Added C++ support & small cleanups.
2003-01-02  Dimitrie O... Support C++ linking with a new -C switch.
2003-01-02  Lionel UlmerFix for stupid applications reading some bytes after...
2003-01-02  Lionel Ulmer- added enumeration of the Reference device (some games...
2003-01-02  Lionel UlmerAdded support for per-vertex material properties.
2003-01-02  Christian CostaReimplemented SwapTextureHandles.
2003-01-02  Lionel Ulmer- removed some useless WARNs
2003-01-02  Christian CostaFix IDirect3DVertexBuffer interface.
2003-01-02  Lionel Ulmer- beginning of Material and Light support for D3D7
2003-01-02  Lionel UlmerFixed texturing.
2003-01-02  Lionel Ulmer- allow application to load palette-less textures
2003-01-02  Lionel Ulmer- added some tracing in the fake ZBuffer methods
2003-01-02  Lionel UlmerAdded some blend states.
2003-01-02  Christian CostaHandle more blend states.
2003-01-02  Lionel UlmerPrevent memory leak in freeing of the VertexBuffer.
2003-01-02  Lionel UlmerImplement GetTransform and rework a bit the matrices...
2003-01-02  Lionel Ulmer- implemented GetTexture
2003-01-02  Lionel UlmerAdded 'blt' and 'bltfast' override functions.
2003-01-02  Lionel UlmerAdded 'emulated' VertexBuffer support.
2003-01-02  Lionel Ulmer- do not use the alpha coordinates when ALPHABLEND...
2003-01-02  Lionel UlmerFactorize some code in the texture uploading function.
2003-01-02  Lionel UlmerHandle texture addressing the D3D7 way.
2003-01-02  Lionel UlmerPrevent lock-up in paletted texture with no palette...
2003-01-02  Lionel UlmerEnable the application to create first textures and...
2003-01-02  Dmitry TimoshkovAdded ctl3d, ctl3dv2 and ctl3d32 API implementations.
2003-01-02  Alexandre JulliardUpdated for recent options changes.
2003-01-02  Patrik StridvallFixed some issues found by winapi_check.
2003-01-02  Jeff SmithSeveral improvements and corrections, foremost being...
2003-01-02  Patrik Stridvall- API files update.
2003-01-02  Alberto MassariMoved implementation of strpbrkW from filedlg95.c to...
2003-01-02  Alberto MassariAdd stub implementation for ReplaceFile.
2003-01-02  Dimitrie O... Add support for wrapper generation to winewrap.
2003-01-02  Dimitrie O... Compile with WINE_UNICODE_NATIVE defined, essential...
2003-01-02  Eric PouechRemoved unused #include of module.h.
2003-01-02  Raphael Junqueira- integration with DrawPrimitive
2003-01-02  Lionel UlmerSome clean-ups after the DrawPrimitive rewrite.
2003-01-02  Lionel UlmerFix crash in GetAvailableVidMem function when TRACE...
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2003-01-02  Eric PouechFixed some nasty bugs in drawdib creation/deletion.
2003-01-02  Dominik StrasserSome stubs for dll setup needed by IE6 setup.
2003-01-02  Marcus MeissnerSupport DllGetClassObject of CLSID_StdPicture.
2003-01-02  Rein KlazesLet ANIMATE_OpenA return FALSE (= failure) upon a reque...
2003-01-02  Andreas MohrIncrement log output from 200 lines to 3000 lines.
2003-01-02  Gerald PfeiferFix off_t cast that breaks FreeBSD.
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2003-01-02  Alberto MassariIBindCtx::RegisterObjectParam is supposed to replace...
2003-01-02  Duane ClarkValidate imagelists with christmas magic.
2003-01-02  Francois GougetFix mapping of STATUS_DEVICE_NOT_CONNECTED to match XP.
2003-01-02  Francois GougetRemove unnecessary sprintf calls.
2003-01-02  Dimitrie O... Add the -F option to set a DLL's filename.
2003-01-02  Chris MorganDefault to $P$G prompt. Make width of date 10 characte...
2003-01-02  Chris MorganUse the locale id we created instead of the system...
2003-01-02  Francois GougetFix signed/unsigned warnings.
2002-12-24  Alexandre JulliardFixed quoting in INSTALL check.
2002-12-24  Alexandre JulliardPass the correct instance when installing the mouse...
2002-12-24  Lionel Ulmer- actually use the background color when Clear-ing
2002-12-24  Lionel Ulmer- factorize Clear method between Viewport and Device
2002-12-24  Lionel UlmerSupport viewports the D3D7 way.
2002-12-24  Lionel UlmerAdded some stencil / D3DDevice7 capabilities.
2002-12-24  Jeff SmithUpdated directory info in DEVELOPERS-HINTS, and IRC...
2002-12-24  Lionel UlmerCombine texturing for D3D3 and 7 by thunking 3 to 7.
2002-12-24  Francois GougetMove the test strings into their own array and convert...
2002-12-24  Lionel UlmerDump new D3D7 rendering states.
2002-12-24  Lionel Ulmer- factorize the D3D1/2 draw_primitive code with the...
2002-12-24  Alexandre JulliardMake sure INSTALL path is relative to the top dir when...
2002-12-24  Alexandre JulliardThe name of the driver should be the 16-bit one in...
2002-12-24  Dimitrie O... Fix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-24  Dimitrie O... Fix the defintion of {,LP}NM_TREEVIEW{A,W}.
2002-12-24  Francois GougetAdd a couple missing macros.
2002-12-24  Christian CostaRemove useless FIXMEs since there is nothing to do...
next