summaryrefslogtreecommitdiffstats
path: root/editor/settings_config_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Fixed shortcut saving and 'original' comparisonsEric M2021-10-151-1/+1
* Allow shortcuts to have any number of bindings. Updated UI as required.Eric M2021-10-011-185/+253
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Improve implementation of builtin action overridesEric M2021-09-211-2/+2
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+1
* Minor tweaks/fixes for the Command PaletteMichael Alexsander2021-08-181-2/+6
* Reorganise text editor settingsPaulb232021-08-161-1/+1
* corrected method name `set_event`Bhuvan Vemula2021-08-111-6/+6
* Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-051-5/+5
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-8/+7
* Optimize StringName usagereduz2021-07-181-19/+19
* Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde2021-06-201-1/+1
|\
| * Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal2021-05-191-1/+1
* | EditorSettings: Look for binding while filtering tooJonas Bernemann2021-06-041-4/+4
|/
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-3/+3
* Fixed crash in Editor Settings shortcuts UIEric M2021-05-051-12/+9
* Merge pull request #47596 from EricEzaM/PR/fix-editor-settings-shortcuts-wron...Rémi Verschelde2021-04-101-1/+2
|\
| * Fixed Editor Shortcuts revert/edit/clear buttons performing the wrong action.EricEzaM2021-04-031-1/+2
* | Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
|/
* Added Built-in Action editor to Editor Settings dialog.Eric M2021-02-191-96/+248
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-3/+3
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-3/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-091-3/+3
* Add placeholders to the searchbars in the Project/Editor settingsMichael Alexsander2020-08-281-0/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+21
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-20/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-12/+12
* Working multiple window support, including editorJuan Linietsky2020-03-261-28/+30
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-4/+4
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-4/+4
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-23/+11
|/
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-4/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-11/+11
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Don't search in unassigned shortcut labels in the editor shortcutsHugo Locurcio2019-12-121-1/+10
* Fix key names being wrongly capitalized in the input map editorHugo Locurcio2019-11-041-9/+1
* Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio2019-10-061-26/+24
* Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-3/+3
* Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde2019-05-281-8/+1
|\
| * Add Popup::popup_centered_clamped methodhomer6662019-04-301-8/+1
* | Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-1/+1
|/