Mark Roszko

Results 64 comments of Mark Roszko

I can reproduce it in the grid sample. Simply added grid->SetReadOnly(0, 0); below grid->SetCellValue( 0, 0, "Ctrl+Home\nwill go to\nthis cell" ); When that corner cell is selected, and you start...

This fixes it for me ``` include/wx/generic/private/grid.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/generic/private/grid.h b/include/wx/generic/private/grid.h index 9ada5661c0..e8cb2e5f41 100644 --- a/include/wx/generic/private/grid.h +++ b/include/wx/generic/private/grid.h @@ -392,6 +392,9 @@...

> Thanks, I do see this with simplified Chinese (I still have no idea why does the IME for simplified and traditional Chinese work so differently...). > > However I...

Apparently -[NSTextInputClient firstRectForCharacterRange:] needs to be implemented in objective c. This provides the ime the bounding box of text to place against. Funny hint I found elsewhere >On Windows, this...

>Why exactly is this a problem for you, do you use some tool parsing the interface headers? KiCad is dependent on wxPython. I ported wxPython to 3.3 because well, we...

> I see. Building with `WXWIN_COMPATIBILITY_3_0` should reduce the number of errors right now, even though they will still have to be fixed when this symbol itself is removed in...

> I've started fixing those, but I need more time for wxPG stuff as I don't know it at all. I'll make a PR fixing as much as I can...

> [@marekr](https://github.com/marekr) can you point me to your wxPython patches? First one is this https://gitlab.com/kicad/packaging/kicad-vcpkg-registry/-/blob/main/ports/wxpython-33/add-enumclass-support.patch?ref_type=heads This adds enum class support as wxwidgets 3.3 introduces them to the headers. SIP 6.12...

> I've fixed most of the things mentioned here (but I still have no idea what to do about `wxLogRecordInfo::timestamp`...) but I wonder if there is any simple way to...