summaryrefslogtreecommitdiff
path: root/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version1.xGravatar modmuss502021-05-221-1/+1
|
* Bump versionGravatar Marco Rebhan2021-05-151-1/+1
|
* Bump versionGravatar Marco Rebhan2021-04-291-1/+1
|
* Bump versionGravatar Marco Rebhan2021-04-091-1/+1
|
* Bump versionGravatar Marco Rebhan2021-04-061-1/+1
|
* Bump versionGravatar Marco Rebhan2021-03-301-1/+1
|
* Bump versionGravatar Marco Rebhan2021-03-251-1/+1
|
* Bump versionGravatar 2xsaiko2021-03-211-1/+1
|
* Bump versionGravatar 2xsaiko2021-03-191-1/+1
|
* Update all deps, remove usage of jcenter (#359)Gravatar modmuss502021-03-171-4/+4
| | | | | * Update all deps, remove usage of jcenter * Use jdk 15
* Bump versionGravatar 2xsaiko2021-03-071-1/+1
|
* Bump versionGravatar 2xsaiko2021-02-241-1/+1
|
* Bump versionGravatar 2xsaiko2021-01-251-1/+1
|
* Bump versionGravatar 2xsaiko2021-01-241-1/+1
|
* Attempt fixing rare CME when loading a jar while tabs are openGravatar 2xsaiko2021-01-171-1/+1
|
* minor bumpGravatar Yanis482020-12-151-1/+1
|
* Bump versionGravatar 2xsaiko2020-12-051-1/+1
|
* Release using github actions + update ASMGravatar modmuss502020-11-301-7/+29
|
* bump minorGravatar Yanis482020-11-011-1/+1
|
* Add popup menu to deobf panel to quickly rename a package/classGravatar Yanis482020-10-111-1/+1
|
* Revert "Only conflict when both methods are not synthetic"Gravatar 2xsaiko2020-10-021-1/+1
| | | | This reverts commit bb300792007577680e50dbd8a08ae255e68fc03b.
* Focus editor after renameGravatar 2xsaiko2020-10-021-1/+1
| | | | Closes #318
* Only conflict when both methods are not syntheticGravatar 2xsaiko2020-10-021-1/+1
|
* Fixed package renamingGravatar Yanis482020-09-201-1/+1
|
* Bump versionGravatar 2xsaiko2020-07-181-1/+1
|
* Only try to set decompiler service on the class handle provider if it exists.Gravatar 2xsaiko2020-07-031-1/+1
| | | | Closes #288
* Bump versionGravatar 2xsaiko2020-06-081-1/+1
|
* Bump versionGravatar 2xsaiko2020-06-051-1/+1
|
* Fix publishing to mavenGravatar modmuss502020-06-031-9/+11
|
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-140/+34
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Add tags to javadoc dialog (#248)Gravatar Yanis482020-05-251-1/+1
| | | | | * Add tags to javadoc dialog * improvements when you have a text selected
* Multiplayer support (#221)Gravatar Joseph Burton2020-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First pass on multiplayer * Apply review suggestions * Dedicated Enigma server * Don't jump to references when other users do stuff * Better UI + translations * french translation * Apply review suggestions * Document the protocol * Fix most issues with scrolling. * Apply review suggestions * Fix zip hash issues + add a bit more logging * Optimize zip hash * Fix a couple of login bugs * Add message log and user list * Make Message an abstract class * Make status bar work, add chat box * Hide message log/users list when not connected * Fix status bar not resetting entirely * Run stop server task on server thread to prevent multithreading race conditions * Add c2s message to packet id list * Fix message scroll bar not scrolling to the end * Formatting * User list size -> ushort * Combine contains and remove check * Check removal before sending packet * Add password to login packet * Fix the GUI closing the rename text field when someone else renames something * Update fr_fr.json * oups * Make connection/server create dialogs not useless if it fails once * Refactor UI state updating * Fix imports * Fix Collab menu * Fix NPE when rename not allowed * Make the log file a configurable option * Don't use modified UTF * Update fr_fr.json * Bump version to 0.15.4 * Apparently I can't spell neither words nor semantic versions Co-authored-by: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: 2xsaiko <git@dblsaiko.net>
* Rewrite search dialog (#233)Gravatar 2xsaiko2020-04-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix searching * Make buttons use localization * Fix rename field opening when pressing shift+space * Tweak search algorithm * Add a bit of documentation * Remove duplicate example line * Use max() when building the inner map instead of overwriting the old value * Keep search dialog state * Formatting * Fix cursor key selection not scrolling to selected item * Don't set font size * Rename close0 to exit * Fix wrong scrolling when selecting search dialog entry
* Add a configurable scale factor (#230)Gravatar 2xsaiko2020-04-241-0/+1
| | | | | | | | | | | | | | | * Add swing-dpi dependency * Implement scale factor * Improve custom scale dialog, fix crash * Remove use of $ in identifiers * Use custom functional interface for scale listeners * Bump version Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Update darcula to fix dark themeGravatar modmuss502020-04-221-2/+2
|
* Fix darcula dependency (#226)Gravatar liach2020-04-181-10/+2
| | | | | | | | | | | | | | | | | * Fix darcula dependency Downstream doesn't take a half-done darcula without a groupId Signed-off-by: liach <liach@users.noreply.github.com> * Bump minor Signed-off-by: liach <liach@users.noreply.github.com> * Use fabric darcula Signed-off-by: liach <liach@users.noreply.github.com> Co-authored-by: liach <liach@users.noreply.github.com>
* Fix POM issues (#225)Gravatar Juuxel2020-04-181-12/+7
| | | | | * Fix POM issues * Remove + wildcards from non-test dependencies
* Fix a few bugs (#219)Gravatar Runemoro2020-04-181-56/+47
| | | | | | | | | | | | | * Update Gradle and replace deprecated Gradle features * Allow naming class in default package (fixes #215) * Fix CFR crash (fixes #207) * Update README.md Co-Authored-By: liach <7806504+liach@users.noreply.github.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com>
* Support java 9+ and gradle 6+ (#206)Gravatar liach2020-04-021-11/+14
| | | | | | | | | | | | | | | * Support java 9+ and gradle 6+ * Update asm Signed-off-by: liach <liach@users.noreply.github.com> * Use asm 8 and move that to a constant * Bump version * fix version format Co-authored-by: liach <liach@users.noreply.github.com>
* CFR support (#192)Gravatar Runemoro2020-03-091-4/+4
| | | | | * Add decompiler API * Add CFR support
* Allow attaching class, method, field, and parameter javadocs (#185)Gravatar Fudge2019-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * bring liach pr to modern enigma * bump version * fuck off vscode * switch to COMMENT and write comments before * it was already after, what do you want * oops * put inner classes at the end * remove indents and use all caps * add refreshmappings command * Update src/main/java/cuchaz/enigma/translation/mapping/serde/EnigmaMappingsWriter.java * Delete RefreshEnigmaMappingsCommand.java * Update CommandMain.java * ok
* Update readme (#170)Gravatar Runemoro2019-11-021-18/+3
| | | | | | * Update readme * Update README.md
* Merge branch 'pull/163' and bump versionGravatar modmuss502019-09-121-1/+1
| | | | | # Conflicts: # src/main/java/cuchaz/enigma/translation/mapping/serde/MappingFormat.java
* Fix compose-mappings not remapping descriptors of methods on the right side ↵Gravatar Runemoro2019-07-081-1/+1
| | | | | | | | only (#154) * Fix compose-mappings not remapping descriptors of methods on the right side only * Update version
* Use jopt for cli parsingGravatar gegy10002019-06-181-1/+3
|
* Remove test gradle changeGravatar gegy10002019-06-181-24/+1
|
* Mostly resolve test failuresGravatar gegy10002019-06-181-2/+2
|\
| * update librariesGravatar asie2019-06-131-2/+2
| |
* | Plugin rework along with API rework: Enigma split from EnigmaProject; ↵Gravatar gegy10002019-06-161-2/+25
|/ | | | plugins now provide services configurable via a profile
* Fix tests by properly declaring test input classes (#130)Gravatar Erlend Åmdal2019-05-101-2/+2
|