- Reduce the number of messages being passed to itself by using the
[wine] / graphics / x11drv / xfont.c
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Dave HawkesFonts with an incomplete character set could cause...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-24  James JuranAdd missing \n to output messages.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-11  Hidenori TakeshimaUse hard-coded font name bindings only with the ANSI_CH...
2002-04-03  Huw D M DaviesIf lfFaceName == "", then we patch up the names accordi...
2002-04-03  Huw D M DaviesDon't calculate cached metrics or enumerate X11 fonts...
2002-04-03  Patrik StridvallFixed some issues found by winapi_check.
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  Uwe BonnesXFONT_GetAvgCharWidth: Always round up.
2002-01-29  Huw D M DaviesUses Xrender extension to allow client side font rendering.
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 DaviesExtTextOutW with symbol fonts works with chars in the...
2001-10-08  Francois GougetSmall typo fixes/updates.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.
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 JulliardAdded names to standard critical sections (suggested...
2001-08-15  Jeremy WhiteNormalize the display name used to build the cached...
2001-07-28  Alexandre JulliardAdded GetDeviceCaps to the DC driver interface. Removed...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-19  Dmitry TimoshkovAdd System font to the set of default sans serif fonts.
2001-06-19  Dmitry TimoshkovReplace PROFILE_ functions by RegQueryValueExA in x11drv.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-04-16  Dmitry TimoshkovAdd MS Shell Dlg font to the set of default sans serif...
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-16  Huw D M DaviesMoved GetTextMetrics to unicode.
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-02-14  Huw D M DaviesChange FONTOBJ to use LOGFONTW rather than LOGFONT16.
2001-01-24  Eric KohlPartial implementation of world transform support.
2001-01-15  Alexandre JulliardMoved tweak support to USER dll. Removed tweak.h and...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-11-11  Nerijus BaliunasAdd new encodings ISO 8859-10 (cp28600), 8859-13 (cp286...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-09-24  Hidenori TakeshimaUse appropriate charset if facenames of font is known.
2000-09-04  Hidenori TakeshimaAdd jisx0212 encoding.
2000-08-29  Albert den Haan- enhanced reporting of unsupported X font encodings
2000-08-25  Alexandre JulliardBacked out font codepage change.
2000-08-23  Alexandre JulliardCleaned up major ugliness in __lfCheckSum.
2000-08-20  Hidenori TakeshimaHandle the codepage of fonts if supported by the graphi...
2000-08-20  Hidenori TakeshimaAdded internal charsets for supporting DBCS charsets.
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-18  Hidenori TakeshimaSeparate GetTextMetrics and implement it for SBCS/Unico...
2000-08-15  Hidenori TakeshimaFixed for DBCS(cp932/cp949) codepage conversion.
2000-08-14  Hidenori TakeshimaAdded support for special treatments (use 2 or more...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Hidenori TakeshimaAdded checking for broken font cache.
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-16  Andreas MohrSpelling fixes.
2000-07-15  Hidenori TakeshimaAdded DBCS/unicode encoding templates.
2000-07-15  Drew RonnebergIgnore broken fonts when building cache file.
2000-06-11  John ElliotSome fonts may have no characters at all for some reaso...
2000-06-10  Dmitry TimoshkovAssign codepage for every X11 font suffix, and use...
2000-05-15  Alexandre JulliardUse the correct display for cached metrics file name.
2000-04-25  Patrik StridvallRemoved X_DISPLAY_MISSING.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-19  Alexandre JulliardMoved font resource functions out of the X11 driver.
2000-03-07  Rein KlazesInclude in the AddFontResourceA/W fixme message a point...
2000-02-19  Alexandre JulliardStore config file contents in the registry so we only...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-08  Alexandre JulliardBacked out scalable bitmap change (gives ugly results).
1999-12-26  Huw D M DaviesMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
1999-12-25  Dmitry TimoshkovDon't skip usable X fonts. Add support for koi8 fonts.
1999-11-28  Bradley BaetzGive the app back the exact font name it asked for.
1999-11-21  Ulrich WeigandRemoved some unaligned accesses.
1999-10-24  Ulrich CzekallaMake sure that all calls use the extended structures...
1999-09-05  Richard CohenVarious fixes for the X11 font mapper, particularly:
1999-07-24  Huw D M DaviesFor large font sizes call XLoadQueryFont with a 100...
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-22  Alexander KanavinStandard dialog boxes resources and OLE strings are...
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-25  Alexandre JulliardUse $HOME instead of getpwuid for user's home directory.
1999-04-25  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-04-22  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-04  Patrik StridvallX11 driver changes.
1999-02-02  Huw D M DaviesReduce MAX_FONT_SIZE to 1000.
1999-01-20  Pablo SaratxagaSmall patch.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-26  Alex KorobkaCleaned up font encoding handling. Added 'Ignore#'...
1998-12-14  Ian PilcherAdded ability to specify X fonts used for Helv and...
1998-12-14  Huw D M DaviesXLFDs should be well-formed (14 hyphens) to match scala...
next