Implemented NetQueryDisplayInformation, NetUserGetInfo, created
[wine] / objects /
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.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-20  Hidenori TakeshimaAdded default stock objects for known non-US charsets.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrVarious cosmetic changes.
2002-02-05  Dave HawkesFix for GetNearestColor so it returns the true color...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-01-29  Aric StewartFleshed out some metafile conversions.
2002-01-29  Aric StewartAdded the correct halftone palette.
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-26  Alexandre JulliardMake sure the DC visible region is updated in GetClipBox.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardChanged 16-bit GDI Enum* functions to not use thunks...
2001-12-17  Alexandre JulliardChanged DC hook and abort proc handling to avoid having...
2001-12-04  Erik Inge BolsøCreateBitmap can take nHeight or nWidth = zero, and...
2001-11-06  François GougetAdd traces to help diagnose systematic cached-metrics...
2001-11-05  Dmitry TimoshkovConvert GetCharWidth to Unicode.
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-10-23  Huw D M DaviesExtTextOutW with symbol fonts works with chars in the...
2001-10-21  Guy L. AlbertelliImplemented GetCharacterPlacementW.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-10  Huw D M DaviesGetTextCharsetInfo should return the charset that the...
2001-10-08  Francois GougetSmall typo fixes/updates.
2001-10-02  Alexandre JulliardFree cache DCEs if the DC gets deleted.
2001-09-24  Francois GougetGetTextExtentExPointW: dump the string before modifying...
2001-09-20  Andreas MohrAdded stub for GdiInit2().
2001-09-20  Huw D M DaviesFix mapping of DEFAULT_CHARSET.
2001-09-19  Huw D M DaviesUse the font charset to obtain a codepage for A->W...
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-07  Travis MichielsenFixed behavior of GetTextExtentExPointW. It must alway...
2001-08-27  Alexandre JulliardCheck for valid object in GDI_GetObjPtr even for MAGIC_...
2001-08-24  Bill MedlandMinor fixes involving handling NULL pointers.
2001-08-23  Alexandre JulliardDon't hold the GDI lock during accesses to the metafile...
2001-08-20  Uwe BonnesAdded reference counting and delayed destruction of...
2001-08-20  Alexandre JulliardCreate a color bitmap in CreateDIBitmap even with a...
2001-08-18  Gerard PatelTest for invalid large handles in GDI_GetObjPtr and...
2001-08-17  Alexandre JulliardUse the passed hdc in CreateDIBitmap instead of creatin...
2001-08-17  Alexandre JulliardCreate GDI stock objects as normal objects instead...
2001-08-16  Alexandre JulliardSpecify sizes for stock fonts again; removed the FixSto...
2001-08-16  Alexandre JulliardRelease GDI lock before calling DeleteDC from RestoreDC.
next