summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Make the the resource menu button fallback to the Object icon instead of NodeMichael Alexsander2019-10-211-9/+1
* Make resource editor fallback to Object icon if none is foundMichael Alexsander2019-10-141-12/+4
* Increased step precisionDavid Sichma2019-10-131-1/+1
* Set tooltip to an empty string when clearingJoe Morton2019-10-061-0/+1
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Make editor inspector easing lines use the accent color when draggedHugo Locurcio2019-09-061-15/+38
|/
* Default ColorPicker color mode settingBhupendra Aole2019-08-311-0/+11
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-2/+1
* Merge pull request #31586 from SonerSound/issue_31533Rémi Verschelde2019-08-231-14/+1
|\
| * Export path is the only path to be saved as a relative pathSonerSound2019-08-221-14/+1
* | Tweak the size of the multiline text edit popup dialogHugo Locurcio2019-08-091-1/+1
* | Inspector: Make default float step configurableRémi Verschelde2019-07-231-10/+12
* | Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde2019-07-201-2/+1
|\ \
| * | Changed some code showed in LGTM and Coverageqarmin2019-07-201-2/+1
| |/
* / Make multiline text edit grab focus when popping upMichael Alexsander Silva Dias2019-07-191-1/+2
|/
* Export path may now be written as a relative pathSonerSound2019-06-301-1/+14
* Merge pull request #24156 from AnaDenisa/masterRémi Verschelde2019-06-291-4/+45
|\
| * Add option to input value manually in EditorPropertyEasingAnaDenisa2019-06-281-4/+45