aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Expand)Author
2023-01-17Version.cpp: Simplify Version::parse by using const auto& current_charEdgars Cīrulis
2023-01-17Version.cpp: Use anonymous function to eliminate code duplicationEdgars Cīrulis
2023-01-17Version.cpp: Add version string parser to split on '.' characterEdgars Cīrulis
2023-01-17Version.cpp: Improve version parsing to handle mixed numeric and alphabetic c...Edgars Cīrulis
2023-01-14Merge pull request #743 from flowln/fix_mods_with_wrong_modListVersionflow
2023-01-13fix: don't fail mod parsing when encountering invalid modListVersionflow
2023-01-13Merge pull request #685 from byteduck/instance-accountsflow
2023-01-13Merge pull request #714 from redstrate/cmarkflow
2023-01-12Merge branch 'PrismLauncher:develop' into instance-accountsAaron Sonin
2023-01-12Fix instance account selector face for offline accountsAaron
2023-01-12fix: Remove extra line breaks for modrinth descriptionsJoshua Goins
2023-01-12refactor: support system and bundled cmarkSefa Eyeoglu
2023-01-12refactor: replace hoedown markdown parser with cmarkJoshua Goins
2023-01-11Merge pull request #731 from flowln/windows_server_trashSefa Eyeoglu
2023-01-10fix(FileSystem): don't attempt to trash items on Windows Serverflow
2023-01-10Add hint about CatTayou
2023-01-10fix: set minimum size for setup wizardSefa Eyeoglu
2023-01-10CRLF -> LFTayou
2023-01-10Update launcher/Application.cpp with suggestion from scrumplexTayou
2023-01-10Implement Suggestions from flow & ScrumplexTayou
2023-01-10UX tweak + formatting + added cat to wizardTayou
2023-01-10add theme setup wizardTayou
2023-01-10Merge pull request #726 from TheLastRar/qt6-win-darkmodeSefa Eyeoglu
2023-01-09ui: Let Qt 6.4.2 handle dark mode titlebarTheLastRar
2023-01-09Merge pull request #715 from getchoo/add-teawieSefa Eyeoglu
2023-01-07feat: add CC BY-SA 4.0 info for teawie imagesseth
2023-01-07Merge pull request #576 from Ryex/identify-zip-packsSefa Eyeoglu
2023-01-07Merge pull request #710 from byquanton/developSefa Eyeoglu
2023-01-07feat: add bday teawieseth
2023-01-07fix: make spooky teawie loadseth
2023-01-07feat: add xmas teawieseth
2023-01-07feat: add spooky teawieseth
2023-01-06feat: add teawieseth
2023-01-06Strip certain HTML tags when rendering mod pagesJoshua Goins
2023-01-06fix: Add 1.16+ Forge library prefix in TechnicPackProcessor.cppbyquanton
2023-01-02Merge branch 'PrismLauncher:develop' into instance-accountsAaron Sonin
2023-01-02Reword instance-specific account settings, apply clang-formatAaron
2023-01-02Remove unecessary delete in InstanceSettingsPage destructorAaron Sonin
2023-01-02Properly connect signal in instance settings for account selectorAaron Sonin
2023-01-02Add null check for face in instance account settings selectorAaron Sonin
2023-01-02Replace unecessary type check with assertion in InstanceSettingsPageAaron Sonin
2023-01-02Fix conflicting layout name in InstanceSettingsPageAaron
2023-01-02Allow selecting a default account to use with an instanceAaron
2022-12-30fix newlinesRachel Powers
2022-12-30Merge pull request #626 from leo78913/mods-provider-columnflow
2022-12-29refactor: add an `identify` function to make easy to reuseRachel Powers
2022-12-29refactor: use std::filesystem::rename insted of copy and then moving.Rachel Powers
2022-12-29feat(Mods): hide 'Provider' column when no mods have providersflow
2022-12-29refactor(Mods): make provider() return a std::optionalflow
2022-12-27feat: install launcher logging categoriesSefa Eyeoglu