aboutsummaryrefslogtreecommitdiff
path: root/application/MultiMC.h
AgeCommit message (Collapse)Author
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