Age | Commit message (Expand) | Author |
2022-12-05 | Refactor baking code for Curve2D | Yaohua Xiong |
2022-11-23 | Fix error while selecting last empty line | Adam Scott |
2022-11-17 | Fix polygon generation in BitMap | Ninni Pipping |
2022-11-06 | Merge pull request #67976 from alfredbaudisch/select-next-occurrence-better-test | Rémi Verschelde |
2022-11-05 | [Tests] Replace Math::is_equal_approx with == and doctest::Approx | Hendrik Brucker |
2022-11-02 | Merge pull request #67274 from jbcolli2/Primitive_Tests | Rémi Verschelde |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-02 | Merge pull request #66927 from jbcolli2/Path2d-Tests | Rémi Verschelde |
2022-11-01 | Replace Quaternion Euler constructor with `from_euler` method | Aaron Franke |
2022-10-31 | Merge pull request #67800 from jbcolli2/ArrayMesh-UnitTests | Rémi Verschelde |
2022-10-31 | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets | Rémi Verschelde |
2022-10-28 | Improved TextEdit::add_selection_for_next_occurrence test case | Alfred Reinold Baudisch |
2022-10-24 | ArrayMesh unit tests | jbcolli2 |
2022-10-21 | Add Selection and Caret for Next Occurrence of Selection | Alfred Reinold Baudisch |
2022-10-18 | Add Caret Insert Below and Above shortcuts to TextEdit | PucklaMotzer09 |
2022-10-16 | Fix undo redo not adjusting TextEdit viewport to caret | Paulb23 |
2022-10-14 | PrimitiveMesh unit tests. | jbcolli2 |
2022-10-14 | Make some Image methods static | kobewi |
2022-10-12 | Unit tests for Path2D module. | jbcolli2 |
2022-10-11 | Fix select word under caret using caret col instead of line | Paulb23 |
2022-10-10 | Merge pull request #67145 from Paulb23/tab_textedit | Rémi Verschelde |
2022-10-10 | Don't allow removing TextEdit's main caret | Haoyu Qiu |
2022-10-09 | Handle tab in TextEdit | Paulb23 |
2022-10-05 | Add mutliple Caret support to TextEdit | Paulb23 |
2022-09-30 | Fix typos with codespell | Rémi Verschelde |
2022-09-26 | Change time parameters and variables to double type | Dave Palais |
2022-09-07 | Fix key mapping changes when moving from macOS to other platform | bruvzg |
2022-09-06 | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky |
2022-09-02 | Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-width | Rémi Verschelde |
2022-09-01 | Refactor BitMap and add tests | Hendrik Brucker |
2022-08-31 | Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut... | Tim Fronsee |
2022-08-30 | Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()` | Hugo Locurcio |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-29 | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde |
2022-08-27 | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record |
2022-08-24 | Rename PathFollow's `offset`s to `progress` & `progress_ratio` | Micky |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-04 | Tests: Silence some intentional errors | Rémi Verschelde |
2022-08-04 | Add unit tests for all public methods in the SpriteFrames class | jtorre39 |
2022-08-04 | Add test cases for AudioStreamWAV | StrawbDev |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-07-17 | Fix TextEdit test dependency on SceneTree's initial process time > 0 | Marcel Admiraal |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
2022-05-09 | Fix backspace when selection reaches left edge | Paweł Fertyk |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-05-02 | Merge pull request #60529 from timothyqiu/theme-validation | Rémi Verschelde |
2022-04-28 | fix lines ending in comments causing auto indent | Nathan Franke |
2022-04-26 | Validate theme type/item names | Haoyu Qiu |