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