No resize border on WinCE by default
[wxWidgets.git] / include / wx / confbase.h
2004-10-13  Włodzimierz SkibaDarwin fixes (OW,BCC,MinGW,DMC tested).
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
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
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-10-17  Stefan Csomorremoving RTTI classinfo #define redirections, not neede...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.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...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-20  Vadim Zeitlinadded support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS...
2002-04-12  Vadim Zeitlina preprocessor constant must be 0, not FALSE
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-06-29  Julian SmartFurther wxUniv fixes
2001-05-27  Vadim Zeitlinreally fixed wxConfig bug
2001-05-27  Vadim Zeitlinfixed wxConfig bug I've introduced yesterday
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-12  Julian SmartMade iniconf compile on BC++ 5.01 (involved adding...
2000-01-17  Václav Slavíkchanged wxConfigBase::Get signature to wxConfigBase...
1999-12-02  Vadim ZeitlinwxUSE_CONFIG_NATIVE fix
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-29  Vadim Zeitlincompilation fix for AIX
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-05-05  J. Russell SmythAdded wxCONFIG_USE_RELATIVE_PATH option to allow config...
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-04-06  Vadim ZeitlinwxRegConfig::GetEntryType() added and some bugs fixed
1999-04-06  Vadim ZeitlinwxConfig::GetEntryType() added
1999-01-31  Julian SmartVarious small fixes
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-20  Vadim ZeitlinRenameEntry/Group() functions added to wxConfig and...
1999-01-08  Unknown (UG)no message
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-01  Stefan Csomormac support as stubs added
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-25  Karsten Ballüderuse unsigned for wxString [] operator
1998-11-25  Julian SmartVarious fixes.
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-03  Vadim Zeitlinreplaced wxEmptyString with "" because it's defined...
1998-09-02  Robert Roebling New configure
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...