|
11 | 11 |
|
12 | 12 | https://github.com/wxWidgets/wxWidgets/releases/v3.2.3
|
13 | 13 |
|
14 |
| -This release contains many important bug fixes, including fixing some |
15 |
| -regressions in the previous 3.2.x releases: |
| 14 | +This release contains many important bug fixes, including for some |
| 15 | +regressions in the previous 3.2.x releases, as well as build system |
| 16 | +improvements and a few optimizations. |
16 | 17 |
|
17 |
| -- Fix some key codes when using non-US keyboard layout in wxGTK and |
18 |
| - generate ket events for Command+Alt+Letter combination in wxOSX. |
19 |
| -- Fix wxTranslations::AddStdCatalog(). |
20 |
| -- Fix setting Chinese and some other locales in wxOSX and setting |
21 |
| - Ukrainian locale in wxMSW. |
| 18 | +Without listing all of them, areas with the most improvements were: |
22 | 19 |
|
23 |
| -In particular, a number of Wayland-specific bugs were fixed in wxGTK: |
| 20 | +- Internationalization support: fix setting Chinese and some other |
| 21 | + locales in wxOSX and setting Ukrainian locale in wxMSW and fix loading |
| 22 | + wxWidgets translations with wxTranslations::AddStdCatalog(). |
24 | 23 |
|
25 |
| -- Fix possible crash when using IME. |
26 |
| -- Make hiding wxGLCanvas work and avoid catastrophically slowing down |
27 |
| - the entire program when it is hidden. |
28 |
| -- Fix wxComboCtrl popup behaviour. |
29 |
| -- Fix showing popup menu without active event. |
30 |
| -- Fix wxPreferencesEditor size under Wayland. |
| 24 | +- Wayland support in wxGTK and, in particular, OpenGL support under |
| 25 | + Wayland: fix hiding wxGLCanvas and avoid catastrophically slowing |
| 26 | + down the entire program when it is hidden; fix crash when using IME; |
| 27 | + fixes to popup windows, menus and wxPreferencesEditor behaviour. |
31 | 28 |
|
32 |
| -Last but not least, there are also some user-visible enhancements in |
33 |
| -this release: |
34 |
| - |
35 |
| -- Don't allow pasting characters forbidden by wxTextValidator. |
36 |
| -- Do allow entering temporary invalid value when using numeric validators. |
37 |
| -- Fix entering dates in wxGenericDatePicker in nb_NO and other locales |
38 |
| - using names for the months in short date format. |
39 |
| -- Keep wxProgressDialog size unchanged when updating the message. |
| 29 | +- Validators and input: don't allow pasting characters forbidden by |
| 30 | + wxTextValidator; do allow entering temporary invalid value when using |
| 31 | + numeric validators. Also fix entering dates in wxGenericDatePicker in |
| 32 | + nb_NO and other locales using months names in short date format. |
40 | 33 |
|
| 34 | +- Key event generation: more fixes for non-US keyboard layout in wxGTK |
| 35 | + and also generate events for Command+Alt+Letter combination in wxOSX. |
41 | 36 |
|
42 | 37 | All in all, this release includes more than 200 fixes from almost 50
|
43 | 38 | contributors, please see the full change log for more details:
|
|
0 commit comments