summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-11-begun implementing drag & drop editor wideJuan Linietsky
-filesystem dock dnd support -property list dnd support -scene tree dnd support
2016-05-11Merge pull request #4621 from marcelofg55/masterRémi Verschelde
OS.get_screen_size now returns the correct value on OSX
2016-05-11OS.get_screen_size now returns the correct value on OSXmarcelofg55
2016-05-11Merge pull request #4596 from mattiascibien/hide-cursor-fixRémi Verschelde
Hide cursor only inside window
2016-05-11Merge pull request #4598 from Paulb23/caret_blinkRémi Verschelde
Added caret blink to the text editor
2016-05-11Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien
2016-05-10Merge pull request #4613 from Hinsbart/joydemo_cleanupRémi Verschelde
Joystick demo script cleanup
2016-05-10Joystick demo script cleanupAndreas Haas
Removes a leftover variable and uses constants instead of magic numbers.
2016-05-09Sync classes.xml with current sourcesRémi Verschelde
Also fix a typo in the binding of Control::set_drag_forwarding.
2016-05-09Added caret blink in text editorPaulb23
2016-05-09Merge pull request #4571 from akien-mga/pr-rot-degRémi Verschelde
Rotation APIs: Better exposure for degrees methods
2016-05-09Merge pull request #4597 from vnen/pr-openssl-flagRémi Verschelde
Add ignore error flag to OpenSSL driver
2016-05-09Add ignore error flag to OpenSSL driverGeorge Marques
2016-05-09Working even when re-entering window.Mattias Cibien
2016-05-09Merge pull request #4583 from Paulb23/autocomplte_string_completionRémi Verschelde
Fixed autocomplete strings not appearing for function arguments
2016-05-09Cursor hides only in client areaMattias Cibien
At the moment is however restored when going out and then in again.
2016-05-08Fixed autocomlete strings not appearing for function argumentsPaulb23
2016-05-07Merge pull request #4560 from eska014/fix-emscripten-opusRémi Verschelde
Fix JavaScript build
2016-05-07Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde
Fixed autocomplete truncate, issue 4554
2016-05-07Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8Rémi Verschelde
fix percent decode utf8 error
2016-05-07Merge pull request #4576 from Paulb23/animation_player_next_auto_queue_fixesRémi Verschelde
Fixed animation player auto-queue duplication and undo/redo
2016-05-07Fixed animation player auto-queue duplication and undo/redoPaulb23
2016-05-07Merge pull request #4573 from Paulb23/code_completion_after_bracket_issue_3977Rémi Verschelde
Fixed code completion after opening bracket, issue 3977
2016-05-07Fixed code completion after opening bracket, issue 3977Paulb23
2016-05-06cloning env for builtin_openssl _and_ openssl :)Ariel Manzur
2016-05-06clonning env for builtin sslAriel Manzur
2016-05-06Rotation APIs: Better exposure for degrees methodsRémi Verschelde
Made public the various set/getters for rotations in degrees. For consistency, renamed the exposed method names to remove the leading underscore, and kept the old names with a deprecation warning. Fixes #4511.
2016-05-06Issue template: ask for Godot versionRémi Verschelde
2016-05-06Variant: readd String.ends_with and Dict.has_allRémi Verschelde
Erroneously removed in cfd3efd09785301eed733abe9e46fd89da3ad114.
2016-05-06Merge pull request #4561 from vnen/pr-fix-win64-buildRémi Verschelde
Fix build for Windows 64-bits with GCC
2016-05-05export fix_alpha_edgesAriel Manzur
2016-05-05Merge pull request #4559 from djrm/classref-editRémi Verschelde
Documented LinkButton, some OS methods
2016-05-05Partial documentation for OS methodsDaniel J. Ramirez
2016-05-05Ignore unneeded Opus file, fix JavaScript buildeska
2016-05-05Fix build for Windows 64-bits with GCCGeorge Marques
2016-05-05Documented LinkButtonDaniel J. Ramirez
2016-05-05Fixed autocomplete truncate, issue 4554Paulb23
2016-05-05fix percent decode utf8 errorAlexander Holland
2016-05-05Merge pull request #4550 from Valentactive/masterRémi Verschelde
Adds the ".vscode" folder from Visual Studio Code to ".gitignore"
2016-05-05Merge pull request #4549 from AlexHolly/httpclient-rawbody-supportRémi Verschelde
HTTPClient request with raw_array body
2016-05-05Merge pull request #4548 from vnen/pr-fix-win64-buildRémi Verschelde
Fix memory leak
2016-05-05Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde
Fix wrong return and argument types in documentation
2016-05-04Adds the ".vscode" folder from Visual Studio Code to ".gitignore"Michele Valente
Adds to ".gitignore" the ".vscode" folder which is created when using Visual Studio Code together with the "C/C++" extension.
2016-05-04-make sure single select after multi select works betterJuan Linietsky
-fixed some warnings for OSX
2016-05-04httpclient request withh raw_array bodyAlexander Holland
2016-05-04missing default valueJuan Linietsky
2016-05-04fix to avoid video texture scalingJuan Linietsky
2016-05-04ability to shrink all images x2 on loadJuan Linietsky
this is for extreme cases when running on devices with very low video memory, so you can still retain compatibility.
2016-05-04Fix memory leakGeorge Marques
As pointed out by @sanikoyes in #4541.
2016-05-04i18n: regenerate template for removed debug stringsRémi Verschelde