Use the right buffer size in SYSPARAMS_Load instead of some random
[wine] / graphics /
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-01-09  Duane ClarkIf bit/stretchblt source and destination DCs are the...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-12-16  Dmitry TimoshkovSeparate XShm using code.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-27  Patrik StridvallFixed some issues found by winapi_check.
2002-11-25  Uwe BonnesX11DRV_DrawArc: Don't overwrite the ENDCAP style.
2002-11-25  Uwe BonnesX11DRV_SelectPen(): Don't use a pen with half the width.
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-18  Alexandre JulliardAdded empty X11DRV_OpenGL_Init for the non-OpenGL case.
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
2002-11-14  Huw DaviesClient side render fonts for XServers without the Rende...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-31  Alexandre JulliardConverted x11drv to -DSTRICT.
2002-10-31  Alexandre JulliardFixed a number of -DSTRICT warnings.
2002-10-17  Malte StarostikAdded progress messages while building font metrics.
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-02  Patrik StridvallFixed some issues found by winapi_check.
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-08-29  Michael StefaniucConvert HPALETTE to a void*.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-17  Huw D M DaviesMapping mode functions should change dc settings when...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-14  Mike McCormackAvoid dodgy asm optimization if the server's byte order...
2002-08-13  Huw D M DaviesAt the end of PATH_StrokePath, update dc->CurPosX|Y...
2002-08-09  Dave HawkesFonts with an incomplete character set could cause...
2002-07-16  Rob McClintonX11DRV_GetDIBits: Don't clear the biCompression==BI_BIT...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-03  Alexandre JulliardFixed X11DRV_SetDIBitsToDevice to do the right thing...
2002-07-03  Lionel UlmerDetect DCs without fonts and return an error in wglUseB...
2002-06-28  Alexandre JulliardFixed typo in X11DRV_SetPixel.
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-13  Alexandre JulliardAuthors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-29  Gregg MattinsonReplaced 0 by -1 to indicate free entry in
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-24  Lionel UlmerSupport querying of number of visuals without reporting...
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-11  David HammertonLock/unlock (and hence maybe coerce) DIBSections into...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-05-04  David HammertonIn initial dibsection creation, the dibsection should...
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-11  Christoph FrickReuse visuals to avoid MAX_PIXELFORMATS limit.
2002-04-11  Hidenori TakeshimaUse hard-coded font name bindings only with the ANSI_CH...
2002-04-09  Huw D M DaviesWe don't handle STRETCH_HALFTONE mode yet; make this...
2002-04-08  Alexandre JulliardFixed compile when HAVE_OPENGL is not defined.
2002-04-08  Michael KarcherFixed OpenGL routines broken by the DC -> PHYSDEV change.
2002-04-03  Huw D M DaviesIf lfFaceName == "", then we patch up the names accordi...
2002-04-03  Huw D M DaviesDon't calculate cached metrics or enumerate X11 fonts...
2002-04-03  Patrik StridvallFixed some issues found by winapi_check.
2002-04-02  Alexandre JulliardFixed crash in BitBlt when source DC is NULL.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-27  Alexandre JulliardMoved metafiles and win16 drivers to dlls/gdi.
2002-03-23  Alexandre JulliardAdded support for driver-specific escapes in the x11drv...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-01-29  Dmitry TimoshkovDo not write beyond end of color table in X11DRV_DIB_Se...
2002-01-29  Guy AlbertelliDon't fill colormap beyond end of screen depth.
2002-01-29  Uwe BonnesXFONT_GetAvgCharWidth: Always round up.
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.
2002-01-04  Alexandre JulliardRemoved LoadOEMResource from USER driver.
2002-01-04  Gavriel StateSpeed up the GetImageBits case where we have an XShm...
2002-01-02  Alexandre JulliardMoved the OEM bitmaps that don't depend on the Wine...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-21  François GougetHandle more than 8 bits per color component.
2001-12-21  François GougetMerged the handling of 15 and 16 bits X server depths.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetAdd traces to help diagnose systematic cached-metrics...
2001-11-05  Dmitry TimoshkovConvert GetCharWidth to Unicode.
2001-11-05  François GougetFix line length calculation in X11DRV_DIB_Convert_any_asis.
2001-10-23  Huw D M DaviesExtTextOutW with symbol fonts works with chars in the...
2001-10-21  Andreas MohrCosmetics.
2001-10-17  Francois GougetFix tons of color conversion bugs.
2001-10-17  Francois GougetUse the same color conversion algorithm as the DIB...
2001-10-14  Francois GougetWhen including config.h, include it first.
next