summaryrefslogtreecommitdiff
path: root/enigma/src/main/resources/lang/fr_fr.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add progress listener to Mapping-IO conversion; deduplicate lang filesGravatar NebelNidas2023-10-091-9/+5
|
* Add Recaf format support (#451)Gravatar Toshimichi09152022-06-121-0/+1
| | | | | | | * Add Recaf format support * Update language files Co-authored-by: 2xsaiko <me@dblsaiko.net>
* Expand All & Collapse All in deobf panel (#412)Gravatar YanisBft2021-06-291-0/+2
| | | | | * Expand All & Collapse All in deobf panel * fixed smth that was bothering me
* Structure panel options (#400)Gravatar YanisBft2021-06-151-1/+13
| | | | | | | | | | | | | | | * Structure panel options * changes * always show inner classes in the tree * workaround for toString() and similar * show constructor methods depending on the class obfuscation * use ListCellRenderer instead of toString * list cell renderer
* Update translationsGravatar Yanis482021-04-071-1/+4
|
* Copy method/field descriptor on clickGravatar Yanis482021-04-021-0/+4
|
* Structure panel!Gravatar Yanis482020-12-141-0/+2
|
* Improvements to deobf panel popup menuGravatar Yanis482020-10-311-1/+2
|
* Add "include synthetic parameters" to mapping stats & save options (#309)Gravatar YanisBft2020-10-271-3/+15
| | | | | | | | | * Add "include synthetic members" to mapping stats & save options * bump version * include synthetic parameters * capitalization
* Add popup menu to deobf panel to quickly rename a package/classGravatar Yanis482020-10-111-0/+1
|
* Configuration stuff (#301)Gravatar 2xsaiko2020-08-041-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Top-level package option when generating stats (#264)Gravatar Yanis482020-06-081-7/+31
| | | | | * Top-level package option when generating stats * forgot to rename this
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-0/+164
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>