aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/VersionSelectDialog.cpp
AgeCommit message (Collapse)Author
2023-07-03Better parent version filtering; handle old fabric :PTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-01Double-click to install/change versionTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-07-01Fix search focusingTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-05Add a search bar to version listsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2022-11-01fix: 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>
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek