Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / internat / internat.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-04-24  Václav SlavíkFix typo in internat sample.
2010-04-16  Václav SlavíkRemove wxLOCALE_CONV_ENCODING flag.
2010-04-16  Václav SlavíkAdd wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-05  Vadim Zeitlintranslate wxMessageDialog labels to the language of...
2009-04-01  Francesco Montorsiinclude the locale name in the error message when the...
2009-02-08  Francesco Montorsiput MyFrame creation code in its ctor, not in MyApp...
2009-01-16  Francesco Montorsiremove also wxT(); it's confusing, too; do load wxstd...
2009-01-16  Francesco Montorsiremove usage of _T(); it's just confusing and it's...
2009-01-14  Francesco Montorsiadd Italian translation
2009-01-14  Francesco Montorsiuse wxStrnlen() and add NULL-checks in wxMsgCatalogFile...
2008-11-14  Vadim Zeitlinassert in AddCatalog() if Init() hadn't been called...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-06-04  Vadim Zeitlincompilation fix for wxUSE_STL==1
2007-09-26  Vadim Zeitlinfixed command line processing which was preempted by...
2007-09-26  Vadim Zeitlincompilation fix after wxTRANSLATE() changes
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-09-10  Vadim Zeitlinadded wxLocale::IsAvailable() (extended patch 1547191)
2006-09-10  Vadim Zeitlinuse wxID_OPEN instead of INTERNAT_OPEN
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-03-25  Vadim Zeitlinpartly undid last commit: we still need to look in...
2006-03-25  Vadim Zeitlinno need to add . and .. explicitely to the catalogs...
2005-10-08  Vadim Zeitlincheck whether setting locale for the selected language...
2005-09-26  Vadim Zeitlinfixed the sample to work with conforming C++ compiler...
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-06-16  Julian SmartApplied patch [ 1217859 ] Swedish translation for the...
2005-06-01  Vadim Zeitlinadded wxPLURAL() macro
2005-05-17  Vadim Zeitlinensure that message catalog files are found when the...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-26  Włodzimierz SkibaPolish translation to i18n sample + source cleaning.
2004-05-25  Julian SmartMore name changes
2003-12-11  Julian SmartApplied patch [ 846809 ] Cleaning of 11 samples
2003-12-09  Václav Slavíkcompilation fix
2003-11-19  Václav Slavíkdon't define ngettext, causes problems
2003-10-13  Václav Slavíkuse ngettext instead of _N
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-07-01  Vadim Zeitlinadded Bulgarian translations
2003-04-12  Václav Slavíkadded Georgian translation
2003-04-11  Václav Slavíkdon't report setlocale failure if trying to set Unicode...
2003-03-29  Vadim Zeitlinupdated Japanese translation, minor changes to the...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-10  Mattia Barbon Fix compilation with GCC (at least 2.95.4).
2003-02-03  Vadim Zeitlinadded (woefully incomplete) Japanese translations
2003-02-02  Vadim Zeitlinallow choosing language from the command line; small...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-01  Mattia BarbonPatch [ 584078 ] Misc samples fixes from Dimitri School...
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-02-10  Václav Slavíkmore wxMGL-aware samples
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-07-20  Gilles Depeyrotpost wxUniv merge fix
2001-07-02  Vadim Zeitlinadded russian language to the list of choices
2001-06-30  Gilles Depeyrotinclude xpm files for Mac OS after correction of wxICON...
2001-01-13  Václav Slavíkadded English and English US for testing
2001-01-12  Václav Slavíkchanged internat sample so that it shows language choic...
2001-01-10  Václav Slavíknew locales code checked in
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Vadim Zeitlin1. aapplied patch for bcc makefiles from Ricky Gonzales
1999-08-28  Robert Roebling Added German translation to internat sample.
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-13  Vadim Zeitlinupdated i18n sample, french translations are now in...
1999-01-01  Julian SmartLots of wxMotif fixes
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-03  Vadim Zeitlincrash in wxLog::GetActiveTarget() fixed
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-25  Robert RoeblingRemoved warnings mesgs
1998-07-17  Vadim Zeitlincorrected (after wxTString untimely death) and expanded
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision