aboutsummaryrefslogtreecommitdiff
path: root/application/MultiMC.h
AgeCommit message (Collapse)Author
2017-04-07NOISSUE remove liteloader and forgePetr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-01-21GH-1793 rearrange setup wizard logic to only check if they are needed oncePetr Mrázek
2017-01-18GH-1790 do not apply system theme on launch if it is selectedPetr Mrázek
This prevents some ugly colors to show up on macOS in most cases. It still looks ugly right after you switch to the it though.
2017-01-14GH-1665 attempt at workaround for MultiMC not starting on macOS SierraPetr Mrázek
This tries to detect the issue and instructs the user to fix it by moving the application to /Applications or ~/Applications. In addition, several other previously poorly handled fatal errors now show an error dialog.
2017-01-06NOISSUE make the setup wizard use the main event loopPetr Mrázek
This should fix any issues with receiving events over IPC.
2017-01-01NOISSUE Translations model and initial setup wizard workPetr Mrázek
2016-12-28NOISSUE add skeleton of the setup wizardPetr Mrázek
Very wizardly. Also very empty and opening on every start for now.
2016-11-26NOISSUE allow killing the instance from main windowPetr Mrázek
2016-11-24NOISSUE add analytics settings (enable/disable)Petr Mrázek
2016-11-21NOISSUE most basic analytics integration possiblePetr Mrázek
2016-11-19GH-1726 better failure detection for updatesPetr Mrázek
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.
2016-11-07NOISSUE shut down logger when MultiMC exitsPetr Mrázek
Prevents crash bugs...
2016-11-06NOISSUE ask user if closing is OK when instances are still runningPetr Mrázek
2016-11-06NOISSUE Refactor and sanitize MultiMC startup/shutdownPetr Mrázek
* Always create main window. * Properly handle netowrk manager - it was created twice, leading to potential crashes.
2016-11-02NOISSUE MCEdit integration - remove old 'tool', replace with WorldsPetr Mrázek
2016-11-01GH-1645 reimplement open/close instance window based on settingsPetr Mrázek
2016-10-31NOISSUE rearrange MultiMC.cpp to make it make more sensePetr Mrázek
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-10-29NOISSUE clean up some bad/dead codePetr Mrázek
2016-10-28NOISSUE remove unused 'test mode'Petr Mrázek
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-10-21GH-903 simple theme switching and dark themePetr Mrázek
2016-06-10GH-1586 Windows: attach to the parent process console if there is any, so ↵Petr Mrázek
command line output gets printed there
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek
2016-01-02GH-1365 rework java version parsing and sortingPetr Mrázek
2015-12-27GH-1308 remove use of static data (translations) and root ↵Petr Mrázek
(notifications.json) paths.
2015-09-30GH-253 implement launching instances from command linePetr Mrázek
2015-07-05GH-1053 split settings dialog creation to its own namespacePetr Mrázek
2015-06-10GH-1060 ugly XP hack is uglyPetr Mrázek
2015-06-09GH-1060 implement very basic updater (only linux and maybe osx right now)Petr Mrázek
2015-06-09GH-1060 remove some old updater bits and piecesPetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-19GH-960 possible fix for missing OSX ca certsPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek