Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
wx-dev
Conversations
About
wx-dev
1–30 of 38040
Mark all as read
Report group
0 selected
normvcr
4:20 PM
grindmerge.pl to merge valgrind suppressions (Issue #26205)
normvcr created an issue (wxWidgets/wxWidgets#26205) I have created this forum message, as I am
unread,
grindmerge.pl to merge valgrind suppressions (Issue #26205)
normvcr created an issue (wxWidgets/wxWidgets#26205) I have created this forum message, as I am
4:20 PM
dsa-t
3
12:51 PM
Incorrect rendering/layout in widgets sample "Static" page elements (Issue #26133)
vadz left a comment (wxWidgets/wxWidgets#26133) There are "TODO-MULTILINE-MARKUP" comments
unread,
Incorrect rendering/layout in widgets sample "Static" page elements (Issue #26133)
vadz left a comment (wxWidgets/wxWidgets#26133) There are "TODO-MULTILINE-MARKUP" comments
12:51 PM
VZ
2
12:33 PM
Re: Don't accumulate timer events when calling YieldFor() in wxMSW (PR #26204)
Repeated calls to this function could result in unbounded input queue growth because timer events
unread,
Re: Don't accumulate timer events when calling YieldFor() in wxMSW (PR #26204)
Repeated calls to this function could result in unbounded input queue growth because timer events
12:33 PM
Jon Evans
19
12:31 PM
wxDataViewCtrl tree rendering is broken when expanding/collapsing nodes on macOS (Issue #25162)
tempelmann left a comment (wxWidgets/wxWidgets#25162) @vadz Not sure how your renderers look like,
unread,
wxDataViewCtrl tree rendering is broken when expanding/collapsing nodes on macOS (Issue #25162)
tempelmann left a comment (wxWidgets/wxWidgets#25162) @vadz Not sure how your renderers look like,
12:31 PM
Mark Roszko
11
12:26 PM
wxGrid should disable ime input on read-only cells (Issue #24558)
vadz left a comment (wxWidgets/wxWidgets#24558) Sorry, I failed to fix this in reasonable amount of
unread,
wxGrid should disable ime input on read-only cells (Issue #24558)
vadz left a comment (wxWidgets/wxWidgets#24558) Sorry, I failed to fix this in reasonable amount of
12:26 PM
dsa-t
2
12:10 PM
Controls flicker/disappear in AUI toolbar when resizing sashes on MSW (Issue #26142)
vadz left a comment (wxWidgets/wxWidgets#26142) I can indeed see this, thanks, will take a look. —
unread,
Controls flicker/disappear in AUI toolbar when resizing sashes on MSW (Issue #26142)
vadz left a comment (wxWidgets/wxWidgets#26142) I can indeed see this, thanks, will take a look. —
12:10 PM
0tkl
2
12:06 PM
MSW: Toolbar button widths aren't automatically shrink after deleting (Issue #26127)
vadz left a comment (wxWidgets/wxWidgets#26127) We probably could fix this by just calling Realize()
unread,
MSW: Toolbar button widths aren't automatically shrink after deleting (Issue #26127)
vadz left a comment (wxWidgets/wxWidgets#26127) We probably could fix this by just calling Realize()
12:06 PM
VZ
2
11:51 AM
Fix `wxSpinButton` appearance in wxMSW dark mode (PR #26203)
@vadz pushed 2 commits. 802e310 Use wxPaintDC when drawing wxSpinButton in dark mode 446fc38 Don'
unread,
Fix `wxSpinButton` appearance in wxMSW dark mode (PR #26203)
@vadz pushed 2 commits. 802e310 Use wxPaintDC when drawing wxSpinButton in dark mode 446fc38 Don'
11:51 AM
dsa-t
7
11:40 AM
wxGenericProgressDialog gets slower with each update (Issue #26192)
vadz left a comment (wxWidgets/wxWidgets#26192) Thinking more about this, another possibility would
unread,
wxGenericProgressDialog gets slower with each update (Issue #26192)
vadz left a comment (wxWidgets/wxWidgets#26192) Thinking more about this, another possibility would
11:40 AM
Eran Ifrah
9
11:24 AM
[wxMSW] wxRichTooltip & Dark Theme (Issue #25891)
vadz left a comment (wxWidgets/wxWidgets#25891) Sorry, I must be blind but I don't see what does
unread,
[wxMSW] wxRichTooltip & Dark Theme (Issue #25891)
vadz left a comment (wxWidgets/wxWidgets#25891) Sorry, I must be blind but I don't see what does
11:24 AM
dsa-t
3
11:07 AM
Spin control colors break in MSW dark mode (Issue #26198)
vadz left a comment (wxWidgets/wxWidgets#26198) OK, I think this was only "fixed" as a side
unread,
Spin control colors break in MSW dark mode (Issue #26198)
vadz left a comment (wxWidgets/wxWidgets#26198) OK, I think this was only "fixed" as a side
11:07 AM
Ethin Probst
7
10:58 AM
wxRichTextCtrl is inaccessible to screen readers (Issue #26051)
ethindp left a comment (wxWidgets/wxWidgets#26051) @vadz @torstenvl You should probably just jump
unread,
wxRichTextCtrl is inaccessible to screen readers (Issue #26051)
ethindp left a comment (wxWidgets/wxWidgets#26051) @vadz @torstenvl You should probably just jump
10:58 AM
Joshua Lee Ockert
2
10:15 AM
wxRichTextCtrl: Basic screen reader support (PR #26202)
vadz left a comment (wxWidgets/wxWidgets#26202) Thanks, will merge and push soon. — Reply to this
unread,
wxRichTextCtrl: Basic screen reader support (PR #26202)
vadz left a comment (wxWidgets/wxWidgets#26202) Thanks, will merge and push soon. — Reply to this
10:15 AM
Maarten
7
10:11 AM
Change return type of wxGetTranslation (PR #26196)
vadz left a comment (wxWidgets/wxWidgets#26196) I thought compilers would warn about this but if they
unread,
Change return type of wxGetTranslation (PR #26196)
vadz left a comment (wxWidgets/wxWidgets#26196) I thought compilers would warn about this but if they
10:11 AM
VZ
3
Feb 17
Fix install name change under macOS (PR #26200)
ravidavi left a comment (wxWidgets/wxWidgets#26200) This works great for my use case (the NASA GMAT
unread,
Fix install name change under macOS (PR #26200)
ravidavi left a comment (wxWidgets/wxWidgets#26200) This works great for my use case (the NASA GMAT
Feb 17
Ryan Carsten Schmidt
20
Feb 17
Build failure on macOS 11 and earlier due to use of `readlink -f` (Issue #25675)
ravidavi left a comment (wxWidgets/wxWidgets#25675) @vadz #26200 works! The dylibs in the install
unread,
Build failure on macOS 11 and earlier due to use of `readlink -f` (Issue #25675)
ravidavi left a comment (wxWidgets/wxWidgets#25675) @vadz #26200 works! The dylibs in the install
Feb 17
Naser Mahfouz
21
Feb 17
v3.2.5...v3.2.6 ABI breaking? (Issue #25173)
hmaarrfk left a comment (wxWidgets/wxWidgets#25173) I've really stopped using wx. So I won't
unread,
v3.2.5...v3.2.6 ABI breaking? (Issue #25173)
hmaarrfk left a comment (wxWidgets/wxWidgets#25173) I've really stopped using wx. So I won't
Feb 17
Joshua Lee Ockert
2
Feb 17
wxRichTextCtrl: Basic screen reader support (PR #26201)
Closed #26201. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
wxRichTextCtrl: Basic screen reader support (PR #26201)
Closed #26201. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Feb 17
Maarten
2
Feb 17
Update jpeg and zlib submodules (PR #26199)
@MaartenBent pushed 1 commit. f1a0a75 Update jpeg and zlib submodules — View it on GitHub or
unread,
Update jpeg and zlib submodules (PR #26199)
@MaartenBent pushed 1 commit. f1a0a75 Update jpeg and zlib submodules — View it on GitHub or
Feb 17
Dmitrii Serebriannikov
2
Feb 17
Error when building tif_jpeg.c (Issue #26197)
MaartenBent left a comment (wxWidgets/wxWidgets#26197) Thanks for reporting. I wrongly updated the
unread,
Error when building tif_jpeg.c (Issue #26197)
MaartenBent left a comment (wxWidgets/wxWidgets#26197) Thanks for reporting. I wrongly updated the
Feb 17
VZ
6
Feb 16
Re: Add `wxGLCanvas::GetProcAddress()` (#9215)
vadz left a comment (wxWidgets/wxWidgets#9215) Now I wonder if this should be in wxGLContext or in
unread,
Re: Add `wxGLCanvas::GetProcAddress()` (#9215)
vadz left a comment (wxWidgets/wxWidgets#9215) Now I wonder if this should be in wxGLContext or in
Feb 16
Maarten
11
Feb 16
Static apps build with MinGW-w64 exit with segfault (Issue #26195)
Closed #26195 as completed via 02cff90. — Reply to this email directly, view it on GitHub, or
unread,
Static apps build with MinGW-w64 exit with segfault (Issue #26195)
Closed #26195 as completed via 02cff90. — Reply to this email directly, view it on GitHub, or
Feb 16
AliKet
3
Feb 16
[wxWidgets/wxWidgets] wxQt: Suppress the selection changed event on the first display of th… (PR #26194)
Closed #26194 via e34e54f. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[wxWidgets/wxWidgets] wxQt: Suppress the selection changed event on the first display of th… (PR #26194)
Closed #26194 via e34e54f. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Feb 16
Bill Su
47
Feb 15
make wxScrolled<> autoscroll region configurable (PR #25978)
vadz left a comment (wxWidgets/wxWidgets#25978) I'd still keep wxDefaultCoord for the future use
unread,
make wxScrolled<> autoscroll region configurable (PR #25978)
vadz left a comment (wxWidgets/wxWidgets#25978) I'd still keep wxDefaultCoord for the future use
Feb 15
Daryl
6
Feb 15
Listctrl no longer has background colors - all black after update 1.30.0 (Issue #26193)
MaartenBent left a comment (wxWidgets/wxWidgets#26193) This was broken from 16 November (3842352)
unread,
Listctrl no longer has background colors - all black after update 1.30.0 (Issue #26193)
MaartenBent left a comment (wxWidgets/wxWidgets#26193) This was broken from 16 November (3842352)
Feb 15
VZ
38
Feb 15
Menu appearance fixes for wxMSW (PR #26182)
vadz left a comment (wxWidgets/wxWidgets#26182) I wouldn't worry much about the problem in my
unread,
Menu appearance fixes for wxMSW (PR #26182)
vadz left a comment (wxWidgets/wxWidgets#26182) I wouldn't worry much about the problem in my
Feb 15
dsa-t
5
Feb 15
wxRichToolTip text is not visible on KDE+Breath theme (Issue #26185)
vadz left a comment (wxWidgets/wxWidgets#26185) Does it work (as in "appear correctly on screen
unread,
wxRichToolTip text is not visible on KDE+Breath theme (Issue #26185)
vadz left a comment (wxWidgets/wxWidgets#26185) Does it work (as in "appear correctly on screen
Feb 15
Maarten
13
Feb 15
Update submodules (PR #26191)
MaartenBent left a comment (wxWidgets/wxWidgets#26191) I checked the submodule references in the
unread,
Update submodules (PR #26191)
MaartenBent left a comment (wxWidgets/wxWidgets#26191) I checked the submodule references in the
Feb 15
VZ
5
Feb 14
Ensure windows are destroyed before wxApp::OnExit() is called (PR #26189)
vadz left a comment (wxWidgets/wxWidgets#26189) Cherry picked in the commit referenced above. — Reply
unread,
Ensure windows are destroyed before wxApp::OnExit() is called (PR #26189)
vadz left a comment (wxWidgets/wxWidgets#26189) Cherry picked in the commit referenced above. — Reply
Feb 14
VZ
6
Feb 14
Replace recently added wxFrame::Modality with wxWindowMode (PR #26188)
vadz left a comment (wxWidgets/wxWidgets#26188) Cherry picked in the commit referenced above. — Reply
unread,
Replace recently added wxFrame::Modality with wxWindowMode (PR #26188)
vadz left a comment (wxWidgets/wxWidgets#26188) Cherry picked in the commit referenced above. — Reply
Feb 14