index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
line_edit.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-2
/
+2
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-300
/
+297
*
Merge pull request #8631 from volzhs/editor-theme-custom
Rémi Verschelde
2017-05-20
1
-2
/
+2
|
\
|
*
Revert "Add new editor and default theme (WIP)"
volzhs
2017-05-03
1
-2
/
+2
*
|
LineEdit: fix placeholder text affected by secret
Poommetee Ketson
2017-05-03
1
-2
/
+2
|
/
*
Add new editor and default theme (WIP)
Daniel J. Ramirez
2017-04-27
1
-2
/
+2
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-342
/
+302
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-30
/
+30
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-11
/
+11
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-3
/
+1
*
New API for visibility in both CanvasItem and Spatial
Juan Linietsky
2017-01-13
1
-1
/
+1
*
-removed stop mouse and ignore mouse from control, which were confusing, repl...
Juan Linietsky
2017-01-08
1
-1
/
+1
*
PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...
Juan Linietsky
2017-01-08
1
-1
/
+1
*
renamed _input_event for GUI events to _gui_input, so it's more differentiate...
Juan Linietsky
2017-01-08
1
-2
/
+2
*
Editor settings categories are now tidy and beautiful!
Juan Linietsky
2017-01-05
1
-4
/
+4
*
-Conversion of most properties to a simpler syntax, easier to use by script
Juan Linietsky
2017-01-04
1
-4
/
+6
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-31
/
+31
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Emit "*_changed" signal in set_*
volzhs
2016-11-14
1
-0
/
+1
*
Caret blink will no longer cause redraw without focus, issue 6167
Paulb23
2016-11-06
1
-1
/
+1
*
LineEdit long indicator, fix #6624
Pawel Kowal
2016-09-28
1
-3
/
+4
*
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.
Andreas Haas
2016-09-19
1
-5
/
+9
*
LineEdit: Quick fix to set_expand_to_text_length argument name
Rémi Verschelde
2016-09-07
1
-4
/
+4
*
-Added diectly editable expressions on node to VSEditor, closes #6392
Juan Linietsky
2016-09-06
1
-20
/
+47
*
Fixes LineEdit text selection with mouse selecting more than intended
Waldson Patrício
2016-09-02
1
-10
/
+0
*
LineEdit: Fix event handled as text when a mod key is pressed
Ignacio Etcheverry
2016-07-27
1
-1
/
+1
*
LineEdit: Fix rtl scrolling with mouse drag selection
Ignacio Etcheverry
2016-07-15
1
-3
/
+6
*
LineEdit placeholder now accepts translated strings.
Ovnuniarchos
2016-07-10
1
-1
/
+2
*
Remove unused variables (third pass) + dead code
Rémi Verschelde
2016-07-07
1
-5
/
+0
*
Fixed signal connection prints when moving docks, issue 5498
Paulb23
2016-06-30
1
-1
/
+3
*
add placeholder alpha property
sanikoyes
2016-06-28
1
-2
/
+18
*
Add placeholder property for line_edit
sanikoyes
2016-06-27
1
-5
/
+24
*
Merge pull request #5379 from neikeq/pr-issue-5375
Rémi Verschelde
2016-06-24
1
-0
/
+3
|
\
|
*
Fix weird deselection behaviour with text field
Ignacio Etcheverry
2016-06-24
1
-0
/
+3
*
|
Added setting to toggle line edit caret blink
Paulb23
2016-06-22
1
-0
/
+23
*
|
Line edit caret no longer draws on focus loss
Paulb23
2016-06-22
1
-0
/
+19
*
|
Added caret blink to line edit
Paulb23
2016-06-22
1
-5
/
+60
|
/
*
LineEdit: Word jumping and OSX hotkeys
Ignacio Etcheverry
2016-06-18
1
-59
/
+190
*
LineEdit: Fix and improve selection behaviour
Ignacio Etcheverry
2016-06-18
1
-18
/
+24
*
rewrote LineEdit window repositioning code so it does not eat the last charac...
Juan Linietsky
2016-06-12
1
-6
/
+13
*
Reverted a PR i don't understand how to find but fixes #5097
Juan Linietsky
2016-06-09
1
-3
/
+3
*
Merge pull request #5030 from sanikoyes/Pr-fix-label-minsize
Rémi Verschelde
2016-06-04
1
-3
/
+2
|
\
|
*
fix line_edit&label get min size bug
sanikoyes
2016-06-04
1
-3
/
+2
*
|
GUI Focus mode improvements
Zher Huei Lee
2016-05-23
1
-1
/
+1
|
/
*
Default editing popup for LineEdit and TextEdit
Juan Linietsky
2016-05-16
1
-20
/
+97
*
LineEdit/TextEdit: Add Shift+Delete shortcut for cut
Ignacio Etcheverry
2016-03-15
1
-0
/
+5
[next]