index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
text_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-10
/
+10
*
Fix TextEdit drawing Caret and icons out of bounds
Paulb23
2021-01-14
1
-28
/
+35
*
Makes script editor not draw non existent spaces.
David Kennedy
2021-01-05
1
-2
/
+1
*
Revert "solved ctrl + alt + special character Issue #6851"
Rémi Verschelde
2021-01-05
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-6
/
+6
*
Merge pull request #44605 from madmiraal/rename-control-margin
Rémi Verschelde
2020-12-23
1
-13
/
+13
|
\
|
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-13
/
+13
*
|
Use integer text position in scroll container, TextEdit and canvas editor, to...
bruvzg
2020-12-21
1
-1
/
+1
|
/
*
GUI: use cursor in TextEdit for non selected text.
Sergey Minakov
2020-12-16
1
-7
/
+10
*
Fixed mouse scrolling in TextEdit's
Yuri Roubinsky
2020-12-11
1
-3
/
+5
*
Static analyzer fixes:
bruvzg
2020-12-09
1
-2
/
+2
*
[Complex Text Layouts] Performance optimizations.
bruvzg
2020-12-07
1
-2
/
+5
*
[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...
bruvzg
2020-12-06
1
-1
/
+1
*
[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.
bruvzg
2020-11-26
1
-720
/
+1066
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-19
/
+20
*
GUI: send cursor data from TextEdit
Sergey Minakov
2020-11-15
1
-1
/
+13
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
Removed redundant line from TextEdit
Yuri Roubinsky
2020-10-28
1
-4
/
+0
*
ScriptEditor: Fix line number gutter drag select
Devin Curry
2020-10-25
1
-20
/
+55
*
Shows ColorRect in Color constants autocompletion
Yuri Roubinsky
2020-10-23
1
-1
/
+20
*
TextEdit - fix valid bounds in 'set_line'. Fixes #41967
Dominik 'dreamsComeTrue' Jasiński
2020-10-17
1
-1
/
+1
*
Move safe line color into editor
Paulb23
2020-09-10
1
-13
/
+0
*
Move ConnectionGutter to editor code_editor
Paulb23
2020-09-10
1
-109
/
+8
*
Add folding gutter to code_edit
Paulb23
2020-09-10
1
-109
/
+26
*
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
1
-251
/
+17
*
Changed line_edited_from(from) to lines_edit_from(from, to)
Paulb23
2020-09-10
1
-3
/
+3
*
Added Line numbers to CodeEdit
Paulb23
2020-09-10
1
-67
/
+12
*
Added gutter system to TextEdit
Paulb23
2020-09-10
1
-21
/
+373
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-45
/
+45
*
Skip indentation of empty lines when indenting a selection.
Cheeseness
2020-08-14
1
-0
/
+3
*
Merge pull request #37769 from HellonLegs/master
Rémi Verschelde
2020-08-14
1
-1
/
+1
|
\
|
*
solved control + alt issue
HellonLegs
2020-04-10
1
-1
/
+1
*
|
Add option to disable virtual keyboard for TextEdit
PouleyKetchoupp
2020-08-09
1
-2
/
+13
*
|
Fix TextEdit line width cache not being updated
Paulb23
2020-07-29
1
-0
/
+1
*
|
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-26
1
-1
/
+1
*
|
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
1
-487
/
+49
*
|
Convert syntax highlighters into a resource
Paulb23
2020-07-11
1
-27
/
+23
*
|
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
1
-2
/
+2
*
|
No longer scroll vertically when scrollbars are unavailable
Stijn Hinlopen
2020-06-20
1
-21
/
+4
*
|
TextEdit search returns a dictionary instead of Vector
PouleyKetchoupp
2020-05-16
1
-9
/
+5
*
|
Fixed text editor drawing if smooth scrolling is disabled.
Marcus Brummer
2020-05-16
1
-3
/
+1
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-252
/
+477
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+7
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-321
/
+0
*
|
Merge pull request #38655 from ice-blaze/minimap-shifted-selection-by-one-lin...
Rémi Verschelde
2020-05-12
1
-1
/
+1
|
\
\
|
*
|
Fix minimap selection offset
etienne.frank
2020-05-11
1
-1
/
+1
*
|
|
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
|
/
/
*
|
Merge pull request #31086 from volzhs/underline
Rémi Verschelde
2020-05-07
1
-2
/
+2
|
\
\
|
*
|
Use underline position and thickness value in font file
volzhs
2020-04-29
1
-2
/
+2
[next]