summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui/GuiTricks.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-56/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-03-10tweaks and improvements to field matching guiGravatar jeff1-0/+20
2015-03-09starting on field matching guiGravatar jeff1-58/+0
2015-03-08lots of small tweaks and improvementsGravatar jeff1-0/+58
2015-01-13source format changeGravatar jeff1-15/+8
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-08-23moved all classes from the default package into a package called "default" ↵Gravatar jeff1-0/+18
so they can be properly imported by other classes
2014-08-23added export command with progress barGravatar jeff1-5/+8
2014-08-04added stable save order for mappings to hopefully help with mergingGravatar jeff1-3/+7
added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close
2014-07-27added identifier renaming capabilityGravatar jeff1-1/+1
copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =)
2014-07-27made gui responsive to caret position and show identifier infoGravatar hg1-3/+3