wine
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...
2002-12-24  Christian CostaUpdate and clean-up draw_primitive_strided_7.
2002-12-23  Lionel Ulmer- fix mipmap texture creation
2002-12-23  Lionel Ulmer- fix small TRACE bug introduced in a previous patch
2002-12-23  Alexandre Julliardwineps16.dll should be named .drv.
2002-12-23  Jeff SmithCorrect all instances of mixMessage to mxdMessage.
2002-12-23  Dimitrie O... Add support for library path (-L).
2002-12-23  Lionel UlmerHave the 'Lock' warning a bit clearer.
2002-12-23  Lionel UlmerReport that we do not support compressed texture yet.
2002-12-23  Lionel Ulmer- fix returning of capabilities in FindDevice
2002-12-23  Marcus MeissnerVariantChangeTypeEx for VT_ARRAY | type style variants.
2002-12-23  Marcus MeissnerFixed VarBstrCmp/Cat .spec entries.
2002-12-23  Duane ClarkReport mode padding tweaks.
2002-12-23  Alexandre JulliardGet rid of ole.h.
2002-12-23  Ove KaavenMerge the rest of include/wine/obj_base.h into include...
2002-12-23  Alexandre JulliardRemoved some remaining references to wine/obj_base.h.
2002-12-23  Uwe BonnesDRIVE_Init: Use strtoulW to initialize the drive serial...
2002-12-23  Eric PouechFixed several bugs:
2002-12-23  Jason EdmeadesQuery opengl to ensure it supports multitexture, and...
2002-12-23  Lionel UlmerFix Direct3D2 => Direct3D3 thunk for FindDevice.
2002-12-23  Ove KaavenWhere ICOM macros are needed, include objbase.h.
2002-12-23  Dimitrie O... Added missing GetActiveObject declaration.
2002-12-23  Dimitrie O... Added missing LPDROPFILES definition.
2002-12-23  Dimitrie O... DEVMODE structure uses short not SHORT for its fields.
2002-12-20  Alexandre JulliardRelease 20021219. wine-20021219
2002-12-20  Alexandre JulliardDon't ignore sprintf/sscanf imports, semantics are...
2002-12-20  Alexandre JulliardHandle unknown format chars correctly (spotted by Györg...
2002-12-19  Tony LambregtsMore information on style and format of patches.
2002-12-19  Alexandre JulliardRemoved unnecessary --add-stdcall-alias flag.
2002-12-19  Alexandre JulliardRenamed mingwrap to winegcc.
2002-12-19  Tapio KauttoFix for missing ppdebug variable.
2002-12-19  Alexandre JulliardFixed a few problems caused by the new objidl.idl.
2002-12-19  Dimitrie O... Added missing GetWinMetaFileBits() declaration.
2002-12-19  Ove KaavenWrote a new objidl.idl to replace a number of include...
2002-12-19  Greg Turner- port cabextract to wine
2002-12-19  Alexandre JulliardAvoid some warnings.
2002-12-19  Mauro Carvalho... Included a specific ABNT-2 scan and vkey tables, and...
2002-12-19  Ove KaavenMoved a couple of types from include/wine/obj_*.h to
2002-12-19  Dimitrie O... Fix defines for LV_ITEM, LV_DISPINFO, and LV_FINDINFO.
2002-12-19  Francois GougetOn Win9x "hi\n" gives us "hi\r\n".
2002-12-19  Dimitrie O... Add definitions for N[W]PSTR.
2002-12-19  Chris MorganAdd additional tests for GetTimeFormat() and GetDateFor...
2002-12-19  Chris MorganGetDateFormat() and GetTimeFormat() should check the...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-12-19  Alexandre JulliardAvoid referencing potentially freed token.
2002-12-19  Robert ShearmanImplemented UrlCreateFromPath[AW] and slightly related
2002-12-19  Chris MorganStub for GetSecurityInfoExW().
2002-12-19  Alexandre JulliardAdded accctrl.h header.
2002-12-19  Dimitrie O... Remove the -L wrc option, as no automatic fudging of...
2002-12-19  Dimitrie O... UpdateWindow returns a BOOLean.
2002-12-19  Lionel UlmerAdded surface dumping function for debug.
2002-12-19  Martin FuchsImplementation of SystemTimeToTzSpecificLocalTime(...
2002-12-19  Rolf KalbermatterIntroduced some declarations and resources needed for...
2002-12-19  Alberto MassariCompareStringW should return 0 when one of the provided...
2002-12-19  Alexandre JulliardLPCONVCONTEXT should be PCONVCONTEXT (spotted by Dimitr...
2002-12-19  Ove KaavenMoved some definitions from include/wine/obj_moniker...
2002-12-19  Uwe BonnesFixed typo.
2002-12-19  Francois GougetOn Win9x netapi32.dll does not export a single API...
2002-12-19  Francois GougetDeclare LocalDiscard and GlobalDiscard (used by kernel...
2002-12-18  Francois GougetImprove error reporting.
2002-12-18  Francois GougetAll filenames containing a ":" are invalid on Win9x...
2002-12-18  Francois Gouget#ifdef-out decodeW since it is not used yet.
2002-12-18  Francois GougetwsprintfW is not supported on Win9x platforms.
2002-12-18  Francois GougetFix signed/unsigned warnings.
2002-12-18  Ove KaavenUnquoted some 16-bit types, so the IDL compiler can...
2002-12-18  Dimitrie O... Map strcasecmp to _stricmp.
2002-12-18  Ove KaavenMoved COM API prototypes to objbase.h, from wine/obj_*.h.
2002-12-18  Ove KaavenRemoved a few more inclusions of deprecated wine/obj_...
2002-12-18  Alexandre JulliardMade crtdll a normal user of msvcrt by setting the...
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-18  Raphael Junqueira - some fixes in CreateDevice init
2002-12-18  Raphael JunqueiraAdded some necessary definitions for D3D8 Vertex and...
2002-12-18  Bill MedlandIf a .reg function is accessed through a symlink then...
2002-12-18  Alexandre JulliardImplemented RtlTimeToElapsedTimeFields.
2002-12-18  Lionel UlmerFix in another place in the code computing the memory...
2002-12-18  Uwe BonnesPurge traces of the old relay debug mechanism and docum...
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-12-18  Francois GougetThe link command specifies which version of the C libra...
2002-12-18  Ove KaavenMoved UUID type to rpcdce.h, as in the MS RPC headers.
2002-12-17  Alexandre JulliardDebug channels cleanup.
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-17  Alexandre JulliardFix the type of the This pointer in the vtbl functions...
2002-12-17  Alexandre JulliardFixed warnings.
2002-12-17  Alberto MassariThe handler for the server message get_next_hook was...
2002-12-17  Dimitrie O... Added stubs for {Start,End}{Doc,Page}Printer.
2002-12-17  Duane ClarkNeed to initialize tracking value on mousedown.
2002-12-17  Bill Curriefdopen: don't rewind the file after creating the FILE...
2002-12-17  Alberto MassariSet the ODS_DISABLED bit when the item is grayed.
2002-12-17  Dimitrie O... Better handling of errors while fork/execing.
next