Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / unix / fontutil.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-02-15  Vadim ZeitlinDon't use ternary operator ?: with wxString and literal...
2013-02-15  Vadim ZeitlinsAlways iInclude wx/encinfo.h from src/unix/fontutil...
2012-09-15  Vadim ZeitlinHandle underlined and strikethrough attributes in wxGTK...
2012-05-09  Vadim ZeitlinUse better face names first in wxGTK wxNativeFontInfo...
2012-02-28  Paul Cornettremove run-time check for now-required GTK 2.4
2012-02-23  Vadim ZeitlinUse wxStrnicmp() instead of strncasecmp() in wxGTK...
2012-02-11  Vadim ZeitlinAlso add wxNativeFontInfo::SetStrikethrough() stub...
2012-02-10  Vadim ZeitlinAdd stubs for wxNativeFontInfo::{Get,Set}Strikethrough...
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-09-27  Vadim ZeitlinUse wxString methods for UTF-8 conversions in wxX11...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-12  Francesco Montorsiimplement wxNativeFontInfo::SetFamily for wxGTK with...
2009-03-24  Francesco Montorsiadd a comment about wxNativeFontInfo::SetFaceName...
2009-03-16  Francesco Montorsino real change; just reformatting and better comments
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-03-19  Vadim Zeitlincompilation fix for switch(wxChar)
2007-03-16  Vadim ZeitlinwxX11 Unicode compilation fix
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2006-10-19  Vadim Zeitlinfixed X11 Unicode build compilation
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-24  Włodzimierz SkibaMissing app.h include.
2006-05-06  Vadim Zeitlinuse wxGtkString instead of manual g_free()s (also fixed...
2006-05-06  Vadim Zeitlinpango_font_description_get_family() can return NULL
2006-05-06  Vadim Zeitlincompilation fix for the last check in
2006-05-06  Vadim Zeitlinclamp the point size of the font to a reaosnable range...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-04-10  Vadim Zeitlinall encodings are available in GTK+ 2 (because we alway...
2006-04-10  Vadim Zeitlinuse the encoding of the font which is used to draw...
2006-04-09  Vadim ZeitlinISO8859-1 is also supported by GTK+ 2
2006-02-12  Vadim Zeitlinfixed wxFontMapper behaviour under wxGTK2: it now just...
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Michael WetherellFix wxGTK crash on startup on 64-bit solaris 10
2005-08-29  Mart RaudseppRemove assert from wxNativeFontInfo::GetFamily() due...
2005-08-29  Mart Raudsepp[wxGTK2] Runtime check for pango_font_family_is_monospa...
2005-08-25  Mart Raudsepp[wxGTK2] Check if a family wasn't found for the descrip...
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] Do what we (I) can wrt the win32 centric wxNat...
2005-08-22  Mart Raudsepp[wxGTK2] Return wxTELETYPE with GetFamily() for monospa...
2005-07-30  Mattia Barbon Return the correct encoding for X font spec construction
2005-07-30  Mattia Barbon Fix indentation.
2005-04-13  Robert Roebling Apply Mart R.'s patch for improved font width
2004-07-21  Vadim Zeitlinpretend that we support all encodings instead of not...
2004-07-21  Vadim Zeitlincompilation fix
2004-07-21  Vadim Zeitlinimplemented wxNativeFontInfo::operator=() when wxUSE_PA...
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-10  Vadim Zeitlinadded support for koi8-u
2003-09-24  Vadim Zeitlinadded stabs for missing wxNativeFontInfo methods when...
2003-09-20  Mattia Barbon Compilation fixes.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Robert Roebling Applied pop menu patch.
2003-07-20  Vadim Zeitlinreverted gdk_fontset_load() change
2003-07-12  Vadim Zeitlinfont is only non default if it has non default field...
2003-07-10  Vadim Zeitlinuse gdk_fontset_load() instead of gdk_font_load() for...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-11  Robert Roebling Minor corrections.
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-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-03-14  Vadim Zeitlinfix for what the patch 529900 was trying to fix (loadin...
2002-03-14  Julian SmartCompiles for Nano-X again
2002-02-28  Julian SmartCorrected points to pixels calculation
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-26  Julian SmartAttempt at creating appropriate fonts in Nano-X
2002-01-19  Gilles Depeyrotchanged 'extern inline' to extern only
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-09-02  Václav Slavíkapplied utf-8 fix patch
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  Vadim Zeitlinalways return a non NULL font from wxLoadFont
2001-04-23  Vadim Zeitlinfir for Sun CC 6.0 compilation of wxGTK
2001-02-08  Vadim Zeitlinsome stupid attempts to make utf8 work - it doesn't...
2001-01-11  Vadim Zeitlinapplied Derry's patch to fix scaling bug
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-10-11  Vadim Zeitlincosmetic fixes to font encoding names
2000-01-16  Václav SlavíkwxNativeEncoding::To/FromString now stores wxFontEncodi...
2000-01-08  Václav Slavíkadd wxFontEncoding member into wxNativeEncodingInfo
1999-12-20  Vadim Zeitlinfall back from wxITALIC to wxSLANT and vice versa
1999-11-21  Robert Roebling Added speed-up for font-loading (a bit simplistic),
1999-11-18  Jouk Jansen Committing in .
1999-11-12  Vadim Zeitlinfixes for wxFontMapper endless recursion
1999-11-12  Karsten Ballüderfixed endless recursion for loading of default font
next