Quote:
Originally Posted by nohal
Gerhard...
Wxwidgets 3.0.2 is the current stable version, stop misleading people to use the non-existent 3.1, please.
Pavel
|
Pavel,
wxWidgets 3.0.2 is from October 06, 2014. Since then there are hundreds of bug fixes for the 3.0 branch. Latest of today:
Quote:
Verfasser: Knut Petter Lehre <kplehre@gmail.com>
Datum: 9. Mai 2015 17:03:06 MEZ
Committer: Vadim Zeitlin <vadim@wxwidgets.org>
Labels: origin/WX_3_0_BRANCH
Fix adding blocks to existing selection in wxGrid by Ctrl-drag.
Allow using Ctrl-dragging to add more blocks to the existing selection,
similarly to how spreadsheets work.
Closes #14141.
|
I'm sure you know about all the bugs of wxWidgets and I'm not speaking about 3.1.
However for Mac OS X it is strongly recommended to use 3.1. So latest fix for 3.1 is:
Quote:
Verfasser: ARATA Mizuki <minorinoki@gmail.com>
Datum: 6. Mai 2015 12:26:55 MEZ
Committer: Vadim Zeitlin <vadim@wxwidgets.org>
Datum des Commit: 9. Mai 2015 17:18:12 MEZ
Generate correct wxEVT_CHAR for non-BMP characters in wxOSX.
Since [NSString characterAtIndex:] return UTF-16 values, it can't be used as a
"character", convert the entire NSString to wxString and iterate over it to
obtain the real characters that should be sent in wxEVT_CHAR events.
Closes #16979.
|
Gerhard