From c9c74d957c73594d34bc169ea9e435946c29f543 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 26 Jun 2017 08:26:47 +0200 Subject: [PATCH] Update docs with wsOSX font changes and wxOSX & Cairo bitmap clearing --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index b7ef0a1474..d76f994667 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -158,6 +158,7 @@ wxGTK: - Add support for affine transformation matrix in wxDC (GTK+ 3). - Fix wxMemoryDC::Blit() with itself as source (GTK+ 3). - Fix displaying labels of wxRadioBox items. +- Add a native implementation for clearing bitmap/window wxGraphicsContexts wxMSW: @@ -207,6 +208,8 @@ wxOSX: - Don't allow interacting with disabled wxSlider (Andreas Falkenhahn). - Fix setting alignment in wxTextCtrl with wxTE_DONTWRAP (Andreas Falkenhahn). - Allow pasting using Cmd+V in wxTextCtrl with wxTE_PASSWORD style. +- Update font code to use toll-free bridges from CTFontRef to NSFont or UIFont +- Add a native implementation for clearing bitmap/window wxGraphicsContexts Unix: