]>
Commit | Line | Data |
---|---|---|
8870c26e JS |
1 | wxWindows 2 Change Log |
2 | ---------------------- | |
e3a43801 | 3 | |
014e19de RD |
4 | 2.3.1 |
5 | ----- | |
6 | ||
7 | All (GUI): | |
8 | ||
9 | - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the | |
10 | user code can get access to the edit control when it is created, (to | |
11 | push on a custom event handler for example.) | |
12 | - Added wxTextAttr class and SetStyle, SetDefaultStyle and | |
13 | GetDefaultStyle methods to wxTextCtrl. | |
14 | ||
15 | ||
16 | ||
17 | ||
32f31043 VZ |
18 | 2.3.0 |
19 | ----- | |
20 | ||
76e23cdb VZ |
21 | wxBase: |
22 | ||
f92f546c VS |
23 | - fixed problem with wxURL when using static version of the library |
24 | - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories | |
35332784 | 25 | - wxMimeTypesManager now can create file associations too (Chris Elliott) |
32f31043 | 26 | - wxCopyFile() respects the file permissions (Roland Scholz) |
b92fd37c | 27 |