wxWidgets icon indicating copy to clipboard operation
wxWidgets copied to clipboard

Cross-Platform C++ GUI Library

Results 542 wxWidgets issues
Sort by recently updated
recently updated
newest added

### Description I'm sorry, I'm not a wx library developer, and I'm not able to get my hands dirty in it, but I would like to propose this small modification...

feature

*Issue migrated from trac ticket # 14121* **component:** GUI-generic | **priority:** low | **resolution:** fixed | **keywords:** wxInfoBar long message wrap #### 2012-03-21 21:18:48: @infinity77 created the issue ___ Hello,...

low priority
v3.1

The "wx" icon in the printing sample seems to come up twice as big as it should be when printing if the system uses 200% scaling.

MSW
HiDPI

This can be seen in the printing sample: even though the wx icon looks good in the preview, it appears on the black background when actually printing (to PDF; but...

MSW

docs/msw/install.md shows use of nmake to build the libraries. I believe the current practice is to use msbuild, instead. Example for VS2022 (assumes vcvarsall.bat has been run to set up...

### Description #### Bug description: On the macOS port, Chinese characters are not correctly evaluated whether they represent an alphanumeric character or not. For full description see https://github.com/aardappel/treesheets/issues/708 We suspect...

repro needed

The padding of `wxMenu` and `wxMenuItem` doesn't seem to grow with DPI scaling. At 100% DPI scaling: ![wxMenu-dpi-100](https://github.com/user-attachments/assets/dbdd3488-aee4-445e-a771-67b0a5188e25) At 200% DPI scaling: ![wxMenu-dpi-200](https://github.com/user-attachments/assets/5af1e81b-db10-4305-96da-2bdbe29f13b8) At 300% DPI scaling: ![wxMenu-dpi-300](https://github.com/user-attachments/assets/dbf0387e-f166-4380-980c-522b4f363bb3) I don't...

MSW
HiDPI

### Build System Used I build wxWidgets and/or my application using: - [ ] CMake - [ ] configure - [x] mingw32-make with makefile.gcc - [ ] MSBuild (Microsoft Visual...

build

#### Bug description: When `wxEvtHandler::ProcessEvent()` is called recursively on the same `wxEvtHandler` object, the `nNew != dynamicEvents.size()` assertion in `wxEvtHandler::SearchDynamicEventTable()` can falsely trigger, as `needToPruneDeleted` gets set to true in...

*Issue migrated from trac ticket # 18890* **component:** GUI-generic | **priority:** normal | **keywords:** wxDataViewCtrl, dnd #### 2020-08-17 09:19:59: Schn1c0 created the issue ___ There seems to be a bug...

v3.0.3