Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / font / font.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2012-12-01  Paul Cornettremove colour/pen/brush arguments which are the default...
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-01-18  Vadim ZeitlinShow the more metrics for the selected font in the...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-15  Francesco Montorsismall enhancement: account for SLANT==ITALIC on wxMSW...
2009-04-12  Francesco Montorsiallow testing more font properties: light weight, slant...
2009-03-16  Francesco Montorsiallow testing wxSystemSettings::GetFont() return value
2008-09-04  Kevin Ollivierrebake
2007-05-15  Václav Slavíkcompilation fixes for --disable-compat28
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-09-10  Vadim Zeitlincompilation fix for Unicode build (patch 1546975)
2006-08-22  Vadim Zeitlinadd round trip wxTextCtrl::Get/SetValue() test
2006-08-22  Vadim Zeitlinuse size of wxNORMAL_FONT instead of hard coded 12...
2006-08-22  Vadim Zeitlinadded "set encoding" menu item
2006-08-22  Vadim Zeitlinallow entering font description string interactively
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2005-08-24  Włodzimierz SkibaMissing wxUSE_... flags and source cleaning.
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-18  Julian SmartUse sample icon
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-26  Ryan Nortonfix warning
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-13  Dimitri Schoolwerthreplaced menu calls Append([...], true) with the less...
2004-05-25  Julian SmartMore name changes
2004-05-19  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-04-10  Vadim Zeitlinadded support for koi8-u
2004-04-06  Dimitri Schoolwerthapplied patch #929947: "Various cleaning of warnings...
2004-02-23  Robin DunnUse a regular ID for the menu
2003-09-24  Mattia Barbon Compilation fix.
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-28  Vadim Zeitlinuse new style ctor for wxFontDialog (patch 561411)
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-03-19  Vadim Zeitlinshow the standard wxWin fonts (modified patch 530698)
2002-02-23  Vadim Zeitlinno changes
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2001-12-23  Vadim Zeitlinapplied patch fixing some graphical glitches from Dimitri
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-12-21  Vadim Zeitlinminor optical fix
2001-12-07  Gilles Depeyrotuse "..." instead of <...> for wx includes
2001-12-07  Vadim Zeitlinshow font encoding as well; use a splitter to allow...
2001-11-22  Mattia BarbonUnicode compilation fixed for almost all samples
2001-10-30  George TaskerAll occurances of #include <wx/wxprec.h> changed to...
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-07-22  Gilles Depeyrotpost wxUniv merge fix
2001-02-08  Vadim Zeitlinsome stupid attempts to make utf8 work - it doesn't...
2001-02-02  Vadim Zeitlinapplied patch #103444
2000-12-19  Vadim Zeitlinfix for a crash in ~wxFontList
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  Vadim Zeitlinminor fixes for the font info patch
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-24  Vadim Zeitlinsmall tests added here and there
2000-01-22  Robert Roebling Various makefile corrections,
2000-01-22  Václav Slavíkadded demo of wxEncodingConverter
1999-11-08  Vadim Zeitlinminor aesthetic fixes
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-04  Vadim Zeitlin1. wxFontMapper starts to materialise
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-30  Vadim ZeitlinwxFontEnumerator mostly works for wxMSW
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-25  Vadim Zeitlin1. moved fontenum.cpp to unix because implementation...
1999-10-01  Vadim ZeitlinwxFontEnumerator class for Motif/X
1999-10-01  Vadim Zeitlinsmall font demo