| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-25 | Fix misunderstanding of wxDialog lifetime handling. | Carl Hetherington | |
| Broken by d0308d53dd9f4d036d8c5fe8023920fcdfd43f39 wxDialog can be stack allocated if opened with ShowModal(), but not with Show(). Go back to wx_ptr for those that are opened with Show(). | |||
| 2025-02-09 | Remove unnecessary wx_ptr | Carl Hetherington | |
| It was only ever used for wxDialog subclasses, which can be stack-allocated. | |||
| 2023-01-16 | Make reset() safer if the new throws. | Carl Hetherington | |
| 2023-01-15 | Use wx_ptr for the splash screen. | Carl Hetherington | |
| 2023-01-15 | Fix reset() to use rvalue references. | Carl Hetherington | |
| 2023-01-14 | Add reset() to wx_ptr and allow it to be null. | Carl Hetherington | |
| 2023-01-14 | Add wx_ptr and use it instead of ScopeGuard in a lot of places. | Carl Hetherington | |
