aboutsummaryrefslogtreecommitdiff
path: root/application/pages/global
AgeCommit message (Collapse)Author
2021-07-11GH-2529 Move data path on macOS to MultiMC.app/DataHamish Arblaster
macOS seems to dislike changing files in the APPBUNDLE.app/Contents directory because it has to re-scan the directory every launch. As a result, large amounts of data there seems to cause freezes of MultiMC. Moving the default location outside of this directory, and thus the data, stops these freezes. There is also a dialogue when the user first opens the app that asks them if they'd like to migrate their data folder, if they select yes it will move it, and if they select no it will not move it and allow them to move it later with an option in settings.
2021-06-23NOISSUE Use MiB suffix for Java memory optionsJamie Mansfield
2021-05-13GH-3450 Add checkboxes to display and record game timeJoël Troch
2021-02-11NOISSUE implement deleting skinsPetr Mrázek
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-09-10NOISSUE add a way to use native system versions of OpenAL and GLFWPetr Mrázek
If your OS comes with patched/fixed/newer versions of those, you can now check the checkboxes and stop using the old ones shipped by Mojang.
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2020-05-17GH-3131 fix not working with proxy ports > 32767Petr Mrázek
2020-01-08GH-2839 remove username wording from login and account dialogsPetr Mrázek
2019-10-13NOISSUE remove unused 'PackagesPage'Petr Mrázek
2019-09-25TRANSLATIONS-73 remove some strings that don't show up in the UIPetr Mrázek
2019-08-10NOISSUE fix small memory leaksPetr Mrázek
2019-08-02NOISSUE tweak UI geometry and remove old language selectionPetr Mrázek
2019-07-25NOISSUE add context menus to pages with toolbarsPetr Mrázek
2019-07-23NOISSUE improve toolbarsPetr Mrázek
2019-07-19NOISSUE convert accounts page to use a toolbar for the side menuPetr Mrázek
2019-07-09Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
2019-07-09Revert "NOISSUE simple/stupid default game options, UI only"Petr Mrázek
This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73.
2019-07-09NOISSUE simple/stupid default game options, UI onlyPetr Mrázek
2019-06-29NOISSUE Import page is now a MultiMC pack pagePetr Mrázek
2019-06-22GH-2499 Apply proxy settings immediatelyjanrupf
2019-01-17Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-09NOISSUE split out language selection widget, use it in settingsPetr Mrázek
2019-01-06NOISSUE granular model updates for language modelPetr Mrázek
2018-11-04NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek
2018-11-02NOISSUE use https more widelyChris Lane
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-04-02GH-2219 fix crash and bad view scaling in Java VersionSelectDialogPetr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-02-17GH-2150 Split out custom commands into a custom widgetPetr Mrázek
Now it is used from a global page and from a sub-page in the instance settings.
2018-02-11NOISSUE update copyright datesPetr Mrázek
2017-12-03NOISSUE add flat icon theme by MichaelPetr Mrázek
It's the google icon font, all scalable and grey.
2017-12-03GH-2050 fix cancel button in file browse dialogs filling text fieldsPetr Mrázek
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-09-27GH-1993 swap min/max memory settings when they are the wrong way aroundPetr Mrázek
2017-09-22NOISSUE make the paste.ee links in settings clickablePetr Mrázek
2017-09-20NOISSUE remove obsolete LWJGL folder settingPetr Mrázek
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-09-07NOISSUE fix hardcoded link color in other placesPetr Mrázek
2017-08-22remove public optionJoona
2017-07-11NOISSUE set max of java heap spinboxes to detected physical memoryPetr Mrázek
2017-07-07NOISSUE fix jvisualvm website linksPetr Mrázek
2017-05-21NOISSUE and even more warnings gonePetr Mrázek
2017-05-08GH-1886 warn users about proxy settings not applying to the gamePetr Mrázek
2017-05-04NOISSUE herp derp custom icon theme supportPetr Mrázek
* Put icon theme in iconthemes/custom/ * Select 'Custom' in the UI. * ... * Maybe it won't explode.
2017-04-07NOISSUE reimplement package dependenciesPetr Mrázek
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
2017-04-07NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE simplify.Petr Mrázek