Groups
Groups
Sign in
Groups
Groups
wx-dev
Conversations
About
Send feedback
Help
wx-dev
1–30 of 38441
Mark all as read
Report group
0 selected
Blake-Madden
8
7:28 AM
Fix artifacting issue with Edge WebView (PR #26566)
Blake-Madden left a comment (wxWidgets/wxWidgets#26566) I was experiencing this artifacting issue
unread,
Fix artifacting issue with Edge WebView (PR #26566)
Blake-Madden left a comment (wxWidgets/wxWidgets#26566) I was experiencing this artifacting issue
7:28 AM
MrWeiCodes
21
Jun 8
The current state of the button cannot display the correct color. (Issue #26453)
NewSourceG left a comment (wxWidgets/wxWidgets#26453) We don't need this RGB2GRAY() macro, we
unread,
The current state of the button cannot display the correct color. (Issue #26453)
NewSourceG left a comment (wxWidgets/wxWidgets#26453) We don't need this RGB2GRAY() macro, we
Jun 8
Steve Cornett
2
Jun 8
MSW: Fix dark mode wxRadioBox disabled text color (PR #26575)
@stevecor pushed 1 commit. c1be327 Fix cross-build error — View it on GitHub or unsubscribe. Triage
unread,
MSW: Fix dark mode wxRadioBox disabled text color (PR #26575)
@stevecor pushed 1 commit. c1be327 Fix cross-build error — View it on GitHub or unsubscribe. Triage
Jun 8
Ferréol DUBOIS COLI
4
Jun 8
Fix wxChoice/wxComboBox popup border in MSW dark mode (PR #26574)
stevecor left a comment (wxWidgets/wxWidgets#26574) The name in wxListBox::MSWGetDarkModeSupport()
unread,
Fix wxChoice/wxComboBox popup border in MSW dark mode (PR #26574)
stevecor left a comment (wxWidgets/wxWidgets#26574) The name in wxListBox::MSWGetDarkModeSupport()
Jun 8
Blake-Madden
3
Jun 8
Apply wx coding standards to ribbon source (PR #26567)
Closed #26567. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
Apply wx coding standards to ribbon source (PR #26567)
Closed #26567. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 8
PB
4
Jun 8
Combobox popup border drawn incorrectly in Win32 dark mode (Issue #26573)
Fefedu973 left a comment (wxWidgets/wxWidgets#26573) I investigated this a bit more, and the problem
unread,
Combobox popup border drawn incorrectly in Win32 dark mode (Issue #26573)
Fefedu973 left a comment (wxWidgets/wxWidgets#26573) I investigated this a bit more, and the problem
Jun 8
Ryan Ogurek
6
Jun 8
wxMSW CheckBox dark mode apperance inconsistent (Issue #26569)
ryancog left a comment (wxWidgets/wxWidgets#26569) Apologies, you have to uncheck both "Show
unread,
wxMSW CheckBox dark mode apperance inconsistent (Issue #26569)
ryancog left a comment (wxWidgets/wxWidgets#26569) Apologies, you have to uncheck both "Show
Jun 8
Steve Cornett
2
Jun 8
MSW: Dark mode switching for wxCheckBox on Windows 10 (PR #26572)
ryancog left a comment (wxWidgets/wxWidgets#26572) This does seem to fix things. — Reply to this
unread,
MSW: Dark mode switching for wxCheckBox on Windows 10 (PR #26572)
ryancog left a comment (wxWidgets/wxWidgets#26572) This does seem to fix things. — Reply to this
Jun 8
Ryan Ogurek
8
Jun 8
wxOSX perform cleanup when applicationWillTerminate: is called (PR #26542)
ryancog left a comment (wxWidgets/wxWidgets#26542) Alright, moved to that to applicationWillTerminate
unread,
wxOSX perform cleanup when applicationWillTerminate: is called (PR #26542)
ryancog left a comment (wxWidgets/wxWidgets#26542) Alright, moved to that to applicationWillTerminate
Jun 8
Steve Cornett
7
Jun 8
MSW: Dark mode borders (PR #26571)
@stevecor pushed 1 commit. c34e1f1 Fix conversion error — View it on GitHub or unsubscribe. Triage
unread,
MSW: Dark mode borders (PR #26571)
@stevecor pushed 1 commit. c34e1f1 Fix conversion error — View it on GitHub or unsubscribe. Triage
Jun 8
Javid Khan
4
Jun 8
fix rowspan/colspan integer overflow in wxHtmlTableCell::AddCell (PR #26554)
dxbjavid left a comment (wxWidgets/wxWidgets#26554) Glad it helped - happy to contribute. — Reply to
unread,
fix rowspan/colspan integer overflow in wxHtmlTableCell::AddCell (PR #26554)
dxbjavid left a comment (wxWidgets/wxWidgets#26554) Glad it helped - happy to contribute. — Reply to
Jun 8
VZ
6
Jun 7
Add dark mode support to wxMSW task dialog-based dialogs (PR #26570)
vadz left a comment (wxWidgets/wxWidgets#26570) I was looking for the leaks in a wrong place, we'
unread,
Add dark mode support to wxMSW task dialog-based dialogs (PR #26570)
vadz left a comment (wxWidgets/wxWidgets#26570) I was looking for the leaks in a wrong place, we'
Jun 7
Mohmed abdel-fattah
35
Jun 7
Add Dark Mode Support for TaskDialog (wxMSW) (PR #26311)
vadz left a comment (wxWidgets/wxWidgets#26311) I'm closing this one in favour of #26570 which is
unread,
Add Dark Mode Support for TaskDialog (wxMSW) (PR #26311)
vadz left a comment (wxWidgets/wxWidgets#26311) I'm closing this one in favour of #26570 which is
Jun 7
Ryan Ogurek
6
Jun 7
wxMSW wxTextCtrl using wxTE_RICH2 results in incorrect dark mode appearance (Issue #26551)
ryancog left a comment (wxWidgets/wxWidgets#26551) Fixed via #26516 — Reply to this email directly,
unread,
wxMSW wxTextCtrl using wxTE_RICH2 results in incorrect dark mode appearance (Issue #26551)
ryancog left a comment (wxWidgets/wxWidgets#26551) Fixed via #26516 — Reply to this email directly,
Jun 7
Blake-Madden
12
Jun 7
Add & fix SVG Graphics Context unit tests (PR #26504)
Blake-Madden left a comment (wxWidgets/wxWidgets#26504) I'm not sure about the "plugin"
unread,
Add & fix SVG Graphics Context unit tests (PR #26504)
Blake-Madden left a comment (wxWidgets/wxWidgets#26504) I'm not sure about the "plugin"
Jun 7
Blake-Madden
Jun 7
Remove plugin interface from test_drawing (PR #26568)
This was never used and doesn't seem like it ever will be. Refer to #26504 You can view, comment
unread,
Remove plugin interface from test_drawing (PR #26568)
This was never used and doesn't seem like it ever will be. Refer to #26504 You can view, comment
Jun 7
ousnius
8
Jun 7
wxChoice type to search doesn't work anymore (Win32 behavior) (Issue #26559)
vadz left a comment (wxWidgets/wxWidgets#26559) I had no idea CBS_SORT changed this behaviour, thanks
unread,
wxChoice type to search doesn't work anymore (Win32 behavior) (Issue #26559)
vadz left a comment (wxWidgets/wxWidgets#26559) I had no idea CBS_SORT changed this behaviour, thanks
Jun 7
Steve Cornett
48
Jun 7
MSW: Dark mode switching (PR #26516)
vadz left a comment (wxWidgets/wxWidgets#26516) This only adds support for switching when the system
unread,
MSW: Dark mode switching (PR #26516)
vadz left a comment (wxWidgets/wxWidgets#26516) This only adds support for switching when the system
Jun 7
RevengeRip
12
Jun 7
Silders arent rendered in BodySlide starting wxWidgets 3.2.5 (Issue #26564)
Closed #26564 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
Silders arent rendered in BodySlide starting wxWidgets 3.2.5 (Issue #26564)
Closed #26564 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 7
ousnius
5
Jun 7
wxCheckListBox doesn't contain or draw checkboxes with wxMSW dark mode enabled (Issue #26561)
ousnius left a comment (wxWidgets/wxWidgets#26561) Thanks, it's fixed for me as well! — Reply to
unread,
wxCheckListBox doesn't contain or draw checkboxes with wxMSW dark mode enabled (Issue #26561)
ousnius left a comment (wxWidgets/wxWidgets#26561) Thanks, it's fixed for me as well! — Reply to
Jun 7
ssrlive
22
Jun 6
wxOSX/carbon: Add support for wxDF_TEXT data type (PR #26552)
vadz left a comment (wxWidgets/wxWidgets#26552) This is replaced by #26565. — Reply to this email
unread,
wxOSX/carbon: Add support for wxDF_TEXT data type (PR #26552)
vadz left a comment (wxWidgets/wxWidgets#26552) This is replaced by #26565. — Reply to this email
Jun 6
Stefan Csomor
2
Jun 6
OSX: make wxDF_TEXT be in UTF8 encoding (PR #26565)
@csomor pushed 1 commit. c7ec19b fix warning — View it on GitHub or unsubscribe. Triage notifications
unread,
OSX: make wxDF_TEXT be in UTF8 encoding (PR #26565)
@csomor pushed 1 commit. c7ec19b fix warning — View it on GitHub or unsubscribe. Triage notifications
Jun 6
Maarten
20
Jun 6
Static apps build with MinGW-w64 exit with segfault (Issue #26195)
MaartenBent left a comment (wxWidgets/wxWidgets#26195) There are a few different MinGW distributions,
unread,
Static apps build with MinGW-w64 exit with segfault (Issue #26195)
MaartenBent left a comment (wxWidgets/wxWidgets#26195) There are a few different MinGW distributions,
Jun 6
Blake-Madden
3
Jun 6
Nullify WebView (Edge) implemenation pointer, add pointer check (PR #26563)
vadz left a comment (wxWidgets/wxWidgets#26563) Sorry, this doesn't look like the correct fix:
unread,
Nullify WebView (Edge) implemenation pointer, add pointer check (PR #26563)
vadz left a comment (wxWidgets/wxWidgets#26563) Sorry, this doesn't look like the correct fix:
Jun 6
Blake-Madden
14
Jun 6
Fix Retina display issues with ribbon (PR #26409)
Closed #26409 via 860966c. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
Fix Retina display issues with ribbon (PR #26409)
Closed #26409 via 860966c. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 6
Scott Talbert
5
Jun 6
cmake doesn't install WebView, MediaCtrl headers unconditionally (Issue #26515)
Closed #26515 as completed via d3cdfc8. — Reply to this email directly, view it on GitHub, or
unread,
cmake doesn't install WebView, MediaCtrl headers unconditionally (Issue #26515)
Closed #26515 as completed via d3cdfc8. — Reply to this email directly, view it on GitHub, or
Jun 6
Maarten
3
Jun 6
CMake: Always install common headers (PR #26562)
Merged #26562 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
CMake: Always install common headers (PR #26562)
Merged #26562 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 6
Igor Korot
Jun 5
Documentation
Hi, In the https://docs.wxwidgets.org/latest/overview_windowsizing.html, it states [quote] he virtual
unread,
Documentation
Hi, In the https://docs.wxwidgets.org/latest/overview_windowsizing.html, it states [quote] he virtual
Jun 5
Randalphwa
13
Jun 5
Switch image handling in HTML from wxImage to wxBitmapBundle (PR #26474)
Randalphwa left a comment (wxWidgets/wxWidgets#26474) Since everything is now going through our
unread,
Switch image handling in HTML from wxImage to wxBitmapBundle (PR #26474)
Randalphwa left a comment (wxWidgets/wxWidgets#26474) Since everything is now going through our
Jun 5
NewSourceG
3
Jun 5
The button UI state display is inconsistent with the Microsoft standard UI. (Issue #26560)
Closed #26560 as duplicate. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
The button UI state display is inconsistent with the Microsoft standard UI. (Issue #26560)
Closed #26560 as duplicate. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 5