| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added confirmation dialog for making subresources unique. | Eric M | 2021-09-16 | 1 | -26/+102 |
* | Disable "Edit Resource from Clipboard" menu item when nothing in clipboard | Haoyu Qiu | 2021-08-16 | 1 | -0/+7 |
* | Disable save button when Inspector is not editing anything | Haoyu Qiu | 2021-08-04 | 1 | -15/+13 |
* | Hide open doc button when not inspecting anything | Haoyu Qiu | 2021-07-29 | 1 | -2/+3 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -5/+5 |
* | Minor enhancements for the resource options button | Haoyu Qiu | 2021-07-19 | 1 | -2/+3 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -34/+34 |
* | Make several actions in the Inspector dock more obvious | Yuri Sizov | 2021-06-04 | 1 | -42/+61 |
* | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 1 | -1/+1 |
* | Improve the editor theme | Hugo Locurcio | 2021-04-27 | 1 | -2/+0 |
* | Fix cases of resources destroyed too early | Pedro J. Estébanez | 2021-01-06 | 1 | -3/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | 2020-11-28 | 1 | -0/+1 |
|\ |
|
| * | Implement new shortcuts system. | Eric M | 2020-11-23 | 1 | -0/+1 |
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -4/+19 |
|/ |
|
* | Refactor MethodBind to use variadic templates | reduz | 2020-10-18 | 1 | -4/+4 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -4/+8 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -12/+21 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -11/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -5/+5 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -1/+1 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -22/+22 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
* | Implement undo-redo feature for Parameter Paste in the Inspector | simpuid | 2020-02-29 | 1 | -1/+0 |
* | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde | 2020-02-28 | 1 | -1/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -23/+12 |
* | Signals: Make callbacks non-const, callable_mp can't handle it | Rémi Verschelde | 2020-02-23 | 1 | -3/+3 |
* | Created the callable_mp macro, for signals to call method pointers directly. | Juan Linietsky | 2020-02-21 | 1 | -2/+1 |
* | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli | 2020-02-21 | 1 | -1/+1 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -13/+13 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -6/+6 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+2 |
* | Tweak the "Changes may be lost!" text color to match the icon's color | Hugo Locurcio | 2020-02-09 | 1 | -0/+2 |
* | Clip warning text in the remote dock | Michael Alexsander | 2020-01-29 | 1 | -0/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Merge pull request #31978 from YeldhamDev/inspector_dock_small_improvements | Rémi Verschelde | 2019-09-24 | 1 | -4/+2 |
|\ |
|
| * | Small improvements to the inspector dock | Michael Alexsander Silva Dias | 2019-09-04 | 1 | -4/+2 |
* | | Fixes Subresource Showing While Unselected | Emmanuel Barroga | 2019-09-04 | 1 | -0/+2 |
|/ |
|
* | Fixes Inspector Showing Unselected Info | Emmanuel Barroga | 2019-09-03 | 1 | -0/+4 |
* | Revert "Expose "meta" to the Inspector" | Rémi Verschelde | 2019-07-22 | 1 | -1/+1 |
* | Merge pull request #22642 from YeldhamDev/inspector_metadata | Rémi Verschelde | 2019-07-19 | 1 | -1/+1 |
|\ |
|
| * | Expose "meta" to the Inspector | Michael Alexsander Silva Dias | 2018-12-08 | 1 | -1/+1 |
* | | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -3/+3 |
* | | Small fixes, mostly dupicated code | qarmin | 2019-04-08 | 1 | -2/+1 |
* | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | | Re-add missing save resource button in the inspector | Marc Gilleron | 2018-12-13 | 1 | -0/+12 |
|/ |
|