Fix wxOSX warnings about int-to-void* casts.
[wxWidgets.git] / src / msw / iniconf.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2007-07-27  Vadim Zeitlinadded wxUSE_INICONF (disabled by default)
2007-07-13  Vadim Zeitlinadded stubs for DoRead/WriteBinary()
2007-06-21  Vadim Zeitlinfix STL build (don't rely on implicit wxString to char...
2007-06-21  Vadim Zeitlinfixed compilation in Unicode build (it was silently...
2007-03-21  Vadim Zeitlinuse wxIsEmpty() instead of deprecated IsEmpty()
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-08-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlindon't complain if file doesn't exist in DeleteFile...
2003-09-22  Vadim Zeitlinfixed bug in DeleteEntry()
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2001-12-19  Vadim Zeitlinsuppress some warnings appearing in the optimized build...
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-12  Julian SmartMade iniconf compile on BC++ 5.01 (involved adding...
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-04-07  Julian SmartSome typos corrected in iniconf.cpp
1999-04-07  Vadim Zeitlinno more SetAppName/SetVendor in the config classes
1999-03-09  Stefan CsomorRead was not copying back the buffers contents into...
1999-01-31  Julian SmartVarious small fixes
1999-01-25  Julian SmartFixed wxFileDialog and VC++ DLL compilation
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-10-16  Unknown (UG)no message
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-02  Vadim ZeitlinwxIniConfig added (pre-alpha quality, many functions...