summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor MethodBind to use variadic templatesreduz2020-10-181-4/+4
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+21
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-22/+22
* Working multiple window support, including editorJuan Linietsky2020-03-261-2/+2
* Implement undo-redo feature for Parameter Paste in the Inspectorsimpuid2020-02-291-1/+0
* 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-23/+12
* Signals: Make callbacks non-const, callable_mp can't handle itRémi Verschelde2020-02-231-3/+3
* Created the callable_mp macro, for signals to call method pointers directly.Juan Linietsky2020-02-211-2/+1
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-13/+13
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-6/+6
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Tweak the "Changes may be lost!" text color to match the icon's colorHugo Locurcio2020-02-091-0/+2
* Clip warning text in the remote dockMichael Alexsander2020-01-291-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #31978 from YeldhamDev/inspector_dock_small_improvementsRémi Verschelde2019-09-241-4/+2
|\
| * Small improvements to the inspector dockMichael Alexsander Silva Dias2019-09-041-4/+2
* | Fixes Subresource Showing While UnselectedEmmanuel Barroga2019-09-041-0/+2
|/
* Fixes Inspector Showing Unselected InfoEmmanuel Barroga2019-09-031-0/+4
* Revert "Expose "meta" to the Inspector"Rémi Verschelde2019-07-221-1/+1
* Merge pull request #22642 from YeldhamDev/inspector_metadataRémi Verschelde2019-07-191-1/+1
|\
| * Expose "meta" to the InspectorMichael Alexsander Silva Dias2018-12-081-1/+1
* | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-3/+3
* | Small fixes, mostly dupicated codeqarmin2019-04-081-2/+1
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Re-add missing save resource button in the inspectorMarc Gilleron2018-12-131-0/+12
|/
* Rewrite code for unfolding and make it automatic on scene load, which works b...Juan Linietsky2018-11-251-1/+0
* Automatically unfold sections of properties that someone else edited (no loca...Juan Linietsky2018-10-291-0/+1
* Fix inspector color when theme changedChaosus2018-10-051-0/+15
* Fixed name of deleted node not dissapearing from inspector dock.DualMatrix2018-10-011-0/+2
* Merge pull request #22131 from DualMatrix/unique_resRémi Verschelde2018-09-201-0/+1
|\
| * Make inspector select the correct resource after making them uniqueDualMatrix2018-09-161-0/+1
* | Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias2018-09-151-2/+0
|/
* Refactor editor icon retrievalwillnationsdev2018-09-141-4/+3
* Add expand/collapse all buttons for the "Errors" tabMichael Alexsander Silva Dias2018-09-121-2/+2
* Make expand/collapse all properties menu workingvolzhs2018-09-051-0/+6
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-201-2/+13
* Do not use theme to set LineEdit right_iconŁukasz Rutkowski2018-08-111-1/+1
* Add clear text button to LineEditŁukasz Rutkowski2018-08-111-0/+1
* Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio2018-08-051-1/+1
* Allow opening and editing of any utf_8 file in script editorPaulb232018-07-221-0/+1
* Fix path typo for editor def capitalize_propertiesGuilherme Felipe2018-06-151-2/+2
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-3/+7