X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b40bf35c764d09ff7d745df9eeddd9f3b419e204..759d51f229c391e133bd8ccd9ec21eb7a0843aaf:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 7b346adec9..e3f0d309f9 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -15,6 +15,10 @@ Changes in behaviour not resulting in compilation errors, please read this! necessarily the window itself) is disabled, new function IsThisEnabled() with the same behaviour as old IsEnabled() was added. +- Generating wxNavigationKeyEvent events doesn't work any more under wxGTK (and + other platforms in the future), use wxWindow::Navigate() or NavigateIn() + instead. + Changes in behaviour which may result in compilation errors ----------------------------------------------------------- @@ -85,11 +89,13 @@ All (GUI): - Added wxJoystick::GetButtonState/Position() (Frank C Szczerba) - Added wxGridUpdateLocker helper class (Evgeniy Tarassov) - Support wxGRID_AUTOSIZE in wxGrid::SetRow/ColLabelSize() (Evgeniy Tarassov) +- Added wxWindow::NavigateIn() in addition to existing Navigate() - Add support for tags to wxrc wxGTK: - Native implementation for wxHyperlinkCtrl (Francesco Montorsi) +- Native keyboard navigation implementation - Implemented support for underlined fonts in wxStaticText. - wxTopLevelWindow::SetSizeHints size increments now work. - wxTopLevelWindow::GetSize() returns the size including the WM decorations. @@ -114,8 +120,14 @@ wxMSW: - Corrected wxStaticBox label appearance when its foreground colour was set: it didn't respect font size nor background colour then (Juan Antonio Ortega) +- Don't lose combobox text when it's opened and closed (Kolya Kosenko) +- Corrected GetChecked() for events from checkable menu items (smanders) - Fixed popup menus under Windows NT 4 +wxGTK: + +- Fix wxNO_BORDER style for wxRadioBox (David Hart) + 2.8.3 -----