summaryrefslogtreecommitdiff
path: root/enigma-swing/src/main/java/cuchaz (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Provide fallback anti-aliasing for DEs the JRE doesn't recognize (#466)Gravatar Julian Burner2022-12-071-1/+17
* Add checkstyle (#460)Gravatar modmuss502022-09-1478-1375/+1742
* Nested packages in Swing UI (#458)Gravatar ramidzkh2022-09-125-352/+209
* Show the crash dialog when an off thread job fails.Gravatar modmuss502022-04-131-0/+1
* Add readonly bytecode view. (#443)Gravatar modmuss502022-03-301-1/+2
* Update gradle and skip unnecessary swing updates (#431)Gravatar liach2021-09-201-1/+26
* Improve record class detection (#428)Gravatar modmuss502021-09-161-2/+4
* Refactor and clean up Gui classGravatar Marco Rebhan2021-09-0519-609/+962
* Entry Changes (#364)Gravatar 2xsaiko2021-07-087-107/+81
* Add --single-class-tree argument that puts all classes into deobf panel & hid...Gravatar Daniel Chýlek2021-07-084-7/+31
* Makes sure save mappings is completed before next action (#409)Gravatar liach2021-07-033-6/+18
* Expand All & Collapse All in deobf panel (#412)Gravatar YanisBft2021-06-295-14/+27
* Highlight tokens as 'proposed' when they're not editableGravatar Marco Rebhan2021-06-223-32/+61
* Allow disabling editing part of the mappingsGravatar Marco Rebhan2021-06-216-47/+176
* Use JFileChooser for all open/save opertations (#401)Gravatar modmuss502021-06-192-20/+35
* Structure panel options (#400)Gravatar YanisBft2021-06-154-17/+73
* Disable Show Calls actions on unrenamable entries (e.g. Java methods)Gravatar Marco Rebhan2021-06-031-2/+2
* Cleanup with Java 16 (#394)Gravatar YanisBft2021-05-2312-97/+57
* Update to Java 16 (#390)Gravatar modmuss502021-05-222-2/+2
* Fix scroll speed being dependent on the line count in the file.Gravatar Marco Rebhan2021-04-291-0/+4
* Update translationsGravatar Yanis482021-04-071-1/+0
* New ways to searchGravatar Yanis482021-04-072-31/+93
* Allow only one selected entry in treesGravatar Yanis482021-04-073-4/+17
* Merge pull request #375 from YanisBft/fix-374Gravatar 2xsaiko2021-04-061-0/+2
|\
| * Fix warning/error formatting in editorGravatar Yanis482021-04-031-0/+2
* | Merge pull request #372 from YanisBft/copy-descriptorGravatar 2xsaiko2021-04-062-2/+40
|\ \
| * | Copy method/field descriptor on clickGravatar Yanis482021-04-022-2/+40
| |/
* | Fix visual inconsistencies after changing theme settings.Gravatar Marco Rebhan2021-04-064-18/+27
* | Fix progress bar being very tall.Gravatar Marco Rebhan2021-04-061-11/+28
* | Make progress dialog thread-safe.Gravatar Marco Rebhan2021-04-061-26/+28
|/
* Show scrollbar buttons when using FlatLaf.Gravatar Marco Rebhan2021-03-301-0/+1
* Set null javadoc instead of empty/blank string when clearing the text in the ...Gravatar Marco Rebhan2021-03-301-1/+1
* Fix text field always selecting everything when using FlatLaf.Gravatar Marco Rebhan2021-03-301-0/+3
* Fix method nameGravatar Marco Rebhan2021-03-301-2/+2
* Fix using runtime changed configuration for parts of the UI that don't suppor...Gravatar Marco Rebhan2021-03-259-35/+64
* Merge pull request #361 from modmuss50/recordsGravatar 2xsaiko2021-03-251-1/+9
|\
| * WIP full record supportGravatar modmuss502021-03-191-1/+9
* | Fix missing icon checkGravatar Juuxel2021-03-201-1/+1
* | Add a check for missing SVG icon filesGravatar Juuxel2021-03-201-1/+9
* | Switch to SVG icons instead of PNGs and add icon for recordsGravatar Juuxel2021-03-202-13/+8
* | Merge pull request #358 from Juuxel/flatlafGravatar 2xsaiko2021-03-205-15/+50
|\ \ | |/ |/|
| * Switch to FlatDarkLaf instead of FlatDarculaLafGravatar Juuxel2021-03-181-2/+2
| * Don't use custom editor fonts when they aren't enabledGravatar Juuxel2021-03-183-3/+20
| * Use FlatLaf's own DPI scaling instead of swing-dpiGravatar Juuxel2021-03-182-8/+24
| * Remove unused LookAndFeel display name field and getterGravatar Juuxel2021-03-161-14/+5
| * Disable FlatLaf's custom HiDPI scalingGravatar Juuxel2021-03-161-0/+4
| * Make the javadoc dialog use the editor font as it is an editorGravatar Juuxel2021-03-151-0/+2
| * Migrate to FlatLafGravatar Juuxel2021-03-151-3/+8
* | Icons everywhereGravatar Yanis482021-03-178-19/+131
|/
* easier fix and document UiConfig.getLayout()Gravatar Yanis482021-03-062-3/+14