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