]> git.saurik.com Git - wxWidgets.git/history - src/common/appbase.cpp
don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / common / appbase.cpp
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...