summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Android: Include Joysticks/Gamepads which are available on app start.wombatstampede2019-05-285-26/+63
* Merge pull request #26462 from SubSage/masterRémi Verschelde2019-05-281-1/+7
|\
| * Fixes stderr silence; adds missing quote from exe args(windows)Luis Martinez2019-03-051-1/+7
* | Merge pull request #28512 from MJacred/masterRémi Verschelde2019-05-281-0/+1
|\ \
| * | Fix application window not listed in taskbar (X11)MJacred2019-04-301-0/+1
* | | Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-274-0/+158
|\ \ \
| * | | Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-244-0/+158
* | | | Git: Explicitly list binary files as such to avoid EOL changeRémi Verschelde2019-05-251-84/+84
* | | | Check project settings live before lookup in crash handlerIbrahn Sahir2019-05-233-4/+19
* | | | Fixed uninitialised variable in x11 null cursor creationIbrahn Sahir2019-05-231-12/+16
|/ / /
* | | Merge pull request #29032 from akien-mga/tools-exceptions-rttiRémi Verschelde2019-05-213-10/+15
|\ \ \
| * | | SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde2019-05-203-10/+15
* | | | added a const keyword for a methods that return constant literal...hbina0852019-05-2118-18/+18
|/ / /
* | | Fix typos with codespellRémi Verschelde2019-05-193-3/+3
* | | Allow project export to be canceledGeorge Marques2019-05-184-37/+95
* | | [macOS] Allow using user provided `.icns` files for exported app icons.bruvzg2019-05-171-6/+16
* | | Fix OS_UWP::execute's signature after cd4449eRémi Verschelde2019-05-162-2/+2
* | | Fix OS_Javascript execute methodFabio Alessandrelli2019-05-152-2/+2
* | | Merge pull request #28518 from clayjohn/GLES2-MSAARémi Verschelde2019-05-131-1/+1
|\ \ \
| * | | added MSAA to GLES backendclayjohn2019-05-021-1/+1
| |/ /
* | | X11: Check if "_NET_FRAME_EXTENTS" atom is supported.bruvzg2019-05-091-22/+26
* | | Change "ID" to lowercase "id"Aaron Franke2019-05-095-11/+11
* | | Fixed game crash, regression of #26977Andrea Catania2019-05-011-6/+12
* | | Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-016-39/+32
|\ \ \
| * | | Small fixes to static analyzer bugsqarmin2019-04-046-39/+32
* | | | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-309-19/+19
* | | | Merge pull request #26977 from bruvzg/fix_x11_window_posRémi Verschelde2019-04-301-6/+19
|\ \ \ \
| * | | | [X11] Fix `get_window_position` to return absolute coordinates, change `set_w...bruvzg2019-03-121-6/+19
* | | | | Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde2019-04-293-0/+9
|\ \ \ \ \
| * | | | | [Input] Release keys/actions pressed if window loses focusGuilherme Felipe2019-04-273-0/+9
* | | | | | Merge pull request #28185 from KLee1248/key_remappingRémi Verschelde2019-04-291-4/+4
|\ \ \ \ \ \
| * | | | | | Re-maps KEY_BRACELEFT/RIGHT for OSX usersKLee12482019-04-191-4/+4
* | | | | | | Merge pull request #28448 from Valentactive/fix-linux-recognition-ecutable-bu...Rémi Verschelde2019-04-291-1/+7
|\ \ \ \ \ \ \
| * | | | | | | fix builds made with Clang on some Linux distrosMichele Valente2019-04-261-1/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #28470 from Calinou/fix-windows-clipboard-line-endingsRémi Verschelde2019-04-291-4/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Convert line endings to CRLF in `OS.set_clipboard()` on WindowsHugo Locurcio2019-04-271-4/+7
| |/ / / / /
* / / / / / Clean up latency related functionsJuan Linietsky2019-04-271-2/+2
|/ / / / /
* | | | | Merge pull request #28402 from Valentactive/add-thinlto-support-x11Rémi Verschelde2019-04-251-3/+12
|\ \ \ \ \
| * | | | | add option to use ThinLTOMichele Valente2019-04-251-3/+12
* | | | | | Merge pull request #28396 from akien-mga/scons-capture-the-flagsRémi Verschelde2019-04-258-63/+82
|\ \ \ \ \ \
| * | | | | | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-248-63/+82
| |/ / / / /
* | | | | | Rename wrong field.Juan Linietsky2019-04-241-2/+2
* | | | | | Remove forgotten strings in configuration filesJuan Linietsky2019-04-242-9/+0
* | | | | | Fixes to make exporting more responsive.Juan Linietsky2019-04-241-1/+1
|/ / / / /
* | | | | Fixes build for Windows cross-compilationKenneth Lee2019-04-232-1/+2
* | | | | Android now (optionally) builds the template when exportingJuan Linietsky2019-04-077-226/+520
* | | | | Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-073-1/+5
* | | | | Merge pull request #26961 from ibrahn/fix-x11setcontext-access-freedHein-Pieter van Braam2019-04-231-15/+21
|\ \ \ \ \
| * | | | | fixed an access after free in OS_X11::set_context.Ibrahn Sahir2019-04-221-15/+21
* | | | | | Merge pull request #27208 from Calinou/add-lld-linkerHein-Pieter van Braam2019-04-231-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |