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
/
line_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update clear button when clicked
Tomasz Chabora
2020-11-25
1
-0
/
+1
*
Merge pull request #43449 from nekomatata/line_edit_window_pos
Rémi Verschelde
2020-11-11
1
-30
/
+35
|
\
|
*
Expose LineEdit scroll offset to scripts
PouleyKetchoupp
2020-11-11
1
-30
/
+35
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
|
/
*
Merge pull request #41870 from nekomatata/fix-line-edit-enter-regression
Rémi Verschelde
2020-09-08
1
-1
/
+0
|
\
|
*
Fix LineEdit not consuming enter events
PouleyKetchoupp
2020-09-08
1
-1
/
+0
*
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-8
/
+8
|
/
*
Revert "Updated LineEdit to address #41278"
Rémi Verschelde
2020-09-01
1
-6
/
+1
*
Updated LineEdit to address #41278
Tony-Goat
2020-08-26
1
-1
/
+6
*
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
*
|
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-26
1
-4
/
+5
*
|
Merge pull request #39737 from Cevantime/add_force_caret_displayed_to_line_edit
Rémi Verschelde
2020-07-23
1
-9
/
+29
|
\
\
|
*
|
add force caret display to line edit
Cevantime
2020-07-15
1
-9
/
+29
*
|
|
Add option to disable virtual keyboard for LineEdit
PouleyKetchoupp
2020-07-22
1
-4
/
+15
*
|
|
Fix some popups menu missing screen transform.
Juan Linietsky
2020-07-01
1
-1
/
+1
*
|
|
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
1
-2
/
+2
|
/
/
*
|
[macOS] Command-backspace in line edit
Andy Maloney
2020-06-18
1
-0
/
+16
*
|
Make text deletion methods public for LineEdit
Thibault Truffert
2020-06-10
1
-0
/
+4
*
|
Fix Android LineEdit editing bugs
SkyJJ
2020-05-16
1
-2
/
+10
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-62
/
+121
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-101
/
+0
*
|
Using the common behaviour when use command+shift on text line for osx
Eduardo Nunes Pereira
2020-05-11
1
-0
/
+4
*
|
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-5
/
+10
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-12
/
+12
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-9
/
+9
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-8
/
+13
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-35
/
+35
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-2
/
+2
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-21
/
+21
*
Merge pull request #37281 from ThakeeNathees/fix-project-manager-don't-consum...
Rémi Verschelde
2020-03-25
1
-1
/
+0
|
\
|
*
fix project manager don't consume Enter key #17620
Thakee Nathees
2020-03-25
1
-1
/
+0
*
|
Use LineEdit secret character width everywhere
Darren Kaste
2020-03-19
1
-10
/
+10
|
/
*
Merge pull request #37094 from dkaste/line-edit-secret-select
Rémi Verschelde
2020-03-18
1
-1
/
+5
|
\
|
*
Calculate LineEdit selection with secret character
Darren Kaste
2020-03-16
1
-1
/
+5
*
|
Remove update condition from LineEdit::update_placeholder_width
simpuid
2020-03-18
1
-7
/
+5
|
/
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-4
/
+4
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-4
/
+4
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-7
/
+4
*
|
Merge pull request #36050 from eswartz/line-edit-move-cursor-on-unselect
Rémi Verschelde
2020-02-27
1
-3
/
+24
|
\
\
|
*
|
Use left/right arrow to move cursor when unselecting in LineEdit
Ed Swartz
2020-02-15
1
-3
/
+24
*
|
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-2
/
+2
|
|
/
|
/
|
*
|
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-23
1
-4
/
+4
*
|
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
|
Texture refactor
Juan Linietsky
2020-02-11
1
-5
/
+5
|
/
*
Merge pull request #35814 from timothyqiu/line-edit-shortcut
Rémi Verschelde
2020-02-09
1
-0
/
+6
|
\
|
*
Adds CTRL-A CTRL-E support to LineEdit on macOS
Haoyu Qiu
2020-02-01
1
-0
/
+6
*
|
Update cached_width of the line_edit element when setting it to be secret
sumit0190
2020-02-08
1
-18
/
+15
|
/
[next]