summaryrefslogtreecommitdiff
path: root/enigma-swing/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed package renamingGravatar Yanis482020-09-201-4/+2
|
* Configuration stuff (#301)Gravatar 2xsaiko2020-08-0431-472/+1187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Begin writing new config system * Make config work * Save window size and position * Add editor font chooser * Use *.ini for windows and mac instead of *rc * Allow for changing language without having to restart the program * Save selected directory in file dialogs * Make dialog visible after moving it to the correct position * Don't change theme on the fly since it's broken * Remove unused gui parameter * Use xdg-open to open URLs on Linux since Desktop.browse doesn't work, at least not on my PC * Fix default proposed highlight color * Multi font selection dialog thingy * Remember network options * Make font selection dialog actually work * Collapse general actions ("OK", "Cancel", ..) into one translation * Localize font dialog * Use enum name when saving colors for consistency with currently selected theme * Save size of split panes * Import old config * Add test & fix some parts of the config serializer * TranslationChangeListener/TranslationUtil -> LanguageChangeListener/LanguageUtil
* Revamp About dialogGravatar 2xsaiko2020-07-232-46/+54
|
* Fix losing current cursor position when renaming entries (#297)Gravatar 2xsaiko2020-07-211-15/+44
| | | | | | | * Fix losing current cursor position when renaming entries * Set nextReference to null after applying it * Extract token map into wrapper type
* Improve layout for ProgressDialogGravatar 2xsaiko2020-07-182-28/+54
|
* Make GridBagConstraintsBuilder.insets respect scaleGravatar 2xsaiko2020-07-185-9/+25
|
* Make frame visible after setting position to prevent seeing the window moveGravatar 2xsaiko2020-07-181-1/+1
|
* Make ProgressDialog use a JDialog instead of a JFrameGravatar 2xsaiko2020-07-181-16/+19
|
* Replace usages of GridBagConstraints with GridBagConstraintsBuilderGravatar 2xsaiko2020-07-184-119/+39
|
* Add GridBagConstraintsBuilder from feature/settings-dialog branchGravatar 2xsaiko2020-07-181-0/+105
|
* Allows setting the default editor font in the configuration file. (#295)Gravatar shartte2020-07-142-0/+6
|
* Add menu entry to reload jar & mappings from disk (#263)Gravatar 2xsaiko2020-07-063-5/+47
| | | | | | | | | | * Add button to reload jar & mappings from disk * Disable menu entry when currently loading * Add menu entry that reloads mappings only * Remove duplicate user query code
* Improve stats gen to show percentages (#272)Gravatar modmuss502020-07-065-102/+212
| | | | | | | | | * Improve stats gen to show percentages * Improve stats dialog * Update stats dialog title and button text Co-authored-by: 2xsaiko <git@dblsaiko.net>
* Handle source export failures (#289)Gravatar Gegy2020-07-061-3/+8
| | | | | | | * handle decompile failures * allow decompiling as stream * Use TRACE_AS_SOURCE in gui source export
* Make class loading more flexible (#277)Gravatar Runemoro2020-07-061-1/+2
|
* Fix "Mark as Deobfuscated" menu entry not working... this time without ↵Gravatar 2xsaiko2020-07-062-2/+2
| | | | | | | | | breaking all the things hopefully (#284) * Fix "Mark as Deobfuscated" menu entry not working... this time hopefully without breaking all the things * Use ungrouped() for MappingDelta * Fix *DefEntry overriding the wrong translate() version
* Only try to set decompiler service on the class handle provider if it exists.Gravatar 2xsaiko2020-07-031-1/+3
| | | | Closes #288
* Fix inner classes getting the full path to the class filled in the rename fieldGravatar 2xsaiko2020-06-241-3/+12
|
* Fix "Mark as Deobfuscated" menu entry not working (#265)Gravatar 2xsaiko2020-06-122-3/+2
|
* Fix not being able to connect to serverGravatar 2xsaiko2020-06-101-1/+3
|
* Top-level package option when generating stats (#264)Gravatar Yanis482020-06-083-19/+26
| | | | | * Top-level package option when generating stats * forgot to rename this
* Fix javadoc loss when renaming entry (#259)Gravatar 2xsaiko2020-06-081-1/+3
|
* Dont count synthetic fields in stats gen (#267)Gravatar modmuss502020-06-081-1/+3
|
* Fix editor contents being changeable through certain key combinations (#258)Gravatar 2xsaiko2020-06-081-7/+33
| | | | | | | | | * Fix editor contents being changeable through certain key combinations * Clarify comment * Clarify comment even more * Please stop trying to insert tabs in a spaces formatted file, IDEA.
* No more prefix namingGravatar 2xsaiko2020-06-0811-133/+120
|
* Add remap crash handlerGravatar 2xsaiko2020-06-071-1/+13
|
* Fix yet another navigateToToken crashGravatar 2xsaiko2020-06-071-1/+5
|
* Use MacOS menu bar style (#255)Gravatar modmuss502020-06-061-0/+2
|
* Move ServerAddress to enigma-serverGravatar 2xsaiko2020-06-041-1/+1
|
* Use StandardValidation.notBlank instead of manually checking field textGravatar 2xsaiko2020-06-041-3/+2
|
* Fix dialogs for scaleGravatar 2xsaiko2020-06-043-12/+15
|
* Abstract out common code between ConnectToServerDialog and CreateServerDialogGravatar 2xsaiko2020-06-033-146/+142
|
* Improve CreateServerDialogGravatar 2xsaiko2020-06-032-37/+115
|
* Extend validation systemGravatar 2xsaiko2020-06-032-99/+21
|
* Prepare for allowing error messages in VerifiableTextFieldGravatar 2xsaiko2020-06-032-7/+29
|
* Improve connect dialogGravatar 2xsaiko2020-06-033-51/+175
|
* Fix 'Save Mappings' entry missing from the menu and ctrl+s not workingGravatar 2xsaiko2020-06-031-0/+1
|
* Editor tabs (#238)Gravatar 2xsaiko2020-06-0329-1043/+2195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split into modules * Add validation utils from patch-1 branch * Tabs, iteration 1 * Delete RefreshMode * Load initial code asynchronously * Formatting * Don't do anything when close() gets called multiple times * Add scroll pane to editor * Fix getActiveEditor() * Rename components to more descriptive editorScrollPanes * Move ClassHandle and related types out of gui package * Fix tab title bar and other files not updating when changing mappings * Fix compilation errors * Start adding renaming functionality to new panel * Scale validation error marker * Make most user input validation use ValidationContext * Fix line numbers not displaying * Move CodeReader.navigateToToken into PanelEditor * Add close button on tabs * Remove TODO, it's fast enough * Remove JS script action for 2 seconds faster startup * Add comment on why the action is removed * ClassHandle/ClassHandleProvider documentation * Fix language file formatting * Bulk tab closing operations * Fix crash when renaming class and not connected to server * Fix caret jumping to the end of the file when opening * Increase identifier panel size * Make popup menu text translatable * Fix formatting * Fix compilation issues * CovertTextField -> ConvertingTextField * Retain formatting using spaces * Add de_de.json * Better decompilation error handling * Fix some caret related NPEs * Localization * Close editor on classhandle delete & fix onInvalidate not running on the Swing thread * Fix crash when trying to close a tab from onDeleted class handle listener Co-authored-by: Runemoro <runemoro1@gmail.com>
* Refactor MenuBar (#251)Gravatar 2xsaiko2020-06-032-352/+337
| | | | | * Make MenuBar not suck * Remove unneeded generated menu item lists
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-0352-0/+6209
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>