summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21910 from hpvb/fix-8145-x11Rémi Verschelde2018-09-122-0/+23
|\
| * Update X11 global mouse position at startupHein-Pieter van Braam2018-09-092-0/+23
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1266-114/+114
* | Merge pull request #21865 from Calinou/tweak-android-export-errorsRémi Verschelde2018-09-101-8/+8
|\ \
| * | Tweak Android-related error messages in the Export dialogHugo Locurcio2018-09-081-8/+8
* | | Merge pull request #21859 from avencherus/fix-scancode-colonRémi Verschelde2018-09-101-1/+1
|\ \ \
| * | | Changed Windows key translate pair from KEY_COLON to KEY_COMMA.Jared2018-09-081-1/+1
| |/ /
* | | Merge pull request #21784 from guilhermefelipecgs/fix_resized_mouse_confinedRémi Verschelde2018-09-101-0/+9
|\ \ \ | |_|/ |/| |
| * | Fix mouse confined leaving window with OS_Windows::set_window_positionGuilherme Felipe2018-09-051-0/+9
| |/
* / Add clipboard operation for android OSXavier Sellier2018-09-054-10/+70
|/
* Really fix the custom cursor hotspotMartin Capitanio2018-09-043-0/+3
* Fix custom cursor hotspotGuilherme Felipe2018-09-033-0/+3
* Fix bad res file include in VS project and simplify a bitelasota2018-09-011-5/+6
* Fix multitouch input not working on certain devices on WindowsPedro J. Estébanez2018-08-301-2/+6
* Fix HTML5 gamepad inputLeon Krause2018-08-301-2/+5
* Fix typo in os_uwp causing a build failureHein-Pieter van Braam2018-08-281-1/+1
* Merge pull request #21511 from eska014/webm-nomtRémi Verschelde2018-08-281-1/+0
|\
| * Enable Theora module for HTML5 platformLeon Krause2018-08-281-1/+0
* | No need to link with libandroid_support in NDK 17Wojciech Milkowski2018-08-281-1/+2
* | Revert "Try closing gracefully before terminating process"Rémi Verschelde2018-08-272-34/+6
* | Merge pull request #21387 from hpvb/fix-15324Rémi Verschelde2018-08-279-131/+360
|\ \
| * | Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-269-131/+360
| |/
* | When setting an X11 icon fails, try halving the sizeHein-Pieter van Braam2018-08-271-17/+58
* | Fixes several resource leaks in ...Crazy-P2018-08-261-0/+3
|/
* Support more X11 dialogs for X11::alert()Hein-Pieter van Braam2018-08-251-5/+59
* Merge pull request #21375 from akien-mga/msvc-nominmaxRémi Verschelde2018-08-241-0/+1
|\
| * SCons: Disable min/max WinDef.h macros on MSVCRémi Verschelde2018-08-241-0/+1
* | Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky2018-08-243-10/+2
|\ \ | |/ |/|
| * Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-043-10/+2
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-2410-99/+14
* | Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-243-20/+9
* | Merge pull request #21336 from eska014/html5-new-presentationRémi Verschelde2018-08-241-1/+1
|\ \
| * | Add responsive HTML5 export page with full-size canvas as new defaultLeon Krause2018-08-231-1/+1
* | | Merge pull request #21332 from dragmz/apk-hint-fixRémi Verschelde2018-08-235-24/+24
|\ \ \
| * | | Fix file hintsMarcin Zawiejski2018-08-235-24/+24
* | | | Merge pull request #21330 from eska014/html5-canvas-resizeRémi Verschelde2018-08-232-58/+62
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Facilitate external modification of HTML5 canvas sizeLeon Krause2018-08-232-58/+62
* | | Merge pull request #20507 from rdhafidh/android_libcpp_shared_masterRémi Verschelde2018-08-232-14/+29
|\ \ \
| * | | add support libc++_shared stl on androidRidwan Abdul Hafidh2018-08-232-14/+29
* | | | Modifications to raw input so the handling of absolute coordinates is more co...Juan Linietsky2018-08-222-5/+28
* | | | Merge pull request #20523 from moiman100/windows-raw-inputJuan Linietsky2018-08-222-0/+72
|\ \ \ \
| * | | | Relative motion based on raw input for WindowsMikko Mustonen2018-07-302-0/+72
| | |_|/ | |/| |
* | | | BPTC supportelasota2018-08-217-2/+17
* | | | Merge pull request #21236 from dragmz/windows-graceful-closeRémi Verschelde2018-08-212-6/+34
|\ \ \ \
| * | | | Try closing gracefully before terminating processMarcin Zawiejski2018-08-202-6/+34
* | | | | CI: Disable debug_symbols on Travis/AppVeyorRémi Verschelde2018-08-211-6/+0
* | | | | Merge pull request #20922 from kripken/errLeon Krause2018-08-213-6/+6
|\ \ \ \ \
| * | | | | use console.warn instead of Module.printErr: emscripten no longer exports pri...Alon Zakai (kripken)2018-08-113-6/+6
* | | | | | fix Android/HTML5 custom templates option does not workAlessandro2018-08-202-7/+44
* | | | | | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-205-30/+27
| |/ / / / |/| | | |