summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Improve undo action namesHaoyu Qiu2023-09-121-2/+2
* Add EditorStringNames singletonkobewi2023-09-031-16/+17
* Translate undo/redo messages in settings dialogsHaoyu Qiu2023-04-231-2/+2
* Apply clamp_to_embedder on parent resize and popup.Ryan Roden-Corrent2023-03-271-0/+1
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-4/+4
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #67871 from Calinou/editor-theme-add-oled-presetRémi Verschelde2022-11-281-1/+1
|\
| * Add Black (OLED) editor theme presetHugo Locurcio2022-10-261-1/+1
* | Don't update EditorSettings dialog unnecessarilykobewi2022-11-211-1/+3
* | Fix memory leak in `EditorSettingsDialog`Rindbee2022-11-111-0/+1
* | Unify usage of undo_redo in editorkobewi2022-11-021-4/+4
|/
* Split `action_map_editor` file into one file per class it contained.Eric M2022-10-061-0/+2
* Add searching by event for Editor Settings shortcuts and Project Settings inp...EricEzaM2022-10-031-25/+46
* Merge pull request #65290 from requizm/fix/65081/cannot_set_escapeRémi Verschelde2022-09-251-0/+1
|\
| * Disabled "Escape" button when closing the shortcut windowrequizm2022-09-031-0/+1
* | Update Editor Shortcuts tree creation to always have sections in same order.Eric M2022-09-171-24/+29
* | Check TreeItem for nullptr before accessing.Eric M2022-09-151-0/+4
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
|/
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* Add per-scene UndoRedokobewi2022-08-221-5/+5
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Merge pull request #61455 from fire-forge/tabRémi Verschelde2022-05-311-0/+1
|\
| * Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-0/+1
* | Use consistent casing in editor filter/search barsFireForge2022-05-281-2/+2
|/
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+5
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Add a new HashMap implementationreduz2022-05-121-8/+7
* Cleanup metadata usagekobewi2022-05-061-2/+2
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-3/+3
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-2/+9
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-1/+0
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Merge pull request #58706 from timothyqiu/property-i18nRémi Verschelde2022-03-101-1/+3
|\
| * i18n: Make property paths and categories translatableHaoyu Qiu2022-03-031-1/+3
* | Merge pull request #56476 from gerhean/fix_shortcut_collapse_after_editRémi Verschelde2022-03-101-6/+8
|\ \
| * | Fix shortcut collapse after editGer Hean2022-02-051-6/+8
* | | Fix color pickers closing in editor settingskobewi2022-03-051-2/+0
* | | Merge pull request #53839 from EricEzaM/editor-settings-changed-settingsRémi Verschelde2022-03-051-1/+11
|\ \ \
| * | | Made use of EditorSettings 'settings changed' to optimise settings changed no...Eric M2022-03-051-1/+11
| | |/ | |/|
* / | Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
|/ /
* | Fixed issues with shortcut checking in 3d node editorEric M2022-02-181-0/+5
* | Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-0/+3
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-5/+5
* | Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde2022-02-081-8/+8
* | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-10/+10