aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java/src/com (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-20added missing status, closes #4361Juan Linietsky1-0/+1
2016-06-20Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431Juan Linietsky1-1/+9
2016-06-20Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ...Juan Linietsky2-4/+1
2016-06-20Changed save all scripts shortcut to avoid collision, fixes #4278Juan Linietsky1-1/+1
2016-06-20properly initialize loops to 0 in eventplayerJuan Linietsky1-1/+1
2016-06-20fix loop counter for eventstream, closes #4493Juan Linietsky1-4/+6
2016-06-20-Improved theme editor, when a new class is added, the members are created em...Juan Linietsky2-36/+50
2016-06-20Make dure to only call drop_data if can_drop_data returned true, closes #4616Juan Linietsky1-2/+3
2016-06-20Remove the vibration effect from the joystick when stoppingWilhem Barbier1-5/+3
2016-06-20Fix the joystick vibration timestampWilhem Barbier1-1/+1
2016-06-20isim: Sync with iphone files listRémi Verschelde1-4/+7
2016-06-20i18n: Sync translations from WeblateRémi Verschelde6-345/+260
2016-06-20i18n: Improve a couple English stringsRémi Verschelde3-22/+16
2016-06-20Property reporty base type when a function fails, fixes #4581 probably also c...Juan Linietsky3-7/+15
2016-06-20Remove unused connection. ShaderEditor should'nt handle ShaderGraphs.MarianoGNU3-31/+19
2016-06-20-Added ability to disable overwrite warning on file dialog, fixes #4545Juan Linietsky3-2/+21
2016-06-19Make sure that scripts are reloaded if needed when they enter editing, fixes ...Juan Linietsky2-4/+16
2016-06-20-Added options for scene import plugin to keep materials and user-added track...Juan Linietsky5-3/+201
2016-06-19Added shortcuts to scene tree dockDaniel J. Ramirez1-20/+57
2016-06-19Switch tabs using CTRL+TAB and CTRL+SHIFT+TABDaniel J. Ramirez1-0/+12
2016-06-19Fix layout menu labels and shortcutsGeorge Marques1-2/+2
2016-06-19Added loop interpolation and track trigger iconsDaniel J. Ramirez6-0/+220
2016-06-19Update of Russian translation (commit 48a7216)DimOkGamer1-51/+32
2016-06-19Replace 'or'/'and' keywordsGeorge Marques2-2/+2
2016-06-19Text Edit no longer draws caret on focus lossPaulb232-0/+16
2016-06-19Improve code completion searchGeorge Marques1-41/+31
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques1-2/+7
2016-06-19Add docs for String.bigrams() and String.similarity(text)George Marques1-0/+16
2016-06-19Add similarity comparison to StringGeorge Marques3-0/+50
2016-06-19libtheora: New version 1.1.1J08nY3-32/+17
2016-06-19libvorbis: New version 1.3.5J08nY35-3549/+2081
2016-06-19Clarification about enter keys confusionMehmet Durgel1-2/+2
2016-06-19Made .fnt warning translatablePaulb231-1/+1
2016-06-19-Setting script in multi node edit works, closes #4442Juan Linietsky3-4/+26
2016-06-19libogg: New version 1.3.2J08nY4-134/+388
2016-06-19i18n: Also sync incomplete translations from WeblateRémi Verschelde6-0/+30514
2016-06-19i18n: Update and merge translation templatesRémi Verschelde13-807/+2109
2016-06-19i18n: Add translators credits in the PO headersRémi Verschelde10-16/+40
2016-06-19i18n: Sync translations with WeblateRémi Verschelde9-1807/+1655
2016-06-19Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky2-0/+7
2016-06-19-Added trigger mode to tracks, useful for properties that work as triggers, s...Juan Linietsky12-57/+105
2016-06-18Added missing icons for some nodesDaniel J. Ramirez18-17/+647
2016-06-18make default extension .tscnJuan Linietsky1-1/+1
2016-06-19fix memset callsDennis Brakhane1-3/+3
2016-06-18Removed lots of printsDaniel J. Ramirez7-34/+2
2016-06-19Remove USE_QUAD_VECTORS unused checkJ08nY2-17/+0
2016-06-18revert previous fix, was a bad ideaJuan Linietsky1-1/+1
2016-06-18-Do not ask about overwriting when opening a script in the wizard, but still ...Juan Linietsky3-1/+18
2016-06-19Remove CHARTYPE_16BITS unused checksJ08nY3-8/+5
2016-06-18DynamicFontData can be built-in (will still link to a ttf though), closes #4600Juan Linietsky2-0/+15