dsa-t
dsa-t
On wxGTK, if there's a dialog with an editable wxGrid inside a wxNotebook, sometimes the grid cell editor do not appear when clicked on. The cell becomes white, but values...
ParaView uses bundled `pvpython`, which doesn't contain setuptools or pip, so I can't install is as in the instruction. Trying to install setuptools gives this error: ``` SETUPTOOLS_USE_DISTUTILS=stdlib ~/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/pvpython ./setup.py...
Would be useful to have a GUI option to pass --samples to glretrace calls, as the multisampling configuration usually isn't picked up properly.
Currently, units are sorted in this way: `A, AA, AB, AC, B, C` It would be nice to add an option to control the unit sorting order: 1. Do not...
When running the plugin, this error happened:  This can be reproduced like this: 1. Open video demo project 2. Remove all items from one of the hierarhical sheets 3....
Before:  After:  (on wxQt) Removes the border by default and makes button sizes smaller, in line with the text field 
Test case (replaces "bombs" demo): [dctest.zip](https://github.com/wxWidgets/wxWidgets/files/14302935/dctest.zip) Reference (GTK3 after https://github.com/wxWidgets/wxWidgets/pull/24327):  wxQt, with this PR:  wxQt, current master (shrinking non-stroked rectangles caused "holes" in UI, and arcs were incorrect):...
Test case (replaces "bombs" demo): [dctest.zip](https://github.com/wxWidgets/wxWidgets/files/14302935/dctest.zip) Before (GTK3):  After: 
Patches required to get wxQt on Android built. Also allows wxLogDebug to work on Android. Not sure if `android_*` functions are still needed - nothing seemed to fail when using...
Modify widgets sample like this: ```patch diff --git a/samples/widgets/searchctrl.cpp b/samples/widgets/searchctrl.cpp index 38c98211d5..1bfc5a44e5 100644 --- a/samples/widgets/searchctrl.cpp +++ b/samples/widgets/searchctrl.cpp @@ -88,6 +88,10 @@ protected: void OnSearch(wxCommandEvent& event); void OnSearchCancel(wxCommandEvent& event); + void...