summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support built-in scripts for inspector categoriesTomasz Chabora2020-07-061-3/+15
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+2
* Add script class categories to EditorInspector.willnationsdev2020-07-011-3/+101
* Use translated docs in PropertySelectorRémi Verschelde2020-05-281-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-64/+124
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-127/+0
* Stopped trying to revert to default values when script implementation of prop...Eric M2020-05-031-12/+14
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-4/+89
* Refactored shadowmapping.Juan Linietsky2020-04-081-3/+31
* Replace NULL with nullptrlupoDharkael2020-04-021-19/+19
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-4/+5
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-55/+55
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-3/+3
* Merge pull request #35712 from KoBeWi/theheme_spyRémi Verschelde2020-03-191-0/+12
|\
| * Show theme property descriptions in the inspectorTomasz Chabora2020-01-291-0/+12
* | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-10/+10
* | Signals: Don't pass default binds to EditorProperty property_changedRémi Verschelde2020-03-051-3/+4
* | Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-7/+7
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-38/+23
* | Don't show a copy of the property's name in the inspector's tooltip if there'...Michael Alexsander2020-02-261-8/+28
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* | Added StringName as a variant type.Juan Linietsky2020-02-211-5/+5
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-25/+25
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* | Texture refactorJuan Linietsky2020-02-111-8/+8
* | Merge pull request #33047 from silvanocerza/settings-searchRémi Verschelde2020-01-311-1/+1
|\ \ | |/ |/|
| * Improved search in settings dialogsSilvano Cerza2019-11-041-1/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Auto-increment frame_coords when keyingTomasz Chabora2019-10-221-1/+13
* Remove redundant `camelcase_to_underscore()` call in EditorInspectorHugo Locurcio2019-10-101-2/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Improve folding appearance in the editor inspectorHugo Locurcio2019-09-191-8/+7
|/
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-12/+0
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-1/+2
* Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde2019-07-251-1/+1
* Revert "Expose "meta" to the Inspector"Rémi Verschelde2019-07-221-4/+4
* Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde2019-07-191-4/+4
|\
| * Expose "meta" to the InspectorMichael Alexsander Silva Dias2018-12-081-4/+4
* | Add a margin to "checkable" property checkboxes in the editor inspectorHugo Locurcio2019-06-051-3/+2
* | Use approximate equallity methods in many placesAaron Franke2019-04-251-1/+1
* | Added inspector plugin documentation.Juan Linietsky2019-04-231-0/+3
* | Revert 8d3345a, I thought this was non functioning but it is..Juan Linietsky2019-04-231-3/+3
* | Made virtual function begin with _, for consistency.Juan Linietsky2019-04-231-3/+3
* | Fix drawing of checkable editor propertiesJames Buck2019-04-221-4/+5
* | Fix editor tooltip formattingJames Buck2019-04-201-2/+2