2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
blob | commitdiff | raw |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Francesco Montorsi | more f*h interface file revisions |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Francesco Montorsi | add backward compat FindOrCreateFont |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Francesco Montorsi | build fix (looking at buildbot) |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | added wxTo/FromString() overloads for wxFont (1st part... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Václav Slavík | fixed to remove wxFontRefData as intended and not wxFon... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Vadim Zeitlin | miscellaneous wxFont enhancements (patch 1496606): |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-09-25 |
Vadim Zeitlin | compilation fix for compilers not using PCH |
blob | commitdiff | raw | diff to current |
2004-09-25 |
Vadim Zeitlin | added a way to create fonts with specified pixel size |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-07-14 |
Stefan Csomor | making getter const |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | pointer returned by GetNativeFontInfo() is now const... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-03-22 |
David Elliott | Include wxCocoa specific header |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Vadim Zeitlin | added DoSetNativeFontInfo() to avoid virtual function... |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Vadim Zeitlin | fixed an unused parameter warning |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Mattia Barbon | Remove #ifdef __WXSTUBS__ from headers. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-11-02 |
Vadim Zeitlin | added ctor taking wxFontFlags |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Vadim Zeitlin | fixes to handling of the 7 bit ASCII encoding |
blob | commitdiff | raw | diff to current |
2002-01-18 |
Vadim Zeitlin | better native font support for wxGTK |
blob | commitdiff | raw | diff to current |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and impleme... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Gilles Depeyrot | implement out-of-line destructors where needed instead... |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Vadim Zeitlin | add more methods to wxNativeFontInfo: To/FromUserString... |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Vadim Zeitlin | added wxFont::SetNativeFontInfo(string) and documented... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | compilation fixes for wxMSW |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | wxNativeFontInfo changes |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | applied wxNativeFontInfo patch from Derry Bryson (with... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-01-10 |
Guillermo Rodrigue... | Fixes from Mumit Khan to allow DLL compilation; most... |
blob | commitdiff | raw | diff to current |
1999-12-31 |
Václav Slavík | added wxFONTENCODING_UNICODE -- for use with wxEncoding... |
blob | commitdiff | raw | diff to current |
1999-12-24 |
Julian Smart | Small changes |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Vadim Zeitlin | 1. wxFontMapper starts to materialise |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Julian Smart | BC++ and Watcom C++ makefile and source fixes |
blob | commitdiff | raw | diff to current |
1999-10-12 |
Robert Roebling | Refresh() problem from DialogEd solved |
blob | commitdiff | raw | diff to current |
1999-10-07 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-10-02 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-10-01 |
Vadim Zeitlin | basic support for encodings for wxMSW::wxFont |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | 1. added a brief overview of Unicode support |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Robert Roebling | More work on wxQt integration, configure |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|