Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-04 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-18 | Fixed leaks | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2022-11-01 | fix: don't use forward-declared Ptr types in meta/ | flow | |
This would cause ODR violations when those headers were included in other places that also included stuff like "Version.h" (note the "meta/Version.h"), which can cause problems, especially in LTO. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-22 | ATLauncher: Abort install if optional mods dialog is closed | Jamie Mansfield | |
This matches the behaviour of ATLauncher. | |||
2022-07-10 | ATLauncher: Move the UI support implementation into it's own class | Jamie Mansfield | |
This will allow it to be used in multiple locations. |