Backported wxGTK wxSYS_COLOUR_WINDOW fix to 2.8.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-11-05 22:48:57 +00:00
parent 4a2f97be30
commit 15b33070e4
2 changed files with 43 additions and 10 deletions

View File

@@ -92,25 +92,29 @@ Major new features in 2.8 release
-----
All (GUI):
- wxGraphicsContext implementations now all have the pixel's center at 0.5,0.5,
avoiding differences in anti-aliasing between platforms
- wxGraphicsContext implementations now all have the pixel's center at (0.5,0.5),
avoiding differences in anti-aliasing between platforms.
wxMSW:
- Correct (harmless) warnings given for forward-declared DLL-exported classes
by mingw32 4.2 (Tim Stahlhut)
by mingw32 4.2 (Tim Stahlhut).
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.
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 (not always was a window shown when reopening the app)
- 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.6