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