Groups
Sign in
Groups
wx-dev
Conversations
About
Send feedback
Help
wx-dev
Contact owners and managers
1–30 of 36697
Mark all as read
Report group
0 selected
Blake-Madden
7
6:01 PM
Fix numbers in translations (PR #25013)
I'm working on a tool to detect i18n issues like this...built with wxWidgets, of course :) —
unread,
Fix numbers in translations (PR #25013)
I'm working on a tool to detect i18n issues like this...built with wxWidgets, of course :) —
6:01 PM
Blake-Madden
4
8:51 AM
Fix syntax errors in gen_iface.py (PR #25012)
Closed #25012 via 113acd2. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Fix syntax errors in gen_iface.py (PR #25012)
Closed #25012 via 113acd2. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
8:51 AM
Blake-Madden
5
8:51 AM
Save from STC with UTF-8 encoding, not current code page (PR #25008)
Closed #25008 via 620ad0b. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Save from STC with UTF-8 encoding, not current code page (PR #25008)
Closed #25008 via 620ad0b. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
8:51 AM
VZ
4
8:51 AM
Revert changes allowing adding multiple headers with the same name to `wxWebSession` (PR #25014)
Merged #25014 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Revert changes allowing adding multiple headers with the same name to `wxWebSession` (PR #25014)
Merged #25014 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
8:51 AM
Lauri Nurmi
9
Dec 19
Allow opting out of catching unhandled C++ exceptions (PR #24997)
@vadz commented on this pull request. In interface/wx/sysopt.h: > @@ -37,6 +37,15 @@ this option
unread,
Allow opting out of catching unhandled C++ exceptions (PR #24997)
@vadz commented on this pull request. In interface/wx/sysopt.h: > @@ -37,6 +37,15 @@ this option
Dec 19
Stefan Dinkelacker
16
Dec 19
Support multiple HTTP headers with same name (PR #24881)
Sorry, after re-checking HTTP standard, I think it was a bad idea to merge this PR. It clearly says
unread,
Support multiple HTTP headers with same name (PR #24881)
Sorry, after re-checking HTTP standard, I think it was a bad idea to merge this PR. It clearly says
Dec 19
wsu
Dec 19
wxDocument::UpdateAllViews() and wxDocument::NotifyClosing() iteration
When wxDocument::UpdateAllViews() and wxDocument::NotifyClosing() iterate over the view instances,
unread,
wxDocument::UpdateAllViews() and wxDocument::NotifyClosing() iteration
When wxDocument::UpdateAllViews() and wxDocument::NotifyClosing() iterate over the view instances,
Dec 19
arch1t3cht
2
Dec 17
Comboboxes on Mac do not start out with no selection when given empty string as value (Issue #25011)
I'm not sure if NSComboBox really supports being empty (corrections from Mac users welcome), so
unread,
Comboboxes on Mac do not start out with no selection when given empty string as value (Issue #25011)
I'm not sure if NSComboBox really supports being empty (corrections from Mac users welcome), so
Dec 17
Elmi77
4
Dec 17
Asserts for message box answer combinations are too restrictive (Issue #25010)
No, sorry, "OK" used as the opposite of "No" is the same as "Yes", and
unread,
Asserts for message box answer combinations are too restrictive (Issue #25010)
No, sorry, "OK" used as the opposite of "No" is the same as "Yes", and
Dec 17
茂
4
Dec 17
C++20 Coroutine support (Issue #25009)
No, it is not scheduled, but would be great to have. Of course, this would be a lot of work and it
unread,
C++20 Coroutine support (Issue #25009)
No, it is not scheduled, but would be great to have. Of course, this would be a lot of work and it
Dec 17
rudolfwalter
3
Dec 16
AUI borders too thick on high DPI (Issue #25006)
One could argue that 2px is correct, because everything will double at 200%. But it would indeed be
unread,
AUI borders too thick on high DPI (Issue #25006)
One could argue that 2px is correct, because everything will double at 200%. But it would indeed be
Dec 16
Christian Beier
Dec 16
wxListCtrl does not react to on-the-fly dark-mode vs light-mode switches (Issue #25007)
Description wxListCtrl from wxWidgets v3.2.6 does not react to on-the-fly dark-mode vs light-mode
unread,
wxListCtrl does not react to on-the-fly dark-mode vs light-mode switches (Issue #25007)
Description wxListCtrl from wxWidgets v3.2.6 does not react to on-the-fly dark-mode vs light-mode
Dec 16
Randalphwa
25
Dec 16
Add LunaSVG as an optional replacement for NanoSVG (PR #24475)
@MaartenBent commented on this pull request. In build/cmake/options.cmake: > @@ -111,7 +111,12 @@
unread,
Add LunaSVG as an optional replacement for NanoSVG (PR #24475)
@MaartenBent commented on this pull request. In build/cmake/options.cmake: > @@ -111,7 +111,12 @@
Dec 16
VZ
3
Dec 15
Fix restoring previously maximized pane when loading wxAUI layout (PR #25004)
Closed #25004. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
unread,
Fix restoring previously maximized pane when loading wxAUI layout (PR #25004)
Closed #25004. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving
Dec 15
VZ
5
Dec 15
Change values of standard colours to follow CSS standard (PR #25002)
Merged #25002 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Change values of standard colours to follow CSS standard (PR #25002)
Merged #25002 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 15
VZ
2
Dec 15
Restoring wxAUI state with a maximized pane doesn't work correctly (Issue #24990)
Closed #24990 as completed via a694c63. — Reply to this email directly, view it on GitHub, or
unread,
Restoring wxAUI state with a maximized pane doesn't work correctly (Issue #24990)
Closed #24990 as completed via a694c63. — Reply to this email directly, view it on GitHub, or
Dec 15
VZ
3
Dec 15
Add support for serializing wxAuiNotebook layout (PR #24998)
Merged #24998 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Add support for serializing wxAuiNotebook layout (PR #24998)
Merged #24998 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 15
VZ
5
Dec 15
Save `wxAuiNotebook` information too when saving AUI layout (Issue #24950)
Closed #24950 as completed via fe7df68. — Reply to this email directly, view it on GitHub, or
unread,
Save `wxAuiNotebook` information too when saving AUI layout (Issue #24950)
Closed #24950 as completed via fe7df68. — Reply to this email directly, view it on GitHub, or
Dec 15
PB
2
Dec 15
sockets sample issues (Issue #25005)
Sorry, I just don't have any bandwidth (ha ha) for the sockets, so I just don't know
unread,
sockets sample issues (Issue #25005)
Sorry, I just don't have any bandwidth (ha ha) for the sockets, so I just don't know
Dec 15
Jorge Moraleda
3
Dec 15
grid::GetGridWindow returns different windows under GTK and MSW when there are frozen rows or cols (Issue #23939)
For what is worth, I continue observing these inconsistencies in the latest version. However, I have
unread,
grid::GetGridWindow returns different windows under GTK and MSW when there are frozen rows or cols (Issue #23939)
For what is worth, I continue observing these inconsistencies in the latest version. However, I have
Dec 15
Ronald
4
Dec 14
What about re-implementing Qt's model/view? (Issue #25001)
Sorry, this is too broad/imprecise to be really actionable, so it's not useful to have this as an
unread,
What about re-implementing Qt's model/view? (Issue #25001)
Sorry, this is too broad/imprecise to be really actionable, so it's not useful to have this as an
Dec 14
Bill Su
3
Dec 14
wxASSERT if first wxView::OnCreate() fails (Issue #25003)
Closed #25003 as not planned. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
wxASSERT if first wxView::OnCreate() fails (Issue #25003)
Closed #25003 as not planned. — Reply to this email directly, view it on GitHub, or unsubscribe. You
Dec 14
oneeyeman1
48
Dec 13
Implement maximum length on the multiline text control under GTK (PR #24751)
@oneeyeman1 commented on this pull request. In src/gtk/textctrl.cpp: > +#if GTK_CHECK_VERSION( 3,
unread,
Implement maximum length on the multiline text control under GTK (PR #24751)
@oneeyeman1 commented on this pull request. In src/gtk/textctrl.cpp: > +#if GTK_CHECK_VERSION( 3,
Dec 13
VZ
3
Dec 12
Implement support for markup in wxMSW wxStaticText (PR #25000)
Merged #25000 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Implement support for markup in wxMSW wxStaticText (PR #25000)
Merged #25000 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 12
Lauri Nurmi
3
Dec 12
Fix double negatives used with 'neither' (PR #24999)
Closed #24999 via 87c1aae. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Fix double negatives used with 'neither' (PR #24999)
Closed #24999 via 87c1aae. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 12
baldrianbandit
6
Dec 10
Wxwidgets / Kicad: High load with EGL support enabled (Issue #24977)
To prevent EGL+Wayland from breaking, maybe wx can introduce a swap buffers call that uses Wayland
unread,
Wxwidgets / Kicad: High load with EGL support enabled (Issue #24977)
To prevent EGL+Wayland from breaking, maybe wx can introduce a swap buffers call that uses Wayland
Dec 10
VZ
2
Dec 9
Some minor enhancements to `wxAuiNotebook::Split()` (PR #24995)
Merged #24995 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Some minor enhancements to `wxAuiNotebook::Split()` (PR #24995)
Merged #24995 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 9
VZ
2
Dec 9
Stop changing logical page order in `wxAuiNotebook` when pages are reordered (PR #24996)
Merged #24996 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Stop changing logical page order in `wxAuiNotebook` when pages are reordered (PR #24996)
Merged #24996 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 9
VZ
5
Dec 9
Minor wxAuiNotebook simplification and optimizations (PR #24993)
Merged #24993 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Minor wxAuiNotebook simplification and optimizations (PR #24993)
Merged #24993 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 9
VZ
6
Dec 9
Stop serializing docks separately in wxAUI (PR #24992)
Merged #24992 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Stop serializing docks separately in wxAUI (PR #24992)
Merged #24992 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
Dec 9