aboutsummaryrefslogtreecommitdiff
path: root/application/main.cpp
AgeCommit message (Collapse)Author
2021-03-28Revert "GH-3666 Fix multi-monitor dpi scaling on windows"Petr Mrázek
This reverts commit 34bf68847998cdfff1360d6ed04339d36894c00d.
2021-03-26GH-3666 Fix multi-monitor dpi scaling on windowsKGB-8375
Disable qt 5.6 DPI scaling and use windows' builtin DPI scaling, which works much better on multi-monitor setups
2019-11-18GH-2859 remove twitch page and modpack import from URLPetr Mrázek
The functionality was broken, beyond repair and an ongoing maintenance nightmare.
2019-07-22NOISSUE Add basic accessibility support to GroupViewPetr Mrázek
2019-06-27Enable HiDPI pixmaps to fix icon scaling for HiDPI displaystherealfarfetchd
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-03-28NOISSUE add pointless fun things, because.Petr Mrázek
2017-12-03NOISSUE add flat icon theme by MichaelPetr Mrázek
It's the google icon font, all scalable and grey.
2017-04-26NOISSUE Set AA_EnableHighDpiScaling for Qt >= 5.6.0Petr Mrázek
2017-04-07NOISSUE Remove hardcoded LWJGL (modern)Petr Mrázek
2017-01-06NOISSUE make the setup wizard use the main event loopPetr Mrázek
This should fix any issues with receiving events over IPC.
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-10NOISSUE allow using icon themes for instances and instance badgesPetr 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-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-21GH-903 simple theme switching and dark themePetr Mrázek
2016-08-11GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek
selection dialog
2016-08-09GH-1642 fix instance launch from consolePetr Mrázek
2015-10-24GH-1300 call application quit when direct launch instance quitsPetr Mrázek
2015-09-30GH-253 implement launching instances from command linePetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-04-12NOISSUE move everything.Petr Mrázek