]>
Commit | Line | Data |
---|---|---|
8870c26e JS |
1 | wxWindows 2 Change Log |
2 | ---------------------- | |
e3a43801 | 3 | |
014e19de RD |
4 | 2.3.1 |
5 | ----- | |
6 | ||
bc00e715 JS |
7 | wxBase: |
8 | ||
9 | - Fixes for gcc 3.0 | |
10 | - Fixed new charset detection code (langinfo.h not included in intl.cpp; | |
11 | langinfo.h not neccessary in strconv.cpp) | |
12 | - ODBC Informix fixes (submitted by Roger Gammans) | |
13 | - Added wxDir::Traverse | |
14 | ||
014e19de RD |
15 | All (GUI): |
16 | ||
17 | - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the | |
18 | user code can get access to the edit control when it is created, (to | |
bc00e715 | 19 | push on a custom event handler for example) |
014e19de | 20 | - Added wxTextAttr class and SetStyle, SetDefaultStyle and |
bc00e715 JS |
21 | GetDefaultStyle methods to wxTextCtrl |
22 | - Added wxSingleInstanceChecker | |
23 | - Improvements to Tex2RTF | |
24 | - Added Paul and Roger Gammans' grid controls | |
25 | - Bug in wxDocument::Save logic corrected, whereby Save didn't save when not | |
26 | first-time saved | |
27 | - Fixed memory leak in textcmn.cpp | |
28 | - Various wxXML enhancements | |
29 | - Removed wxCLIP_CHILDREN style from wxSplitterWindow | |
30 | - Fixed memory leak in DoPrint, htmprint.cpp | |
31 | - Fixed calendar sample bug with using wxCommandEvent::GetInt() | |
32 | instead of GetId() | |
014e19de | 33 | |
bc00e715 JS |
34 | wxMSW: |
35 | ||
36 | - Fixed wxApp::ProcessMessage so controls don't lose their | |
37 | accelerators when the accelerators are redefined elsewhere | |
38 | - Accelerators consisting of simple keystrokes (without control, | |
39 | alt or shift) are now possible | |
40 | - Compile fixes for Watcom C++ added | |
41 | - Compile fixes for Cygwin 1.0 added | |
42 | - Replaced wxYield() call in PopupMenu() by a much safer | |
43 | wxYieldForCommandsOnly() - fixes tree ctrl bug | |
44 | - Enter processing in wxSpinCtrl fixed | |
45 | - Fixed bug in determining the best listbox size | |
46 | - Fix for wxFrame's last focus bug | |
47 | - We now send iconize events | |
48 | - Fixed wxFrame::SetClientSize() with toolbar bug | |
49 | - Added mousewheel processing | |
014e19de | 50 | |
bc00e715 | 51 | wxGTK: |
014e19de | 52 | |
bc00e715 JS |
53 | - Fixed slider rounding bug |
54 | - Added code to set wxFont's default encoding to | |
55 | wxLocale::GetSystemEncoding() | |
56 | - We now send iconize events | |
57 | - Fix for discrepancies between wxNotebookEvent and wxNotebook | |
58 | GetSelection() results | |
014e19de | 59 | |
32f31043 VZ |
60 | 2.3.0 |
61 | ----- | |
62 | ||
76e23cdb VZ |
63 | wxBase: |
64 | ||
f92f546c VS |
65 | - fixed problem with wxURL when using static version of the library |
66 | - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories | |
35332784 | 67 | - wxMimeTypesManager now can create file associations too (Chris Elliott) |
32f31043 | 68 | - wxCopyFile() respects the file permissions (Roland Scholz) |
b92fd37c | 69 |