| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make transformJar public so custom ClassTransformer can be used from ↵ | 2016-08-25 | 1 | -1/+1 | |
| | | | | | external projects | ||||
| * | Use "." instead of "/" in package render and add ability to use "." in a ↵ | 2016-08-25 | 2 | -3/+7 | |
| | | | | | class renaming scenario (Fix #11) | ||||
| * | Revert "MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL" | 2016-08-24 | 1 | -11/+0 | |
| | | | | | This reverts commit fb0b74520da0781cfae880e69360cd5580447a40. | ||||
| * | Add file path in MappingParseException message | 2016-08-24 | 2 | -10/+15 | |
| | | |||||
| * | Only use moveClassTree for ClassEntry (Fix #10) | 2016-08-24 | 1 | -3/+5 | |
| | | |||||
| * | Add mapping converter to command line system | 2016-08-24 | 4 | -7/+46 | |
| | | |||||
| * | Revert Main.java | 2016-08-24 | 1 | -1/+1 | |
| | | |||||
| * | Readd a missing line from the last commit | 2016-08-24 | 1 | -0/+1 | |
| | | |||||
| * | Rewrite rename update for packages render, now package will never be closed ↵ | 2016-08-24 | 3 | -18/+152 | |
| | | | | | during renaming (Fix #6) | ||||
| * | Ignore all files that start with "." and not end with ".mapping" (fix #8) | 2016-08-23 | 1 | -1/+1 | |
| | | |||||
| * | Add the ability to rename package and classes in panels | 2016-08-23 | 9 | -37/+165 | |
| | | |||||
| * | Don't trust Procyon for arguments positions (Fix #7) | 2016-08-21 | 1 | -1/+5 | |
| | | |||||
| * | Update Procyon (fix UTF-8 issues), disable debug line number in source code ↵ | 2016-08-19 | 3 | -20/+31 | |
| | | | | | and make all decompiler settings configurable with system properties | ||||
| * | add proper propagation of argument names | 2016-08-18 | 3 | -1/+28 | |
| | | |||||
| * | bridged method fix did not apply to all cases of method implementation ↵ | 2016-08-18 | 1 | -1/+9 | |
| | | | | | finding - this fixes it | ||||
| * | fix #4 by adding bridge checks to related method implementation scanning - ↵ | 2016-08-18 | 1 | -3/+10 | |
| | | | | | please verify | ||||
| * | Fix #4, at least to the extent we currently need it | 2016-08-17 | 3 | -7/+10 | |
| | | |||||
| * | Revert "Removed unused methods" | 2016-08-17 | 60 | -50/+5340 | |
| | | | | | This reverts commit 1742190f784d0d62e7cc869eebafdfe1927e448f. | ||||
| * | Revert "Removed util" | 2016-08-17 | 1 | -0/+68 | |
| | | | | | This reverts commit 648239667318a26169488274cf73662afd85d0a8. | ||||
| * | better fix for #2 | 2016-08-17 | 1 | -4/+3 | |
| | | |||||
| * | fix #2 | 2016-08-17 | 1 | -3/+9 | |
| | | |||||
| * | Rename things to fabric | 2016-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Avoid making libraries methods renameable + Fix Cancel buttons in save diag | 2016-08-15 | 3 | -2/+3 | |
| | | |||||
| * | "Close mappings" option now check if you have change your mappings and if ↵ | 2016-08-15 | 2 | -39/+67 | |
| | | | | | you want to save them | ||||
| * | MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL | 2016-08-15 | 1 | -0/+11 | |
| | | |||||
| * | Propagate arguments remapping to children classes | 2016-08-14 | 2 | -13/+20 | |
| | | | | | TODO: support support not identical behavior (constructors) | ||||
| * | Fix remapping of methods in children class with interfaces | 2016-08-14 | 1 | -0/+8 | |
| | | |||||
| * | Make sure to rewrite all the mapping files | 2016-08-14 | 1 | -15/+13 | |
| | | |||||
| * | Ouups | 2016-08-14 | 1 | -1/+1 | |
| | | |||||
| * | Add F5 hotkey to reload class + use a ugly hack to avoid rename issues with ↵ | 2016-08-14 | 4 | -4/+19 | |
| | | | | | generics... | ||||
| * | Reverse scan of superclasses to find the first definition of method ↵ | 2016-08-14 | 1 | -12/+31 | |
| | | | | | signature avoiding remapping errors | ||||
| * | Avoid using the override fix in others case than remapping (fix unit tests ↵ | 2016-08-13 | 2 | -5/+12 | |
| | | | | | failures) | ||||
| * | Fix override issues | 2016-08-13 | 1 | -4/+10 | |
| | | |||||
| * | Remoe JSON directory format support and clean up others things | 2016-08-12 | 16 | -465/+32 | |
| | | |||||
| * | Implement Enigma directory format (#1) | 2016-08-12 | 14 | -100/+237 | |
| | | | | | | | Others changes: ~ Rework File menu ~ Force UTF-8 for all I/O operations ~ Enigma now detect the original file format and use the correct one when you save a mapping | ||||
| * | Allow exporting mappings as SRG or Enigma | 2016-08-11 | 5 | -0/+220 | |
| | | |||||
| * | Removed util | 2016-07-04 | 1 | -68/+0 | |
| | | |||||
| * | Reformat | 2016-07-04 | 85 | -4892/+682 | |
| | | |||||
| * | Fixed Obf Class list order | 2016-07-04 | 6 | -30/+23 | |
| | | |||||
| * | Fix #6, will now only load .json files | 2016-07-03 | 1 | -1/+2 | |
| | | |||||
| * | Started Gui Refactor | 2016-07-03 | 13 | -417/+572 | |
| | | |||||
| * | Fixed #4 | 2016-07-02 | 2 | -1/+19 | |
| | | |||||
| * | Fixed build.gradle | 2016-07-02 | 2 | -37/+5 | |
| | | |||||
| * | Removed unused methods | 2016-07-02 | 39 | -989/+15 | |
| | | |||||
| * | Reformatting code | 2016-07-02 | 56 | -1207/+541 | |
| | | |||||
| * | Renamed Fields | 2016-07-02 | 55 | -814/+750 | |
| | | |||||
| * | Fixed Null.json and #4 | 2016-07-02 | 2 | -31/+34 | |
| | | |||||
| * | Fixed Constructor loading | 2016-06-30 | 2 | -0/+18 | |
| | | |||||
| * | Set the LookAndFeel to the System's (#3) | 2016-06-30 | 1 | -0/+2 | |
| | | | | This makes it look beautiful on Windows 10. | ||||
| * | Json format (#2) | 2016-06-30 | 120 | -0/+17221 | |
| * Added new format * Fixed bug * Updated Version | |||||