2010-05-30 |
Vadim Zeitlin | Fix wxFont::IsFixedWidth() under MSW to always return... |
blob | commitdiff | raw |
2010-01-26 |
Vadim Zeitlin | Avoid g++ warning about unhandled wxFONTFAMILY_XXX... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
Vadim Zeitlin | Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Vadim Zeitlin | No changes, just avoid overriding GetNativeFontInfoDesc... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Vadim Zeitlin | Return face name from wxFont::GetNativeFontInfo() under... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Vadim Zeitlin | Don't use unsafe strcpy() when parsing wxNativeFontInfo. |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Vadim Zeitlin | Don't return italic/bold suffix from wxFont::GetFaceNam... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Vadim Zeitlin | Fix compilation for some wxMSW configurations. |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Vadim Zeitlin | Remove unnecessary manual face name selection code. |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Vadim Zeitlin | Implement wxFont::GetFaceName() to return the face... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Vadim Zeitlin | Change interpretation of font height in wxMSW to mean... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Vadim Zeitlin | deal with fonts with empty face name correctly in wxNat... |
blob | commitdiff | raw | diff to current |
2009-04-26 |
Francesco Montorsi | make clear that wxFont::SetFamily() does change the... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Vadim Zeitlin | remove HasNativeFontInfo() which always returns true... |
blob | commitdiff | raw | diff to current |
2009-04-18 |
Vadim Zeitlin | initialize m_hFont in the beginning of wxFontRefData... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Francesco Montorsi | remove unneeded font members from wxFontRefData (all... |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Francesco Montorsi | simplify a bit the convoluted implementation of wxFontR... |
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-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Francesco Montorsi | build fixes |
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-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
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-09-15 |
Vadim Zeitlin | always return positive pixel size, even for negative... |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Vadim Zeitlin | cast abs() argument to int to fix compilation with... |
blob | commitdiff | raw | diff to current |
2007-06-02 |
Vadim Zeitlin | added msw.font.no-proof-quality system option as it... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | fix bug introduced in wxFontRefData::SetNativeFontInfo... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Vadim Zeitlin | allocate HFONT on demand instead of doing every time... |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Vadim Zeitlin | fix setting the properties of a valid but unshared... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Vadim Zeitlin | use AllocExclusive() instead of duplicating its code... |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Robin Dunn | Add some wxCHECK_MSG's |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Paul Cornett | indentation fixes |
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-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2006-07-04 |
Włodzimierz Skiba | WinCE build fixes. |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Vadim Zeitlin | use PROOF_QUALITY in LOGFONT by default |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/font.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Vadim Zeitlin | miscellaneous wxFont enhancements (patch 1496606): |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Włodzimierz Skiba | Include order is wxprec.h=>defs.h=>platform.h=>setup... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1204244 ] [wxMSW] Use Win2K look (MS... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Włodzimierz Skiba | Various cleanings. |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Włodzimierz Skiba | MinGW warning fix. |
blob | commitdiff | raw | diff to current |
2004-11-11 |
Vadim Zeitlin | removed 2.0 compatibility stuff (patch 1054261) |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Vadim Zeitlin | keep the old wxFont::Create() signature (changed by... |
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-08-25 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
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 |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
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-09-20 |
Mattia Barbon | Compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
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-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Vadim Zeitlin | added DoSetNativeFontInfo() to avoid virtual function... |
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-08-27 |
Vadim Zeitlin | fixed bug in SetStyle() which wouldn't reset the slant... |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Guillermo Rodrigue... | Fixed warnings due to use of %d for long int params... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Julian Smart | Initialise font family when initializing from native... |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
blob | commitdiff | raw | diff to current |
2002-01-26 |
Vadim Zeitlin | implemented IsFixedWidth() correctly for MSW |
blob | commitdiff | raw | diff to current |
2002-01-05 |
Robin Dunn | Added missing wxNativeFontInfo::GetFamily(). I think... |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | compilation fixes for !wxUSE_FONTMAP |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Václav Slavík | Idiot I am; my previous commit certainly broke non... |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Václav Slavík | fix for unicode crashes by Dimitri |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Vadim Zeitlin | changed the default font facename for the decorative... |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Vadim Zeitlin | code clean up, avoid duplicating the same code in font... |
blob | commitdiff | raw | diff to current |
2001-12-23 |
Vadim Zeitlin | use wxFontMapper when setting the encoding (fix to... |
blob | commitdiff | raw | diff to current |
2001-12-22 |
Vadim Zeitlin | wxFont can now raelly use the native fonts |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Julian Smart | First pass at adding MicroWindows support |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Vadim Zeitlin | MSW compilation fixes - widgets sample runs! |
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-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-13 |
Vadim Zeitlin | use screen resolution, not hard coded one |
blob | commitdiff | raw | diff to current |
2001-03-15 |
Vadim Zeitlin | added checks to wxFont accessors |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Vadim Zeitlin | applied wxNativeFontInfo patch #103089 |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | compilation fixes for wxMSW |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Václav Slavík | applied (part of) Alexey Leko's patch |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Julian Smart | Some VC++ makefile fixes; minor comment mods to setup0.h |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Robin Dunn | wxFont remembers facename of actual font used |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Vadim Zeitlin | 1. undid my wrong fix to wxWindowBase::Centre |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Vadim Zeitlin | 1. wxFontMapper seems to work for wxMSW |
blob | commitdiff | raw | diff to current |
1999-10-30 |
Vadim Zeitlin | wxFontEnumerator mostly works for wxMSW |
blob | commitdiff | raw | diff to current |
next |