summaryrefslogtreecommitdiff
path: root/editor/editor_inspector.cpp
AgeCommit message (Expand)Author
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Merge pull request #50648 from foxydevloper/remove-weird-printsRémi Verschelde
2021-07-19Remove random prints for some shader actionsfoxydevloper
2021-07-19Merge pull request #50517 from KoBeWi/🌳💣Rémi Verschelde
2021-07-19Assign value to property by dropping to scene treekobewi
2021-07-18Optimize StringName usagereduz
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-30Add right-to-left layout support for `EditorSpinSlider`.bruvzg
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-02Use bold fonts in editorreduz
2021-05-26Fixed console error spam (about invalid edited scene index)Yuri Roubinsky
2021-05-23Change frame_coords to Vector2ikobewi
2021-05-21Fix usage of String.left()kobewi
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-04Provide a way to hook into Inspectors UndoRedo.Gilles Roudière
2021-04-05Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-13Fix EditorInspector not updating its theme on rare occasionsMichael Alexsander
2021-02-18Refactor Process Modereduz
2021-02-18Reorganize Project Settingsreduz
2021-02-12Improved Inspector Sub-Resource Editingreduz
2021-02-10Removed _change_notifyreduz
2021-01-31Simplify Script Variables PopulationNathan Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-09Refactored variant constructor logicreduz
2020-10-27Fixes property revert for inherited child nodesHaoyu Qiu
2020-10-27Fixes property revert after saving instanced sceneHaoyu Qiu
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-09-25Revert "Fix editor inspector refresh not working"Rémi Verschelde
2020-09-02Fix editor inspector refresh not workingEric M
2020-08-25Added ability to unfold editor sections when dragging and dropping.Eric M
2020-07-06Support built-in scripts for inspector categoriesTomasz Chabora
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-01Add script class categories to EditorInspector.willnationsdev
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