Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/QuiltMC/enigma

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.
https://github.com/QuiltMC/enigma

Merge pull request #354 from YanisBft/fix-split-right

Fix right panel width being reset on ui update

148f5b3df7d8a49c3f316b97d8df811509beeb1b authored almost 4 years ago
easier fix and document UiConfig.getLayout()

5e325ed28d86978841b064b543051626fa1f6132 authored almost 4 years ago
Fix right panel width being reset on ui update

24928a30f6a51a9c570f6d91227a439bb47284e8 authored almost 4 years ago
Bump version

4c62735fb2a5d31ac6747245b2acba7a1fcc245c authored almost 4 years ago
Merge pull request #352 from Toshimichi0915/ja_jp

Add ja_jp.json for Japanese

afad5390f83d18a22a0b7dee7177c0f1a2ae511e authored almost 4 years ago
Revert translation for "menu.file.exit"

d83f4d65950a8d51f9d966a4a0276f387a9ded09 authored almost 4 years ago
Use proper words in ja_jp.json

456d0fa29fa7fe3e5674df776210cf100af45432 authored almost 4 years ago
Add ja_jp.json

e9292fb989c02b88b0093e5d3a5322d8fac42d9c authored almost 4 years ago
Bump version

d8f96dab07b3f171f169698f86a0a26c3a49818e authored about 4 years ago
Merge pull request #336 from liachmodded/cfr-imp

Make cfr much easier to use

6120f312c3557f12586a8d7d4f36f101bf372b18 authored about 4 years ago
Bump version

c018766203a869b0a8fe76c085c79bb2dc03c956 authored about 4 years ago
Merge pull request #338 from liachmodded/fix/def-browse

Fixes open declaration not opening declaration

38b46e1e2e7d60f55ee3f661560c692fe680d149 authored about 4 years ago
Merge pull request #341 from Juuxel/structure-panel-prs/fix-switching

Fix the structure panel not updating if switching to an existing tab

cd73058b06bc41f8f38057124301bb353c1393d3 authored about 4 years ago
Merge pull request #340 from Juuxel/better-icons

Add interface/enum/annotation icons and modifier displays

3d18c175d7bbd1c3b7b7f24ae2bb4b9bc6cae17f authored about 4 years ago
Use fabric cfr

2f028c16504c61ea7bcfa6fbc9d06ed0d5b3a906 authored about 4 years ago
Make cfr much easier to use

Now it can display javadoc, remove imports, highlight local variables

Depends on FabricMC/cfr#2...

abcd9a8fdabc2e5a101b772b534ca900d469374b authored about 4 years ago
Fix the structure panel not updating if switching to an existing tab

8a94442e32fac0f5951ecc1d6c23429bdcb0129b authored about 4 years ago
Exclude abstract modifier from enum classes

591453edd88cae642ed18b4e71e35b94db093259 authored about 4 years ago
Fixed Javadoc not updating in certain cases (close/open mappings)

Closes #210.

b8813c91cb7867ab67e356b7469550130272710c authored about 4 years ago
Fixes open declaration not opening declaration

Signed-off-by: liach <[email protected]>

c7d7b261fd326d02cc243a431022d5b9149fdcc6 authored about 4 years ago
Add interface/enum/annotation icons and modifier displays

- Adds icons in the sidebar and structure panel for interfaces, enums
and annotations.
- Adds ...

68aaf143193201ecf71ced2ae6cd9eca7a0225a1 authored about 4 years ago
Attempt fixing rare CME when loading a jar while tabs are open

76ce6e5c795d9ab5f5f7c7dd308715f8a16124f3 authored about 4 years ago
Merge pull request #331 from YanisBft/structure-panel

Structure panel

31ad56b7fe24a7958d3c0eae41b3c75a3f022f81 authored about 4 years ago
Add true, false and null to invalid identifiers

fb87ca043b8d1b83b69dadb86e9584707b1af408 authored about 4 years ago
fix invisible root toggle

