Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / fontdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-06-16  Václav SlavíkwxUSE_STL compilation fixes for wxGenericFontDialog
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-05-25  Vadim Zeitlincompilation fix for non-PCH build, include wx/wxchar.h
2007-05-05  Vadim Zeitlindon't use deprecated GetTextExtent() overload
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
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-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-03-07  Włodzimierz SkibaDon't send dummy wxCommandEvent. Make members private...
2006-03-02  Julian SmartOn WinCE, generic font dialog didn't work because the...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-17  Vadim ZeitlincolourSize was probably supposed to be used and not...
2005-04-02  Julian SmartFurther WinCE adaptations
2005-02-16  Julian SmartStandard dialogs becoming useable on WinCE.
2004-11-07  Kevin HockAdded checking of EnableEffects flag and not allowing...
2004-09-28  Julian SmartImproved the generic font dialog appearance.
2004-07-21  Robin DunnIf no colour name then use "BLACK"
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-11  Włodzimierz SkibaGeneric font dialog is still an option in wxMSW in...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-28  Robert Roebling GPE uses generic dialogs.
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-29  Robin DunnShould not delete colours that come from the wxColourDa...
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-06  Julian SmartRemoved #ifdef __WXMAC__ around dialog initialisation.
2002-08-14  Stefan Csomoradded creation of dialog - perhaps needed for all platforms
2002-08-14  Stefan Csomoradded creation of dialog - perhaps needed for all platforms
2002-06-29  Vadim Zeitlinmade wxGenericFontDialog derive from wxFontDialogBase
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-04-15  Vadim Zeitlincorrected const char * to char * conversions (patch...
2002-01-19  Václav Slavíkrewrote wxGenericFileDialog to use sizers
2001-07-04  Vadim Zeitlinuse fontdlgg.cpp under wxUniv/GTK
2001-06-29  Julian SmartAdded some more files
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Jouk Jansen Committing in .
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-28  Vadim Zeitlinmisc minor fixes I forgot to commit before
1999-05-11  Vadim Zeitlinunused parameter warnings suppressed
1999-04-17  Ove KaavenUnicodified list of color strings.
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-02-10  Robert Roebling distribution things
1999-02-06  Julian SmartAltered font dialog slightly for Motif; added wxUSE_TOO...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-24  Robert Roebling Small doc corrections
1999-01-08  Robert Roebling minor Configure / makefiles updates
1998-12-10  Julian SmartDialog Editor corrections for latest wxWin changes...
1998-12-08  Robert Roebling DnD updates
1998-11-25  Karsten Ballüderfixed internal compiler error and proper translation
1998-11-11  Julian SmartMotif bug fixes; dialog OnPaint works now; wxColourDial...
1998-08-08  Denis PershinDP:
1998-08-02  Robert Roebling Fixed Fontdialog
1998-05-20  Karsten BallüderInitial revision