aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #15613 from eska014/html5-feature-tagsRémi Verschelde2018-01-123-13/+21
|\
| * Fix HTML5 feature tagsLeon Krause2018-01-123-13/+21
* | Merge pull request #15605 from volzhs/fix-android-build-27volzhs2018-01-121-0/+1
|\ \
| * | Fix Android build errorvolzhs2018-01-121-0/+1
* | | sorry, accidentally pressed delete before commiting.Juan Linietsky2018-01-101-1/+2
* | | Added middle button doubleclick, fixes #15567Juan Linietsky2018-01-101-1/+7
* | | Fix IME producing multiple events per key press.bruvzg2018-01-102-63/+125
|/ /
* | Merge pull request #15344 from bruvzg/osx_dylib_exportRémi Verschelde2018-01-083-2/+47
|\ \
| * | Adds dylib export for "dmg" export mode and change dylib path to "/Contents/F...bruvzg2018-01-043-2/+47
* | | Merge pull request #15461 from endragor/better-loading-screen-msgRémi Verschelde2018-01-081-1/+1
|\ \ \
| * | | Improve missing iOS loading screen error messageRuslan Mustakov2018-01-071-1/+1
| | |/ | |/|
* | | Merge pull request #15440 from volzhs/fix-android-touchRémi Verschelde2018-01-083-20/+19
|\ \ \ | |/ / |/| |
| * | Fix Android multi touchvolzhs2018-01-073-20/+19
* | | Merge pull request #15447 from eska014/html5-optmodeRémi Verschelde2018-01-071-2/+8
|\ \ \
| * | | Build WebAssembly module with -Os to decrease file sizeLeon Krause2018-01-071-2/+8
* | | | Initialize WebGL context in OSLeon Krause2018-01-071-3/+7
* | | | Merge pull request #15425 from bruvzg/osx_runtime_version_checksRémi Verschelde2018-01-071-31/+34
|\ \ \ \
| * | | | Remove 10.6+ runtime version checks, add 10.12+ runtime version checksbruvzg2018-01-071-31/+34
| |/ / /
* | | | Merge pull request #15422 from eska014/html5-loggerRémi Verschelde2018-01-071-0/+5
|\ \ \ \
| * | | | HTML5: Print without color control sequencesLeon Krause2018-01-071-0/+5
| |/ / /
* | | | Merge pull request #15420 from eska014/html5-internal-callsRémi Verschelde2018-01-072-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix internal Emscripten JS API callsLeon Krause2018-01-062-4/+4
* | | | Merge pull request #15401 from bruvzg/osx_10_12_and_depric_fixRémi Verschelde2018-01-061-45/+39
|\ \ \ \ | |/ / / |/| | |
| * | | Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+bruvzg2018-01-061-45/+39
| |/ /
* / / Fix Android build errorvolzhs2018-01-061-1/+1
|/ /
* | SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-054-5/+5
* | Merge pull request #15365 from guilhermefelipecgs/add_unimplemented_methodRémi Verschelde2018-01-052-0/+4
|\ \
| * | Add missing method for javascriptGuilherme Silva2018-01-052-0/+4
* | | Forced set mouse global position always, hopefully will fix #15354, otherwise...Juan Linietsky2018-01-051-0/+1
|/ /
* | X11: Add missing return in OS_X11::initialize().Andreas Haas2018-01-051-0/+2
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-05160-2/+162
|/
* Fix macOS and other builds after #15299Duy-Nguyen TA2018-01-044-6/+7
* Add support from properly exporting shared objects, needed for GDNative exportJuan Linietsky2018-01-042-3/+33
* Fixed missing parenthesisArtem Varaksa2018-01-041-1/+1
* Add missing translation in Javascript export dialogRémi Verschelde2018-01-041-9/+9
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-0418-38/+57
* Merge pull request #15033 from poke1024/shortcuts-macRémi Verschelde2018-01-041-3/+21
|\
| * On macOS, change some default editor shortcutsBernhard Liebl2017-12-261-3/+21
* | Merge pull request #15279 from volzhs/android-update-buildRémi Verschelde2018-01-033-4/+4
|\ \
| * | Update android build tool to latestvolzhs2018-01-033-4/+4
* | | Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash...Rémi Verschelde2018-01-032-2/+50
|\ \ \
| * | | Fix infinite loop introduced by 6f3486c4 on tiling windows managersGuilherme Silva2017-12-272-2/+50
| | |/ | |/|
* | | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-0316-21/+263
|\ \ \ | |_|/ |/| |
| * | Add implementation for custom hardware cursorGuilherme Silva2017-12-1716-21/+263
* | | Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-013-0/+60
|\ \ \
| * | | Make GDNative DLLs work on UWPGeorge Marques2018-01-013-0/+60
* | | | Update copyright statements to 2018Rémi Verschelde2018-01-01188-375/+375
|/ / /
* | | Improve LTO build with MSVCGeorge Marques2017-12-311-1/+5
* | | Add option to sign UWP exports with signtoolGeorge Marques2017-12-261-1/+69
| |/ |/|
* | -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-243-12/+0