Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / dynlib.h
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
2005-07-29  Vadim Zeitlinadded wxDynamicLibrary::GetSymbolAorW()
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-12  Vadim Zeitlinchanged wxDL_DEFAULT to be same as wxDL_NOW as this...
2005-01-19  Stefan NeisCompilation fix for OS/2.
2005-01-16  Vadim Zeitlinextracted Unix code in a separate new file (src/unix...
2005-01-16  Vadim Zeitlin1. extracted MSW-specific part of wxDynamicLibrary...
2004-10-17  Vadim Zeitlinadded wxDynamicLibrary::HasSymbol()
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-16  Gilles Depeyrotapplied fixes for CodeWarrior compilation
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Vadim Zeitlinadded Unload(handle); updated the docs
2003-08-02  Vadim Zeitlinremoved extra commas which are erros for some compilers
2003-08-01  Vadim Zeitlinadded and documented wxDYNLIB_FUNCTION
2003-08-01  Václav Slavíkremoved duplicated code from dynlib.h and dynload.h
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-01-04  Stefan Csomorremoving dependany on mac headers from public wx headers
2001-12-19  Vadim Zeitlincompilation fix
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-11-06  Ron Leefound another object that nobody appears to have ever...
2001-10-31  Ron Leemade declaration of WXDLL_ENTRY_FUNCTION match it defin...
2001-10-29  Vadim Zeitlinadded WXEXPORT to wxGetClassFirst() declaration to...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-04  Jouk Jansen Committing in .
2001-06-15  Vadim Zeitlincompilation fixes and some cleanup
2001-06-15  Václav Slavíkadded wxDynamicLibrary as suggested by Vadim
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
2000-05-17  Guilhem LavauxAdded WXDLLEXPORT symbol for DynLib classes
2000-01-26  Stefan NeisChanged order of #ifdefs to get native version on OS...
2000-01-24  Vadim Zeitlinseveral mingw32 compilation fixes
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-07-28  David Webster*** empty log message ***
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-07-03  Karsten BallüderAdded wxDllLoader::UnloadLibrary()
1999-06-29  Karsten BallüderAdded code to look up main program symbols - unix only...
1999-06-29  Unknown (UG)no message
1999-06-08  Karsten BallüderFixed compilation, sorry for that.
1999-06-07  Robert Roebling compile fixes.
1999-06-07  Karsten BallüderCoupled some core functionality out, to allow its use...
1999-02-23  Vadim ZeitlinHP-UX compilation fixes (thanks to Zdravko Bas)
1999-02-22  Vadim Zeitlindlopen fixes
1999-02-22  Vadim ZeitlinHP-UX support added
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream