Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-11-02 | Unified shortcut to clear carets and selections | Alfred Reinold Baudisch |
2022-10-31 | Shortcut and Bind to Remove Secondary Carets | Alfred Reinold Baudisch |
2022-10-31 | Merge pull request #67888 from KoBeWi/overridead | Rémi Verschelde |
2022-10-31 | Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets | Rémi Verschelde |
2022-10-26 | Remove override_selected_font_color property | kobewi |
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-07 | Getters for TextEdit scrollbars | microaeris |
2022-10-05 | Add mutliple Caret support to TextEdit | Paulb23 |
2022-10-03 | Move selecion into caret | Paulb23 |
2022-09-06 | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-07-04 | Allow to disable TextEdit vertical scroll | kobewi |
2022-06-26 | Add an option to drag'n'drop selected text in TextEdit | ConteZero |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-13 | Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co... | bruvzg |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-04-05 | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg |
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde |
2022-03-04 | Add optional constructor arguments to more Control nodes | Hugo Locurcio |
2022-02-02 | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg |
2022-01-30 | Move placeholder color to theme item | Paulb23 |
2022-01-23 | Add Placeholder to TextEdit | Paulb23 |
2022-01-19 | Convert TextEdit callbacks to Callable | Paulb23 |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2021-12-08 | Optimise TextEdit base operations | Paulb23 |
2021-12-02 | Add drag and drop to TextEdit | ConteZero |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-22 | Add methods to get position from column and line in TextEdit | Yuri Sizov |
2021-11-17 | Fix TextEdit mouse interactions when the last line is hidden | Paulb23 |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-27 | Add option to make selection unique | ConteZero |
2021-10-18 | Added primary clipboard for Linux | ConteZero |
2021-10-09 | Fix missing argument names in bindings | Rémi Verschelde |
2021-10-06 | Fix crash when tooltip_request_func object is freed | Haoyu Qiu |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-09-30 | Improved breakpoint gutter for CodeEdit. | Eric M |
2021-09-14 | Merge pull request #52185 from Paulb23/nested-complex-ops | Rémi Verschelde |
2021-09-13 | Merge pull request #50375 from Paulb23/code_edit_unit_tests | Rémi Verschelde |
2021-09-08 | Merge pull request #52106 from Paulb23/text-edit-optimisation | Gilles Roudière |
2021-09-04 | Add visual feedback when hovering or dragging the code minimap grabber | Hugo Locurcio |
2021-09-01 | Add CodeEdit breakpoint unit tests | Paulb23 |
2021-08-28 | Allow nested complex ops in TextEdit | Paulb23 |
2021-08-28 | Optimise TextEdit get height and width | Paulb23 |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |