]> git.saurik.com Git - wxWidgets.git/history - src/msw/fontenum.cpp
Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord, TRUE/true, FALSE/false, ::.
[wxWidgets.git] / src / msw / fontenum.cpp
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-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-09-20  Mattia Barbon Compilation fixes.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-30  Julian SmartMods for Wine compilation
2002-06-16  Mattia BarbonRecent w32api have FONTENUMPROC; this also fixes GCC 3.1
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-04  Julian SmartReversed breakage
2002-01-04  Julian SmartFixes for GNUPro 00r1
2001-12-30  Vadim ZeitlinwxFontEnumerator returns all fonts, not TrueType only
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-08-22  Vadim Zeitlinbug #103 (encodings not enumerated correctly) fixed
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-12  Vadim Zeitlinsome compilation fixes for mingw32 and not only
2000-01-07  Bart A.M. JourquinwxFONTENUMPROC definition changed for mingwin 2.95
2000-01-06  Vadim ZeitlinMSW compilation fixes for !wxUSE_VALIDATORS
2000-01-06  Julian SmartBC++ IDE compile mod to thread.cpp; other small stuff
2000-01-05  Vadim Zeitlin1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC
2000-01-04  Vadim ZeitlinwxMSW compilation fixes for old mingw32
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-11-12  Vadim Zeitlin(old) mingw32 compilation fixes
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-06  Robin DunnFixed a misplaced } that was causing the wrong encoding...
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-04  Vadim Zeitlin1. wxFontMapper starts to materialise
1999-10-30  Vadim ZeitlinwxFontEnumerator mostly works for wxMSW
1999-09-06  Julian SmartAdded wxFontEnumerator class for wxMSW, and fixed text...