summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-10/+14
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1
* fix toggle mask bit 0David Sichma2020-10-261-1/+1
* Shader globals bugfixesDavid Sichma2020-10-211-7/+7
* Ensure grid index is valid before trying to change value.Marcel Admiraal2020-10-121-1/+1
* Accept DynamicFontData for FontsTomasz Chabora2020-08-251-0/+10
* Added ability to unfold editor sections when dragging and dropping.Eric M2020-08-251-5/+3
* Merge pull request #41103 from Calinou/editor-improve-easing-inspectorRémi Verschelde2020-08-151-5/+28
|\
| * Improve the inspector easing editorHugo Locurcio2020-08-071-5/+28
* | Modify the scene only when color changedAntoine Félix2020-08-031-0/+5
|/
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-36/+36
* Convert some resource types in the inspectorTomasz Chabora2020-07-201-18/+52
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-5/+5
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Make Resource properties accept SE plugin scriptsRiley Lyman2020-07-021-12/+26
* Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde2020-07-011-5/+5
|\
| * Remove 32-bit String to_int methodAaron Franke2020-06-031-5/+5
* | Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-1/+2
* | Made low level changes to the Skeleton3D class and Skeleton3D inspector. Chan...TwistedTwigleg2020-06-151-20/+33
* | Add visual feedback when hovering layer checkboxes in the InspectorHugo Locurcio2020-06-031-39/+64
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-44/+86
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+24
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-141/+0
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-2/+2
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-7/+21
* Renamed plane's d to distanceMarcus Elg2020-05-101-2/+2
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-14/+320
* Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-15/+15
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-49/+49
* Working multiple window support, including editorJuan Linietsky2020-03-261-3/+3
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-129/+55
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-5/+5
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-5/+15
* Added StringName as a variant type.Juan Linietsky2020-02-211-3/+34
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-57/+57
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-14/+14
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-5/+5
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-12/+12
* Use int64_t for EditorPropertyInteger and warn when out of double rangeAaron Franke2020-01-151-4/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+0
* Merge pull request #32997 from Calinou/editor-color-picker-add-tooltipRémi Verschelde2019-11-071-0/+17
|\
| * Add a tooltip to Color properties in the editor inspectorHugo Locurcio2019-10-221-0/+17
* | Add clear menu entries for extending and replacing scriptsAnubhab Ghosh2019-10-231-4/+11
|/