aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-08Fixed some options in assetlibJuan Linietsky4-6/+24
2016-06-08Caret blink no longer updates when hidden, issue 5100Paulb231-1/+3
2016-06-08Added asset library on project manager for templatesJuan Linietsky5-100/+141
2016-06-08RtAudio: proper under/overflow warningJ08nY1-2/+8
2016-06-08Regenerated icons with the new faster exporter, Added and fixed some iconsDaniel J. Ramirez883-76/+371
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky10-187/+222
2016-06-08GLEW: Update to upstream version 1.13.0 (pristine)Rémi Verschelde4-2830/+11149
2016-06-08GLEW: Define static + enabled and includes via SConsRémi Verschelde12-29/+23
2016-06-08Haiku: Do not define GLEW_ENABLED to undefine it laterRémi Verschelde2-6/+3
2016-06-07Revert "Fix ui layout for EditorFontImportDialog"Juan Linietsky1-5/+4
2016-06-07rtr instead ttrDimOkGamer1-18/+18
2016-06-07Improved Blender/Collada shadeless->unshaded importPawel Kowal4-1/+12
2016-06-07Fixed localization in file dialogsDimOkGamer5-24/+24
2016-06-07Update asset library editor plugin - new functionality and fixesBojidar Marinov4-218/+423
2016-06-07listener iconsDaniel J. Ramirez7-0/+320
2016-06-07Improved breakpoint marker position, and scales with font sizePaulb232-4/+6
2016-06-07Windows: Hide mouse on MOUSE_MODE_CAPTUREDJ08nY1-1/+1
2016-06-07Classref for: ImageTexture, Image, LargeTextureJ08nY1-0/+52
2016-06-07Exposed Image.INTERPOLATE_*J08nY1-0/+3
2016-06-07Sync classrefJ08nY1-3/+203
2016-06-07Fix ui layout for EditorFontImportDialogGeequlim1-4/+5
2016-06-07Fix indentation issues in last commitsRémi Verschelde4-32/+30
2016-06-06Revert "Fix implicit GDScript Reference inheritance"punto-2-8/+5
2016-06-06properly pass events to parent controls, closes #4701Juan Linietsky1-15/+23
2016-06-06-Fix small bug regarding to canvas layer detection, closes #4381Juan Linietsky1-13/+8
2016-06-06Added function get_signals_connected_to_this_this()Juan Linietsky2-0/+8
2016-06-07x11: fix vsync supportAndreas Haas1-5/+29
2016-06-06Fixed some icons given the feedback, also added some missing iconsDaniel J. Ramirez31-35/+508
2016-06-06Fix error tab index out of size print, issue 4997Paulb231-1/+0
2016-06-06Fixed bottom left and right icon order for anchor editor.Saracen6-2/+2
2016-06-06Add missing license information (ogg/vorbis/opus)Roberto3-0/+84
2016-06-06Add a "copy path" item to the filesystem dock context menu.Andreas Haas2-1/+9
2016-06-06Add missing license information (Theora)Roberto2-0/+46
2016-06-06Keep the default environment variables as set by SConsPedro J. Estébanez1-8/+3
2016-06-06Add missing license information (WebP)Roberto3-0/+79
2016-06-06Add missing license information (MiniZip)Roberto8-6/+98
2016-06-06Somewhat fixed Directory::get_space_left() return values.J08nY2-8/+12
2016-06-06HiDPI: Use global/hidpi_mode as propertyRémi Verschelde3-4/+4
2016-06-06Better translation for Koreanvolzhs1-15/+15
2016-06-05temporary fix for vsync call on x11Ariel Manzur1-2/+5
2016-06-05vsync supportJuan Linietsky14-2/+107
2016-06-05make hdpi manually configurable in project settingsJuan Linietsky5-3/+38
2016-06-05Improved Blender/Collada -colonly import creating collision shapes for emptiesPawel Kowal5-18/+94
2016-06-05Bitmask import pluginSaracen4-0/+403
2016-06-05Add support for Python-like negative indexingDennis Brakhane2-6/+34
2016-06-05Move repetitive code to macrosDennis Brakhane1-243/+38
2016-06-05Added missing icons for some nodes, changed instance iconsDaniel J. Ramirez50-19/+1707
2016-06-05Fix implicit GDScript Reference inheritanceeska2-5/+8
2016-06-05fix ui_* input events in EditorAndreas Haas1-24/+24
2016-06-06Fix min size bug of Labelvolzhs1-2/+2