]>
Commit | Line | Data |
---|---|---|
1 | wxWindows 2 Change Log | |
2 | ---------------------- | |
3 | ||
4 | 2.3.2 | |
5 | ----- | |
6 | ||
7 | wxBase: | |
8 | ||
9 | - wxRegEx class added | |
10 | ||
11 | All (GUI): | |
12 | ||
13 | - support for virtual list control added | |
14 | ||
15 | 2.3.1 | |
16 | ----- | |
17 | ||
18 | wxBase: | |
19 | ||
20 | - Fixes for gcc 3.0 | |
21 | - Fixed new charset detection code | |
22 | - ODBC Informix fixes (submitted by Roger Gammans) | |
23 | - Added ODBC date support to wxVariant | |
24 | - Added wxDir::Traverse | |
25 | - Added wxSingleInstanceChecker class | |
26 | - Removed redundant wxDebugContext functions using C++ streams, | |
27 | so now standard stream usage should be unnecessary | |
28 | ||
29 | All (GUI): | |
30 | ||
31 | - Added wxDbGrid class for displaying ODBC tables | |
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 | |
34 | push on a custom event handler for example) | |
35 | - Added wxTextAttr class and SetStyle, SetDefaultStyle and | |
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() | |
48 | - Added wxDbGrid combining wxODBC classes with wxGrid | |
49 | - Added more makefiles and project files for contrib hierarchy | |
50 | ||
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, | |
56 | alt or shift) now work | |
57 | - Compile fixes for Watcom C++ added | |
58 | - Compile fixes for Cygwin 1.0 added | |
59 | - Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop() | |
60 | - Replaced wxYield() call in PopupMenu() by a much safer | |
61 | wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones | |
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 | |
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 | |
73 | ||
74 | wxGTK: | |
75 | ||
76 | - Fixed slider rounding bug | |
77 | - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding() | |
78 | - We now send iconize events | |
79 | - Fix for discrepancies between wxNotebookEvent and wxNotebook | |
80 | GetSelection() results | |
81 | ||
82 | 2.3.0 | |
83 | ----- | |
84 | ||
85 | wxBase: | |
86 | ||
87 | - fixed problem with wxURL when using static version of the library | |
88 | - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories | |
89 | - wxMimeTypesManager now can create file associations too (Chris Elliott) | |
90 | - wxCopyFile() respects the file permissions (Roland Scholz) | |
91 |