]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
Altered the message loop to process implicit accelerators correctly in controls
[wxWidgets.git] / docs / changes.txt
CommitLineData
8870c26e
JS
1wxWindows 2 Change Log
2----------------------
e3a43801 3
014e19de
RD
42.3.1
5-----
6
7All (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
182.3.0
19-----
20
76e23cdb
VZ
21wxBase:
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