Don't call ::GetLayout() in wxMSW code directly.
[wxWidgets.git] / src / msw / font.cpp
2012-12-02  Vadim ZeitlinAllow specifying -1 as font size to mean "default"...
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2011-09-16  Vadim ZeitlinFix wxFont::GetFaceName() for not realized yet fonts...
2011-01-07  Stefan Csomorremoving xti info from msw specific files
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2010-05-30  Vadim ZeitlinFix wxFont::IsFixedWidth() under MSW to always return...
2010-01-26  Vadim ZeitlinAvoid g++ warning about unhandled wxFONTFAMILY_XXX...
2009-11-28  Vadim ZeitlinUse OUTLINETEXTMETRIC::otmpFamilyName to get wxFont...
2009-11-26  Vadim ZeitlinNo changes, just avoid overriding GetNativeFontInfoDesc...
2009-11-26  Vadim ZeitlinReturn face name from wxFont::GetNativeFontInfo() under...
2009-11-24  Vadim ZeitlinDon't use unsafe strcpy() when parsing wxNativeFontInfo.
2009-11-24  Vadim ZeitlinDon't return italic/bold suffix from wxFont::GetFaceNam...
2009-11-19  Vadim ZeitlinFix compilation for some wxMSW configurations.
2009-11-18  Vadim ZeitlinRemove unnecessary manual face name selection code.
2009-11-18  Vadim ZeitlinImplement wxFont::GetFaceName() to return the face...
2009-11-06  Vadim ZeitlinChange interpretation of font height in wxMSW to mean...
2009-05-17  Vadim Zeitlindeal with fonts with empty face name correctly in wxNat...
2009-04-26  Francesco Montorsimake clear that wxFont::SetFamily() does change the...
2009-04-25  Vadim Zeitlinremove HasNativeFontInfo() which always returns true...
2009-04-18  Vadim Zeitlininitialize m_hFont in the beginning of wxFontRefData...
2009-04-15  Francesco Montorsiremove unneeded font members from wxFontRefData (all...
2009-03-18  Francesco Montorsisimplify a bit the convoluted implementation of wxFontR...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2008-12-17  Vadim Zeitlinadded .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-09-15  Vadim Zeitlinalways return positive pixel size, even for negative...
2007-07-13  Vadim Zeitlincast abs() argument to int to fix compilation with...
2007-06-02  Vadim Zeitlinadded msw.font.no-proof-quality system option as it...
2007-04-23  Vadim Zeitlinfix bug introduced in wxFontRefData::SetNativeFontInfo...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-13  Vadim Zeitlinallocate HFONT on demand instead of doing every time...
2007-03-13  Vadim Zeitlinfix setting the properties of a valid but unshared...
2007-02-14  Vadim Zeitlinuse AllocExclusive() instead of duplicating its code...
2007-01-21  Robin DunnAdd some wxCHECK_MSG's
2006-12-09  Paul Cornettindentation fixes
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-08-17  Paul Cornettbuild fixes
2006-07-04  Włodzimierz SkibaWinCE build fixes.
2006-07-02  Vadim Zeitlinuse PROOF_QUALITY in LOGFONT by default
2006-06-14  Włodzimierz SkibaInclude wx/font.h according to precompiled headers...
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-22  Julian SmartApplied patch [ 1204244 ] [wxMSW] Use Win2K look (MS...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2004-11-11  Vadim Zeitlinremoved 2.0 compatibility stuff (patch 1054261)
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-27  Vadim Zeitlinkeep the old wxFont::Create() signature (changed by...
2004-09-25  Vadim Zeitlinadded a way to create fonts with specified pixel size
2004-08-25  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-04  Stefan Csomormacro naming changes
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-27  Vadim Zeitlinfixed bug in SetStyle() which wouldn't reset the slant...
2002-08-26  Guillermo Rodrigue... Fixed warnings due to use of %d for long int params...
2002-06-11  Julian SmartInitialise font family when initializing from native...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-01-26  Vadim Zeitlinimplemented IsFixedWidth() correctly for MSW
2002-01-05  Robin DunnAdded missing wxNativeFontInfo::GetFamily(). I think...
2001-12-30  Vadim Zeitlincompilation fixes for !wxUSE_FONTMAP
2001-12-27  Václav SlavíkIdiot I am; my previous commit certainly broke non...
2001-12-27  Václav Slavíkfix for unicode crashes by Dimitri
2001-12-24  Vadim Zeitlinchanged the default font facename for the decorative...
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-23  Vadim Zeitlinuse wxFontMapper when setting the encoding (fix to...
2001-12-22  Vadim ZeitlinwxFont can now raelly use the native fonts
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
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-13  Vadim Zeitlinuse screen resolution, not hard coded one
2001-03-15  Vadim Zeitlinadded checks to wxFont accessors
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
next