| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | | | | | | Add scrolling to Tree control in Drag and Drop mode | Pawel Kowal | 2016-09-17 | 3 | -0/+36 |
| | | | |_|/ / /
| | |/| | | | |
|
| | * | | | | | | Merge pull request #6513 from Brickcaster/master | Rémi Verschelde | 2016-10-03 | 1 | -19/+16 |
| | |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | | * | | | | | Fix for issue #6496 | Brickcaster | 2016-09-16 | 1 | -19/+16 |
| | | |/ / / / |
|
| | * | | | | | Fix #6480, area duplicated param | Pawel Kowal | 2016-09-29 | 2 | -4/+4 |
| | * | | | | | LineEdit long indicator, fix #6624 | Pawel Kowal | 2016-09-28 | 1 | -3/+4 |
| | | |/ / /
| |/| | | |
|
| | * | | | | expose GeometryInstance.get_aabb() etc fixes #6587 | yg2f | 2016-09-22 | 2 | -0/+5 |
| | * | | | | Merge pull request #6557 from anneomcl/master | Ignacio Etcheverry | 2016-09-20 | 5 | -12/+10 |
| | |\ \ \ \ |
|
| | | * | | | | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | 2016-09-19 | 5 | -12/+10 |
| | | |/ / / |
|
| | * | | | | Merge pull request #6545 from Hinsbart/textedit | Rémi Verschelde | 2016-09-19 | 2 | -12/+24 |
| | |\ \ \ \ |
|
| | | * | | | | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas | 2016-09-19 | 2 | -12/+24 |
| | | |/ / / |
|
| * | / / / | Click the inspected objet name to see all subresources. | Juan Linietsky | 2016-09-17 | 2 | -3/+18 |
| |/ / / / |
|
| * | | | | Merge pull request #6414 from RandomShaper/improve-shader-shadow | Rémi Verschelde | 2016-09-17 | 1 | -0/+4 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Expose light shadow color to canvas item shaders | Pedro J. Estébanez | 2016-09-07 | 1 | -0/+4 |
| | | |/
| |/| |
|
| * | | | Center camera2D with the proper viewport size | Juan Linietsky | 2016-09-15 | 1 | -4/+7 |
| * | | | Added a few functions to make 2D split screen easier. | Juan Linietsky | 2016-09-14 | 4 | -22/+110 |
| * | | | Restore viewport set_world_2d functionality | Fabio Alessandrelli | 2016-09-14 | 2 | -22/+34 |
| * | | | -Added VeryLowDPI and MidDPI modes to Godot editor. | Juan Linietsky | 2016-09-13 | 2 | -8/+25 |
| * | | | fix ScrollContainer cannot scroll when scroll bar is hidden | sanikoyes | 2016-09-13 | 1 | -2/+2 |
| * | | | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | 2016-09-12 | 2 | -4/+151 |
| * | | | Add argument options for the theme override functions in Control | Juan Linietsky | 2016-09-11 | 2 | -0/+31 |
| * | | | -Added a ColorFrame control, kind of like Texture but for color. | Juan Linietsky | 2016-09-11 | 6 | -2/+65 |
| * | | | -Cleaned up find/replace bar for replace (made selection only default if sele... | Juan Linietsky | 2016-09-11 | 1 | -9/+7 |
| * | | | -Added bindings to the resource filesystem for editor | Juan Linietsky | 2016-09-10 | 1 | -0/+1 |
| * | | | Fix Viewport.get_mouse_pos() for specific situations, closes #1885 | Juan Linietsky | 2016-09-10 | 2 | -17/+16 |
| * | | | Merge pull request #5692 from kubecz3k/remoteTransform | Juan Linietsky | 2016-09-10 | 3 | -0/+164 |
| |\ \ \ |
|
| | * | | | Remote transform node (for 3d) | Jakub Grzesik | 2016-07-14 | 3 | -0/+164 |
| * | | | | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 1 | -8/+9 |
| |\ \ \ \ |
|
| | * | | | | Fix some warnings about misleading indentation | Johan Manuel | 2016-08-13 | 1 | -8/+9 |
| * | | | | | Merge pull request #5942 from pkowal1982/scroll | Juan Linietsky | 2016-09-10 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | ScrollContainer expand children bug fix | Pawel Kowal | 2016-07-27 | 1 | -2/+2 |
| | |/ / / / |
|
| * | | | | | Merge pull request #6336 from sanikoyes/Pr-fix-inter-callback-delete | Juan Linietsky | 2016-09-10 | 1 | -0/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Tween: fix non-repeat interpolate_callback does not delete after call triggered | sanikoyes | 2016-08-31 | 1 | -0/+2 |
| * | | | | | | Merge pull request #6355 from Kazuo256/http-request-methods | Juan Linietsky | 2016-09-10 | 2 | -5/+11 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add http method and request data parameters | Kazuo256 | 2016-09-05 | 2 | -5/+11 |
| | | |_|_|/ /
| |/| | | | |
|
| * | | | | | | Added get_v_scroll to item list, issue 5343 | Paulb23 | 2016-09-09 | 2 | -0/+4 |
| * | | | | | | Merge pull request #6423 from bebae/issue-6143 | George Marques | 2016-09-07 | 1 | -2/+0 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fixed wrong placement of AcceptDialog Buttons issue-6143 | bebae | 2016-09-07 | 1 | -2/+0 |
| * | | | | | | | Explicitly initialize TextureProgress's initial angle value. | MarianoGNU | 2016-09-07 | 1 | -0/+1 |
| * | | | | | | | Renamed the bind_native functions to bind_vararg, should make it show the doc... | Juan Linietsky | 2016-09-07 | 2 | -11/+7 |
| * | | | | | | | Merge pull request #6420 from Paulb23/itemlist_tooltip_disable_issue_6240 | Rémi Verschelde | 2016-09-07 | 2 | -0/+22 |
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | * | | | | | | Ability to disable item list tooltip, issue 6240 | Paulb23 | 2016-09-07 | 2 | -0/+22 |
| | |/ / / / / |
|
| * | | | | | | 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 | 2 | -20/+55 |
| * | | | | | | Better snapping for graph ports, closes #6394 | Juan Linietsky | 2016-09-06 | 1 | -4/+8 |
| * | | | | | | Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, c... | Juan Linietsky | 2016-09-06 | 2 | -3/+7 |
| |/ / / / / |
|
| * | | | | | Merge pull request #6372 from waldson/master | Rémi Verschelde | 2016-09-05 | 1 | -10/+0 |
| |\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| | * | | | | Fixes LineEdit text selection with mouse selecting more than intended | Waldson Patrício | 2016-09-02 | 1 | -10/+0 |
| * | | | | | Connection hints when connecting to empty space. | Juan Linietsky | 2016-09-03 | 2 | -1/+8 |
| * | | | | | -Added focus to comment node | Juan Linietsky | 2016-09-02 | 5 | -1/+40 |
| |/ / / / |
|
| * | | | | -Fixed issue in Kinematicbody2D | Juan Linietsky | 2016-09-01 | 2 | -15/+22 |