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
*
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
*
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-3
/
+3
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-2
/
+2
*
Add IME support checks in LineEdit/TextEdit.
Fabio Alessandrelli
2021-03-11
1
-3
/
+3
*
Merge pull request #46643 from YeldhamDev/hide_all_the_things
Rémi Verschelde
2021-03-07
1
-0
/
+8
|
\
|
*
Hide more options of disabled properties
Michael Alexsander
2021-03-03
1
-0
/
+8
*
|
LineEdit: Now double click to select a word, and triple click to select all t...
Mateo Kuruk Miccino
2021-03-01
1
-5
/
+24
|
/
*
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-18
1
-428
/
+345
*
Fix minimum_character_width in LineEdit
Gilles Roudière
2021-02-16
1
-1
/
+1
*
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-14
1
-0
/
+18
*
Fix LineEdit minimum width
reduz
2021-02-12
1
-3
/
+3
*
Use get_char_size(' ') to calculate space width.
bruvzg
2021-02-12
1
-1
/
+1
*
Removed _change_notify
reduz
2021-02-10
1
-2
/
+1
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-3
/
+0
*
Merge pull request #44349 from KoBeWi/drop_the_data!
Rémi Verschelde
2021-01-26
1
-0
/
+7
|
\
|
*
Allow to override drop data in LineEdit
kobewi
2020-12-13
1
-0
/
+7
*
|
Merge pull request #45369 from naithar/fix/line_edit_clear-4.0
Rémi Verschelde
2021-01-26
1
-15
/
+17
|
\
\
|
*
|
[GUI] Enforce virtual keyboard redisplay on clear
Sergey Minakov
2021-01-26
1
-15
/
+17
*
|
|
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-24
1
-4
/
+4
|
/
/
*
|
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
-10
/
+10
*
|
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-24
/
+24
|
/
*
Static analyzer fixes:
bruvzg
2020-12-09
1
-7
/
+1
*
[Complex Text Layouts] Performance optimizations.
bruvzg
2020-12-07
1
-2
/
+4
*
[Complex Text Layouts] Align glyph offsets and advances to the pixel grid.
bruvzg
2020-12-06
1
-1
/
+1
*
[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...
bruvzg
2020-12-06
1
-2
/
+3
*
[Complex Text Layouts] Refactor Label and LineEdit controls.
bruvzg
2020-11-26
1
-364
/
+733
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-5
/
+9
*
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
[next]