further routing into wxApp
[wxWidgets.git] / include / wx / fontutil.h
2012-09-15  Vadim ZeitlinHandle underlined and strikethrough attributes in wxGTK...
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2010-04-08  Stefan Csomortrying to simplify and optimize font handling
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-02-21  Paul Cornettcheck for self-assignment in operator=
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-01-07  Vadim Zeitlinadded wxNativeFontInfo() ctor from LOGFONT, this is...
2007-09-03  Robin Dunnexport wxGetNativeFontEncoding and wxTestFontEncoding
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-11-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-05-29  Paul Cornettbuild fix
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2004-12-22  Włodzimierz SkibaFinal MSW/PalmOS split. Remove dump copies of MSW speci...
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-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-07-21  Vadim Zeitlinimplemented wxNativeFontInfo::operator=() when wxUSE_PA...
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim Zeitlininclude wrapwin.h instead of windows.h directly (fixes...
2004-01-23  Robin DunnMoved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncF...
2004-01-22  Stefan Csomorfont and system conversion functions for wxMac
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-20  Mattia Barbon Compilation fixes.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-08  David WebsterOS/2 NativeFontInfo support
2002-01-01  Gilles Depeyrotimplemented native font stuff for wxMotif
2001-12-28  Vadim Zeitlindisable native font stuff for wxMotif
2001-12-24  Václav Slavíktypo fix
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-01-08  Václav Slavíkadd wxFontEncoding member into wxNativeEncodingInfo
1999-11-10  Stefan CsomorwxMac (debug) builds and runs wxMinimal again
1999-11-08  David WebsterOS/2 PM specific fixes for validators and fonts
1999-11-06  Robin Dunnadded a WXDLLEXPORT
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished