summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2017-08-04Merge pull request #9976 from ISylvox/update-gradle-android-masterRémi Verschelde
[3.0] Update Gradle-Android buildtool
2017-08-01Merge pull request #9838 from RandomShaper/android-arm64Rémi Verschelde
Add support for ARMv8 (64-bit) on Android
2017-07-31Merge pull request #9886 from bruvzg/3.0-win-num-enter-fixRémi Verschelde
Fix Numpad Enter key on Windows (3.0)
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
Thus fixing some invalid changes that had still made it to the master branch.
2017-07-30Fix mutex initialisation in OS X Audio DriverMarcelo Fernandez
2017-07-30Merge pull request #9960 from marcelofg55/masterRémi Verschelde
Fix get_screen_* funcs returning old values after resolution changes on OS X
2017-07-30update gradle-android buildtool for masterISylvox
2017-07-28Fix get_screen_* funcs returning old values after resolution changes on OS XMarcelo Fernandez
2017-07-28Change display scale when moving the window from monitor to monitorbruvzg
2017-07-28Merge pull request #9921 from RandomShaper/fix-android-debugRémi Verschelde
Fix Android debug/run
2017-07-28Merge pull request #9874 from bruvzg/3.0-osx-menuRémi Verschelde
Add macOS main menu (3.0)
2017-07-28Merge pull request #9876 from bruvzg/3.0-resize-fixRémi Verschelde
Improved macOS window resizing behaviour (3.0)
2017-07-27Fix Android debug/runPedro J. Estébanez
- Prefix all __adb__ commands with device specification to avoid errors when multiple devices connected. - Include Android release in device data collection. - Force system user:. - Ability to enable/disable. - Apply only if OS release >= 17 (when multiuser was introduced. - Fix argument passing. - Rename local variable `port` to `dbg_port` to better match its partner `fs_port`. - Fix typo in error message.
2017-07-27added an optional parameter to OS symbol lookupKarroffel
When looking up a symbol from a library, previously an error was shown when the symbol did not exist. That caused confusion when the lookup was completely optional. This adds a new parameter to that method so that those errors can be handled manually if needed.
2017-07-27Fix is_window_fullscreen() and set_window_fullscreen() behaviour after ↵bruvzg
window has entered/left full-screen mode via green zoom button. Fix get/set_current_screen & set_window_maximized.
2017-07-27Add macOS main menubruvzg
2017-07-27Merge pull request #9887 from StraToN/power-fix-x11Rémi Verschelde
Fix power management on x11 platform and removes explicit NULL pointer dereference
2017-07-27Merge pull request #9872 from bruvzg/3.0-num-enter-fixRémi Verschelde
Remove duplicate keycode constant for Numpad Enter key (3.0)
2017-07-26Fixes power management on x11 platform and removes explicit NULL pointer ↵Julian Murgia
dereference.
2017-07-26Fix Numpad Enter key on Windowsbruvzg
2017-07-26Improved macOS window resizing behaviour.bruvzg
2017-07-26Remove duplicate keycode constant for Numpad Enter key.bruvzg
2017-07-26Added features for image formatsBastiaanOlij
2017-07-26Merge pull request #9823 from BastiaanOlij/ios_fix_framebuffer_orderRémi Verschelde
Fixed setting our system_fbo framebuffer
2017-07-25Make MinGW test less verbose on non-Bash shellsRémi Verschelde
The &> construct seems to be Bash-specific. Supersedes #9755.
2017-07-25Add support for ARMv8 (64-bit) on AndroidPedro J. Estébanez
2017-07-25Merge pull request #9825 from RandomShaper/rename-android-defineRémi Verschelde
Remove ANDROID define
2017-07-25Remove ANDROID definePedro J. Estébanez
Fixes GDNative build error on Android. It's also discouraged by Google to rely on it. In case someone needs to check, use ``__ANDROID__`` instead, provided by the very same compiler.
2017-07-25Workaround to allow pasting unicode characters from X selection.Jia Wang
Fixes #2491. Fixes #9787.
2017-07-25Fixed setting our system_fbo framebufferBastiaanOlij
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