Added entry for DirectSoundFullDuplexCreate.
[wine] / objects / font.c
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
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-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
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-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-09-04  Shachar Shemesh- Return old code for handling parameters to GetCharact...
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-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-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-19  Patrik StridvallFixed some issues found by winapi_check.
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-14  Shachar Shemesh- Implemented a skeleton for GetFontLanguageInfo. Using...
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-05  Alexandre JulliardFixed GetTextExtentPointI driver usage.
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  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-17  Alexandre JulliardChanged 16-bit GDI Enum* functions to not use thunks...
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-21  Guy L. AlbertelliImplemented GetCharacterPlacementW.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-09-24  Francois GougetGetTextExtentExPointW: dump the string before modifying...
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-07  Travis MichielsenFixed behavior of GetTextExtentExPointW. It must alway...
2001-08-24  Bill MedlandMinor fixes involving handling NULL pointers.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-04-23  Marcus MeissnerImplemented GetCharABCWidths with GetCharWidth.
2001-04-16  Dmitry TimoshkovAdd NULL check for lpnFit in GetTextExtentExPointW.
2001-04-04  Huw D M DaviesFix member names in NEWTEXTMETRICEX structs.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-03-13  Huw D M DaviesFix typo in OUTLINETEXTMETRIC definition.
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-01-24  Andreas MohrDocumentation updates.
2000-12-29  Marcus MeissnerCreateFontIndirect() can get NULL pointers.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-09-24  Gerald PfeiferFixed format strings.
2000-08-25  Alexandre JulliardBacked out font codepage change.
2000-08-20  Hidenori TakeshimaHandle the codepage of fonts if supported by the graphi...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-26  Hidenori TakeshimaFixes for i18n.
2000-03-19  Alexandre JulliardMoved font resource functions out of the X11 driver.
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-21  Ulrich WeigandRemoved some unaligned accesses.
1999-11-21  Huw D M DaviesStub for GetFontData16.
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-08-15  Juergen SchmiedFirst implementation of GetCharacterPlacementA.
1999-07-23  Huw D M DaviesString to GetTextExtentPoint is not necessarily 0 termi...
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Huw D M DaviesGeneral tidy up of the MetaFile driver - make sure...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-01  Douglas RidgwayImplement TranslateCharsetInfo, change charset type...
1998-12-18  Douglas RidgwayDocumentation for TranslateCharsetInfo.
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-10-23  Juergen SchmiedNew FONT_GetObject32W(), GetObject32W().
1998-10-14  Moshe VainerPartial implementation of GetOutlineTextMetrics32A.
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
1998-08-09  Alexandre JulliardRelease 980809 wine-980809
1998-07-26  Alexandre JulliardRelease 980726 wine-980726
1998-07-12  Alexandre JulliardRelease 980712 wine-980712
next