summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2017-07-23Fix Right-Click (Ctrl-Click) on OS XMarcelo Fernandez
2017-07-23Merge pull request #9765 from Noshyaar/pr-clangRémi Verschelde
Clang-formatting *.cpp and *.h (some files excluded)
2017-07-23Merge pull request #9770 from eska014/html5-focusRémi Verschelde
Implement input focus behavior in HTML5
2017-07-23Merge pull request #9713 from marcelofg55/masterRémi Verschelde
Fix for possible crash in OS X audio init.
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-22Implement input focus behavior in HTML5L. Krause
- Key and mouse events are only consumed if canvas is focused - NOTIFICATION_WM_MOUSE_ENTER, _MOUSE_EXIT, _FOCUS_IN and _FOCUS_OUT are emitted
2017-07-22Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
-Added system for feature overrides, it's pretty cool :)
2017-07-20Fix android export templates buildRuslan Mustakov
This commit fixes errors occurring during Android export template builds. This required modification in third-party library (libpng) to compile with NEON. Most likely a similar patch will be applied by them and we could then replace the modified version.
2017-07-19Fix for possible crash in OS X audio init.Marcelo Fernandez
2017-07-19Fix errors with global config names no more sorrys pleasegeequlim
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
2017-07-17Merge pull request #9668 from marcelofg55/masterRémi Verschelde
Reinit audio device when the system default device changes on OS X
2017-07-17Merge pull request #9669 from eska014/html5-implicit-cacheRémi Verschelde
Fix zipping HTML5 templates when using SCons' implicit cache
2017-07-16Reinit audio device when the system default device changes on OS XMarcelo Fernandez
2017-07-17Fix zipping HTML5 templates when using implicit cacheL. Krause
2017-07-13Merge pull request #9619 from marcelofg55/masterRémi Verschelde
Fix fullscreen on X11 for non-resizable windows
2017-07-13Fix fullscreen on X11 for non-resizable windowsMarcelo Fernandez
2017-07-12Bring back the UWP exporterGeorge Marques
2017-07-12UWP: Fix problem with Cert Kit validationGeorge Marques
2017-07-11IME window follow the input cursor.geequlim
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit.
2017-07-09Fixed issues with borderless windows on WindowsMarcelo Fernandez
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson
2017-07-08Only execute chmod exporting iOS when on Mac OS XBastiaanOlij
2017-07-08Merge pull request #9515 from marcelofg55/masterRémi Verschelde
Implemented borderless window functions on Linux.
2017-07-08Merge pull request #9512 from BastiaanOlij/osx_export_fix_typoRémi Verschelde
Fix typo in plist export for OSX export
2017-07-05Implemented borderless window functions on Linux.Marcelo Fernandez
2017-07-06Fix typo in plist exportBastiaanOlij
2017-07-06iPhone exporterBastiaanOlij
2017-07-05Merge pull request #9476 from marcelofg55/masterRémi Verschelde
Implemented borderless fullscreen code on OSX.
2017-07-03Merge pull request #9396 from sowfelicity/x11-ime-echoRémi Verschelde
Workaround for IME and echo events on Linux (fixes #29 #7106 #9381):
2017-07-03Merge pull request #9468 from BastiaanOlij/osx_export_dmgRémi Verschelde
On OSX export to DMG and optionally code sign the app bundle
2017-07-02Implemented borderless fullscreen code on OSX.Marcelo Fernandez
2017-07-02On OSX export to DMG and optionally code sign the app bundleBastiaanOlij
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
Tried to organize the configure(env) calls in sections, using the same order for all platforms whenever possible. Apart from cosmetic changes, the following issues were fixed: - Android: cleanup linkage, remove GLESv1_CM and GLESv2 - iPhone: Remove obsolete "ios_gles22_override" option - OSX: * Fix bits detection (default to 64) and remove obsolete "force_64_bits" option (closes #9449) * Make "fat" bits argument explicit - Server: sync with X11 - Windows: clean up old DirectX 9 stuff - X11: * Do not require system OpenSSL for building (closes #9443) * Fix typo'ed use_leak_sanitizer option * Fix .llvm suffix overriding custom extra_suffix
2017-06-29Workaround for IME and echo events on Linux:Jia Wang
Request detectable auto-repeat (Require XKB extension) to support echo events and IME at the same time. Fixes #29, #7106 and #9381.
2017-06-28Merge pull request #9416 from marcelofg55/masterRémi Verschelde
Implemented borderless window code for OSX.
2017-06-27Implemented borderless window code for OSX.Marcelo Fernandez
2017-06-27Hide HTML5 native-run icon without runnable presetL. Krause
2017-06-27Use custom native-run icons for Android and HTML5L. Krause
2017-06-25Revert "Workaround for IME on Linux."Juan Linietsky
2017-06-25Merge pull request #9334 from Noshyaar/pr-genhRémi Verschelde
BuildSystem: generated files have .gen.extension
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-25Workaround for IME on Linux(fixes #29 #7106):Jia Wang
Workaround for supporting input method frameworks like SCIM, IBus, Fcitx, etc. The locale is set when the application starts. Workaround for input when the input context within the specified input method is not available.
2017-06-23Merge pull request #9312 from BastiaanOlij/osx_exportJuan Linietsky
Osx export
2017-06-23Reimplement export module for OSXBastiaanOlij
2017-06-20Make the Windows icon file smallerHugo Locurcio
This results in slightly more compact Godot Windows binaries.
2017-06-19Update HTML5 platform for new InputEventsL. Krause
2017-06-15Merge pull request #9198 from vnen/fix-wheel-posRémi Verschelde
Fix MouseWheel position on Windows
2017-06-15Fix MouseWheel position on WindowsGeorge Marques