Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not...
[wxWidgets.git] / src / common / fontcmn.cpp
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-03  Dimitri Schoolwerthremoved tab character
2004-10-03  Vadim Zeitlinoops, AdjustFontSize() had no effect; fixed (patch...
2004-09-27  Dimitri Schoolwerthfixed MSVC6 warning
2004-09-25  Vadim Zeitlincompilation fix for not MSW
2004-09-25  Vadim Zeitlinadded a way to create fonts with specified pixel size
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods.
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2002-12-10  Julian SmartFromString should not fail on wxMac if facename empty.
2002-11-02  Vadim Zeitlinadded ctor taking wxFontFlags
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-01-25  Vadim Zeitlinfixes to handling of the 7 bit ASCII encoding
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-09  David WebsterSupport for WXPM's native font info.
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-12-30  Vadim Zeitlincompilation fixes for !wxUSE_FONTMAP
2001-12-24  Václav Slavíkfixes to wxFont mods for the case w/o native fontinfo...
2001-12-24  Vadim Zeitlintypo fixed
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-23  Ron LeeAdded missing header and missing logic. :)
2001-12-22  Vadim ZeitlinwxFont can now raelly use the native fonts
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-12-21  Vadim Zeitlinoops, forgot to commit wxFontBase::SetNativeFontInfo...
2001-09-23  Václav Slavíkfixed serious bug in wxFont::operator== (ignored weight)
2001-08-06  Václav Slavíkwhy was generic wxNativeFontInfo code disabled for...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  Vadim Zeitlinminor fixes for the font info patch
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-10-12  Robert Roebling Refresh() problem from DialogEd solved
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support