Moved spooler configuration to HKCU\Software\Wine\Printing\Spooler.
[wine] / dlls / gdi /
2005-06-28  Alexandre JulliardMoved spooler configuration to HKCU\Software\Wine\Print...
2005-06-27  Felix NawothnigReport a todo and skip DIB tests when they fail at...
2005-06-22  Felix Nawothnig- Use smaller numbers as coordinates for mapping tests...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Alexandre JulliardMoved a few registry keys from HKLM\Software\Wine to
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Lauri Tulmin- add some tests for {Get|Set}Pixel
2005-06-17  Michael KaufmannInitialize more structure members, including biSizeImag...
2005-06-14  Alexandre JulliardMoved all font config parameters to HKCU\Software\Wine...
2005-06-14  Alexandre JulliardRemoved the Tweak.Fonts configuration hack.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-01  Alexandre JulliardAlways load 16-bit gdi.exe at init time.
2005-05-27  Dimi PaunMove remaining GDI objects to the large heap.
2005-05-25  Dimi PaunTurn a GDI object into a system object via an explicit...
2005-05-20  David HemmoGDI_ReleaseObj was not called with the right parameter.
2005-05-20  Richard CohenFix gdiobj test on NT4, remove asserts.
2005-05-18  Dimi PaunRemove the LOCAL_*() functions from GDI.
2005-05-17  Dimi PaunUse standard TRACE macro.
2005-05-16  Felix NawothnigKeep width for cosmetic pens, don't use LPtoDP() for...
2005-05-14  Felix NawothnigConvert pen width to DP in StrokePath().
2005-05-14  Dimi PaunMake LOCAL_*() just wrappers around Local*16() functions.
2005-05-14  Felix NawothnigDraw each figure as a single primitive in StrokePath().
2005-05-11  Mike McCormackCheck that GetObject is successful.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-05  Rein KlazesIn MaskBlt delete correct bitmap.
2005-04-25  Maxime BellengéPrevent CreateDCA from crashing if a bad lpInitData...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Richard CohenDither solid colours on monochrome bitmaps.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-16  Richard CohenCreateBitmap16 should use only the first byte of planes...
2005-04-15  Mike McCormackSimple unit tests for GdiIs*DC functions.
2005-04-14  Mike McCormackImplement GdiIs*DC functions.
2005-04-13  Alexandre JulliardMoved the BITMAPOBJ structure to gdi_private.h.
2005-04-13  Dimitrie O. PaunRemove the need for the non-standard (Close|Delete...
2005-04-13  Alexandre JulliardMoved the driver-independent part of CreateDIBSection...
2005-04-13  Robert Shearman- Fix scaling when converting MF -> EMF.
2005-04-11  Vincent BéronMake static some functions used only in a single file.
2005-04-11  Dimitrie O. PaunCleanup the API docs. Few indentation/formatting fixes.
2005-03-31  Alexandre JulliardAdded support for the DC meta region.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-29  Huw DaviesIn a call to EnumEnhMetaFile when hdc is NULL, lpRect...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-27  Alexandre JulliardStore the handle to the stock bitmap when the first...
2005-03-25  Alexandre JulliardExplicitly store the stack of saved DCs in the DC struc...
2005-03-25  Alexandre JulliardMaintain the stack of saved vis regions in the DC struc...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-14  Ulrich CzekallaIf a zero index is passed to META_SELECTCLIPREGION...
2005-03-10  Alexandre JulliardAllocate fonts and regions from the large heap too.
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  TANABE HiroshiRemove (buf && !buflen) checking.
2005-02-22  TANABE HiroshiAdded Multibyte character set support in GetGlyphOutlineA.
2005-02-22  Huw DaviesDon't hold the GDI lock when calling DC_GetDCUpdate.
2005-02-21  Alex Villacís LassoImplemented GetGlyphOutline16.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Rein KlazesREGION_FrameRgn computes the frame region inside the...
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2005-02-14  Rémi AssaillySmall char -> const char fix.
2005-01-26  Huw DaviesGetMetaFile checks both the version and the header...
2005-01-24  Troy RolloDon't refuse to process VDMX ratio entries with bCharSe...
2005-01-14  Walt OgburnFix BS_PATTERN brushes in mfdrv. Un-comment the corres...
2005-01-12  Alexandre JulliardUse the exported functions SaveDC/RestoreDC instead...
2005-01-10  Rémi AssaillyImplemented GetLayout and SetLayout.
2005-01-05  Vitaly LipatovSpelling fixes.
2005-01-05  Vitaly LipatovAdd description for ExtTextOut (also include comments...
2005-01-04  Mike McCormackConvert StartDoc to Unicode.
2005-01-03  Jakob ErikssonAdd return value to GetObject error message.
2005-01-03  Eric PouechSome missing const correctness fixes.
2005-01-03  Hans LeidekkerStub implementations for GetLogColorSpace{A,W}.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-27  Hans LeidekkerStub implementations for GetICMProfileW, SetICMProfile...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-21  Mike McCormackCheck values passed in to SetWinMetaFileBits, not our...
2004-12-21  Mike McCormackOutput EMR_POLYGON16 records when possible.
2004-12-21  Dmitry TimoshkovFully initialize NEWTEXTMETRICEXW structure for bitmap...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-13  Huw DaviesFix always false test. Spotted by Eric Pouech.
2004-12-09  Alexandre JulliardRemove a few no longer needed 16-bit exports from gdi32.
2004-12-09  Walt OgburnAdded some tests for win-format metafiles.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-24  Kevin KoltzauCreateBrushIndirect should not return a stock brush.
2004-11-24  Dmitry TimoshkovAvoid some direct accesses to DC internals from metafil...
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-23  Jon GriffithsSet the miter limit in the DC state.
2004-11-22  Jon GriffithsSupport mono pattern brushes in EMF's.
2004-11-22  Jon GriffithsAvoid magic number.
2004-11-22  Jon GriffithsImplement CreateBitmap using CreateBitmapIndirect so...
2004-11-21  Jon GriffithsSearch the whole table when creating solid brushes.
2004-11-02  Michael Kaufmann- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  Rein KlazesTest whether the ft_encoding's are defined, not the...
2004-10-18  Robert ShearmanThe "colors" parameter of SetDIBColorTable should be...
next