summaryrefslogtreecommitdiffstats
path: root/editor/project_settings_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix editor always redrawingreduz2021-02-131-0/+1
* Don't allow adding Objects to the project settingsHugo Locurcio2021-01-101-3/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* Refactored variant constructor logicreduz2020-11-091-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add placeholders to the searchbars in the Project/Editor settingsMichael Alexsander2020-08-281-0/+1
* Fixed issues with adding custom project settings and added confirmation dialo...Eric M2020-08-181-2/+12
* Fix and tweak the new header in "Project Settings"Michael Alexsander2020-08-141-12/+10
* Rewrite ProjectSettings editor advanced optionsStijn Hinlopen2020-08-101-287/+250
* Refactor Project Settings:Stijn Hinlopen2020-07-141-1793/+51
* Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde2020-07-041-1/+1
|\
| * Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* | Add translation parser plugin supportSkyJJ2020-07-021-10/+16
* | Added "POT generation" feature under "Localization" in the EditorSkyJJ2020-07-021-0/+114
|/
* Merge pull request #39661 from dreamsComeTrue/restart-project-settings-msgRémi Verschelde2020-06-211-1/+1
|\
| * Project Settings 'restart' message put focus on editor rather than project it...Dominik 'dreamsComeTrue' Jasiński2020-06-191-1/+1
* | Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+2
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-48/+96
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-98/+0
* Update game controller enums.Marcel Admiraal2020-05-131-36/+47
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-6/+17
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+6
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-0/+5
* Replace NULL with nullptrlupoDharkael2020-04-021-7/+7
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-35/+35
* Working multiple window support, including editorJuan Linietsky2020-03-261-70/+75
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* prevent joypad button input dropdown going out of dialogalvaroHernandez2020-03-161-0/+2
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-10/+45
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-10/+45
* | Signals: Fix signals error prints for the new signal systemMateo Dev .592020-02-281-1/+2
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-78/+37
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-39/+39
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-8/+8
* Improve icons in the Input Map editorHugo Locurcio2020-02-051-13/+25
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Disable ok button if no key is selected when adding event to an actionGilles Roudière2019-11-131-0/+3
* Merge pull request #32527 from OsamaElHariri/fix_locale_filterRémi Verschelde2019-11-071-7/+12
|\
| * Fix locale filter in project settings editorOsama El Hariri2019-10-031-7/+12
* | Fix key names being wrongly capitalized in the input map editorHugo Locurcio2019-11-041-18/+2
* | Fix off-by-one error in the Project Settings type dropdownHugo Locurcio2019-10-251-3/+4
* | Small fixes to redundand code, copy paste bugsqarmin2019-10-141-0/+2
* | Allow all Variant types to be added as project settingsHugo Locurcio2019-10-071-11/+8
* | Focus the search box when pressing Ctrl+F in Project/Editor SettingsHugo Locurcio2019-10-061-0/+23
|/
* Fix crash when moving an action into itself in the Input Map editorMichael Alexsander Silva Dias2019-09-271-1/+1