XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / msw / fontutil.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinAdd support for CP1258 (Vietnamese) and CP1361 (Korean...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
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...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-25  Włodzimierz SkibaFix for wrong replacement of the FALSE.
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-11  Vadim Zeitlinin wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET...
2004-04-11  Vadim Zeitlinserialize wxNativeEncodingInfo using font names, not...
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-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-01-26  Vadim Zeitlinuse DEFAULT_CHARSET instead of ANSI_CHARSET
2001-12-27  Václav Slavíkfixed another 2 instances of wxStrncpy bug
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-02  Vadim Zeitlinfixed stupid bug which prevented automatic encoding...
2001-11-19  Mattia BarbonAdded HANGUL_CHARSET for MSVC5
2001-11-09  Vadim Zeitlinapplied DBCS patch
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-13  Vadim Zeitlinuse screen resolution, not hard coded one
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-24  Julian SmartCorrected font calculation (use screen resolution now...
2000-01-18  Julian SmartAvoided rounding errors in font point size calculations
2000-01-16  Václav SlavíkwxNativeEncoding::To/FromString now stores wxFontEncodi...
2000-01-08  Václav Slavíkadd wxFontEncoding member into wxNativeEncodingInfo
2000-01-03  Ove KaavenAnother Unicode compilation fix
1999-12-24  Julian SmartSmall changes
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW