Groups
Groups
Sign in
Groups
Groups
wx-dev
Conversations
About
Send feedback
Help
wx-dev
1–30 of 38257
Mark all as read
Report group
0 selected
Steve Cornett
Apr 23
Dark mode colors do not match Windows 11 (Issue #26404)
stevecor created an issue (wxWidgets/wxWidgets#26404) Some color values in wxDarkModeSettings::
unread,
Dark mode colors do not match Windows 11 (Issue #26404)
stevecor created an issue (wxWidgets/wxWidgets#26404) Some color values in wxDarkModeSettings::
Apr 23
AtesComp
4
Apr 23
wxQt build does not honor --enable-privatefonts (Issue #26403)
AtesComp left a comment (wxWidgets/wxWidgets#26403) Yes, I'm looking into doing a PR. I'm
unread,
wxQt build does not honor --enable-privatefonts (Issue #26403)
AtesComp left a comment (wxWidgets/wxWidgets#26403) Yes, I'm looking into doing a PR. I'm
Apr 23
VZ
5
Apr 23
Set wxSlider thumb size to match its initial size in wxMSW (PR #26372)
MaartenBent left a comment (wxWidgets/wxWidgets#26372) Seems to still work fine in the Widgets sample
unread,
Set wxSlider thumb size to match its initial size in wxMSW (PR #26372)
MaartenBent left a comment (wxWidgets/wxWidgets#26372) Seems to still work fine in the Widgets sample
Apr 23
Steve Cornett
Apr 22
Remove wxUSE_GEOMETRY (PR #26402)
Remove the --enable-geometry / wxUSE_GEOMETRY configuration option. See #26388 You can view, comment
unread,
Remove wxUSE_GEOMETRY (PR #26402)
Remove the --enable-geometry / wxUSE_GEOMETRY configuration option. See #26388 You can view, comment
Apr 22
AliKet
Apr 20
wxDC::LogicalToDevice() and sister functions now return unmirrored coordinates in RTL under wxQt (PR #26401)
You can view, comment on, or merge this pull request online at: https://github.com/wxWidgets/
unread,
wxDC::LogicalToDevice() and sister functions now return unmirrored coordinates in RTL under wxQt (PR #26401)
You can view, comment on, or merge this pull request online at: https://github.com/wxWidgets/
Apr 20
VZ
Apr 20
Move fallback definitions used only in wxWebViewIE to its header (PR #26400)
Don't define INET_E_XXX symbols use only by wxWebViewIE in wx/msw/missing.h included by all files
unread,
Move fallback definitions used only in wxWebViewIE to its header (PR #26400)
Don't define INET_E_XXX symbols use only by wxWebViewIE in wx/msw/missing.h included by all files
Apr 20
Steve Cornett
Apr 20
Fix wxRendererXP::DrawItemText() text color for selected item when in dark mode (PR #26399)
The fix for #26378 inadvertently broke dark mode. The proposed solution is to check for dark mode,
unread,
Fix wxRendererXP::DrawItemText() text color for selected item when in dark mode (PR #26399)
The fix for #26378 inadvertently broke dark mode. The proposed solution is to check for dark mode,
Apr 20
AliKet
5
Apr 20
wxDC::SetDeviceClippingRegion() may create invalid clipping region in RTL (Issue #26348)
AliKet left a comment (wxWidgets/wxWidgets#26348) BTW, I'm preparing a PR for wxQt to also make
unread,
wxDC::SetDeviceClippingRegion() may create invalid clipping region in RTL (Issue #26348)
AliKet left a comment (wxWidgets/wxWidgets#26348) BTW, I'm preparing a PR for wxQt to also make
Apr 20
Steve Cornett
9
Apr 20
Compile error with wxUSE_GEOMETRY disabled (Issue #26388)
vadz left a comment (wxWidgets/wxWidgets#26388) OK, this makes much more sense. wxUSE_GEOMETRY could
unread,
Compile error with wxUSE_GEOMETRY disabled (Issue #26388)
vadz left a comment (wxWidgets/wxWidgets#26388) OK, this makes much more sense. wxUSE_GEOMETRY could
Apr 20
VZ
2
Apr 20
Fix positioning images in generic wx{List,Tree}Ctrl in high DPI (PR #26397)
@vadz pushed 1 commit. c2a8bad Fix positioning images in generic wx{List,Tree}Ctrl in high DPI — View
unread,
Fix positioning images in generic wx{List,Tree}Ctrl in high DPI (PR #26397)
@vadz pushed 1 commit. c2a8bad Fix positioning images in generic wx{List,Tree}Ctrl in high DPI — View
Apr 20
AliKet
5
Apr 19
wxMSW: A better (IMHO) RTL fixes for wx{Auto}BufferedDC (PR #26398)
AliKet left a comment (wxWidgets/wxWidgets#26398) @vslavik I would be grateful if you could test this
unread,
wxMSW: A better (IMHO) RTL fixes for wx{Auto}BufferedDC (PR #26398)
AliKet left a comment (wxWidgets/wxWidgets#26398) @vslavik I would be grateful if you could test this
Apr 19
dsa-t
3
Apr 19
wxListCtrl items become invisible after calling SetColumnWidth and resizing. (Issue #26394)
vadz left a comment (wxWidgets/wxWidgets#26394) This is nasty because it looks like a native LISTVIEW
unread,
wxListCtrl items become invisible after calling SetColumnWidth and resizing. (Issue #26394)
vadz left a comment (wxWidgets/wxWidgets#26394) This is nasty because it looks like a native LISTVIEW
Apr 19
dsa-t
3
Apr 19
wxListCtrl in Report mode overlaps text and images when using wxBitmapBundle with display scaling. (Issue #26391)
vadz left a comment (wxWidgets/wxWidgets#26391) Should be fixed by the linked PR, please let me know
unread,
wxListCtrl in Report mode overlaps text and images when using wxBitmapBundle with display scaling. (Issue #26391)
vadz left a comment (wxWidgets/wxWidgets#26391) Should be fixed by the linked PR, please let me know
Apr 19
Blake-Madden
3
Apr 19
Add wxGraphicsContext support to wxSVGFileDC (PR #26395)
@Blake-Madden pushed 1 commit. ac283b7 Fix indentation that was causing GCC warning/error — View it
unread,
Add wxGraphicsContext support to wxSVGFileDC (PR #26395)
@Blake-Madden pushed 1 commit. ac283b7 Fix indentation that was causing GCC warning/error — View it
Apr 19
Blake-Madden
Apr 19
User scaling not working in wxSVGFileDC (Issue #26396)
Blake-Madden created an issue (wxWidgets/wxWidgets#26396) This can be assigned to me, I'm looking
unread,
User scaling not working in wxSVGFileDC (Issue #26396)
Blake-Madden created an issue (wxWidgets/wxWidgets#26396) This can be assigned to me, I'm looking
Apr 19
VZ
5
Apr 18
Slightly simplify and make more robust CMake version parsing (PR #26382)
vadz left a comment (wxWidgets/wxWidgets#26382) Applied in the commit above. — Reply to this email
unread,
Slightly simplify and make more robust CMake version parsing (PR #26382)
vadz left a comment (wxWidgets/wxWidgets#26382) Applied in the commit above. — Reply to this email
Apr 18
VZ
4
Apr 18
Don't use /MP option when not using MSVS CMake generator (PR #26392)
Closed #26392. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
Don't use /MP option when not using MSVS CMake generator (PR #26392)
Closed #26392. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Apr 18
dsa-t
20
Apr 18
wxGLCanvas inside wxPopupWindow gets positioned incorrectly on EGL+Wayland. (Issue #26250)
Closed #26250 as completed via f8cef12. — Reply to this email directly, view it on GitHub, or
unread,
wxGLCanvas inside wxPopupWindow gets positioned incorrectly on EGL+Wayland. (Issue #26250)
Closed #26250 as completed via f8cef12. — Reply to this email directly, view it on GitHub, or
Apr 18
Steve Cornett
5
Apr 18
Undefined reference to ms_wxDummy with RTTI disabled (Issue #26389)
Closed #26389 as completed via 0932112. — Reply to this email directly, view it on GitHub, or
unread,
Undefined reference to ms_wxDummy with RTTI disabled (Issue #26389)
Closed #26389 as completed via 0932112. — Reply to this email directly, view it on GitHub, or
Apr 18
mcorino
6
Apr 18
Update interface for recent changes (PR #26390)
Closed #26390 via 64b5217. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Update interface for recent changes (PR #26390)
Closed #26390 via 64b5217. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 18
VZ
4
Apr 18
Fix clang-cl warnings in wxMSW build (PR #26393)
Merged #26393 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Fix clang-cl warnings in wxMSW build (PR #26393)
Merged #26393 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 18
Paride Zavoli
2
Apr 16
DropTarget object dereferencing twice in wxWindow (Issue #26387)
vadz left a comment (wxWidgets/wxWidgets#26387) The trouble with this analysis is that wxDELETE does
unread,
DropTarget object dereferencing twice in wxWindow (Issue #26387)
vadz left a comment (wxWidgets/wxWidgets#26387) The trouble with this analysis is that wxDELETE does
Apr 16
oneeyeman1
Apr 16
Qt:Abiility to use QFontDialog as a panel (Issue #26386)
oneeyeman1 created an issue (wxWidgets/wxWidgets#26386) Description The QFontDialog can be used
unread,
Qt:Abiility to use QFontDialog as a panel (Issue #26386)
oneeyeman1 created an issue (wxWidgets/wxWidgets#26386) Description The QFontDialog can be used
Apr 16
VZ
3
Apr 15
Don't show hidden TLWs in wxMSW when parent is restored (PR #26381)
Closed #26381. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
Don't show hidden TLWs in wxMSW when parent is restored (PR #26381)
Closed #26381. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Apr 15
VZ
3
Apr 15
Honour `WX_APPNAME_DATA_DIR` environment variable in all ports (PR #26383)
vadz left a comment (wxWidgets/wxWidgets#26383) Applied as the commit above. — Reply to this email
unread,
Honour `WX_APPNAME_DATA_DIR` environment variable in all ports (PR #26383)
vadz left a comment (wxWidgets/wxWidgets#26383) Applied as the commit above. — Reply to this email
Apr 15
Randalphwa
8
Apr 15
Fix dangling pointer in propgrid (PR #26385)
Closed #26385 via d302e31. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Fix dangling pointer in propgrid (PR #26385)
Closed #26385 via d302e31. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 15
Stefan Csomor
3
Apr 15
OSX fix ghosts of overlay in Mission Control (PR #26384)
Closed #26384 via 456cb43. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
OSX fix ghosts of overlay in Mission Control (PR #26384)
Closed #26384 via 456cb43. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Apr 15
EDI Systems
8
Apr 15
The hidden wxFrame is shown automatically and can not be hidden after restoring from minimize (Issue #23997)
Closed #23997 as completed via 922c5cc. — Reply to this email directly, view it on GitHub, or
unread,
The hidden wxFrame is shown automatically and can not be hidden after restoring from minimize (Issue #23997)
Closed #23997 as completed via 922c5cc. — Reply to this email directly, view it on GitHub, or
Apr 15
Daniel DeMoney
5
Apr 15
wxOverlay.Reset adds phantom windows to Mission Control on Mac (Issue #26380)
Closed #26380 as completed via 456cb43. — Reply to this email directly, view it on GitHub, or
unread,
wxOverlay.Reset adds phantom windows to Mission Control on Mac (Issue #26380)
Closed #26380 as completed via 456cb43. — Reply to this email directly, view it on GitHub, or
Apr 15
Gallicrow
11
Apr 15
wxRibbonArtProvider::GetButtonBarButtonSize not called (Issue #25687)
vadz left a comment (wxWidgets/wxWidgets#25687) I don't know how did I test this the last time,
unread,
wxRibbonArtProvider::GetButtonBarButtonSize not called (Issue #25687)
vadz left a comment (wxWidgets/wxWidgets#25687) I don't know how did I test this the last time,
Apr 15