summaryrefslogtreecommitdiff
path: root/editor/settings_config_dialog.cpp
AgeCommit message (Expand)Author
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
2018-05-05Adjust default editor popup sizeshomer666
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-03-24Fix all categories unfold when one key binding is changedAlessandro
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-28Respect text editor highlighting color changesvolzhs
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-17Clean up setting dialogues a bit.Ray Koopa
2017-12-02Some untranslated UI stringsUnknown
2017-11-21Merge pull request #11933 from cxong/masterJuan Linietsky
2017-10-15Separated Editor settings and Scene undo redo stackPaulb23
2017-10-13Use "Command" for OSX in translation strings (#1619)Cong
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky
2017-09-28Several visual improvements.Daniel J. Ramirez
2017-09-26Update theme property respectivelyvolzhs
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
2017-09-24Added the ability to revert to initial value in editor settings.Daniel J. Ramirez
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-03Searchable Key-Bindings in editorScayze
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky