Improved FormatMessage:
[wine] / objects /
2000-07-11  Stephane LussierIn CreateDIBSection function, if hdc is NULL it now...
2000-06-12  Gerard PatelhookThunk was not initialized in GetDcState.
2000-06-11  James AbbatielloDon't print uiLengthDrawn in the FIXME in DrawTextExA...
2000-06-03  Alexandre JulliardMoved DIB_FixColorsToLoadflags to cursoricon.c.
2000-05-18  Patrik StridvallGetRelAbs for some reason takes 2 parameters, even...
2000-05-03  Alexandre JulliardFixed DrawTextW length handling.
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-29  Ove KaavenAdded DIB_CreateDIBSection with extra parameter ovr_pit...
2000-04-18  Huw D M DaviesFix return value for OffsetRgn if x and y are 0.
2000-04-18  Huw D M DaviesTidy up of PlayEnhMetaFileRecord - fixes PolyPoly*...
2000-04-13  Huw D M DaviesFixes and cleans up some of the GetEnhMetaFile* functions.
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-06  Junichi KuchinishiAdded conversion from DBCS lpDx to WCHAR lpDx.
2000-03-30  Huw D M DaviesDelete objects after use in EnumEnhMetaFile.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Alexandre JulliardFixed memory allocations.
2000-03-28  Alexandre JulliardMerged DDBitmap and physBitmap into the generic bitmap...
2000-03-26  Hidenori TakeshimaFixes for i18n.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Alexandre JulliardMoved LoadImage and related functions to cursoricon.c.
2000-03-24  Alexandre JulliardMoved gdi/user thunking functions into their respective...
2000-03-20  Alexandre JulliardMoved graphics initialisation to the x11drv/ttydrv...
2000-03-19  Alexandre JulliardMoved font resource functions out of the X11 driver.
2000-03-19  Alexandre JulliardAdded GetDCOrgEx in graphics device interface and remov...
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-03-12  Rein KlazesCorrect rounding of the result in MulDiv16().
2000-03-04  Alexandre JulliardLilia Roumiantseva
2000-03-04  Serge IvanovCURSORICON_IconToCursor: inconsistent Lock/Unlock
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Juergen SchmiedFixed allocation of 16x16 icons.
2000-02-25  Serge IvanovNot all region functions updated 'type' field to reflec...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-13  Matthew ClineGetObjectA() now rejects GDI handles which are invalid.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Marcus MeissnerGetDeviceCaps: spot yet unsupported accesses to the...
2000-01-29  Alexandre JulliardRemoved debugstr.h.
2000-01-23  Marcus MeissnerCorrected arguments in DIB_DeleteDIBSection.
2000-01-15  Peter Hunnisett- Added some missing EMR record types and updated and...
2000-01-15  Gerard PatelRemoved DeleteObject call left over from previous patch.
2000-01-09  Gerard PatelAvoid deleting of the default 1x1 bitmap for memory...
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-25  Peter HunnisettAdded support for playing more record types (still...
1999-12-20  Huw D M DaviesPlayMetaFile and EnumMetaFile should work if the hdc...
1999-12-12  Eric PouechAllows DrawText(16|A|W) to get a NULL string as parameter.
1999-12-11  Peter Hunnisett- Implemented GetEnhMetaFilePaletteEntries
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-04  Peter Hunnisett- Added stub for conversion from meta to enhance meta...
1999-11-21  Ulrich WeigandRemoved some unaligned accesses.
1999-11-21  Huw D M DaviesStub for GetFontData16.
1999-11-21  Huw D M DaviesAdd stubs for Get/SetLayout().
1999-11-07  Lionel UlmerAdded the possibility to have mouse movements reported...
1999-11-04  Ian SchmidtRemoved unnecessary USER call from GetFontMetrics....
1999-10-31  Francis BeaudetReturn correct height and width for stock fonts in...
1999-10-31  Patrik StridvallFixed documentation.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Patrik StridvallAdded Win16 variants of existing Win32 functions.
1999-10-24  Matthew J. FrancisFixed top-down DIB handling in StretchDIBits32().
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-10-23  Ulrich CzekallaCopy bitmaps properly.
1999-10-13  Alexandre JulliardBacked out previous change (breaks with metafiles).
1999-10-13  Eric PouechOptimized StretchDIBits to call SetDIBitsToDevice ...
1999-09-27  Francis BeaudetDPtoLP needs to round the result.
1999-09-27  Richard CohenFixed GetRandomRgn.
1999-09-23  Francois BoisvertCreateDIBitmap creates a monochrome bitmap only when...
1999-09-22  Ian SchmidtAdded partial implementation of GetICMProfileA, require...
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-20  Ulrich WeigandDC hook proc thunk management simplified.
1999-09-20  Noel Borthwick- Add clipboard support for copying/pasting bitmaps...
1999-09-19  Juergen SchmiedFixed crash when loading *.ani files.
1999-09-19  Peter GantenStubs for PolyTextOutA/W.
1999-09-19  Karl LessardSome more minor GDI fixes.
1999-09-19  Huw D M DaviesSmall DIB fixes.
1999-09-14  Karl LessardFixed GetDIBits problems.
1999-09-13  Huw D M DaviesChange interfaces to THUNK_Alloc/Free slightly and...
1999-09-13  Kai MorichRelaxed parameter checking for GetDIBits.
1999-09-05  Francis BeaudetUse a special value in the hotspot coordinate to identi...
1999-09-04  Huw D M DaviesFixed compiler warnings.
1999-09-04  Pierre MageauChanged CopyImage to accept desiredX, desiredY and...
1999-09-03  Karl LessardIan Ward
1999-09-03  Richard CohenMake stock fonts independent of mapping mode.
1999-08-15  Steve TibbettFixed cursor stretch code.
1999-08-15  Gerard PatelAdded protection against possible memory corruption.
1999-08-15  Steve TibbettFixed cursor selection to find the correct cursor when...
1999-08-15  Juergen SchmiedFirst implementation of GetCharacterPlacementA.
1999-07-31  Eric KohlImproved GetRandomRegion().
1999-07-27  Ulrich WeigandAdded FinalUserInit16/FinalGdiInit16 stubs.
1999-07-24  Huw D M DaviesImplement handling of 32 bit AbortProc.
1999-07-23  Huw D M DaviesString to GetTextExtentPoint is not necessarily 0 termi...
1999-07-18  Thuy NguyenFixed rounding in MulDiv.
1999-07-18  Eric PouechCheck better that handles are actual handles to a region.
1999-07-10  Juergen SchmiedFixed crash due to invalid pointer.
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-06-26  Eric KohlImproved GetRandomRegion().
1999-06-13  Marcus MeissnerDo not reuse a passed CONST RECT * pointer.
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-12  Huw D M DaviesOpen files with more appropriate sharing mode.
1999-06-12  Huw D M DaviesSmall fixes for EnhMetaFile playback.
next