Commit Graph

780 Commits

Author SHA1 Message Date
Nico Mexis b72d47bef9
Document Hex Editor better 2021-07-21 23:31:05 +02:00
Nico Mexis fa85fd7479
Better Hex Editor in Dark Mode 2021-07-21 23:20:42 +02:00
Nico Mexis 06d07959bb
Update SLF4J 2021-07-21 23:10:27 +02:00
Nico Mexis dbb77c7997
Fix jawt.dll error
Temporary solution -> Again: Wait until 2.6.2 is released
2021-07-21 23:08:16 +02:00
Nico Mexis a67d8012c2
Revert German translation back 2021-07-21 23:07:48 +02:00
Konloch 7056c0bd40 Reload Resource Fix
This fixes the resources being added twice but introduced a new bug, now reload resources resets the resource list.

A better solution would be to preserve the original list, then add or remove anything new that was found, while updating the byte[] and ClassNodes of the existing resource containers
2021-07-21 10:05:05 -07:00
Konloch 7819fe6575 Removed Duplicate File Filters 2021-07-21 09:52:01 -07:00
Konloch 296227360a Translations & Cleanup 2021-07-21 09:20:25 -07:00
Konloch 0898588be6 More Translations 2021-07-21 09:06:00 -07:00
Konloch 87ff4bd291 Better Translation Error Information 2021-07-21 08:29:45 -07:00
Konloch 0203a13472 Code Cleanup
Translation errors are now silenced unless developer mode is enabled
2021-07-21 08:20:38 -07:00
Konloch e3d16031b8 Visual Bug Fix
Language and CFR settings dialog display the bug best
2021-07-21 07:58:23 -07:00
Konloch 173b1937ff Zoomable Exception UI
This also provides support for the global font setting
2021-07-21 07:50:09 -07:00
Konloch eeaafa48eb Comments & Constants Cleanup 2021-07-21 07:44:25 -07:00
Konloch ed709b07e2 Code Cleanup 2021-07-21 07:28:37 -07:00
Konloch c07185a3fc Developer Mode
If the maven version can't be found, assume developer mode
2021-07-21 07:28:30 -07:00
Konloch d9bf1dedb8 Fix Resources Opening Twice
This may need to be re-added if anyone notices this removed functionality
2021-07-21 07:19:37 -07:00
Konloch 30385ee7f1 Prevent No View From Opening 2021-07-21 07:18:33 -07:00
Konloch 69c751372a More Translations 2021-07-21 07:06:51 -07:00
Konloch aa46334396 Translation Cleanup
This provides more clear documentation on the translation keys and updates the naming to reflect the current codebase
2021-07-21 06:54:29 -07:00
Konloch f22002e529 Graal.JS Update
Disabled Graal.JS dependency, re-add the library at any time for Graal.JS Support
2021-07-21 06:29:51 -07:00
Konloch 479e884a06 Fallback For No JS Engine 2021-07-21 06:28:07 -07:00
Konloch 3fc02c46fa Better Tab Fallback Names
If the active resource cannot be found (Plugin Console created outside of execution function) - Name the tabs in numerical order of the resources processed
2021-07-21 06:25:59 -07:00
Konloch 0729da39f3 JS API Update
Build the plugin console inside of the execute function. This allows the tab name to update correctly based on the resource being processed. (It will fallback without correct tab names if not)
2021-07-21 06:22:22 -07:00
Konloch ce86445ad3 JS Engine Compatibility
Probably not needed, more testing is required
2021-07-21 06:19:24 -07:00
Konloch 18e1c101fd Plugin Console Bugfix 2021-07-21 06:14:49 -07:00
Konloch 6a121dd9e1 Graal.JS/JDK-15 Fixes
Dropped Rhino to fully support Nashorn fallback with Graal.JS. this should work for pre-jdk-8 and jdk-15+
2021-07-21 06:05:09 -07:00
Konloch 605721b378 Mouse Wheel Zoom On All Scrollable Windows
Plugin Writer, Consoles and the Hex-Viewer can now be zoomed in/out and support font control
2021-07-21 05:10:40 -07:00
Konloch 30bf371101 Code Cleanup 2021-07-21 05:02:32 -07:00
Konloch 075cbd1012 JDK-15 2021-07-21 05:00:28 -07:00
Konloch 6ef91b49b9 Merge branch 'master' of https://github.com/Konloch/bytecode-viewer 2021-07-21 04:33:09 -07:00
Konloch 67f8d3b819
Merge pull request #329 from ThexXTURBOXx/fixes
Fixes
2021-07-21 04:30:42 -07:00
Konloch 612f89cd1c Changing Font Size On Hex Viewer 2021-07-21 04:20:15 -07:00
Konloch 4e57bd03e4 JHexEditor Dark Theme Support 2021-07-21 03:53:46 -07:00
Nico Mexis 6354e1ce15
Add TODOs 2021-07-21 12:44:33 +02:00
Nico Mexis 7a5f679ac8
Add WebP support 2021-07-21 12:41:37 +02:00
Nico Mexis b782af642e
Add bug TODOs 2021-07-21 12:33:55 +02:00
Nico Mexis 37343ec4e0
Safer way to set font size 2021-07-21 12:33:50 +02:00
Nico Mexis a291fec941
Fix newer JDKs 2021-07-21 12:26:32 +02:00
Nico Mexis 0653e8583e
Better zoom for images 2021-07-21 11:29:52 +02:00
Konloch cbb826d586 Bootloader Repackaging 2021-07-21 02:23:32 -07:00
Nico Mexis 09b120ee89
Fix FileViewer not reading font size from settings 2021-07-21 10:56:37 +02:00
Konloch 34a9d1e54b Base64 No Longer Needed 2021-07-20 13:40:57 -07:00
Konloch d6e3eec4cc Moved Bootloader 2021-07-20 13:15:00 -07:00
Konloch cc781c07f2 Comments 2021-07-20 10:03:17 -07:00
Konloch b9bf92adb2
Merge pull request #328 from ThexXTURBOXx/convenience-stuff
Convenience stuff
2021-07-20 09:20:47 -07:00
Nico Mexis adb403f89a
Fix compile error 2021-07-20 18:13:52 +02:00
Nico Mexis fcfd6d3ae6
Fix DarkLaf related errors 2021-07-20 18:11:39 +02:00
Nico Mexis 4b51297e6c
Use new version expression 2021-07-20 18:11:39 +02:00
Nico Mexis 27d1dea9dd
Read version directly from POM 2021-07-20 18:11:39 +02:00