]>
Commit | Line | Data |
---|---|---|
8870c26e JS |
1 | wxWindows 2 Change Log |
2 | ---------------------- | |
e3a43801 | 3 | |
614391dc | 4 | 2.3.2 |
a553cb8b VZ |
5 | ----- |
6 | ||
7 | wxBase: | |
8 | ||
9 | - wxRegEx class added | |
10 | ||
614391dc VZ |
11 | All (GUI): |
12 | ||
13 | - support for virtual list control added | |
a553cb8b | 14 | |
014e19de RD |
15 | 2.3.1 |
16 | ----- | |
17 | ||
bc00e715 JS |
18 | wxBase: |
19 | ||
20 | - Fixes for gcc 3.0 | |
7e05b755 | 21 | - Fixed new charset detection code |
bc00e715 | 22 | - ODBC Informix fixes (submitted by Roger Gammans) |
cb35465e | 23 | - Added ODBC date support to wxVariant |
bc00e715 | 24 | - Added wxDir::Traverse |
7e05b755 | 25 | - Added wxSingleInstanceChecker class |
cb35465e JS |
26 | - Removed redundant wxDebugContext functions using C++ streams, |
27 | so now standard stream usage should be unnecessary | |
bc00e715 | 28 | |
014e19de RD |
29 | All (GUI): |
30 | ||
7e05b755 | 31 | - Added wxDbGrid class for displaying ODBC tables |
014e19de RD |
32 | - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the |
33 | user code can get access to the edit control when it is created, (to | |
bc00e715 | 34 | push on a custom event handler for example) |
014e19de | 35 | - Added wxTextAttr class and SetStyle, SetDefaultStyle and |
bc00e715 JS |
36 | GetDefaultStyle methods to wxTextCtrl |
37 | - Added wxSingleInstanceChecker | |
38 | - Improvements to Tex2RTF | |
39 | - Added Paul and Roger Gammans' grid controls | |
40 | - Bug in wxDocument::Save logic corrected, whereby Save didn't save when not | |
41 | first-time saved | |
42 | - Fixed memory leak in textcmn.cpp | |
43 | - Various wxXML enhancements | |
44 | - Removed wxCLIP_CHILDREN style from wxSplitterWindow | |
45 | - Fixed memory leak in DoPrint, htmprint.cpp | |
46 | - Fixed calendar sample bug with using wxCommandEvent::GetInt() | |
47 | instead of GetId() | |
93a21d88 | 48 | - Added wxDbGrid combining wxODBC classes with wxGrid |
cb35465e | 49 | - Added more makefiles and project files for contrib hierarchy |
014e19de | 50 | |
bc00e715 JS |
51 | wxMSW: |
52 | ||
53 | - Fixed wxApp::ProcessMessage so controls don't lose their | |
54 | accelerators when the accelerators are redefined elsewhere | |
55 | - Accelerators consisting of simple keystrokes (without control, | |
cb35465e | 56 | alt or shift) now work |
bc00e715 JS |
57 | - Compile fixes for Watcom C++ added |
58 | - Compile fixes for Cygwin 1.0 added | |
d014b867 | 59 | - Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop() |
bc00e715 | 60 | - Replaced wxYield() call in PopupMenu() by a much safer |
d014b867 | 61 | wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones |
bc00e715 JS |
62 | - Enter processing in wxSpinCtrl fixed |
63 | - Fixed bug in determining the best listbox size | |
64 | - Fix for wxFrame's last focus bug | |
65 | - We now send iconize events | |
66 | - Fixed wxFrame::SetClientSize() with toolbar bug | |
67 | - Added mousewheel processing | |
cb35465e JS |
68 | - Added wxSystemSettings::Get/SetOption so we can configure |
69 | wxWindows at run time; used this to implement no-maskblt option | |
70 | in wxDC | |
71 | - Fixed bug when using MDIS_ALLCHILDSTYLES style: so now MDI | |
72 | child frame styles are honoured | |
014e19de | 73 | |
bc00e715 | 74 | wxGTK: |
014e19de | 75 | |
bc00e715 | 76 | - Fixed slider rounding bug |
d014b867 | 77 | - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding() |
bc00e715 JS |
78 | - We now send iconize events |
79 | - Fix for discrepancies between wxNotebookEvent and wxNotebook | |
80 | GetSelection() results | |
014e19de | 81 | |
32f31043 VZ |
82 | 2.3.0 |
83 | ----- | |
84 | ||
76e23cdb VZ |
85 | wxBase: |
86 | ||
f92f546c VS |
87 | - fixed problem with wxURL when using static version of the library |
88 | - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories | |
35332784 | 89 | - wxMimeTypesManager now can create file associations too (Chris Elliott) |
32f31043 | 90 | - wxCopyFile() respects the file permissions (Roland Scholz) |
b92fd37c | 91 |