summaryrefslogtreecommitdiff
path: root/editor/project_settings_editor.cpp
AgeCommit message (Expand)Author
2020-08-18Fixed issues with adding custom project settings and added confirmation dialo...Eric M
2020-08-14Fix and tweak the new header in "Project Settings"Michael Alexsander
2020-08-10Rewrite ProjectSettings editor advanced optionsStijn Hinlopen
2020-07-14Refactor Project Settings:Stijn Hinlopen
2020-07-04Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-02Add translation parser plugin supportSkyJJ
2020-07-02Added "POT generation" feature under "Localization" in the EditorSkyJJ
2020-06-21Merge pull request #39661 from dreamsComeTrue/restart-project-settings-msgRémi Verschelde
2020-06-19Project Settings 'restart' message put focus on editor rather than project it...Dominik 'dreamsComeTrue' Jasiński
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-13Update game controller enums.Marcel Admiraal
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
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-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-16prevent joypad button input dropdown going out of dialogalvaroHernandez
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Fix signals error prints for the new signal systemMateo Dev .59
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-05Improve icons in the Input Map editorHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-13Disable ok button if no key is selected when adding event to an actionGilles Roudière
2019-11-07Merge pull request #32527 from OsamaElHariri/fix_locale_filterRémi Verschelde
2019-11-04Fix key names being wrongly capitalized in the input map editorHugo Locurcio
2019-10-25Fix off-by-one error in the Project Settings type dropdownHugo Locurcio
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-07Allow all Variant types to be added as project settingsHugo Locurcio
2019-10-06Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio
2019-10-03Fix locale filter in project settings editorOsama El Hariri
2019-09-27Fix crash when moving an action into itself in the Input Map editorMichael Alexsander Silva Dias
2019-09-24Merge pull request #31970 from HaSa1002/i18nRémi Verschelde
2019-09-23Add some missing feature tags to the "Override For..." menuHugo Locurcio
2019-09-23Merge pull request #31061 from Abstract-Everything/input-actions-reorder-uiRémi Verschelde
2019-09-10Fix right click crash in Locales FilterlupoDharkael
2019-09-05Input actions can be reordered by drag and drop.J-Camilleri
2019-09-04Fix out of range crash on remapping filesHaSa1002
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
2019-08-30Make tab containers in editor, project settings, and export dialog, to use hi...azagaya