summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_property_selector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-20/+20
* Fix visual script iconsNick Huelin2021-07-201-3/+9
* Optimize StringName usagereduz2021-07-181-33/+33
* Merge pull request #49043 from theoway/missing_description_vs_search_window_f...Rémi Verschelde2021-06-171-2/+3
|\
| * Fixes missing descriptions in search window of visualscriptUmang Kalra2021-06-151-2/+3
* | Adding some more missing renames for Transform3D and QuaternionBastiaan Olij2021-06-151-1/+1
|/
* update property selector's icon list and rename Quat.svg to Quaternion.svgSilc 'Tokage' Renew2021-06-091-1/+1
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-3/+3
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-1/+2
* Refactored variant constructor logicreduz2020-11-091-1/+1
* Use translated docs in PropertySelectorRémi Verschelde2020-05-281-5/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-24/+41
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-17/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-32/+32
* Working multiple window support, including editorJuan Linietsky2020-03-261-41/+37
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port more uses of connect_compatRémi Verschelde2020-02-281-1/+5
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-10/+5
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-3/+5
|/
* Fix suspicious | and + operatorsRafał Mikrut2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-7/+7
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-7/+7
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-6/+0
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Deconstruct node for VisualscriptSwarnim Arun2019-09-291-13/+25
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-28/+57
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-6/+8
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+1
* Fix always true/false valuesqarmin2019-06-201-2/+1
* VS: Better uxK. S. Ernest (iFire) Lee2019-05-011-190/+134
* Change order of Visual Script Search.K. S. Ernest (iFire) Lee2019-05-011-32/+35
* Fix -Wsign-compare warnings.marxin2019-02-271-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-10/+10
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make visualscript search better.K. S. Ernest (iFire) Lee2018-10-111-23/+33
* Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
* Remove redundant "== true" codeAaron Franke2018-10-061-2/+2
* After using the generic visual script search, reset the generic search mode v...K. S. Ernest (iFire) Lee2018-09-301-0/+5
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-2/+2