2005-04-02 |
Robin Dunn | Fixed duplicate symbol link error |
blob | commitdiff | raw |
2005-04-01 |
Vadim Zeitlin | implemented GetProgramHandle() for Win32 and documented it |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Stefan Neis | Compilation fixes for OS/2 (OS/2 still defines __UNIX__... |
blob | commitdiff | raw | diff to current |
2005-01-16 |
Vadim Zeitlin | extracted Unix code in a separate new file (src/unix... |
blob | commitdiff | raw | diff to current |
2005-01-16 |
Vadim Zeitlin | 1. extracted MSW-specific part of wxDynamicLibrary... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Vadim Zeitlin | don't abort if a shared library can't be loaded under... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Vadim Zeitlin | fix Mac/Unicode build after last commit |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Vadim Zeitlin | added wxDynamicLibrary::HasSymbol() |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Vadim Zeitlin | - wxDynamicLibrary::GetDllExt() now returns ".bundle... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Stefan Csomor | removed use of p2cstr |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | include wx/msw/wrapwin.h instead of entire private... |
blob | commitdiff | raw | diff to current |
2004-02-01 |
Václav Slavík | use x.y.z version in unstable branch |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Gilles Depeyrot | corrected SF bug #809314: wxDynamicLibrary::ms_dllext... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Julian Smart | WinCE fixes |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Stefan Csomor | unicode wxMac CW fixes |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Stefan Csomor | unicode for mac fixes |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Gilles Depeyrot | applied fixes for CodeWarrior compilation |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Václav Slavík | include compiler name in plugin DLL name on Windows |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Vadim Zeitlin | no changes, just resolved a conflict |
blob | commitdiff | raw | diff to current |
2003-08-04 |
David Elliott | Implement new static Unload(handle) instead of old... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Václav Slavík | fixed version number expansion |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Vadim Zeitlin | minor changes to eliminate unused parameter warning... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | quick compilation fix for wxBase |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Václav Slavík | removed duplicated code from dynlib.h and dynload.h |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Stefan Csomor | correcting lookup of equal names in different modules |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Robin Dunn | Unicode compilation fix |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Václav Slavík | _really_ fixed translation messages |
blob | commitdiff | raw | diff to current |
2002-12-14 |
Václav Slavík | removed extremely user-unfriendly translations |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | blind fix for latest mingw32 3.1 |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Gilles Depeyrot | Darwin dlopen functions is needed both for DYNLIB_CLASS... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Gilles Depeyrot | corrected typo in Darwin specific code |
blob | commitdiff | raw | diff to current |
2002-02-18 |
Gilles Depeyrot | corrections to dynamic loading for Darwin |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Stefan Csomor | added missing string definition |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Stefan Csomor | removing dependancy on mac headers from public wx heade... |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | compilation fix for wxUSE_DYNLOAD |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Vadim Zeitlin | fix the old code for dlerror() returning const char... |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Vadim Zeitlin | reverted the fix for Unicode compilation with VC++... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Vadim Zeitlin | Unicode compilation fix |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
blob | commitdiff | raw | diff to current |
2001-05-29 |
Stefan Csomor | updated mac implementation to support the success param... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
George Tasker | Minor code tweeks to stop BCC compiler warnings |
blob | commitdiff | raw | diff to current |
2001-04-19 |
Vadim Zeitlin | some const correctness for wxClassInfo |
blob | commitdiff | raw | diff to current |
2001-04-02 |
Gilles Depeyrot | backed out improper casts and corrected prototypes... |
blob | commitdiff | raw | diff to current |
2001-04-02 |
David Webster | char* cast on wxString libname blows up VC and VA.... |
blob | commitdiff | raw | diff to current |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2001-02-02 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-01-18 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Vadim Zeitlin | added RTLD_GLOBAL to dlopen flags (bug 128705) |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Karsten Ballüder | Added RTLD_GLOBAL to dlopen() flags which is needed... |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Stefan Neis | Changed order of #ifdefs to get native version on OS... |
blob | commitdiff | raw | diff to current |
2000-01-20 |
Robert Roebling | A no-change for scroll events. |
blob | commitdiff | raw | diff to current |
2000-01-18 |
George Tasker | Removed a couple of debug lines |
blob | commitdiff | raw | diff to current |
2000-01-18 |
George Tasker | Changed code to allow for removal of the #include ... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-04 |
J. Russell Smyth | Made changes to allow build with new mingw32/gcc-2.95 |
blob | commitdiff | raw | diff to current |
1999-07-29 |
Vadim Zeitlin | #warning is a compilation error, not warning |
blob | commitdiff | raw | diff to current |
1999-07-29 |
Karsten Ballüder | fix for HP-UX |
blob | commitdiff | raw | diff to current |
1999-07-29 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Vadim Zeitlin | 1. minor fixes in wxDynLib |
blob | commitdiff | raw | diff to current |
1999-07-06 |
Vadim Zeitlin | 1. wxAppBase class appers, wxApp in wxGTK and wxMSW... |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Karsten Ballüder | Added wxDllLoader::UnloadLibrary() |
blob | commitdiff | raw | diff to current |
1999-06-29 |
Karsten Ballüder | Added code to look up main program symbols - unix only... |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Robert Roebling | Some #include and #if wxUSE_XX things |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Karsten Ballüder | another fix |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Karsten Ballüder | Fixed compilation, sorry for that. |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Karsten Ballüder | Coupled some core functionality out, to allow its use... |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | It now compiles all these files without warnings in... |
blob | commitdiff | raw | diff to current |
1999-02-23 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw | diff to current |
1999-02-23 |
Vadim Zeitlin | HP-UX compilation fixes (thanks to Zdravko Bas) |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Vadim Zeitlin | dlopen fixes |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Vadim Zeitlin | dlopen() also exists under FreeBSD |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Vadim Zeitlin | HP-UX support added |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... |
blob | commitdiff | raw | diff to current |
1998-09-30 |
Robin Dunn | Found the RIGHT place to make the __unix__ fix. |
blob | commitdiff | raw | diff to current |
1998-09-30 |
Robin Dunn | fixed some ifdef's to also check for __unix__ |
blob | commitdiff | raw | diff to current |
1998-09-17 |
Guilhem Lavaux | * Added wxSerial DLL support for Borland 32 |
blob | commitdiff | raw | diff to current |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
blob | commitdiff | raw | diff to current |
1998-09-08 |
Julian Smart | Additional makefiles; changes for compilation with... |
blob | commitdiff | raw | diff to current |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Guilhem Lavaux | * New function wxObjectInputStream::Recall() |
blob | commitdiff | raw | diff to current |
next |