63d4cfc0845b48b71e971b73aa55ebbe1a96ff86 authored about 4 years ago
use ListMultimap when indexing jar

a30735c3069fdfa66bc24b1f9186272f9a9b1a0d authored about 4 years ago
fix nodes not displayed as selected

c610379efaed44d29e195e92226bebf5e61eda1c authored about 4 years ago
ensure it's left mouse button being used

c1226ecace03e2bf1b148b55cba44d61ace2189f authored about 4 years ago
isConstructor() from method entry

0cff54eb9a3db72464034e70f0d9e934728176e1 authored about 4 years ago
Merge branch 'structure-panel' of https://github.com/YanisBft/Enigma into structure-panel

8f9df2a0b2167e79d5ef3e0373998dcada143246 authored about 4 years ago
avoid duplicate logic

12f270c80570b136add40dc259c25383ac36bf81 authored about 4 years ago
Add separate constructor icon (#3)

ee84d4187df3f399975c06238a385304c2c9cf21 authored about 4 years ago
minor bump

348fb6f35c03534229f56c318b2b149abead8b90 authored about 4 years ago
Refresh structure panel on rename/mark as deobf/reset to obf

68117693dab53007b023ab6c237ee71a4bcf4df5 authored about 4 years ago
Fix automapped again

559bac70027bd5161697a3c8dd0907cf89111d31 authored about 4 years ago
Fix automapped entries

Automatically deobfuscated names (like in enums) were displayed with their obfuscated name, and ...

68dd12b0efd2632e292e32827f1870310a003634 authored about 4 years ago
Use class icon in class tree (ClassSelector) (#2)

37b0fb65413f13ff70d9f9747799d11cbf62a0d9 authored about 4 years ago
Create alternate set of icons for the structure panel (#1)

7a13c0583ab8fa6372617cd073c53fd7dd66de41 authored about 4 years ago
Structure panel!

e16f81dba9edadb3fc02492bfeff06266890e754 authored about 4 years ago
Bump version

e51b69bcb6162682c54766119890786574199a2a authored about 4 years ago
Merge pull request #327 from YanisBft/fix-javadocs-inner-classes

Fix inner classes' javadocs not invalidated properly

68335fe41936892e1b0738d610f902d1fbabd251 authored about 4 years ago
my fix didn't work for an inner class in another inner class

and this is also a way better fix

68a125b6ca9494fa2efff2041a20dc0f77c94cc0 authored about 4 years ago
Fix inner classes' javadocs not invalidated properly

d6aa7edca7cf4b8005307c80245d341638066a21 authored about 4 years ago
Release using github actions + update ASM

2dcb980ee1cc061d508843055f9fa4d1ca1ac3f8 authored about 4 years ago
Merge pull request #322 from ComunidadAylas/master

Do not abort decompile command on decompiler errors

361c0c86b2b37fe41daf212423380a4057b3f102 authored about 4 years ago
Merge pull request #323 from YanisBft/various

Improvements to deobf panel popup menu

a5dae162ae354f0e8064ec795a09e9d1f1a855f1 authored about 4 years ago
bump minor

38ce58ddab75c1b9a2cfb119bb80badc839c69a5 authored over 4 years ago
move enable to show

5976d1471e81399a94f6afc3bef2b92bf5c81d20 authored over 4 years ago
Improvements to deobf panel popup menu

0934b0df5563bcf4ead6186e23bb2b719bea2797 authored over 4 years ago
Add "include synthetic parameters" to mapping stats & save options (#309)

* Add "include synthetic members" to mapping stats & save options

* bump version

* include...

b3136e382d6d86d95578c150cf2fbae1656427aa authored over 4 years ago
Do not abort decompile command on decompiler errors

As explained in PR #289, the decompilers may fail decompiling some
vanilla Minecraft classes. Al...

c0892ab3b6ec67f85b813ab610356b8dfc6eba2f authored over 4 years ago
Merge pull request #320 from YanisBft/deobfuscated-panel

Add popup menu to deobf panel to quickly rename a package/class

4ce1e8c50774ef22405207853e447821d47264c7 authored over 4 years ago
Add popup menu to deobf panel to quickly rename a package/class

c6b53f392b8f85b2197d04c95620864d209a3ae6 authored over 4 years ago
Revert "Only conflict when both methods are not synthetic"

This reverts commit bb300792007577680e50dbd8a08ae255e68fc03b.

6d5dcb5de5c7dc33b7103d5caf07888b92157354 authored over 4 years ago
Revert "Merge pull request #299 from thiakil/validation-changes"

This reverts commit 112a49dccb1fe7792366112bc829352462cd298c, reversing
changes made to b8f06aba...

afe703cd033ef168ee606458e0edd3c1c4a84518 authored over 4 years ago
Add retranslate support to editor context menu

ea8bf577f149e6660ceb879fc9009c7090ddb755 authored over 4 years ago
Refactor PopupMenuBar -> EditorPopupMenu

254e212aef43d393ca210ba529efe462adcc2f87 authored over 4 years ago
Fix build issues

0b31b58b7950cfef3c957190ae2038614b5bf79d authored over 4 years ago
Focus editor after rename

Closes #318

fb81bfdee93899053f8696ead533a32d17318564 authored over 4 years ago
Only conflict when both methods are not synthetic

bb300792007577680e50dbd8a08ae255e68fc03b authored over 4 years ago
Merge pull request #299 from thiakil/validation-changes

Validation improvements

112a49dccb1fe7792366112bc829352462cd298c authored over 4 years ago
Don't save duplicate messages in validation context

b8f06abafc47065f980a94c4ddf7be70cee83411 authored over 4 years ago
Merge pull request #311 from YanisBft/package-renaming

Fixed package renaming

2d8511dedd4e11cbf59bd28531375262aac5b103 authored over 4 years ago
Fixed package renaming

41ef6fcf3fc2e0ffa0abc5e2852a44dafdb18a53 authored over 4 years ago
Merge pull request #310 from idwtd/patch-3

Revert "Bump gradle and use the `mainClass` property"

dcfead3beaca261e6530476ec51964f3c969235b authored over 4 years ago
Revert "Bump gradle and use the `mainClass` property"

This reverts commit 3dd11065699b39861d2db7522bb6f07c4ee94387

a9dfe515243dd085890dfae120443b5c6f5a1ff4 authored over 4 years ago
Fix #303 (#308)

de67555ddbdbbc0c636170c2ea1018c126253e37 authored over 4 years ago
Add gradle run tasks (#306)

* Add gradle run tasks

* Bump gradle and use the `mainClass` property

707a24a8c786bf36ff9505468e676f285ab813d1 authored over 4 years ago
Merge pull request #305 from idwtd/patch-1

Set config path to Application Support on mac

5d6c2b6ca640570272631181a8ada4dc3376281a authored over 4 years ago
Set config path to Application Support on mac

945cecf0fc610bd3be6784d7f5e76df8eab3d5e2 authored over 4 years ago
Configuration stuff (#301)

* Begin writing new config system

* Make config work

* Save window size and position

* ...

75a3442f9ff38222606a1e24753d4a57da1e8c0a authored over 4 years ago
Revamp About dialog

c9c0bcf6ebf1e120ea47a6bf7ebf8917b8716db5 authored over 4 years ago
Fix losing current cursor position when renaming entries (#297)

* Fix losing current cursor position when renaming entries

* Set nextReference to null after ...

e43c7a80ea1cc6c8a264bee6f521e38f71da4dfc authored over 4 years ago
allow name clashes to pass where javac would accept them

08ed439aa1deaeefe4145d5c00a0f79e15f62751 authored over 4 years ago
add MappingValidator based test

2f1d0e3eb007daf2cf5f3dcf9132fdabd173b47c authored over 4 years ago
Bump version

a76af673ab8951fb709352986d2cb567fc462412 authored over 4 years ago
Improve layout for ProgressDialog

a562f7ebc0065da229c39153b90ffa6fa739f31b authored over 4 years ago
Make GridBagConstraintsBuilder.insets respect scale

ab1ad818c082815516383df049e67cd4ab82d328 authored over 4 years ago
Make frame visible after setting position to prevent seeing the window move

980bc68410b8ecb54de95972eb195f37cafb9944 authored over 4 years ago
Make ProgressDialog use a JDialog instead of a JFrame

3f1e1f84d1d875d7d84d862e39e22044b0ff1512 authored over 4 years ago
Replace usages of GridBagConstraints with GridBagConstraintsBuilder

bab3b02a992e93049fb8c06a332c2f89c12f7e92 authored over 4 years ago
Add GridBagConstraintsBuilder from feature/settings-dialog branch

e910d91a310f977b2ebde02c789c2f9247050fbe authored over 4 years ago
Fix name not being passed

7e7f8bc09f95883e1f44feb8e59bf4b0c778ef6a authored over 4 years ago
Allows setting the default editor font in the configuration file. (#295)

65ba42443ed20a3531bbb769f4d882c4a4bdb879 authored over 4 years ago
Mapping format fixes (#294)

* add test to ensure mapping formats can read/write properly

* fix not baking last entries in...

6661dbd70f59c35842d113a14de3c00acf43ef7c authored over 4 years ago
Fix array classes not being translated correctly (#293)

00fd474aadae5686f3849b9353aae5d80c10a295 authored over 4 years ago
Add menu entry to reload jar & mappings from disk (#263)

* Add button to reload jar & mappings from disk

* Disable menu entry when currently loading
...

57af19a99b2c7358d78f102b91482b2073126881 authored over 4 years ago
Fix crash on remapping [T (#261)

fee8d8c6048d30b346e2df74c87c7246b8738c2d authored over 4 years ago
Add missing PrintWriter and StringWriter imports (#291)

a903a3925786382785152b8ad5edecfaca4cddb8 authored over 4 years ago
Improve stats gen to show percentages (#272)

* Improve stats gen to show percentages

* Improve stats dialog

* Update stats dialog title...

467df0ee32517499a750a01aacfa724d7d5f2e36 authored over 4 years ago
Handle source export failures (#289)

* handle decompile failures

* allow decompiling as stream

* Use TRACE_AS_SOURCE in gui sou...

c16f7d7a14013d623cef5c4b88213f3d17a2ac6d authored over 4 years ago
Make class loading more flexible (#277)

f0885819aeeb2edbfcfc0b23566cccb571166a02 authored over 4 years ago
Fix "Mark as Deobfuscated" menu entry not working... this time without breaking all the things hopefully (#284)

* Fix "Mark as Deobfuscated" menu entry not working... this time hopefully without breaking all ...

1a08b8abf721d375db83cec78e2f520a802ab1e4 authored over 4 years ago
Only try to set decompiler service on the class handle provider if it exists.

Closes #288

22c51903c79201e27155d52e8774c10a7f8818fb authored over 4 years ago
Fix inner classes getting the full path to the class filled in the rename field

c2c207a8c01a5c4b34ee34d41f828e134c0cdc9b authored over 4 years ago
Fix inner class name validation

75d75e530b7c54a09af7c66b50b94fd9b0f57814 authored over 4 years ago
Fix "Mark as Deobfuscated" menu entry not working (#265)

142b463faaad94f9fe8e33fe753ae5845b975ac6 authored over 4 years ago
Fix decompile command (#278)

d7b7832680178bbc3cd45f1934c42dc3c79f6996 authored over 4 years ago
Fix not being able to connect to server

32b1b5aef0c242d501f023ecfc04bb89af1a0bc9 authored over 4 years ago
Build fat jar for enigma-cli

9089a63b5cd2596e47c8c6b876ebd07224d943e4 authored over 4 years ago