aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-21Implement OS.request_attention() for X11Mario Schlack2-0/+21
2016-07-21Implement OS.request_attention() for OSX (#5662)GungnirInd2-1/+6
2016-07-21Fix mouse wheel event position on WindowsGeorge Marques1-4/+7
2016-07-21Instance only selected scenes in FS dock, closes #5795Juan Linietsky1-1/+2
2016-07-21Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a s...Juan Linietsky4-72/+72
2016-07-21Hide editor types from create node dialog, closes #3263Juan Linietsky1-0/+3
2016-07-21Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2-9/+58
2016-07-21Minor code formatting in platform/androidMario Schlack13-47/+69
2016-07-21Remove "SMOOTH BEGIN?" messagevolzhs1-2/+0
2016-07-21Fix compile error if use android_stl=yesvolzhs1-7/+7
2016-07-20Fixed reloading of tool scripts within editor, they should work much better n...Juan Linietsky2-2/+22
2016-07-21Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry2-11/+10
2016-07-21Fix the rotation not updating in the inspector with ControlsJohan Manuel1-0/+1
2016-07-20Implement get_screen_dpi() on AndroidMario Schlack5-3/+37
2016-07-19put text formats for resources and scenes as priorityJuan Linietsky5-8/+26
2016-07-19Fixed properly not save signals that already exist in their base scenes, clos...Juan Linietsky6-31/+36
2016-07-19WIP bugfix for existing connectionsJuan Linietsky4-15/+140
2016-07-19classref: WIP improved docs for NodeRémi Verschelde1-37/+53
2016-07-19classref: Sync classes with sourceRémi Verschelde1-74/+103
2016-07-19Fix main scene not being saved when set via Play buttonRémi Verschelde3-3/+6
2016-07-19Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde4-15/+19
2016-07-18Always soft reload editor plugins. Closes #5273Juan Linietsky1-1/+3
2016-07-18Keep selected section in Editor Settings when reopening the dialogFranklin Sobrinho1-8/+23
2016-07-18Fix Editor Settings dialog range editing by dragging and using the sliderFranklin Sobrinho2-2/+14
2016-07-18Label: Added `get_visible_line_count` methodIgnacio Etcheverry2-0/+17
2016-07-18Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky2-3/+7
2016-07-18MenuButton: Fix event propagation with dialogsIgnacio Etcheverry1-0/+4
2016-07-18remove GLU dependency, closes #3787Juan Linietsky1-1/+1
2016-07-18Properly transform sub-viewport input, closes #3580Juan Linietsky1-4/+31
2016-07-18properly fixed notificaitons for theme changed, closes #5774Juan Linietsky3-3/+42
2016-07-18Fix multichar character constant warningRémi Verschelde1-5/+5
2016-07-18Revert "Change default extension to .tscn when import 3d scene"Rémi Verschelde1-1/+3
2016-07-18Fix crash when dropping scene as a sibling of the root nodeFranklin Sobrinho2-15/+14
2016-07-18Script Editor: adding close all docs menu optionSiyuan Gao2-1/+27
2016-07-18Add icon for root node in Create DialogGeorge Marques1-0/+3
2016-07-18Fix ScriptEditor don't saving the layout when opening a help pageFranklin Sobrinho2-9/+19
2016-07-18Change default extension to .tscn when import 3d scenevolzhs1-1/+1
2016-07-18Fixed caret width on tabsPaulb231-2/+3
2016-07-18Add a function to notify font users that the font changed. Closes #5774Juan Linietsky3-0/+12
2016-07-18OS: Add get_engine_version methodRémi Verschelde4-3/+38
2016-07-18Revert "Make editor compatible with Windows high contrast themes"Rémi Verschelde2-27/+0
2016-07-17Fix editor states saving, and remove related error messagesFranklin Sobrinho1-2/+9
2016-07-17Could not use pre multiply alpha for material in editorKyle Luce1-1/+1
2016-07-17Forgot to clear signals on recompile, closes #5729Juan Linietsky1-0/+1
2016-07-17Fix empty reference pages after restarting GodotFranklin Sobrinho1-1/+3
2016-07-17Remove some noisy debug printsRémi Verschelde5-30/+1
2016-07-17Keep debugger selected tab open when pressing the pause buttonFranklin Sobrinho1-1/+2
2016-07-16Fix signals/group button on Scene dockFranklin Sobrinho1-2/+10
2016-07-16TreeItem.set_button exposed.Ovnuniarchos1-0/+1
2016-07-16MenuButton: Fix regressionIgnacio Etcheverry1-1/+1