summaryrefslogtreecommitdiff
path: root/editor/editor_inspector.cpp
AgeCommit message (Expand)Author
2020-05-28Use translated docs in PropertySelectorRémi Verschelde
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-03Stopped trying to revert to default values when script implementation of prop...Eric M
2020-04-17Implement global and per instance shader uniforms.Juan Linietsky
2020-04-08Refactored shadowmapping.Juan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-20i18n: Add support for translating the class referenceRémi Verschelde
2020-03-19Merge pull request #35712 from KoBeWi/theheme_spyRémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-05Signals: Don't pass default binds to EditorProperty property_changedRémi Verschelde
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-26Don't show a copy of the property's name in the inspector's tooltip if there'...Michael Alexsander
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
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-11Texture refactorJuan Linietsky
2020-01-31Merge pull request #33047 from silvanocerza/settings-searchRémi Verschelde
2020-01-29Show theme property descriptions in the inspectorTomasz Chabora
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-04Improved search in settings dialogsSilvano Cerza
2019-10-22Auto-increment frame_coords when keyingTomasz Chabora
2019-10-10Remove redundant `camelcase_to_underscore()` call in EditorInspectorHugo Locurcio
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-19Improve folding appearance in the editor inspectorHugo Locurcio
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-07-25Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde
2019-07-22Revert "Expose "meta" to the Inspector"Rémi Verschelde
2019-07-19Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde
2019-06-05Add a margin to "checkable" property checkboxes in the editor inspectorHugo Locurcio
2019-04-25Use approximate equallity methods in many placesAaron Franke
2019-04-23Added inspector plugin documentation.Juan Linietsky
2019-04-23Revert 8d3345a, I thought this was non functioning but it is..Juan Linietsky
2019-04-23Made virtual function begin with _, for consistency.Juan Linietsky
2019-04-22Fix drawing of checkable editor propertiesJames Buck
2019-04-20Fix editor tooltip formattingJames Buck
2019-04-20Object::script may not be a valid Ref<Script>Hein-Pieter van Braam-Stewart
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
2019-03-07Force inspector to clean up on delete, fixes crash.Juan Linietsky
2019-03-06Fix how settings change, closes #26692Juan Linietsky