replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / src / msw / font.cpp
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)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Julian SmartSome VC++ makefile fixes; minor comment mods to setup0.h
2000-03-17  Robin DunnwxFont remembers facename of actual font used
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-10-30  Vadim ZeitlinwxFontEnumerator mostly works for wxMSW
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Vadim Zeitlinbasic support for encodings for wxMSW::wxFont
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-07-23  Ove KaavenUnicode fixes
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff