summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/elements (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-033-551/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* QOL fixes - Volume 2 (#239)Gravatar Yanis482020-05-191-81/+42
|
* Multiplayer support (#221)Gravatar Joseph Burton2020-05-032-11/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-22/+69
| | | | | | | | | | | | | | | * 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>
* QOL fixes (#222)Gravatar Yanis482020-04-182-21/+35
| | | | | | | * qol fixes * ctrl_mask -> ctrl_down_mask * reverted deobfuscation change
* Added zoom for PanelEditor (#209)Gravatar Samir Mokiem2020-04-141-0/+20
| | | | | * Added zoom for PanelEditor * Updated french zoom translations. Renamed zoom function, Integer to int
* CFR support (#192)Gravatar Runemoro2020-03-091-0/+22
| | | | | * Add decompiler API * Add CFR support
* Made Enigma gui translatable (#193)Gravatar modmuss502020-03-052-36/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * made enigma gui translatable * key renamings * missed strings * string.format() & another missed string * cached content (thanks @liach) * added a dialog when changing language * better sentence * more %s * liach's requests * empty map * the last (?) missed strings * IT WORKS * French translation * Update fr_fr.json
* Allow attaching class, method, field, and parameter javadocs (#185)Gravatar Fudge2019-12-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add stats generation (#177)Gravatar Runemoro2019-11-081-1/+42
| | | | | | | | * Add stats generation * Parameters and inner classes too * Fixes
* Add a default TinyWriter, formatting/misc fixesGravatar modmuss502019-09-081-4/+4
|
* Cleanup the mappings menu items to use the mappings format enum, will be ↵Gravatar modmuss502019-09-081-59/+32
| | | | useful for when adding more formats
* Drop invalid mappings menuGravatar gegy10002019-06-181-0/+7
|
* Plugin rework along with API rework: Enigma split from EnigmaProject; ↵Gravatar gegy10002019-06-161-20/+13
| | | | plugins now provide services configurable via a profile
* Add forward and backward reference history with mouse navigation (#132)Gravatar Erlend Åmdal2019-05-121-2/+11
| | | | | | | | | | | | * Add History * Add forward and backward reference history * Update PopupMenuBar text for history * Fix indentation * Fix more indentation
* Few minor render tweaks (#127)Gravatar liach2019-05-031-0/+14
| | | | | | Now inheritance tree bleak color no longer affects other trees Also add a github link Signed-off-by: liach <liach@users.noreply.github.com>
* Fix "Export JAR" file chooser title (#122)Gravatar Runemoro2019-04-251-3/+3
|
* Fix #81 -- validate renames across related classesGravatar gegy10002019-02-241-1/+5
|
* Fix #110 and remap indices with matched bridge method namesGravatar gegy10002019-02-231-17/+4
|
* Added Basic Search (#102)Gravatar Modmuss502019-02-191-0/+7
| | | | | | | | | | * 3am code for a basic search box, needs some cleanup * Cleanup the code a bit * Add missing header * Fix indentation, + unneeded check
* Remap sources (#106)Gravatar Gegy2019-01-301-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Source remapping beginnings * Fix navigation to remapped classes * Translate identifier info reference * Remap local variables with default names in source * Caching translator * Fix lack of highlighting for first opened class * Fix unicode variable names * Unicode checker shouldn't be checking just alphanumeric * Fix package tree being built from obf names * Don't index `this` as method call for method::reference * Apply proposed names * Fix source export issues * Replace unicode var names at bytecode level uniquely * Drop imports from editor source * Class selector fixes * Delta keep track of base mappings to enable lookup of old names * Optimize source remapping by remapping source with a StringBuffer instead of copying * Bump version
* [WIP] Mapping rework (#91)Gravatar Gegy2019-01-241-33/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move packages * Mapping & entry refactor: first pass * Fix deobf -> obf tree remapping * Resolve various issues * Give all entries the potential for parents and treat inner classes as children * Deobf UI tree elements * Tests pass * Sort mapping output * Fix delta tracking * Index separation and first pass for #97 * Keep track of remapped jar index * Fix child entries not being remapped * Drop non-root entries * Track dropped mappings * Fix enigma mapping ordering * EntryTreeNode interface * Small tweaks * Naive full index remap on rename * Entries can resolve to more than one root entry * Support alternative resolution strategies * Bridge method resolution * Tests pass * Fix mappings being used where there are none * Fix methods with different descriptors being considered unique. closes #89
* add option to view calls to a method in general, not just the specific ↵Gravatar Adrian Siekierka2018-12-091-1/+11
| | | | instance of the method
* refactors and bugfixesGravatar asie2018-11-281-20/+4
|
* Move to awt FileDialogGravatar modmuss502018-11-281-6/+13
|
* Added theme switcher + dark theme (#60)Gravatar Modmuss502017-06-071-0/+31
| | | | | | | | | | | | | | | | | | | | | | * Initial work on the color config * Save and read config from file.+ * Allow changing the editor colors * Remove the right margin * Move config to the user's home dir * Use Guava instead of Apache commons * Add runtime theme switching, includes example "dark" theme. * Rename dark theme as requested * Small clean up * Include suggestions from @Thog
* Implement experimental Tiny mappings loaderGravatar Thog2017-03-241-0/+16
| | | | ~ This will need some tests and more security checks
* Follow Fabric guidelinesGravatar Thog2017-03-082-277/+262
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-072-13/+9
| | | | Also update Guava to version 21
* Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" ↵Gravatar Thog2016-09-131-4/+1
| | | | key and clean up
* fix method/argument renaming edge cases, add method/argument name rebuilder, ↵Gravatar asiekierka2016-09-121-0/+10
| | | | add Package to Access enum
* "Close mappings" option now check if you have change your mappings and if ↵Gravatar Thog2016-08-151-1/+24
| | | | you want to save them
* Remoe JSON directory format support and clean up others thingsGravatar Thog2016-08-121-41/+13
|
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-121-34/+51
| | | | | | Others changes: ~ Rework File menu ~ Force UTF-8 for all I/O operations ~ Enigma now detect the original file format and use the correct one when you save a mapping
* Allow exporting mappings as SRG or EnigmaGravatar modmuss502016-08-111-0/+34
|
* ReformatGravatar lclc982016-07-041-3/+1
|
* Started Gui RefactorGravatar lclc982016-07-032-0/+251