PB

Results 19 issues of PB

Remove "2.8" and "3.1" from wxBUILD_COMPATIBILITY options. Add "3.2" to wxBUILD_COMPATIBILITY options and set it as its default value.

When using wxWebView Edge backend, calling its methods such as `GetPageText()` or `GetPageSource()` from an event handler for an event such as `wxEVT_WEBVIEW_LOADED`, the webview becomes unstable, and the application...

MSW

When googling for wxWidgets class to see its docs, usually the top result is for v3.0 or something, i.e., severally outdated. I know nothing about webservers but I wonder if...

### Description When using `wxListCtrl` in MSW dark mode, unlike in light mode: 1. The item selection is not full row (as if `LVS_EX_FULLROWSELECT` was off). 2. The items are...

MSW
dark mode

In the widgets sample, when using the UI to modify the style of a widget, the current widget(s) is/are destroyed and then recreated. On pages where there is more than...

I am not sure if the table is really useful. If accepted, should be backported to 3.2.

(Based on [a report on wxForum](https://forums.wxwidgets.org/viewtopic.php?f=1&t=51317)). ### Bug description When calling `wxSearchCtrl::AutoComplete()` on Windows and typing at least one character into it (regardless of it being matched), MSVS reports a...

MSW

When adding a control do not pre-check "using dialog units", IMO using dialog units in wxWidgets code is quite unusual. Additionally, add an option to use device independent pixels, which...

enhancement
design change

When `wxWebViewEdge` (I did not try other backends) has focus, it consumes accelerators set from wxWidgets, for example that its parent main frame has (e.g., from menu). `` selects the...

The first sentence in the wxUILocale docs reads "UI locale determines all culture-dependent conventions used in the user interface, including numbers, currencies and dates formatting". This made me think that...

documentation