]> git.saurik.com Git - wxWidgets.git/history - src/common/fontcmn.cpp
wxFont can now raelly use the native fonts
[wxWidgets.git] / src / common / fontcmn.cpp
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