Add stub implementation for NtAccessCheckAndAuditAlarm.
[wine] / dlls / gdi /
2005-10-26  Dmitry TimoshkovAdd a test for GetCurrentObject, make it pass under...
2005-10-26  Saulius KrasuckasLink to {G|S}etRelAbs() during runtime as Win9x OSes...
2005-10-19  Dmitry TimoshkovAdd a test for SetMetaFileBitsEx, make it pass under...
2005-10-18  Dmitry TimoshkovAdd a test for CopyMetaFile, make it pass under Wine.
2005-10-12  Huw DaviesInitialize a bunch of dc values to their default before...
2005-10-11  Dmitry TimoshkovAdd a safety check for number of control points in...
2005-10-11  Huw DaviesIf the meta/clip intersection (Rao) region doesn't...
2005-10-10  Huw DaviesGetRandomRgn only returns the SYSRGN in screen coordinates.
2005-10-06  Huw DaviesAdd a Wine specific flag to GetRasterizeCaps that repor...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Dmitry TimoshkovDraw underline and strikeout for ExtTextOut on an open...
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-21  Huw DaviesRelease the dc before drawing the underline and strikeo...
2005-09-19  Huw DaviesFix a problem with handling ETO_GLPYH_INDEX. Spotted...
2005-09-16  Huw DaviesOrder the bitmap font list by the ansi codepage bit...
2005-09-15  Huw DaviesRemember to remove a child font from the child font...
2005-09-14  Huw DaviesOnly add Tahoma to the System font's link list if we...
2005-09-14  Dmitry TimoshkovPerform automatic bitmap font configuration based on...
2005-09-14  Huw DaviesCope with OpenFontFile failing.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardLOGBRUSH.lbHatch must be a ULONG_PTR since it can conta...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Huw DaviesFix return value of ExtTextOut in the case when count...
2005-09-08  Huw DaviesHave ExtTextOut call into the font linking mechanism.
2005-09-07  Huw DaviesImplement FontIsLinked.
2005-09-07  Huw Daviesget_glyph_index should return the nonexistent glyph...
2005-09-07  Huw DaviesAdd infrastructure for font linking. WineEngGetLinkedHF...
2005-09-06  Marcus MeissnerAdded DRAWPATTERNRECT Escape() 16<->32 mapper and stub...
2005-09-06  Huw DaviesStore the selected ppem in the GdiFont.
2005-09-06  Huw DaviesBuild a list of font links read in from the registry.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-08-22  Mike McCormackFix gcc 4.0 warnings.
2005-08-22  Glenn WursterStart to add some tests for basic palette operations.
2005-08-19  Felix NawothnigFix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and...
2005-08-19  Huw DaviesSimplify ExtTextOut a bit. Should be a nop.
2005-08-19  Huw DaviesCope better with mixed charset fonts.
2005-08-15  Huw DaviesA previous signed-ness fix broke display of non-ansi...
2005-08-15  Vikram KumarAdded stub for EnableEUDC.
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-08-08  Michael KaufmannFix for BI_BITFIELDS: The color masks are at the same...
2005-08-08  Mike McCormackWarning fixes for gcc 4.0.
2005-08-08  Dmitry TimoshkovAdd a test showing that Windows doesn't tie GDI objects...
2005-08-01  Alexandre JulliardAdded commented out stubs for a bunch of new functions.
2005-07-18  Huw DaviesTest to show that the height returned by GetTextExtentP...
2005-07-18  Robert ShearmanImplement and test GdiGetCharDimensions.
2005-07-15  Felix NawothnigFix the EnumEnhMetaFile tests.
2005-07-14  Juan LangRelease DC in error condition on StretchDIBits.
2005-07-11  Alexandre JulliardMake GetKerningPairs an alias for GetKerningPairsA.
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-07-05  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-28  Alexandre JulliardFixed HKLM/HKCU mixup for the external fonts key.
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.
next