Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / font.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-30  Vadim ZeitlinCompilation fix for wxFont in wxGTK1.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettnon-pch build fix
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-11  Jouk Jansenmake sure wxNativeFontInfo is defined
2011-01-07  Stefan Csomorcommon rtti in fontcmn.cpp
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
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-06-15  Václav Slavík(blind) compilation fix
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-07-16  Vadim ZeitlinwxUSE_PANGO is always 0 for wxGTK1 so there is no need...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-25  Włodzimierz SkibaInclude wx/cmndata.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-02-10  Vadim ZeitlinGTK1 fixes after wxObject-derived classes copy ctors...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-24  Mart Raudsepp[wxGTK2] Don't duplicate code inside wxFontRefData...
2005-08-23  Mart Raudsepp[wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFo...
2005-08-22  Mart Raudsepp[wxGTK2] Move wxFontRefData::SetStyle/SetWeight to...
2005-08-22  Mart Raudsepp[wxGTK2] Don't query native font for underlined, but...
2005-08-22  Mart Raudsepp[wxGTK2] Do what we (I) can wrt the win32 centric wxNat...
2005-08-22  Mart Raudsepp[wxGTK2] wxFont::Get* - Query native font for informati...
2005-04-13  Robert Roebling Apply Mart R.'s patch for improved font width
2004-07-14  Stefan Csomormaking getter const
2004-06-16  Václav Slavíkfixed incorrect handling of scaled fonts and fixed...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-15  Vadim Zeitlindon't change the font by reinitializing it to XLFD...
2004-03-05  Vadim Zeitlindon't lose fonts underlined flag in ReInit() (bug fix...
2004-02-20  Robert Roebling Give font 12pt size if none is given in pango string.
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-08-14  Václav SlavíkGTK2 compilation fix for Vadim's compilation fix
2003-08-11  Vadim Zeitlincompilation fix
2003-08-11  Vadim Zeitlininitialize the font fields properly when it corresponds...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-01-31  Robert Roebling Compile fix.
2003-01-26  Robert Roebling Font work.
2003-01-05  Robert Roebling Removed usage of GetInternalFont() from GTK 2.0....
2003-01-04  Robin DunnEnsure that the wxNativeFontInfo internal data is copie...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Vadim Zeitlinfixed restoring fonts from the native font info data...
2002-08-19  Robert Roebling Make wxTELETYPE and wxMODERN map to monospaced fonts.
2002-08-11  Robert Roebling Same typo.
2002-08-06  Robert Roebling Compile fix.
2002-08-06  Robert Roebling Further code for Pango fonts (work now) and
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-05-02  Vadim Zeitlinfixed (?) crashes because of default GUI font being...
2001-03-29  Ove KaavenUnicode compilation fix.
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2000-12-19  Vadim Zeitlinfix for a crash in ~wxFontList
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling Highly experimental, unstable code (for determining the
2000-03-17  Vadim Zeitlinfix in fontspec parsing
2000-01-04  Robert Roebling Removed crashes when not using themes.
2000-01-04  Robert Roebling Correct deafult GUI font is now found when querying
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-30  Ove KaavenSomeone forgot wxT()
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-03  Robert Roebling If we used 10% less inline functions in useless occas...
1999-10-02  Václav Slavíkremoved declarations of static wxLoadQueryFont, wxLoadQ...
1999-10-01  Vadim ZeitlinwxMotif::wxFont supports encodings too (and shares...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-08-13  Robert Roebling Compile fixes,
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
next