summaryrefslogtreecommitdiffstats
path: root/tests/scene
Commit message (Expand)AuthorAgeFilesLines
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-212-9/+9
* Fix TextEdit test dependency on SceneTree's initial process time > 0Marcel Admiraal2022-07-171-2/+2
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-1/+1
* Fix typos with codespellRémi Verschelde2022-05-231-4/+4
* Fix backspace when selection reaches left edgePaweł Fertyk2022-05-091-170/+191
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* Merge pull request #60529 from timothyqiu/theme-validationRémi Verschelde2022-05-021-0/+257
|\
| * Validate theme type/item namesHaoyu Qiu2022-04-261-0/+257
* | fix lines ending in comments causing auto indentNathan Franke2022-04-281-0/+32
|/
* Add inital TextEdit UnitTestsPaulb232022-04-221-0/+3507
* Use Input::push_input for tests plus extra mouse testingPaulb232022-04-221-5/+14
* Remove unused legacy testsRémi Verschelde2022-04-072-300/+0
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-281/+285
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Merge pull request #57490 from Calinou/test-add-animationRémi Verschelde2022-02-071-0/+314
|\
| * Add a unit test suite for AnimationHugo Locurcio2022-02-061-0/+314
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
|/
* With auto_brace_complete enabled, selected text now gets wrapped by bracesIgor Kordiukiewicz2022-01-301-0/+46
* Fix selection being deleted and indentation not being accounted forPreslavb2022-01-231-0/+49
* Rename request_code_completion signalkobewi2022-01-221-8/+8
* Improve the default project themeHugo Locurcio2022-01-191-1/+1
* Fix various typosluz paz2022-01-131-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-038-16/+16
* Fix various typosluz paz2022-01-021-7/+7
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Improve Curve with const and real_tAaron Franke2021-11-301-14/+12
* Fix code folding when end of block is unindented delimiterator-dev2021-11-241-4/+72
* Use "enum class" for input enumsAaron Franke2021-11-121-18/+18
* Move and organize tests into subfoldersAaron Franke2021-11-078-0/+4433