]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/changes.txt
send wxEVT_SCROLLWIN_THUMBRELEASE events
[wxWidgets.git] / docs / changes.txt
... / ...
CommitLineData
1----------------------------
2wxWindows 2.5/2.6 Change Log
3----------------------------
4
5INCOMPATIBLE CHANGES SINCE 2.4.x
6================================
7
8- wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount()
9
10OTHER CHANGES
11=============
12
132.5.0
14-----
15
16All:
17
18- added wxDateSpan::operator==() and !=() (Lukasz Michalski)
19- use true/false throughout the library instead of TRUE/FALSE
20- wxStopWatch::Start() resumes the stop watch if paused, as per the docs
21- added wxDirTraverser::OnOpenError() to customize the error handling
22- added wxArray::SetCount()
23- wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding
24 by default in Unicode mode
25- bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
26- added wx/math.h (John Labenski)
27- added Catalan translations (Pau Bosch i Crespo)
28- added Ukrainian translations (Eugene Manko)
29- fixed bug with deleting entries at root level in wxFileConfig
30
31wxBase:
32
33- added Watcom makefiles
34