summaryrefslogtreecommitdiff
path: root/editor/editor_properties.cpp
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Update docs and bindings for new integer vector typesRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-15Use int64_t for EditorPropertyInteger and warn when out of double rangeAaron Franke
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-07Merge pull request #32997 from Calinou/editor-color-picker-add-tooltipRémi Verschelde
2019-10-22Add a tooltip to Color properties in the editor inspectorHugo Locurcio
2019-10-23Add clear menu entries for extending and replacing scriptsAnubhab Ghosh
2019-10-21Make the the resource menu button fallback to the Object icon instead of NodeMichael Alexsander
2019-10-14Make resource editor fallback to Object icon if none is foundMichael Alexsander
2019-10-13Increased step precisionDavid Sichma
2019-10-06Set tooltip to an empty string when clearingJoe Morton
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-06Make editor inspector easing lines use the accent color when draggedHugo Locurcio
2019-08-31Default ColorPicker color mode settingBhupendra Aole
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
2019-08-23Merge pull request #31586 from SonerSound/issue_31533Rémi Verschelde
2019-08-22Export path is the only path to be saved as a relative pathSonerSound
2019-08-09Tweak the size of the multiline text edit popup dialogHugo Locurcio
2019-07-23Inspector: Make default float step configurableRémi Verschelde
2019-07-20Merge pull request #30576 from qarmin/lgtm_coverageRémi Verschelde
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-19Make multiline text edit grab focus when popping upMichael Alexsander Silva Dias
2019-06-30Export path may now be written as a relative pathSonerSound
2019-06-29Merge pull request #24156 from AnaDenisa/masterRémi Verschelde
2019-06-28Fix an EditorPropertyResource bug where clicking on the flat buttons would no...LikeLakers2
2019-06-28Add option to input value manually in EditorPropertyEasingAnaDenisa
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-04-25Merge pull request #22301 from YeldhamDev/button_popup_highlightRémi Verschelde
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-06Merge pull request #26122 from vixelz/allow-embedding-gdscript-defined-resourcesRémi Verschelde
2019-04-05Merge pull request #26954 from willnationsdev/refreshRémi Verschelde
2019-03-25Prevents crash on loading unrecognized resources.Anish