summaryrefslogtreecommitdiffstats
path: root/editor/project_settings_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #31970 from HaSa1002/i18nRémi Verschelde2019-09-241-1/+1
|\
| * Fix out of range crash on remapping filesHaSa10022019-09-041-1/+1
* | Add some missing feature tags to the "Override For..." menuHugo Locurcio2019-09-231-0/+4
* | Merge pull request #31061 from Abstract-Everything/input-actions-reorder-uiRémi Verschelde2019-09-231-0/+84
|\ \
| * | Input actions can be reordered by drag and drop.J-Camilleri2019-09-051-0/+84
* | | Fix right click crash in Locales FilterlupoDharkael2019-09-101-1/+1
| |/ |/|
* | Merge pull request #25353 from azagaya/masterRémi Verschelde2019-08-301-0/+1
|\ \ | |/ |/|
| * Make tab containers in editor, project settings, and export dialog, to use hi...azagaya2019-08-301-2/+5
* | Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-201-2/+0
|\ \
| * | Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+0
* | | Added DualShock Equivalents to Joypad Button 10 and 11Daniel Larson2019-07-151-2/+2
|/ /
* | Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-011-2/+2
|\ \
| * | Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+2
* | | Tweak gamepad button names to be consistent with the documentationHugo Locurcio2019-07-011-4/+4
|/ /
* | Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* | Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde2019-05-281-8/+2
|\ \
| * | Add Popup::popup_centered_clamped methodhomer6662019-04-301-8/+2
* | | Merge pull request #25720 from qarmin/fix_hide_search_project_settingsRémi Verschelde2019-04-301-0/+1
|\ \ \
| * | | Clearch SearchBox when unclick SearchButtonqarmin2019-02-081-0/+1
| | |/ | |/|
* | | Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-5/+5
|\ \ \ | |_|/ |/| |
| * | Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-5/+5
* | | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+4
|/ /
* | Use the "warning" color for the "restart required" labelHugo Locurcio2019-03-251-1/+1
* | Fix renaming actions in the Project settingsBojidar Marinov2019-03-161-1/+1
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-19/+19
|/
* Properly warn about the effects of changing an import type, as well as force ...Juan Linietsky2019-01-251-1/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Move "Dialog Bounds" from the Editor Settings to project's metadataMichael Alexsander Silva Dias2018-12-041-4/+4
* ProjectSettings: Fix InputMap editor on HiDPIRémi Verschelde2018-09-141-2/+2
* Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde2018-09-111-3/+0
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* BPTC supportelasota2018-08-211-0/+1
* Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde2018-08-151-0/+4
|\
| * Add PluginConfigDialog, EditorPluginSettings GUIWill Nations2018-07-261-0/+4
* | Merge pull request #20747 from hpvb/fix-20184Rémi Verschelde2018-08-141-2/+0
|\ \
| * | Do not call _update_actions when only changing deadzoneHein-Pieter van Braam2018-08-051-2/+0
| |/
* | Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-2/+2
* | Add clear text button to LineEditŁukasz Rutkowski2018-08-111-16/+4
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-16/+57
* Merge pull request #18717 from Essojadojef/fix-inputmap-categoriesMax Hilbrunner2018-07-171-0/+11
|\
| * Fix actions unfold in Input Map when events are modifiedAlessandro2018-05-081-0/+11
* | Added support for extra mouse buttons.unknown2018-07-091-4/+4
* | Fix button regressionChaosus2018-07-031-1/+1
* | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferredMax Hilbrunner2018-07-031-1/+1
|\ \
| * | Increase settings apply speed and added deferred color applyChaosus2018-05-311-1/+1
* | | Move the deadzone to a column in the input project settingsGilles Roudiere2018-06-081-76/+82
* | | i18n: Sync translation templates with current sourceRémi Verschelde2018-06-051-2/+2
|/ /
* / -New inspector.Juan Linietsky2018-05-151-2/+2
|/
* Merge pull request #18610 from homer666/editor-popup-adjustmentsJuan Linietsky2018-05-071-1/+8
|\