File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / dynload.cpp
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-31  Mattia Barbon Use accessors for wxObject members.
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-06-06  Václav Slavíkfixed wxPluginLibrary unloading on failture (patch...
2004-06-06  Václav Slavíkfixed double deletion (patch #945491)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-05  Václav Slavíkrestored wxPluginLibrary::ms_classes handling code...
2004-01-31  Václav SlavíkwxClassInfo (un)registration now happens automatically...
2003-08-28  Mattia Barbon wxHashMap does not take the key type as constructor...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-06  Václav Slavíkinitialize wxClassInfo::sm_classTable automatically
2003-08-05  Stefan Csomorxti change
2003-08-01  Václav Slavíkremoved duplicated code from dynlib.h and dynload.h
2003-08-01  Václav Slavíkpreparation for runtime loading of plugins
2003-07-28  Stefan CsomorwxUSE_EXTENDED_RTTI as name
2003-07-28  Stefan Csomorxti introduction
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-06-01  Julian SmartApplied patch [ 745983 ] Fix for memory leak in class...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-12-15  Václav Slavík_really_ fixed translation messages
2002-12-14  Václav Slavíkremoved extremely user-unfriendly translations
2002-12-06  Vadim Zeitlinfixed 3 infinite loops -- the person who tested this...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-10  Robert Roebling Compile fix for wxBase/Unicode/Unix.
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-22  Vadim Zeitlinmade wxDllLoader more backwards compatible
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-05-10  Vadim Zeitlinfix compilation for the platforms which don't have...
2002-04-22  Vadim Zeitlincompilation fix for ms_dllext definition and old compilers
2002-04-22  Vadim Zeitlinfixed a fatal bug in DLL loading code: the deleted...
2002-04-13  Julian SmartAdded missing CreateManifest() to initialisation
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-02-18  Gilles Depeyrotcorrections to dynamic loading for Darwin
2002-02-17  Stefan NeisFixed OS/2 compilation problems.
2002-01-14  Vadim Zeitlindo NOT append extension to the library names which...
2002-01-04  Julian SmartFixes for GNUPro 00r1
2001-12-31  Václav Slavíkcompilation fix (use int instead of wxDLFlags as parame...
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-23  Ron LeeAdded missing header and missing logic. :)
2001-12-21  Vadim Zeitlincompilation fix for dlerror() returning const char *
2001-12-20  Ron Leereimplemented sanity checks that were lost/broken in...
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper