mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-21 21:47:55 +08:00
Unix builds / Ubuntu 24.04 wxGTK with ASAN (push) Waiting to run
Unix builds / Ubuntu 18.04 wxGTK 3 compatible 3.0 (push) Waiting to run
Unix builds / Ubuntu 18.04 wxGTK UTF-8 (push) Waiting to run
Unix builds / Ubuntu 18.04 wxQt (push) Waiting to run
Unix builds / Ubuntu 18.04 wxX11 (push) Waiting to run
Unix builds / Ubuntu 20.04 wxGTK 3 with clang (push) Waiting to run
Unix builds / Ubuntu 22.04 wxGTK with wx containers (push) Waiting to run
Unix builds / Ubuntu 24.04 wxGTK with UBSAN (push) Waiting to run
Unix builds / Ubuntu 18.04 wxDFB (push) Waiting to run
Unix builds / Ubuntu 18.04 wxGTK 3 static with gcc 4.8 (push) Waiting to run
Unix builds / Ubuntu 18.04 wxGTK 2 (push) Waiting to run
CMake builds / Windows MSVC (push) Waiting to run
CMake builds / macOS 14 wxIOS (push) Waiting to run
CMake builds / Ubuntu 22.04 wxGTK 3 (push) Waiting to run
CMake builds / macOS 14 wxOSX (push) Waiting to run
Mac builds / wxMac Universal C++14 (push) Waiting to run
Mac builds / wxMac ARM with ASAN (push) Waiting to run
Mac builds / wxiOS (push) Waiting to run
Mac builds / wxMac macOS 14 (push) Waiting to run
Mac builds / wxMac Intel C++17 (push) Waiting to run
Mac Xcode builds / iOS static Debug (push) Waiting to run
Mac Xcode builds / iOS Simulator static (push) Waiting to run
Mac Xcode builds / macOS dynamic Release (push) Waiting to run
MSW builds / wxMSW vs2022 DLL Debug x64 (push) Waiting to run
MSW builds / wxMSW vs2019 DLL Release x64 (push) Waiting to run
MSW builds / wxMSW vs2019 Debug Win32 (push) Waiting to run
MSW builds / wxMSW vs2022 Release arm64 (push) Waiting to run
MSW builds / msw-msys2-clang (push) Waiting to run
MSW cross-builds / wxMSW 64 bits (push) Waiting to run
MSW cross-builds / wxMSW/Univ (push) Waiting to run
MSW cross-builds / wxMSW 32 bits (push) Waiting to run
Code Checks / Check Spelling (push) Waiting to run
Code Checks / Check Whitespace (push) Waiting to run
Code Checks / Check Mixed EOL (push) Waiting to run
Code Checks / Check C++ Style (push) Waiting to run
Code Checks / Check All Headers In allheaders.h (push) Waiting to run
Update Documentation / Update Online Documentation (push) Waiting to run
In addition to allowing to save and reload the entire wxAuiManager layout, also allow doing it for just the given wxAuiNotebook. This doesn't cost much, as all the required code is already present, and just had to be refactored to extract wxAuiBookSerializer/Deserializer classes from wxAuiSerializer/Deserializer and change wxAuiNotebook functions to take them instead of the full [de]serializer. Update the sample to allow editing notebook layout in XML format interactively. Closes #25159.