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

disallow space in keybinds, update default search keybind to `ctrl + shift + f`

0cf7a89e8b74694f5e27b141c7de956077bf3574 authored over 1 year ago
bump version to `1.8.2`

f1d5e4456ebe540fae9ca6c4194f6ab88d7efa97 authored over 1 year ago
fix enum statistics counting (#114)

* fix synthetic parameters counting to stats

* move ParameterAccessFlags to representation pk...

68afb06c41a69ffa4366e39a43c589c54f9ae46d authored over 1 year ago
fix newlines in class selector tooltips not working on all operating systems

222290902f8e3958d7a17035bbab28f5d981f2a6 authored over 1 year ago
bump version

56490660e027fc01e80ebf193f72ab05d4f0205d authored over 1 year ago
use `ClassSelectorClassNode`s as input in `StatsManager` to make it more reliable

8c0531222500a745166dbb7521af13ba745a7079 authored over 1 year ago
bump version to `1.8.0`

14616aec8eeecfd485b78d597715264419837fa1 authored over 1 year ago
remove big comment block in `checkstyle.xml`

aba52263642745a2b14f5ab386cc8204ae11d073 authored over 1 year ago
fix a couple deprecation warnings

5f7932bf3369320caf4a03c3aa36fd587c675e20 authored over 1 year ago
refactor dockers to be non-static (#101)

* fix up class moving

* whoops that was a little brokey

* initial version of package renam...

8d91a054a198aaba945bb24a659489594bbf9b8a authored over 1 year ago
add class selector tooltips and improve stat generation (#97)

* fix up class moving

* whoops that was a little brokey

* initial version of package renam...

ab97685be9066dbb060f0d811ed704e0137baaa2 authored over 1 year ago
fix proguard "duplicate definition" log spam!

04c2acc09982d97fb4c33d05d99553c2a3119ff7 authored over 1 year ago
add an option to hide all progress bars (#107)

* implement --hide-progress-bars

* actually use progress bar hiding

335678e8a2f3271aaf43842350213c4078661764 authored over 1 year ago
implement crash history (#105)

* implement crash history

* finalise

9ca3c1cfba70c589c42314d944beea9fac2e702e authored over 1 year ago
class tree improvements and fixes (#96)

* fix up class moving

* whoops that was a little brokey

* initial version of package renam...

9f58d6cbf1b1e6a414ed1fc12b4498772fa6b89b authored over 1 year ago
Fix checkstyle error

c432a49b343c4accf8d122600d3483202fea9da9 authored over 1 year ago
Show inner classes in bytecode view (#102)

* Show inner classes in bytecode view

* Rename a parameter for clarity

ed70828a9df5536efd0046ae79b342ce15847609 authored over 1 year ago
Fix broken workflow

66995fe46ea14545c478ae6c0986e53894c283ee authored over 1 year ago
Use Quiltflower's lazy context sources

8c12748fa0ea2e168b15d2c4a28d11b1053860cd authored over 1 year ago
Add test for varargs decompilation

eece3f8ad03bb268f4c0cf7e13d5305b3188e74c authored over 1 year ago
[no ci] Run snapshot publishing just once, only on Quilt's master branch

b46ef4bcc5c0fc5afa1b54596f94e347e82430c6 authored over 1 year ago
Remove unused import

5787acbd9fb2b868a7db8a8d4feaf889c957911d authored over 1 year ago
Add logging for Quiltflower

d0375a9cbe2b122e46463015a66a72e7d2bc56d0 authored over 1 year ago
Fix a couple issues with Quiltflower

Fixes #99

4ea346fdc95aa4e6862ffe498ae6df34e2dbc052 authored over 1 year ago
fix some docker-related issues (#98)

* fix some docker issues

* update structure

881cf36cb1efce6483e7069e5032dd215a1151d4 authored over 1 year ago
Remove sourcesJar task

a52569ef56a7cf98f440e3289ee949335c6d4090 authored over 1 year ago
Bump Quiltflower again

402538fd1e2f9c4fc16c689ab3a4f4de611e8578 authored over 1 year ago
Bump Quiltflower to a properly working snapshot

f1c39842791b4df380284430b56b2328e3486f0f authored over 1 year ago
Bump Quiltflower

997aad2e738ec3c20e82e8f6cde45f015bfe6116 authored over 1 year ago
show custom indexer progress (#86)

* show custom indexer progress

* fix code style issues

* merge master

* fix style

34dd0e46d9affcfa946145c416dc998f01977191 authored over 1 year ago
allow searching multiple entry types simultaneously (#93)

* type checkboxes

* initial version of sorting by type

* imports are good actually

* ke...

6fccf3be53066cdc5895f106620df3a591d1bdca authored over 1 year ago
make quiltflower default and bump (#95)

251a2911b112893e37cdb4e7af87b66b6910487f authored over 1 year ago
more info in "Processing..." step in jar indexing (#85)

* more info in "Processing..." step in jar indexing

* update other languages

* avoid api break...

319fbd3b4a04edc3a7eb2666c002f97ed13a7280 authored over 1 year ago
fix mapping stats skipping lambda parameters (#92)

* reload parent of updated class node upon stat reload completion (fixes #89)

* fix mapping s...

8b116250d83fbb6c48bb79c379adfdafe42f75a2 authored almost 2 years ago
bump version to `1.7.6`

5c1514c36fb5d22ae02a3e73e5b62f399378b7c9 authored almost 2 years ago
reload parent of updated class node upon stat reload completion (fixes #89) (#90)

8f8bc7a4cdaec5a6f008fa3b4558e140cfa42b14 authored almost 2 years ago
code cleanup part two: enforce checkstyle (#87)

* add checkstyle.xml

* fix enigma-cli issues

* add checkstyle to github actions

* fix e...

f64276e741916f1de492a7b0ecf5583eebd3b718 authored almost 2 years ago
bump version to `1.7.5`

4bd0b74bfb292b23f5ff2c7e7eb7130110b47a9f authored almost 2 years ago
Fix StringIndexOutOfBoundsException when loading non UNIX file path (#83)

* fix: StringIndexOutOfBoundsException

* feat: better icons

* Revert "feat: better icons"
...

b0ed311fee09032594690489ca532ea163661717 authored almost 2 years ago
fix #82 (#88)

8e2b3b76d50a52ec8a224fbe6dcea2d3a9938106 authored almost 2 years ago
Optimize NestedPackages by deferring sorting (#84)

* optimize nested packages by deferring sorting

* fix up some issues

7f2c3be20a8808927efb909fbdf3ed24e1c7969f authored almost 2 years ago
Bump Quiltflower

7511de009550c9eb002801deb514d3f05545dfd8 authored almost 2 years ago
bump version to `1.7.4`

2fb9f735d817505e406276e49ec8e69bbc2c176e authored almost 2 years ago
fix stat reloading (#80)

e499670998217ecee1056c0e32939485f8a1fd37 authored almost 2 years ago
fix bad disconnect message (#81)

9192ec4069c78e07956f2fc8fc135bf4976a1c3e authored almost 2 years ago
some style fixes (#79)

25de43e1ac15ca8069614044a3aa05bccb7c9313 authored almost 2 years ago
fix maven link

cef021c730743c24ba8a73bf40aaf40be35c2cf9 authored almost 2 years ago
remove cuchaz license headers (#78)

72de89d87106ee2265c0089d10a3ad02a951342a authored almost 2 years ago
fix protocol document

47103795e1ec555f9345b59d120a12d8af734771 authored almost 2 years ago
Remove `readUTF` references (#73)

da382ed010b299af11af87825834f81e5d6f844a authored almost 2 years ago
bump version to `1.7.3`

b733c68052fc0096b34c32dbe6013d11590b387b authored almost 2 years ago
fix inner classes displaying far too many class names (#71)

* fix inner classes displaying far too many class names (A.A.B.A.B.C instead of simply A.B.C)

...

ceefb2c5e2b9d71e9bcb9457a49adf040ef59e4b authored almost 2 years ago
ignore entries that no longer exist from recent files in gui (#72)

9d29b2fe9dc0d3540be6c1a03e2939b2d8020932 authored almost 2 years ago
bump version to `1.7.2`

762fe9dbe69491570c1ebc5b9a4e39f035d75efb authored almost 2 years ago
most likely fix #12 (#69)

* fix crash in #67

* probably fix #12

* Revert "fix crash in #67"

This reverts commit 2...

3b62c271810a852b895dc8a8507152bd190abcad authored almost 2 years ago
fix crash in #67 (#68)

05fde7ef6fe6492269d8a1d363e2f08e0fe67e2d authored almost 2 years ago
Bump version to `1.7.1`

c502915f514184f5ef1a1f068cdf263015ed6008 authored almost 2 years ago
Add fill-all arg for fill-class-mappings command

8ae7dafe5a83ec3170284bec9b0495768d3c3307 authored almost 2 years ago
throw away --single-class-tree

a4e15d823d6b59e540d67807eb5f9e6f0683288f authored almost 2 years ago
bump version to `1.7.0`

49bb8c4957171bf5dad44e7b62ffbda51268505c authored almost 2 years ago
draggable docker buttons (#51)

* crab RightAngleLayerUI

* perfect visuals on new buttons

* abstract component draggabilit...

83fb5adba9eac51b40d36b87f7f9825381ca0c56 authored almost 2 years ago
docs for notification stuff

a0672e498ee58d2df0fd001a0f1cc3fe740f8290 authored almost 2 years ago
This is what happens when you don't read all the relevant code

1a17eab8dd9f884607affff3636ff557d8d27e44 authored almost 2 years ago
Fix build

d092ad12f0d35c431cfcd6bc5e26c6d1d8d115bb authored almost 2 years ago
Add back a missing method

5463c1554404c13262e24cc5f5acd46b7b6be40d authored almost 2 years ago
Change visibility of some methods

9aaeda582cf7743ab66b7e8d72d1eef071e74007 authored almost 2 years ago
ask for confirmation for warnings (#52)

043f88422e68518dad88fc99f981b94fd6e93bfd authored almost 2 years ago
fix extra name validation (#57)

* fix changes being validated too often

* make sure uniqueness errors cannot pass through

...

bbcebdbf30d8be0c50acaa3227e35cc172d4cccf authored almost 2 years ago
show mapping status in class tree (#60)

* initial really broken impl

* temporarily remove shadowing warning

* better icons and fix...

f6ba9eef8a08d1d93c8458d4df74ad32078acaf8 authored almost 2 years ago
Allow running some commands directly without using file inputs

Also improve part of the enigma-cli code

aa05df2f95e88580b2fed2b544b16bfae44a6ba7 authored almost 2 years ago
Add test for map-specialized-methods

2cf7c98574b1d7ac32381aa539d295df1e6719c5 authored almost 2 years ago
Add fill-class-mappings command

277e07346800be0a13bbd199b4da62de860af167 authored almost 2 years ago
bump version to `1.6.2`

b9edb8d6883daeae3c95681f61f9ba043d971673 authored almost 2 years ago
fix calls tree navigation crash (#65)

a937025317a1f935514fa1a46136db4a1aa95a72 authored almost 2 years ago
Fix non-unique field naming check

fec3ba030ac5f5f7e167f36b9d5590014eee035d authored almost 2 years ago
Fix a test

86dcb0a24eeeb3cd029e8c0a03d38e1209f06656 authored almost 2 years ago
Update tests

f30f17ca30eb23902d8c09d779d3ff72db1bab8b authored almost 2 years ago
Add tests for MappingValidator

054ff80ee439665521da6bccefd5d8cd365b268b authored almost 2 years ago
Fix recent files menu on Windows

ff554dea9092e96ac9cace88d6ac1b6e438652d4 authored almost 2 years ago
bump version to `1.6.1`

9a7457d734486dbdb978ab153aaed30c39883295 authored almost 2 years ago
temporarily remove shadowing warning (#58)

073d991fbdf113c5497c810ceac7739c9ac9fa1b authored almost 2 years ago
French translation (#54)

* Begin Work

* WIP

* WIP

* WIP

* Finish translation

395c15cf813ce37fdddb0a44e0dc0f8924f46d87 authored almost 2 years ago
bump version to `1.6.0`

9a8406df27a4bc1fe2bd6a8e377ea7aee5542abf authored almost 2 years ago
make enigma code style consistent and modernise, take 2 (#32)

* run intellij code cleanup on `enigma` package

* code cleanup: `enigma` package tests

* c...

34b4a66abfdf5b2eb858d1d63805d45bbad15d0e authored almost 2 years ago
restore previously open mappings and jar when reopening enigma (#44)

* bump version to `1.5.0`

* Revert "bump version to `1.5.0`"

This reverts commit 2514d0d15...

af76a5afdd887fd52856eaa1a6b5d5ca4d0dca2b authored almost 2 years ago
fix classes docker collapsing on rename (#49)

* bump version to `1.5.0`

* Revert "bump version to `1.5.0`"

This reverts commit 2514d0d15...

bfd20d27c41e38f8868ff13876fbbe47b718f437 authored almost 2 years ago
fix mapping stats generation crash (#46)

* bump version to `1.5.0`

* Revert "bump version to `1.5.0`"

This reverts commit 2514d0d15...

31989c512d5c085d17434290beb4cfce7d9eb473 authored almost 2 years ago
redo notification system (#36)

* bump version to `1.5.0`

* Revert "bump version to `1.5.0`"

This reverts commit 2514d0d15...

35d6bddd2fe7bc3ed1f97c0142758bc8984526b2 authored almost 2 years ago
bump version to `1.5.2`

1debf5624a6978f660dcde8de0d77b2e99dbbcb5 authored almost 2 years ago
fix crashing on close jar (#42)

* bump version to `1.5.0`

* Revert "bump version to `1.5.0`"

This reverts commit 2514d0d157129...

83128eb141262a62e4d67e2d3dcdd502597f0318 authored almost 2 years ago
add a resize button to dockers (#35)

* bump version to `1.5.0`

* Revert "bump version to `1.5.0`"

This reverts commit 2514d0d15...

cec68e87a7481e9090f361084863f94b32f239a9 authored almost 2 years ago
use tinylog for logging instead of `System.out` (#30)

* start migration to tinylog

* 1:1 migration of all logging

* migrate stack traces and add...

7070039640d8d813a87649386f211188a82e7734 authored almost 2 years ago
bump version to `1.5.1`

5a22257251f37d11b6fe8831771b6b8beabd8058 authored almost 2 years ago
Prevent IdentifierPanel from being rebuilt when entry was changed (#33)

* Prevent IdentifierPanel from being rebuilt when entry was changed.

This lets multiple users...

1407fa95ffc6af98e63e73525437149b5197d464 authored almost 2 years ago
Fix QuiltFlower sometimes failing to decompile (#34)

* Fix QF accidentally giving inconsistent results

* Much simpler fix which appears to work be...

b0b8b6f73f1bcb9193e5c4d7593848ba28b3bb5a authored almost 2 years ago
bump version to `1.5.0`

a88dc26560bd831a9fbc6bafa008afed888660ed authored almost 2 years ago
intellij-style, side-locked dockers and ui cleanup (#28)

* initial draggable side panel label impl

* functional dock highlighting

* functional dock mov...

f3ed8f001f24a4df0b5f60677b1b4554d743d3f4 authored about 2 years ago
Bump version

96e7c9e25289061ee6fb032d028dc93132751b9a authored about 2 years ago
Change publication group to org.quiltmc (#26)

[skip ci]

f257734809d66e4190c7a7a8481875fdaad3d23f authored about 2 years ago
Add improved side panel selector and clean up gui (#23)

* initial right panel selector implementation

* initial right panel selector implementation
...

eb15b8964942fbdc5c4f1e126881e9c111fd0a13 authored about 2 years ago