Corrected border drawing to avoid clipping
[wxWidgets.git] / src / common / module.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2011-01-07  Stefan Csomorxti changes
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2007-11-17  Vadim Zeitlinadd wxModule::AddDependency(name) overload (patch 1790451)
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2006-06-11  Vadim Zeitlinadded possibility to specify modules dependencies
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2005-09-25  Mattia Barbon Trace module initialization and cleanup.
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-07  Włodzimierz SkibaMissing include.
2005-06-06  Vadim Zeitlingenerate an error message when a module initialization...
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-16  Vadim Zeitlinmade wxRTTI macros namespace-friendly (patch 799434)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-03-28  Julian SmartRemoved pointless Salford C++ support
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-17  Vadim ZeitlinOnExit() is called for modules which were initialized...
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-05-20  Karsten BallüderInitial revision