]> git.saurik.com Git - wxWidgets.git/history - src/msw/fontutil.cpp
Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / src / msw / fontutil.cpp
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