summaryrefslogtreecommitdiffstats
path: root/editor/inspector_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added confirmation dialog for making subresources unique.Eric M2021-09-161-26/+102
* Disable "Edit Resource from Clipboard" menu item when nothing in clipboardHaoyu Qiu2021-08-161-0/+7
* Disable save button when Inspector is not editing anythingHaoyu Qiu2021-08-041-15/+13
* Hide open doc button when not inspecting anythingHaoyu Qiu2021-07-291-2/+3
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
* Minor enhancements for the resource options buttonHaoyu Qiu2021-07-191-2/+3
* Optimize StringName usagereduz2021-07-181-34/+34
* 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
|/