summaryrefslogtreecommitdiff
path: root/tests/scene
AgeCommit message (Expand)Author
2022-11-06Merge pull request #67976 from alfredbaudisch/select-next-occurrence-better-testRémi Verschelde
2022-11-05[Tests] Replace Math::is_equal_approx with == and doctest::ApproxHendrik Brucker
2022-11-02Merge pull request #67274 from jbcolli2/Primitive_TestsRémi Verschelde
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-02Merge pull request #66927 from jbcolli2/Path2d-TestsRémi Verschelde
2022-11-01Replace Quaternion Euler constructor with `from_euler` methodAaron Franke
2022-10-31Merge pull request #67800 from jbcolli2/ArrayMesh-UnitTestsRémi Verschelde
2022-10-31Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde
2022-10-28Improved TextEdit::add_selection_for_next_occurrence test caseAlfred Reinold Baudisch
2022-10-24ArrayMesh unit testsjbcolli2
2022-10-21Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch
2022-10-18Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer09
2022-10-16Fix undo redo not adjusting TextEdit viewport to caretPaulb23
2022-10-14PrimitiveMesh unit tests.jbcolli2
2022-10-14Make some Image methods statickobewi
2022-10-12Unit tests for Path2D module.jbcolli2
2022-10-11Fix select word under caret using caret col instead of linePaulb23
2022-10-10Merge pull request #67145 from Paulb23/tab_texteditRémi Verschelde
2022-10-10Don't allow removing TextEdit's main caretHaoyu Qiu
2022-10-09Handle tab in TextEditPaulb23
2022-10-05Add mutliple Caret support to TextEditPaulb23
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-26Change time parameters and variables to double typeDave Palais
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky
2022-09-02Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-widthRémi Verschelde
2022-09-01Refactor BitMap and add testsHendrik Brucker
2022-08-31Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...Tim Fronsee
2022-08-30Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-24Rename PathFollow's `offset`s to `progress` & `progress_ratio`Micky
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-04Tests: Silence some intentional errorsRémi Verschelde
2022-08-04Add unit tests for all public methods in the SpriteFrames classjtorre39
2022-08-04Add test cases for AudioStreamWAVStrawbDev
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-17Fix TextEdit test dependency on SceneTree's initial process time > 0Marcel Admiraal
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-05-23Fix typos with codespellRémi Verschelde
2022-05-09Fix backspace when selection reaches left edgePaweł Fertyk
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Merge pull request #60529 from timothyqiu/theme-validationRémi Verschelde
2022-04-28fix lines ending in comments causing auto indentNathan Franke
2022-04-26Validate theme type/item namesHaoyu Qiu
2022-04-22Add inital TextEdit UnitTestsPaulb23
2022-04-22Use Input::push_input for tests plus extra mouse testingPaulb23
2022-04-07Remove unused legacy testsRémi Verschelde