Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
wx-dev
Conversations
About
wx-dev
1–30 of 34633
Mark all as read
Report abusive group
0 selected
VZ
2
8:50 PM
Modernize and clean up XRC code (PR #23180)
@vadz commented on this pull request. In src/xrc/xmlres.cpp: > + if (isok && c->
unread,
Modernize and clean up XRC code (PR #23180)
@vadz commented on this pull request. In src/xrc/xmlres.cpp: > + if (isok && c->
8:50 PM
VZ
5:41 PM
Update bundled zlib to 1.2.13.1 (PR #23179)
This fixes CVE-2022-37434 (which shouldn't normally affect the use of zlib in wxWidgets but it
unread,
Update bundled zlib to 1.2.13.1 (PR #23179)
This fixes CVE-2022-37434 (which shouldn't normally affect the use of zlib in wxWidgets but it
5:41 PM
Vadim Zeitlin
, …
Scott Talbert
5
5:36 PM
3.2.2 in February?
On Thu, 26 Jan 2023, Vadim Zeitlin wrote: > On Thu, 26 Jan 2023 17:18:03 -0500 (EST) Scott Talbert
unread,
3.2.2 in February?
On Thu, 26 Jan 2023, Vadim Zeitlin wrote: > On Thu, 26 Jan 2023 17:18:03 -0500 (EST) Scott Talbert
5:36 PM
Ian McInerney
5
5:20 PM
Introduce new wxZstdInputStream and wxZstdOutputStream (Issue #23173)
I am (we are) actually using wxLZMAInputStream in production, so there's at least a grand total
unread,
Introduce new wxZstdInputStream and wxZstdOutputStream (Issue #23173)
I am (we are) actually using wxLZMAInputStream in production, so there's at least a grand total
5:20 PM
oneeyeman1
10
5:17 PM
Broken handling of EVT_UPDATE_UI (Issue #23166)
Closed #23166 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
Broken handling of EVT_UPDATE_UI (Issue #23166)
Closed #23166 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
5:17 PM
VZ
8
4:59 PM
3.2 proposed backports (PR #23177)
I've backported all the other fixes marked as such in this branch now, with the exception of #
unread,
3.2 proposed backports (PR #23177)
I've backported all the other fixes marked as such in this branch now, with the exception of #
4:59 PM
williamln
6
4:45 PM
wxTaskBarIcon: Prefer GetPopupMenu over CreatePopupMenu (PR #23010)
Already done in feea01b — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
wxTaskBarIcon: Prefer GetPopupMenu over CreatePopupMenu (PR #23010)
Already done in feea01b — Reply to this email directly, view it on GitHub, or unsubscribe. You are
4:45 PM
Blake-Madden
6
2:28 PM
Suppress -Wmaybe_unused warning (PR #23167)
Thanks for the update, will merge soon. — Reply to this email directly, view it on GitHub, or
unread,
Suppress -Wmaybe_unused warning (PR #23167)
Thanks for the update, will merge soon. — Reply to this email directly, view it on GitHub, or
2:28 PM
VZ
2
11:56 AM
Re: Cannot compile with c++builder xe/xe2 (#16592)
This compiled is not supported since a long time and I'm not even sure if it still exists. —
unread,
Re: Cannot compile with c++builder xe/xe2 (#16592)
This compiled is not supported since a long time and I'm not even sure if it still exists. —
11:56 AM
VZ
2
11:49 AM
Re: Fix compilation with wxUSE_MEM_TRACING==1 (--enable-mem_tracing) (#15373)
Closed #15373 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
Re: Fix compilation with wxUSE_MEM_TRACING==1 (--enable-mem_tracing) (#15373)
Closed #15373 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
11:49 AM
VZ
2
11:48 AM
Re: segfault on OpenBSD amd64 in src/regex/regexec.c:172 (#13822)
Closed #13822 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
Re: segfault on OpenBSD amd64 in src/regex/regexec.c:172 (#13822)
Closed #13822 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
11:48 AM
VZ
11:47 AM
Remove unused definitions from setup headers (PR #23178)
No real changes, just clean up some really ancient stuff. You can view, comment on, or merge this
unread,
Remove unused definitions from setup headers (PR #23178)
No real changes, just clean up some really ancient stuff. You can view, comment on, or merge this
11:47 AM
Mark Roszko
8
Jan 25
wxSimplebook causes link conflict (Issue #22805)
Yea It's been killing me to get around to this. I think the issue comes up when you use
unread,
wxSimplebook causes link conflict (Issue #22805)
Yea It's been killing me to get around to this. I think the issue comes up when you use
Jan 25
charrir
,
Andy Robinson
16
Jan 25
moving a window isn't smooth (Issue #23160)
Thanks for testing this, it's unfortunate that even this doesn't fix it, but I really don
unread,
moving a window isn't smooth (Issue #23160)
Thanks for testing this, it's unfortunate that even this doesn't fix it, but I really don
Jan 25
oneeyeman1
2
Jan 25
Xcode project gives a lot of warnings (Issue #23162)
I think we can remove all the PACKAGE_XXX defines from include/wx/osx/config_xcode.h as we never use
unread,
Xcode project gives a lot of warnings (Issue #23162)
I think we can remove all the PACKAGE_XXX defines from include/wx/osx/config_xcode.h as we never use
Jan 25
oneeyeman1
7
Jan 25
Broken handling of EVT_UPDATE_UI (Issue #23150)
Closed #23150 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
Broken handling of EVT_UPDATE_UI (Issue #23150)
Closed #23150 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
Jan 25
Maarten
3
Jan 25
Update joystick sample, fix joystick name (PR #23175)
Nice, thanks! I'll backport the first commit to 3.2 too. — Reply to this email directly, view it
unread,
Update joystick sample, fix joystick name (PR #23175)
Nice, thanks! I'll backport the first commit to 3.2 too. — Reply to this email directly, view it
Jan 25
AliKet
3
Jan 25
Fix initializing wxFont from wxNativeFontInfo in wxQt (PR #23163)
Closed #23163 via eeaef96. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Fix initializing wxFont from wxNativeFontInfo in wxQt (PR #23163)
Closed #23163 via eeaef96. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 25
VZ
2
Jan 25
Re-re-enable using pkg-config when targeting Linux systems (PR #23176)
Merged #23176 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Re-re-enable using pkg-config when targeting Linux systems (PR #23176)
Merged #23176 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 25
inkmeister
4
Jan 25
wxJoystick::GetProductName() returns blank string on Windows (suggested fix attached) (Issue #23172)
Closed #23172 as completed via ab12443. — Reply to this email directly, view it on GitHub, or
unread,
wxJoystick::GetProductName() returns blank string on Windows (suggested fix attached) (Issue #23172)
Closed #23172 as completed via ab12443. — Reply to this email directly, view it on GitHub, or
Jan 25
Tobias Taschner
6
Jan 25
macOS: web view not handling keyboard shortcuts (Issue #23151)
I've tested a little more and overall I can still say that Cmd+Q works. But I'm a little
unread,
macOS: web view not handling keyboard shortcuts (Issue #23151)
I've tested a little more and overall I can still say that Cmd+Q works. But I'm a little
Jan 25
PB
2
Jan 24
MSW dark mode misdected in release MSVC builds (Issue #23169)
As I am still baffled by this issue, I looked into it (with MSVS 2022). It appears the problem is
unread,
MSW dark mode misdected in release MSVC builds (Issue #23169)
As I am still baffled by this issue, I looked into it (with MSVS 2022). It appears the problem is
Jan 24
Stefan Csomor
Jan 24
Feed back OSX selectors on WebView (PR #23174)
see #23151 You can view, comment on, or merge this pull request online at: https://github.com/
unread,
Feed back OSX selectors on WebView (PR #23174)
see #23151 You can view, comment on, or merge this pull request online at: https://github.com/
Jan 24
Nikki
2
Jan 24
--disable-gtktest configure option no longer working (Issue #23171)
I don't think this is related to that option at all, which should be still honoured, it rather
unread,
--disable-gtktest configure option no longer working (Issue #23171)
I don't think this is related to that option at all, which should be still honoured, it rather
Jan 24
Giloo
11
Jan 24
wxPanel Size not obeyed on some window managers (GNOME, XFCE) ? (Issue #23145)
Ideally there would be no need for the workarounds, so please check if you still need them once you
unread,
wxPanel Size not obeyed on some window managers (GNOME, XFCE) ? (Issue #23145)
Ideally there would be no need for the workarounds, so please check if you still need them once you
Jan 24
Adrien Tétar
Jan 23
Re: Introduce wxFontInfo LetterSpacing property (#563)
Closed #563. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
Re: Introduce wxFontInfo LetterSpacing property (#563)
Closed #563. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Jan 23
AliKet
2
Jan 23
wxSearchCtrl not rendered correctly in wxQt (Issue #23170)
I agree that the other change doesn't seem necessary any more, but I also think that wxQt is
unread,
wxSearchCtrl not rendered correctly in wxQt (Issue #23170)
I agree that the other change doesn't seem necessary any more, but I also think that wxQt is
Jan 23
DjPasco
9
Jan 23
Minimizing grid lines redraw when custom draw function is used (PR #23032)
I've restarted this build, let's see if it was a real failure or just a gremlin... It seems
unread,
Minimizing grid lines redraw when custom draw function is used (PR #23032)
I've restarted this build, let's see if it was a real failure or just a gremlin... It seems
Jan 23
PB
4
Jan 22
wxGenericNotificationMessage on Windows broken by the use of `WS_EX_COMPOSITED` (Issue #23078)
Closing as as completed in b4dd25e, the issue was for some reason not closed automatically. — Reply
unread,
wxGenericNotificationMessage on Windows broken by the use of `WS_EX_COMPOSITED` (Issue #23078)
Closing as as completed in b4dd25e, the issue was for some reason not closed automatically. — Reply
Jan 22
AW
32
Jan 22
Apply workaround to mask issues with repainting some controls (PR #22987)
Closed #22987. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
Apply workaround to mask issues with repainting some controls (PR #22987)
Closed #22987. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Jan 22