aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/link_button.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* GUI Focus mode improvementsZher Huei Lee2016-05-231-1/+1
| | | | | | | | Exposed `get_focus_mode()` to the script Added `focus_mode` to the property panels for line-edit and sliders Added `enabled_focus_mode` to the property panels for buttons enabled_focus_mode is used when button is enabled/disabled
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-0/+124
-New HTTPRequest node, to make HTTP requests simpler.