| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow to disable TextEdit vertical scroll | kobewi | 2022-07-04 | 1 | -1/+4 |
* | Add an option to drag'n'drop selected text in TextEdit | ConteZero | 2022-06-26 | 1 | -0/+3 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -1/+1 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Move placeholder color to theme item | Paulb23 | 2022-01-30 | 1 | -3/+3 |
* | Add Placeholder to TextEdit | Paulb23 | 2022-01-23 | 1 | -0/+6 |
* | Merge pull request #54729 from Paulb23/text-edit-callable | Rémi Verschelde | 2022-01-19 | 1 | -6/+3 |
|\ |
|
| * | Convert TextEdit callbacks to Callable | Paulb23 | 2022-01-19 | 1 | -6/+3 |
* | | Improve the default project theme | Hugo Locurcio | 2022-01-19 | 1 | -6/+6 |
|/ |
|
* | Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them... | Rémi Verschelde | 2022-01-13 | 1 | -1/+4 |
|\ |
|
| * | Add a theme constant to change LineEdit and TextEdit's caret width | Hugo Locurcio | 2022-01-07 | 1 | -1/+4 |
* | | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -1/+1 |
|/ |
|
* | Fix usage of "Return" in the docs | kobewi | 2022-01-02 | 1 | -1/+1 |
* | Document that transparent StyleBoxes/textures should be used for UI focus | Hugo Locurcio | 2021-12-15 | 1 | -1/+1 |
* | Make overridden properties link to parent definition | Yuri Sizov | 2021-12-03 | 1 | -2/+2 |
* | Merge pull request #55520 from pycbouh/docs-sort-group-newline-theme-and-enums | Rémi Verschelde | 2021-12-03 | 1 | -23/+23 |
|\ |
|
| * | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov | 2021-12-01 | 1 | -23/+23 |
* | | Add drag and drop to TextEdit | ConteZero | 2021-12-02 | 1 | -0/+7 |
|/ |
|
* | Add methods to get position from column and line in TextEdit | Yuri Sizov | 2021-11-22 | 1 | -0/+18 |
* | Fix TextEdit mouse interactions when the last line is hidden | Paulb23 | 2021-11-17 | 1 | -1/+10 |
* | Add option to make selection unique | ConteZero | 2021-10-27 | 1 | -0/+3 |
* | Merge pull request #53702 from ConteZero/primary_clipboard_linux | Rémi Verschelde | 2021-10-20 | 1 | -0/+11 |
|\ |
|
| * | Added primary clipboard for Linux | ConteZero | 2021-10-18 | 1 | -0/+11 |
* | | Add warnings to methods that give access to internal nodes | Yuri Sizov | 2021-10-10 | 1 | -0/+1 |
|/ |
|
* | Fix missing argument names in bindings | Rémi Verschelde | 2021-10-09 | 1 | -1/+1 |
* | doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs | Rémi Verschelde | 2021-10-05 | 1 | -2/+2 |
* | Added search colors to TextEdit and CodeEdit theme | Paulb23 | 2021-09-21 | 1 | -0/+6 |
* | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz | 2021-08-22 | 1 | -1/+1 |
* | Improve Undo/Redo menu items | Haoyu Qiu | 2021-08-17 | 1 | -0/+12 |
* | Fix breakpoint toggle signal not firing when expected | Paulb23 | 2021-08-12 | 1 | -0/+5 |
* | Cleanup and complete TextEdit inspector and docs | Paulb23 | 2021-08-12 | 1 | -197/+346 |
* | Cleanup and expose viewport / scrolling methods | Paulb23 | 2021-08-12 | 1 | -6/+96 |
* | Rename readonly to editable | Paulb23 | 2021-08-12 | 1 | -3/+3 |
* | Rename insert mode to overtype mode | Paulb23 | 2021-08-12 | 1 | -0/+16 |
* | Cleanup TextEdit selection methods | Paulb23 | 2021-08-12 | 1 | -6/+14 |
* | Expose and cleanup TextEdit line wrap API | Paulb23 | 2021-08-12 | 1 | -2/+46 |
* | Cleanup and rename caret operations | Paulb23 | 2021-08-12 | 1 | -56/+86 |
* | Make TextEdit cut, copy and paste overridable | Paulb23 | 2021-08-12 | 1 | -5/+27 |
* | Add theme item descriptions to the online documentation | Yuri Sizov | 2021-08-04 | 1 | -20/+24 |
* | Clean up and complete CodeEdit inspector and docs | Paulb23 | 2021-08-01 | 1 | -8/+4 |
* | Move symbol lookup into CodeEdit | Paulb23 | 2021-08-01 | 1 | -12/+6 |
* | Move line length guidelines into CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+6 |
* | Move brace matching into CodeEdit | Paulb23 | 2021-08-01 | 1 | -2/+0 |
* | Move auto brace completion to CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+8 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -328/+164 |
* | Fix various typos with codespell | luz paz | 2021-07-25 | 1 | -1/+1 |
* | Fixed typos in `TextEdit::GutterType` enum | Yuri Roubinsky | 2021-07-19 | 1 | -2/+2 |
* | Create many types of popups on demand | reduz | 2021-07-17 | 1 | -0/+7 |
* | Add multiple descriptions to several classes | Nick Huelin | 2021-07-06 | 1 | -0/+5 |
* | Move indent management to CodeEdit | Paulb23 | 2021-06-20 | 1 | -0/+58 |