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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
96
-96
/
+96
*
TextEdit: Copy whole line if not having selection.
Andreas Haas
2017-08-27
1
-3
/
+0
*
Fixed not being able to scroll to eof
Paulb23
2017-08-27
1
-2
/
+2
*
TextEdit: Fix line padding.
Andreas Haas
2017-08-27
1
-1
/
+1
*
TextEdit: Moving between words now works across lines.
Andreas Haas
2017-08-27
1
-0
/
+14
*
'tab_changed' signal after using 'set_current_tab'
Jakub Grzesik
2017-08-13
1
-1
/
+3
*
MenuButton: defer grab_click_focus until button_up
Poommetee Ketson
2017-08-13
1
-1
/
+1
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-2
/
+0
*
fix missing DEFVAL
AlexHolly
2017-07-30
1
-1
/
+1
*
LineEdit: don't undo uneditable LineEdit
Poommetee Ketson
2017-07-30
1
-1
/
+3
*
removed floor so that global pos works with scale
alexholly
2017-07-14
1
-2
/
+2
*
Added additional functions to RichTextLabel:
TwistedTwigleg
2017-07-14
2
-2
/
+37
*
BuildSystem: generated files have .gen.ext
Poommetee Ketson
2017-06-25
1
-1
/
+1
*
Add type statements for RichTextLabel
geequlim
2017-06-24
1
-2
/
+2
*
Revert "Fix text warp in color blocks with CJK"
Rémi Verschelde
2017-06-07
1
-1
/
+1
*
Merge pull request #8952 from GodotExplorer/pr-fix-richtextlabel-warp-CJK
Rémi Verschelde
2017-05-27
1
-1
/
+1
|
\
|
*
Fix text warp in color blocks with CJK
Geequlim
2017-05-27
1
-1
/
+1
*
|
Merge pull request #8919 from pixelpicosean/fix-item-list-scroll
Rémi Verschelde
2017-05-27
1
-2
/
+0
|
\
\
|
*
|
Fix item list scroll speed.
Sean Bohan
2017-05-26
1
-2
/
+0
*
|
|
Merge pull request #8918 from GodotExplorer/pr-expose-texturebutton-resize-mo...
Rémi Verschelde
2017-05-27
1
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Expose constants of TextureButton
Geequlim
2017-05-26
1
-0
/
+3
|
|
/
*
|
Add column_title_pressed signal to Tree node
yanorax
2017-05-27
1
-0
/
+21
*
|
Fixed #8526, popup menu width now responds to submenu icon
AlexHoratio
2017-05-27
1
-0
/
+5
*
|
Tree: Clear search string on selection.
Andreas Haas
2017-05-26
1
-0
/
+2
*
|
LineEdit: fix placeholder text affected by secret
Poommetee Ketson
2017-05-26
1
-2
/
+2
*
|
Tree: Ability to add tooltips to TreeItem buttons.
Andreas Haas
2017-05-26
2
-3
/
+19
|
/
*
Implemented scrolling factor for smooth trackpad scrolling
Sean Bohan
2017-05-15
8
-20
/
+58
*
Revert "Respect style boxes for Button states other than "normal""
2.1.3-stable
Rémi Verschelde
2017-04-11
1
-10
/
+5
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
96
-0
/
+96
*
List Control::has_point as a virtual method
CrazyGuy108
2017-03-19
1
-0
/
+2
*
Bring that Whole New World to the Old Continent too
Rémi Verschelde
2017-03-19
99
-11770
/
+9977
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-18
2
-2
/
+2
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-03-18
10
-16
/
+16
*
Fix wrong TreeItem reference after reconstructing
volzhs
2017-03-18
1
-1
/
+0
*
Fix crash when click icon while editing node name
volzhs
2017-03-18
1
-0
/
+1
*
RichTextLabel add function remove_line
Vincent
2017-03-18
2
-0
/
+45
*
Spinbox: don't ignore double clicks.
Andreas Haas
2017-03-18
1
-2
/
+0
*
Selected text is now deselected on ctrl+home/end
kbake
2017-03-18
1
-14
/
+25
*
Respect style boxes for Button states other than "normal"
Ray Koopa
2017-03-18
1
-5
/
+10
*
Merge pull request #7933 from RebelliousX/2.1
Rémi Verschelde
2017-03-05
2
-31
/
+51
|
\
|
*
- Added `tab_selected` signal which has same behavior as `tab_changed`
Thaer Razeq
2017-03-05
2
-31
/
+51
*
|
Fix wrong TreeItem reference after reconstructing
volzhs
2017-03-03
2
-2
/
+4
|
/
*
Merge pull request #7716 from GodotExplorer/pr-resizable-texturebutton
Rémi Verschelde
2017-02-27
4
-45
/
+163
|
\
|
*
Add scale property back for backwards compatibility
geequlim
2017-02-13
3
-39
/
+89
|
*
Make same resize behavior for TextureButton with TextureFrame.
geequlim
2017-02-04
2
-48
/
+106
|
*
Add Keep Covered texture resize mode
geequlim
2017-02-04
2
-3
/
+13
*
|
Fix crash when click icon while editing node name
volzhs
2017-02-23
1
-0
/
+1
*
|
Merge pull request #7754 from volzhs/tr-buttonarray
Rémi Verschelde
2017-02-12
2
-5
/
+10
|
\
\
|
*
|
Translate ButtonArray text
volzhs
2017-02-08
2
-5
/
+10
|
|
/
*
|
Merge pull request #7719 from RandomShaper/backport-code-edit-goodies-2.1
Rémi Verschelde
2017-02-12
2
-1
/
+40
|
\
\
[next]