summaryrefslogtreecommitdiff
path: root/editor/settings_config_dialog.cpp
AgeCommit message (Expand)Author
2021-06-04EditorSettings: Look for binding while filtering tooJonas Bernemann
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
2019-09-20Distinguish editor-originating messages in the editor logHugo Locurcio
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
2019-04-30Add Popup::popup_centered_clamped methodhomer666
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-03-25Use the "warning" color for the "restart required" labelHugo Locurcio
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-01-25Properly warn about the effects of changing an import type, as well as force ...Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-04Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias
2018-10-01Fix warnings about uninitialized vars [-Wsometimes-uninitialized]Rémi Verschelde
2018-09-15Fix crash on colour theme change, issue 21715Paulb23
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-03Fix button regressionChaosus
2018-07-03Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner
2018-06-23Changed themes presets to String formatChaosus
2018-06-13Added Solarized Dark and Light themesChaosus
2018-05-31Increase settings apply speed and added deferred color applyChaosus