summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make several actions in the Inspector dock more obviousYuri Sizov2021-06-041-42/+61
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Improve the editor themeHugo Locurcio2021-04-271-2/+0
* Fix cases of resources destroyed too earlyPedro J. Estébanez2021-01-061-3/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+1
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+1
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-4/+19
|/
* 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