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
*
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
|
/
*
Android virtual keyboard respecting LineEdit max length.
Bruno Lourenço
2020-01-23
1
-2
/
+2
*
Updates LineEdit's min size when necessary
Haoyu Qiu
2020-01-15
1
-0
/
+11
*
Fix empty LineEdit crash on ctrl+backspace
Paulb23
2020-01-11
1
-2
/
+2
*
Add signal for LineEdit overflow event
Tomasz Chabora
2020-01-10
1
-2
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Hide LineEdit placeholder if IME composition string is not empty.
bruvzg
2019-12-08
1
-1
/
+1
*
Fixed caret alignment with placeholder text
Paulb23
2019-12-01
1
-4
/
+19
*
Fixed LineEdit alignment when removing text or undo / redo
Paulb23
2019-12-01
1
-0
/
+14
*
Make LineEdit's minimal size adapt to its icons
Michael Alexsander Silva Dias
2019-09-25
1
-17
/
+20
*
Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs
Rémi Verschelde
2019-09-24
1
-1
/
+0
|
\
|
*
Add overriden properties to the documentation
Bojidar Marinov
2019-09-04
1
-1
/
+0
*
|
Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fix
Rémi Verschelde
2019-09-23
1
-34
/
+47
|
\
\
|
*
|
Expose LineEdit's 'right_icon' and fix icon size
Michael Alexsander Silva Dias
2019-09-21
1
-34
/
+47
*
|
|
Merge pull request #29895 from ptrojahn/menukey
Rémi Verschelde
2019-09-22
1
-0
/
+56
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support menu key in TextEdit and LineEdit controls
Paul Trojahn
2019-09-22
1
-0
/
+56
*
|
|
Merge pull request #31188 from codecustard/LineEdit_disable_shortcuts
Rémi Verschelde
2019-09-19
1
-29
/
+60
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit
Emmanuel Barroga
2019-09-07
1
-29
/
+60
|
|
/
*
/
TextEdit & LineEdit caret blink timers run only when focused (fixes #31936)
PouleyKetchoupp
2019-09-04
1
-8
/
+20
|
/
*
Reorganize various menus for consistency and conciseness
Hugo Locurcio
2019-08-13
1
-5
/
+15
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-2
/
+1
*
Accept also right-click event in LineEdit
Tomasz Chabora
2019-08-04
1
-0
/
+1
*
Fix incorrect caret position when clicking a 'LineEdit' with a non-left align...
Michael Alexsander Silva Dias
2019-07-15
1
-0
/
+8
*
Fixes minor issues found by static analyzer
qarmin
2019-07-07
1
-1
/
+1
*
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
1
-4
/
+1
|
\
[next]