aboutsummaryrefslogtreecommitdiff
path: root/api/gui
AgeCommit message (Collapse)Author
2018-02-11NOISSUE update copyright datesPetr Mrázek
2018-02-05NOISSUE add an 'open folder' button to the icon dialogPetr Mrázek
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
2017-11-14NOISSUE add svg instance icon supportPetr Mrázek
2017-09-28NOISSUE fix aspect ratio issues with the instance icon in the instance toolbarPetr Mrázek
2017-05-05GH-1876 turn iconfix into a shared libraryPetr Mrázek
2017-01-17GH-1789 fix icon deletionPetr Mrázek
2017-01-08NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek
2016-11-10NOISSUE allow using icon themes for instances and instance badgesPetr Mrázek
2016-10-26Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-05-03GH-1559 Fix FTB iconsPetr Mrázek
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements. It should be expanded upon later.
2016-05-01NOISSUE fix dll export for IconListPetr Mrázek
2016-05-01NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek
more dead tests.
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek