fixed the changelog to have only one 2.8.7 section instead of two
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -88,47 +88,6 @@ Major new features in 2.8 release
|
|||||||
wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
|
wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
|
||||||
|
|
||||||
|
|
||||||
2.8.7
|
|
||||||
-----
|
|
||||||
|
|
||||||
All:
|
|
||||||
|
|
||||||
- Fixed bug with default proxy destruction in wxURL (Axel Gembe).
|
|
||||||
|
|
||||||
All (GUI):
|
|
||||||
|
|
||||||
- wxGraphicsContext implementations now all have the pixel's center at (0.5,0.5),
|
|
||||||
avoiding differences in anti-aliasing between platforms.
|
|
||||||
- wxChoicebook now vertically centres a left-aligned controller.
|
|
||||||
- Improved borders and size of rich text dialogs.
|
|
||||||
|
|
||||||
wxMSW:
|
|
||||||
|
|
||||||
- Correct (harmless) warnings given for forward-declared DLL-exported classes
|
|
||||||
by mingw32 4.2 (Tim Stahlhut).
|
|
||||||
- Fixed a bug whereby acclerators including Enter were not processed
|
|
||||||
when a tree control was focused.
|
|
||||||
- Fixed AUI hint drawing bug on Vista.
|
|
||||||
|
|
||||||
wxGTK:
|
|
||||||
|
|
||||||
- Added gtk.window.force-background-colour wxSystemOptions option to work around
|
|
||||||
a background colour bug in the gtk-qt theme under KDE.
|
|
||||||
- wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) now returns the background
|
|
||||||
colour of text controls.
|
|
||||||
- wxSysColourChangedEvent now sent when styles change.
|
|
||||||
- wxFrame::ShowFullScreen now preserves the menubar's accelerators.
|
|
||||||
- Implemented wxGetClientDisplayRect() correctly for wxGTK and X11-based ports.
|
|
||||||
|
|
||||||
wxMac:
|
|
||||||
|
|
||||||
- Multiline textcontrols now support attributes for margins and alignement; only
|
|
||||||
a single tab distance can be set though.
|
|
||||||
- Deactivated refcounting checks when running under leopard for the toolbar implementation
|
|
||||||
as the implementation there seems to be different.
|
|
||||||
- Fixed 'Reopen' application behaviour (a window was not always shown when reopening the app).
|
|
||||||
|
|
||||||
|
|
||||||
2.8.8
|
2.8.8
|
||||||
-----
|
-----
|
||||||
|
|
||||||
@@ -145,28 +104,56 @@ All (Unix):
|
|||||||
2.8.7
|
2.8.7
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- Added an optimization to UI updates on idle, by only updating when the window
|
All:
|
||||||
is shown.
|
|
||||||
|
- Fixed bug with default proxy destruction in wxURL (Axel Gembe).
|
||||||
|
|
||||||
|
All (GUI):
|
||||||
|
|
||||||
|
- wxGraphicsContext implementations now all have the pixel's center at (0.5,0.5),
|
||||||
|
avoiding differences in anti-aliasing between platforms.
|
||||||
|
- wxChoicebook now vertically centres a left-aligned controller.
|
||||||
|
- Improved borders and size of rich text dialogs.
|
||||||
|
- Added an optimization to UI updates on idle, by only updating when the
|
||||||
|
window is shown.
|
||||||
- Multiple centre panes in wxAUI can now be resized.
|
- Multiple centre panes in wxAUI can now be resized.
|
||||||
- Add support for reading alpha data from TIFF images.
|
- Add support for reading alpha data from TIFF images.
|
||||||
|
|
||||||
wxMSW:
|
wxMSW:
|
||||||
|
|
||||||
- Fixed a bug with a spurious border appearing on wxStatusBar under Windows XP/Vista.
|
- Correct (harmless) warnings given for forward-declared DLL-exported classes
|
||||||
|
by mingw32 4.2 (Tim Stahlhut).
|
||||||
|
- Fixed a bug whereby acclerators including Enter were not processed
|
||||||
|
when a tree control was focused.
|
||||||
|
- Fixed AUI hint drawing bug on Vista.
|
||||||
|
- Fixed a bug with a spurious border appearing on wxStatusBar under Windows
|
||||||
|
XP/Vista.
|
||||||
|
|
||||||
wxGTK:
|
wxGTK:
|
||||||
|
|
||||||
- Fixed wxSpinCtrl problem not reporting the correct value
|
- Added gtk.window.force-background-colour wxSystemOptions option to work around
|
||||||
after calling SetValue().
|
a background colour bug in the gtk-qt theme under KDE.
|
||||||
- Fixed problem with key events sometimes being sent to
|
- wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) now returns the background
|
||||||
parent window. This also solves a problem with being able
|
colour of text controls.
|
||||||
to change the selection of a wxListCtrl while editing a
|
- wxSysColourChangedEvent now sent when styles change.
|
||||||
label.
|
- wxFrame::ShowFullScreen now preserves the menubar's accelerators.
|
||||||
- Correct context menu event coming from wxListCtrl to
|
- Implemented wxGetClientDisplayRect() correctly for wxGTK and X11-based ports.
|
||||||
have the right ID (not that from the client window).
|
- Fixed wxSpinCtrl problem not reporting the correct value after calling
|
||||||
|
SetValue().
|
||||||
|
- Fixed problem with key events sometimes being sent to parent window. This
|
||||||
|
also solves a problem with being able to change the selection of a
|
||||||
|
wxListCtrl while editing a label.
|
||||||
|
- Correct context menu event coming from wxListCtrl to have the right ID (not
|
||||||
|
that from the client window).
|
||||||
|
|
||||||
wxMac:
|
wxMac:
|
||||||
|
|
||||||
|
- Multiline textcontrols now support attributes for margins and alignement; only
|
||||||
|
a single tab distance can be set though.
|
||||||
|
- Deactivated refcounting checks when running under leopard for the toolbar
|
||||||
|
implementation as the implementation there seems to be different.
|
||||||
|
- Fixed 'Reopen' application behaviour (a window was not always shown when
|
||||||
|
reopening the app).
|
||||||
- Fixed a crash in wxToolBar when adding tools with non-standard sizes.
|
- Fixed a crash in wxToolBar when adding tools with non-standard sizes.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user