aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/export/export.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-12Added favorites and recent history to create dialogJuan Linietsky2-7/+333
2016-09-12Modified resource menu for node scripts so it always goes through the new scr...Juan Linietsky4-2/+18
2016-09-12Update current script color on changePaulb231-0/+1
2016-09-12Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky12-9/+778
2016-09-11Changed default assignment of shorcut for alt-left/right to history next/prev...Juan Linietsky2-4/+4
2016-09-11Added constants from types in code completion, somehow this was never added.Juan Linietsky1-1/+12
2016-09-11Add argument options for the theme override functions in ControlJuan Linietsky2-0/+31
2016-09-11-Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky10-4/+220
2016-09-11-Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky9-31/+47
2016-09-10Fix build error in WinRT exportGeorge Marques1-10/+10
2016-09-10fix get_selected_nodes()Juan Linietsky3-15/+36
2016-09-10-Added bindings to the resource filesystem for editorJuan Linietsky7-6/+222
2016-09-10small clarification in docJuan Linietsky1-1/+1
2016-09-10Made it possible to properly draw over the 2D canvas for 2D objects. Arranged...Juan Linietsky14-39/+95
2016-09-10-Added way to generate resource previews from script plugin.Juan Linietsky6-126/+237
2016-09-10Add API for inspecting objects from EditorPlugin, as requested in one of the ...Juan Linietsky2-1/+9
2016-09-10Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky2-17/+16
2016-09-10Revert "Change Android float ABI to hard"Juan Linietsky1-8/+5
2016-09-10Fix the Windows environment in SCons spawn functionGeorge Marques1-0/+1
2016-09-10Fix Input.action_release() marking action as pressedPedro J. Estébanez1-1/+1
2016-09-09Move hardcoded theme colors from editor_node into editor_themesRalf Hölzemer2-5/+5
2016-09-09Added ItemList get_v_scroll to docsPaulb231-0/+7
2016-09-09Added get_v_scroll to item list, issue 5343Paulb232-0/+4
2016-09-09Change Android float ABI to hardPedro J. Estébanez1-5/+8
2016-09-08Tweaked some icons, including xform oneDaniel J. Ramirez7-25/+19
2016-09-08Added customisable grid color, issue 3781Paulb232-4/+9
2016-09-08x11: fix x360 wireless gamepad mapping.Andreas Haas1-1/+1
2016-09-07Change the documentation to reflect that Directory.list_dir_begin()Gastronok1-1/+1
2016-09-07Explicitly initialize TextureProgress's initial angle value.MarianoGNU1-0/+1
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky13-60/+55
2016-09-07fixed wrong placement of AcceptDialog Buttons issue-6143bebae1-2/+0
2016-09-07Document itemlist disable tooltipPaulb231-0/+18
2016-09-07Ability to disable item list tooltip, issue 6240Paulb232-0/+22
2016-09-07Added setting to change current script background color, issue 5450Paulb231-2/+9
2016-09-07Add show bones checkable menu itemPedro J. Estébanez2-57/+87
2016-09-07Fix dialogs in ProjectManage don't with editor theme issueGeequlim1-4/+3
2016-09-07classref: Sync with current sourceRémi Verschelde1-26/+178
2016-09-07LineEdit: Quick fix to set_expand_to_text_length argument nameRémi Verschelde1-4/+4
2016-09-07Fix (potentially) Android libs packaging issue (#5645)Pedro J. Estébanez1-1/+0
2016-09-06-Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky5-25/+94
2016-09-06Better snapping for graph ports, closes #6394Juan Linietsky1-4/+8
2016-09-06Do not expose resource/ properties in sectioned property editor, closes #6396Juan Linietsky1-1/+1
2016-09-06Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, c...Juan Linietsky2-3/+7
2016-09-06Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky6-383/+507
2016-09-06enable autoload for command-line scriptscaryoscelus1-75/+72
2016-09-06Add Windows Universal export to editorGeorge Marques11-0/+2453
2016-09-06Always show output panel when debuggingsupaiku1-0/+3
2016-09-06osx: Support gamepad input.Andreas Haas6-3/+760
2016-09-06Show object string cast instead of object id in debuggersupaiku1-2/+4
2016-09-06Select newly created folder on Directory dialogvolzhs1-7/+7