- cosmetic fixes
[wine] / objects /
2003-06-06  Ingmar ThiemannImplemented PolyTextOutA/PolyTextOutW.
2003-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-05-19  Alexandre JulliardFixed return value of GetTextFaceA.
2003-05-19  Huw DaviesAfter we update the mapping mode reselect the current...
2003-05-19  Huw DaviesGetRandomRgn(...,1) returns the current clipping rgn.
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2003-05-11  Alexandre JulliardAdded partial stub for GetTransform.
2003-05-11  Huw DaviesPlayback escapes in metafiles.
2003-05-11  Huw DaviesAdded stub for SetVirtualResolution.
2003-05-11  Ulrich CzekallaReturn value of ExtSelectClipRgn should consider visibl...
2003-05-11  Dmitry TimoshkovMake SetMapMode set default window and viewport extents...
2003-04-27  Stefan LeichterMoved (stub) implementation of GetKerningPairs from...
2003-03-27  P. ChristeasFixed typo in SetGraphicsMode.
2003-03-24  Shachar ShemeshReordering can take place even if the font does not...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-14  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Huw...
2003-02-01  Andrew John HughesExtended SetSystemPaletteUse to deal with error conditions.
2003-01-24  Rein KlazesLoad default stock bitmap in CreateDC().
2003-01-21  Rein KlazesAllocate palette objects on the large gdi heap.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
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  Huw D M DaviesEnumFont16 should enumerate gdi fonts too.
2002-11-25  Shachar ShemeshChange some of the number seperators to "Neutral" rathe...
2002-11-25  Steve LustbaderStretchDIBits: avoid crash on null pointers.
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-21  Marcus MeissnerFixed aliasing problems (do not use (POINT*)&rect const...
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-11-13  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-18  Alexandre JulliardMoved EnumObjects16, LineDDA16 and associated glue...
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-18  Alexandre JulliardConverted PlayMetaFileRecord and related functions...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-10-03  Alexandre JulliardMoved CreateBrushIndirect16 and CreateDIBPatternBrush16...
2002-10-02  Greg TurnerCreateDC: handle (nil, <string>, ...) gracefully if...
2002-10-02  Alexandre JulliardMake sure things still work if 16-bit dlls cannot be...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-09  Patrik StridvallFixed some issues found by winapi_check.
2002-09-04  Shachar Shemesh- Return old code for handling parameters to GetCharact...
2002-08-29  Alexandre JulliardAdded internal 32-bit versions of GDISelectPalette and
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-20  Mike McCormackHandle NULL buffer in GetObject.
2002-08-17  Mike McCormackAdded sanity checks on EMRCREATEDIBPATTERNBRUSHPT values.
2002-08-17  Huw D M DaviesAllow an app to open the file of a disk based emf for...
2002-08-16  Huw D M DaviesFix for metafile ExtTextOut that only includes the...
2002-08-16  Huw D M DaviesTranslate OutlineTextMetrics to logical co-ords.
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-15  Huw D M DaviesDeleteObject() can fail if the object is a DC, however...
2002-08-09  Huw D M DaviesAdd missing HeapFree.
2002-08-02  Alexandre JulliardDon't set the DC_DIRTY flag in SetDCState since we...
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-24  Lionel UlmerProperly check that the font resource is not already...
2002-07-22  Shachar ShemeshNow checks that the GCP_REORDER flag is set before...
2002-07-20  Andreas MohrCreateDCA should return failure if both driver and...
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-06-28  Alexandre JulliardBITMAP_SelectObject must return the old handle, not...
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-24  Ulrich CzekallaAdded temp fix for world transform bug in SetWindowOrgE...
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-14  Shachar ShemeshExtTextOutW: if GetFontLanguageInfo says that the font...
2002-06-14  Shachar Shemesh- Implemented a skeleton for GetFontLanguageInfo. Using...
2002-06-13  Dmitry TimoshkovFixed the names of some stock fonts.
2002-06-13  Won Kyu ParkFixed defaultGuiFont for Korean.
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-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-09  Alexandre JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-05-08  Andreas MohrReplace SELECTOR_AllocBlock and SELECTOR_FreeBlock...
2002-05-07  Alexandre JulliardFixed vis region handling broken by last change.
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
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-21  Alexandre JulliardFixed handling of visible region in Save/RestoreDC.
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-06  Huw D M DaviesSpout a FIXME if we try to call ExtTextOut on an open...
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-05  Alexandre JulliardFixed GetTextExtentPointI driver usage.
2002-04-03  Huw D M DaviesDo not enumerate the META_EOF record.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFixed font enumeration.
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-03  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
2002-04-02  Alexandre JulliardAvoid recursive DeleteDC calls.
next