Groups
Groups
Sign in
Groups
Groups
wx-dev
Conversations
About
Send feedback
Help
wx-dev
1–30 of 38436
Mark all as read
Report group
0 selected
MrWeiCodes
20
3:10 AM
The current state of the button cannot display the correct color. (Issue #26453)
wuangluangzhusr left a comment (wxWidgets/wxWidgets#26453) We don't need this RGB2GRAY() macro,
unread,
The current state of the button cannot display the correct color. (Issue #26453)
wuangluangzhusr left a comment (wxWidgets/wxWidgets#26453) We don't need this RGB2GRAY() macro,
3:10 AM
Ryan Ogurek
2
Jun 7
wxMSW CheckBox dark mode apperance inconsistent (Issue #26569)
ryancog left a comment (wxWidgets/wxWidgets#26569) Looks like this is an issue for RadioBox too image
unread,
wxMSW CheckBox dark mode apperance inconsistent (Issue #26569)
ryancog left a comment (wxWidgets/wxWidgets#26569) Looks like this is an issue for RadioBox too image
Jun 7
Blake-Madden
2
Jun 7
Apply wx coding standards to ribbon source (PR #26567)
@vadz commented on this pull request. I'm always uncomfortable applying changes like this because
unread,
Apply wx coding standards to ribbon source (PR #26567)
@vadz commented on this pull request. I'm always uncomfortable applying changes like this because
Jun 7
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
Blake-Madden
6
Jun 7
Fix artifacting issue with Edge WebView (PR #26566)
@Blake-Madden commented on this pull request. In src/msw/webview_edge.cpp: > @@ -1182,6 +1188,27 @
unread,
Fix artifacting issue with Edge WebView (PR #26566)
@Blake-Madden commented on this pull request. In src/msw/webview_edge.cpp: > @@ -1182,6 +1188,27 @
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
rhojati
11
Jun 4
grid sample built on Ubuntu 16 has missing checkboxes in Ubuntu 14, wxGridCellBoolRenderer issue (Issue #26112)
vadz left a comment (wxWidgets/wxWidgets#26112) Thanks for finding the root cause of this. It's
unread,
grid sample built on Ubuntu 16 has missing checkboxes in Ubuntu 14, wxGridCellBoolRenderer issue (Issue #26112)
vadz left a comment (wxWidgets/wxWidgets#26112) Thanks for finding the root cause of this. It's
Jun 4
Crementif
4
Jun 4
msw/listctrl: Fix more text overflow and column overflow issues (PR #26558)
Closed #26558 via 41b7f69. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
msw/listctrl: Fix more text overflow and column overflow issues (PR #26558)
Closed #26558 via 41b7f69. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 4
Javid Khan
4
Jun 4
fix off-by-one in hostent/servent pointer list terminator (PR #26553)
Closed #26553 via 48561fc. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
fix off-by-one in hostent/servent pointer list terminator (PR #26553)
Closed #26553 via 48561fc. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 4
Javid Khan
9
Jun 4
fix out-of-bounds read on trailing % in wxDateTime::Format (PR #26543)
Closed #26543 via 53901b8. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
fix out-of-bounds read on trailing % in wxDateTime::Format (PR #26543)
Closed #26543 via 53901b8. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 4
VZ
8
Jun 4
3.2 backports 202606 (PR #26555)
vadz left a comment (wxWidgets/wxWidgets#26555) Argh, thanks for noticing, hopefully did it right now
unread,
3.2 backports 202606 (PR #26555)
vadz left a comment (wxWidgets/wxWidgets#26555) Argh, thanks for noticing, hopefully did it right now
Jun 4
taler21
Jun 3
AUI pane becomes huge on DPI change if a partial minimum size is specified (Issue #26557)
taler21 created an issue (wxWidgets/wxWidgets#26557) For example, if an AUI pane has a minimum width
unread,
AUI pane becomes huge on DPI change if a partial minimum size is specified (Issue #26557)
taler21 created an issue (wxWidgets/wxWidgets#26557) For example, if an AUI pane has a minimum width
Jun 3
Scott Talbert
4
Jun 2
Update GitHub Actions to be Node v24 compatible (PR #26556)
Merged #26556 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
unread,
Update GitHub Actions to be Node v24 compatible (PR #26556)
Merged #26556 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage
Jun 2