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