Groups
Groups
Sign in
Groups
Groups
wx-dev
Conversations
About
Send feedback
Help
wx-dev
1–30 of 37920
Mark all as read
Report group
0 selected
cedric84
12:52 AM
wxAppConsole::OnUnhandledException documentation quotes "OnUnhandledException" instead of "OnExceptionInMainLoop" (Issue #26101)
cedric84 created an issue (wxWidgets/wxWidgets#26101) In following lines, I believe that
unread,
wxAppConsole::OnUnhandledException documentation quotes "OnUnhandledException" instead of "OnExceptionInMainLoop" (Issue #26101)
cedric84 created an issue (wxWidgets/wxWidgets#26101) In following lines, I believe that
12:52 AM
Bill Su
10
Jan 15
make wxScrolled<> autoscroll region configurable (PR #25978)
wsu-cb left a comment (wxWidgets/wxWidgets#25978) If the autoscroll code is touched at all, i think
unread,
make wxScrolled<> autoscroll region configurable (PR #25978)
wsu-cb left a comment (wxWidgets/wxWidgets#25978) If the autoscroll code is touched at all, i think
Jan 15
Vadim Zeitlin
, …
wsu
10
Jan 15
Using fmt in wx
Is using fmt an attempt to avoid using C++20? It seems like using C++20 would avoid these
unread,
Using fmt in wx
Is using fmt an attempt to avoid using C++20? It seems like using C++20 would avoid these
Jan 15
Randalphwa
,
Randalph
77
Jan 15
Add wxLunaSVG rendering enginge library (PR #25902)
vadz left a comment (wxWidgets/wxWidgets#25902) Thanks, AppVeyor failure is surely spurious, looks
unread,
Add wxLunaSVG rendering enginge library (PR #25902)
vadz left a comment (wxWidgets/wxWidgets#25902) Thanks, AppVeyor failure is surely spurious, looks
Jan 15
VZ
Jan 15
Document change in `wxPoint(wxRealPoint)` behaviour and provide alternatives (PR #26100)
See #26099. You can view, comment on, or merge this pull request online at: https://github.com/
unread,
Document change in `wxPoint(wxRealPoint)` behaviour and provide alternatives (PR #26100)
See #26099. You can view, comment on, or merge this pull request online at: https://github.com/
Jan 15
VZ
13
Jan 15
2026-01 backports to 3.2 (PR #26065)
@vadz pushed 3 commits. 833ac77 wxRichTextCtrl: Enhance macOS key bindings cc1c23b Handle font names
unread,
2026-01 backports to 3.2 (PR #26065)
@vadz pushed 3 commits. 833ac77 wxRichTextCtrl: Enhance macOS key bindings cc1c23b Handle font names
Jan 15
Stefan Csomor
8
Jan 15
OSX add explicit transparency where missing (PR #26092)
Closed #26092 via 5d41b24. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
OSX add explicit transparency where missing (PR #26092)
Closed #26092 via 5d41b24. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 15
Stefan Csomor
7
Jan 15
OSX fix app boot (PR #26098)
Closed #26098 via 2f89cd2. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
OSX fix app boot (PR #26098)
Closed #26098 via 2f89cd2. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 15
Henk Demper
7
Jan 15
On Mac, wxWidgets applications initially not shown till mouse moved or keyboard pressed (Issue #26095)
Closed #26095 as completed via 2f89cd2. — Reply to this email directly, view it on GitHub, or
unread,
On Mac, wxWidgets applications initially not shown till mouse moved or keyboard pressed (Issue #26095)
Closed #26095 as completed via 2f89cd2. — Reply to this email directly, view it on GitHub, or
Jan 15
Duncan
3
Jan 15
wxPoint ctor rounds instead of truncates (Issue #26099)
duncanspumpkin left a comment (wxWidgets/wxWidgets#26099) It's fine the project i was working on
unread,
wxPoint ctor rounds instead of truncates (Issue #26099)
duncanspumpkin left a comment (wxWidgets/wxWidgets#26099) It's fine the project i was working on
Jan 15
VZ
7
Jan 15
Add debug logging to `wxWebRequest` (PR #26086)
Closed #26086. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
Add debug logging to `wxWebRequest` (PR #26086)
Closed #26086. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Jan 15
Ian McInerney
5
Jan 15
Wrap wxCHECK macro inside a do{}while construct to protect it (PR #26096)
Closed #26096 via 23bab9e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Wrap wxCHECK macro inside a do{}while construct to protect it (PR #26096)
Closed #26096 via 23bab9e. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 15
AliKet
3
Jan 15
Fix wxRibbonBar crashing under wxQt ( 5&6 ) (PR #26093)
Merged #26093 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Fix wxRibbonBar crashing under wxQt ( 5&6 ) (PR #26093)
Merged #26093 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 15
rudolfwalter
3
Jan 15
Surprising wxAuiNotebook split behaviour (Issue #26081)
rudolfwalter left a comment (wxWidgets/wxWidgets#26081) the problem (1) is indeed pretty bad so I
unread,
Surprising wxAuiNotebook split behaviour (Issue #26081)
rudolfwalter left a comment (wxWidgets/wxWidgets#26081) the problem (1) is indeed pretty bad so I
Jan 15
Igor Korot
, …
Vadim Zeitlin
5
Jan 15
Solution split
On Wed, 14 Jan 2026 15:29:12 -0800 Igor Korot wrote: IK> I'm doing the build by going to “
unread,
Solution split
On Wed, 14 Jan 2026 15:29:12 -0800 Igor Korot wrote: IK> I'm doing the build by going to “
Jan 15
RobertRoeb
34
Jan 14
Make selection rect rounded as per OS X look (PR #26084)
@paulcor commented on this pull request. In include/wx/renderer.h: > @@ -74,7 +74,16 @@ enum //
unread,
Make selection rect rounded as per OS X look (PR #26084)
@paulcor commented on this pull request. In include/wx/renderer.h: > @@ -74,7 +74,16 @@ enum //
Jan 14
RobertRoeb
3
Jan 14
Enable macOS 26 Tahoe look, no matter what, still fails in dark mode (PR #26094)
RobertRoeb left a comment (wxWidgets/wxWidgets#26094) Further work, see below. I still do not know
unread,
Enable macOS 26 Tahoe look, no matter what, still fails in dark mode (PR #26094)
RobertRoeb left a comment (wxWidgets/wxWidgets#26094) Further work, see below. I still do not know
Jan 14
RobertRoeb
7
Jan 14
wxDialogValidateEvent as an alternative to Validate() (PR #26026)
vadz left a comment (wxWidgets/wxWidgets#26026) One month later, I think it's time to close this
unread,
wxDialogValidateEvent as an alternative to Validate() (PR #26026)
vadz left a comment (wxWidgets/wxWidgets#26026) One month later, I think it's time to close this
Jan 14
nieder
75
Jan 13
GTK2 port fails to build on macOS (v3.2.2.1) (Issue #23475)
barracuda156 left a comment (wxWidgets/wxWidgets#23475) Just to reflect recent developments: the
unread,
GTK2 port fails to build on macOS (v3.2.2.1) (Issue #23475)
barracuda156 left a comment (wxWidgets/wxWidgets#23475) Just to reflect recent developments: the
Jan 13
RobertRoeb
8
Jan 13
OS X, correct background of wxStaticText in a wxStaticBox (PR #26088)
csomor left a comment (wxWidgets/wxWidgets#26088) @csomor I assume that this is expected because
unread,
OS X, correct background of wxStaticText in a wxStaticBox (PR #26088)
csomor left a comment (wxWidgets/wxWidgets#26088) @csomor I assume that this is expected because
Jan 13
RobertRoeb
Jan 13
Corrected wxTreeCtrl::DoGetBestSize(), added DoGetBestClientWidth (PR #26097)
For the generic wxTreeCtrl: Corrected ::DoGetBestSize(), added DoGetBestClientWidth Adapted both to
unread,
Corrected wxTreeCtrl::DoGetBestSize(), added DoGetBestClientWidth (PR #26097)
For the generic wxTreeCtrl: Corrected ::DoGetBestSize(), added DoGetBestClientWidth Adapted both to
Jan 13
lsri2
9
Jan 12
wxRichTextCtrl Selected Text Shifts (Issue #22771)
torstenvl left a comment (wxWidgets/wxWidgets#22771) @lsri2 Can you help me understand the exact
unread,
wxRichTextCtrl Selected Text Shifts (Issue #22771)
torstenvl left a comment (wxWidgets/wxWidgets#22771) @lsri2 Can you help me understand the exact
Jan 12
David Hansel
7
Jan 11
Prevent crash in wxD2DRenderer::CreateContext* if BindDC() call fails. (PR #26052)
dhansel left a comment (wxWidgets/wxWidgets#26052) I had hoped I could get to it but work has come in
unread,
Prevent crash in wxD2DRenderer::CreateContext* if BindDC() call fails. (PR #26052)
dhansel left a comment (wxWidgets/wxWidgets#26052) I had hoped I could get to it but work has come in
Jan 11
Mohmed abdel-fattah
9
Jan 11
Improve MSW menu dark-mode rendering and Windows 11 menu appearance (PR #26053)
memoarfaa left a comment (wxWidgets/wxWidgets#26053) @memoarfaa Do you plan to make more changes here
unread,
Improve MSW menu dark-mode rendering and Windows 11 menu appearance (PR #26053)
memoarfaa left a comment (wxWidgets/wxWidgets#26053) @memoarfaa Do you plan to make more changes here
Jan 11
Robert Roebling
Jan 11
macOS 26 amd overriding drawRect
Hi all, as it has already been pointed out, overriding drawRect in windows.mm causes legacy rendering
unread,
macOS 26 amd overriding drawRect
Hi all, as it has already been pointed out, overriding drawRect in windows.mm causes legacy rendering
Jan 11
Stefan Csomor
7
Jan 11
OSX transparent controls background (PR #26090)
Merged #26090 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
OSX transparent controls background (PR #26090)
Merged #26090 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Jan 11
Maarten
3
Jan 10
CMake: Search for GTK2 using pkg-config first (PR #26091)
Closed #26091. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
CMake: Search for GTK2 using pkg-config first (PR #26091)
Closed #26091. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Jan 10
gmeeker
5
Jan 10
CMake is unable to find gio/gunixfdlist.h (Issue #26040)
Closed #26040 as completed via 312645b. — Reply to this email directly, view it on GitHub, or
unread,
CMake is unable to find gio/gunixfdlist.h (Issue #26040)
Closed #26040 as completed via 312645b. — Reply to this email directly, view it on GitHub, or
Jan 10
Stefan Csomor
,
Vadim Zeitlin
2
Jan 10
macOS latest wxOSX Ninja build error
On Sat, 10 Jan 2026 19:32:30 +0000 'Stefan Csomor' via wx-dev wrote: SC> any ideas what
unread,
macOS latest wxOSX Ninja build error
On Sat, 10 Jan 2026 19:32:30 +0000 'Stefan Csomor' via wx-dev wrote: SC> any ideas what
Jan 10
Bill Su
6
Jan 10
wxPopupTransientWindow: don't destroy twice (PR #26083)
vadz left a comment (wxWidgets/wxWidgets#26083) Sorry, I made a typo, I meant to write: "what
unread,
wxPopupTransientWindow: don't destroy twice (PR #26083)
vadz left a comment (wxWidgets/wxWidgets#26083) Sorry, I made a typo, I meant to write: "what
Jan 10