summaryrefslogtreecommitdiff
path: root/editor/settings_config_dialog.cpp
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-15Fixed shortcut saving and 'original' comparisonsEric M
2021-10-01Allow shortcuts to have any number of bindings. Updated UI as required.Eric M
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-21Improve implementation of builtin action overridesEric M
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-18Minor tweaks/fixes for the Command PaletteMichael Alexsander
2021-08-16Reorganise text editor settingsPaulb23
2021-08-11corrected method name `set_event`Bhuvan Vemula
2021-08-05Shortcut: Rename `shortcut` property to `event`Rémi Verschelde
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-20Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde
2021-06-04EditorSettings: Look for binding while filtering tooJonas Bernemann
2021-05-19Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-05Fixed crash in Editor Settings shortcuts UIEric M
2021-04-10Merge pull request #47596 from EricEzaM/PR/fix-editor-settings-shortcuts-wron...Rémi Verschelde
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-03Fixed Editor Shortcuts revert/edit/clear buttons performing the wrong action.EricEzaM
2021-02-19Added Built-in Action editor to Editor Settings dialog.Eric M
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-09Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio
2020-08-28Add placeholders to the searchbars in the Project/Editor settingsMichael Alexsander
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-12Don't search in unassigned shortcut labels in the editor shortcutsHugo Locurcio
2019-11-04Fix key names being wrongly capitalized in the input map editorHugo Locurcio
2019-10-06Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio