]> git.saurik.com Git - wxWidgets.git/history - src/common/appbase.cpp
Missed headers.
[wxWidgets.git] / src / common / appbase.cpp
2004-05-25  Włodzimierz SkibaMissed headers.
2004-05-23  Julian SmartName and version changes
2004-05-18  Włodzimierz SkibaFix to wxChar* access.
2004-05-02  Vadim Zeitlinmoved OnExceptionInMainLoop() in .cpp from header
2004-04-27  Robin DunnFixes Bug [ 930200 ] Async does not work
2004-04-04  Vadim Zeitlininclude just wrapwin.h and not the entire msw/private.h
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-18  David ElliottAdded wxAppTraits::CreateGSocket() as well as implement...
2003-09-17  Vadim Zeitlindocumented how to handle C++ exceptions in wxWindows
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-09  Vadim Zeitlinuse GetTraits(), not m_traits, in OnAssert()
2003-08-17  Václav Slavíkbuild options signature is too long, use more lines
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-04  Václav Slavíkreworked wxBuildOptions code to work even w/o function...
2003-08-03  Vadim Zeitlinmoved wxUniv-specific GUI stuff from wxBase to wxCore...
2003-08-01  Vadim Zeitlinreplaced the old wxApp with wxAppConsole::ms_appInstanc...
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-15  Vadim Zeitlinwe don't use wxUSE_FILENAME any longer
2003-07-11  Julian SmartMore WinCE mods.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-07  Václav Slavíkcompilation fix for #ifdef __WXDEBUG__
2003-07-03  Vadim Zeitlinremoved static methods from wxAppTraitsBase, this doesn...
2003-07-02  Mattia Barbon Check for null pointer.
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-29  Vadim Zeitlinwe don't need to include wx/mac/private.h, at least...
2003-06-24  Václav Slavíkcompilation fix
2003-06-24  Václav Slavíkcompilation fixes
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...