aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x11: Fix maximized splash-boot screen bug.Enzo Nocera2017-12-241-0/+4
* | Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde2017-12-223-4/+4
* | Merge pull request #14794 from endragor/remove-debug-logsRémi Verschelde2017-12-182-5/+0
|\ \ | |/ |/|
| * Remove debug logs that are of no use to end usersRuslan Mustakov2017-12-182-5/+0
* | Cleanup some #if 0'd codeRémi Verschelde2017-12-171-6/+0
* | Merge pull request #14764 from poke1024/androidRémi Verschelde2017-12-171-1/+2
|\ \
| * | Increase sleep time for android export threadBernhard Liebl2017-12-171-1/+2
* | | Fixed Android NDK unified header detection for python 3Colin Kinloch2017-12-171-1/+1
|/ /
* | Add support for whole program optimization on MSVCGeorge Marques2017-12-161-0/+3
* | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-166-15/+15
* | Rename the debug symbol files to .debugsymbolsHein-Pieter van Braam2017-12-162-4/+4
* | Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde2017-12-166-7/+8
|\ \ | |/ |/|
| * Updated Linux template extensions to match architecture.Nathan Warden2017-12-126-7/+8
* | Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde2017-12-1610-1093/+9
|\ \
| * | Move windows networking class to drivers/windows/Fabio Alessandrelli2017-12-1510-1093/+9
| * | Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli2017-12-152-7/+7
* | | Fix 32bit MingW build for thekla_altasHein-Pieter van Braam2017-12-151-1/+1
|/ /
* | Fix javascript build error and improve #14604Fabio Alessandrelli2017-12-151-3/+3
* | Remove debug printf on WindowsRémi Verschelde2017-12-151-2/+0
* | Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde2017-12-151-15/+20
|\ \
| * | HTTP cleanup & better defaultsmhilbrunner2017-12-141-15/+20
* | | Merge pull request #14672 from akien-mga/openmp-linkingRémi Verschelde2017-12-141-2/+1
|\ \ \
| * | | openmp: Simplify linking on X11, fixing clang buildRémi Verschelde2017-12-141-2/+1
* | | | Merge pull request #14667 from bruvzg/macports-clang-impRémi Verschelde2017-12-142-11/+12
|\ \ \ \ | |/ / / |/| | |
| * | | MacPorts clang version selection, and OpenMP linking fix.bruvzg2017-12-142-11/+12
* | | | Fix type mismatch in OS::set_borderless_windowRémi Verschelde2017-12-146-7/+6
|/ / /
* | | openmp: Don't try to link GCC's implementation on ClangRémi Verschelde2017-12-141-2/+3
* | | Merge pull request #14658 from bruvzg/macports-clangRémi Verschelde2017-12-142-1/+18
|\ \ \
| * | | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg2017-12-142-1/+18