aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-066-8/+8
| | | | Closes #7695
* Merge pull request #9976 from ISylvox/update-gradle-android-masterRémi Verschelde2017-08-045-12/+24
|\ | | | | [3.0] Update Gradle-Android buildtool
| * update gradle-android buildtool for masterISylvox2017-07-305-12/+24
| |
* | Merge pull request #9838 from RandomShaper/android-arm64Rémi Verschelde2017-08-014-14/+43
|\ \ | | | | | | Add support for ARMv8 (64-bit) on Android
| * | Add support for ARMv8 (64-bit) on AndroidPedro J. Estébanez2017-07-254-14/+43
| | |
* | | Merge pull request #9886 from bruvzg/3.0-win-num-enter-fixRémi Verschelde2017-07-311-1/+6
|\ \ \ | | | | | | | | Fix Numpad Enter key on Windows (3.0)
| * | | Fix Numpad Enter key on Windowsbruvzg2017-07-261-1/+6
| | | |
* | | | Style: Apply clang-format on all filesRémi Verschelde2017-07-303-4/+3
| | | | | | | | | | | | | | | | Thus fixing some invalid changes that had still made it to the master branch.
* | | | Fix mutex initialisation in OS X Audio DriverMarcelo Fernandez2017-07-302-26/+28
| | | |
* | | | Merge pull request #9960 from marcelofg55/masterRémi Verschelde2017-07-302-42/+45
|\ \ \ \ | | | | | | | | | | Fix get_screen_* funcs returning old values after resolution changes on OS X
| * | | | Fix get_screen_* funcs returning old values after resolution changes on OS XMarcelo Fernandez2017-07-282-42/+45
| | |_|/ | |/| |
* / | | Change display scale when moving the window from monitor to monitorbruvzg2017-07-281-0/+30
|/ / /
* | | Merge pull request #9921 from RandomShaper/fix-android-debugRémi Verschelde2017-07-281-6/+21
|\ \ \ | | | | | | | | Fix Android debug/run
| * | | Fix Android debug/runPedro J. Estébanez2017-07-271-6/+21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | Merge pull request #9874 from bruvzg/3.0-osx-menuRémi Verschelde2017-07-282-10/+65
|\ \ \ | | | | | | | | Add macOS main menu (3.0)
| * | | Fix is_window_fullscreen() and set_window_fullscreen() behaviour after ↵bruvzg2017-07-272-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | window has entered/left full-screen mode via green zoom button. Fix get/set_current_screen & set_window_maximized.
| * | | Add macOS main menubruvzg2017-07-271-3/+43
| |/ /
* | | Merge pull request #9876 from bruvzg/3.0-resize-fixRémi Verschelde2017-07-281-0/+6
|\ \ \ | | | | | | | | Improved macOS window resizing behaviour (3.0)
| * | | Improved macOS window resizing behaviour.bruvzg2017-07-261-0/+6
| |/ /
* | | added an optional parameter to OS symbol lookupKarroffel2017-07-272-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #9887 from StraToN/power-fix-x11Rémi Verschelde2017-07-272-9/+4
|\ \ \ | | | | | | | | Fix power management on x11 platform and removes explicit NULL pointer dereference
| * | | Fixes power management on x11 platform and removes explicit NULL pointer ↵Julian Murgia2017-07-262-9/+4
| |/ / | | | | | | | | | dereference.
* | | Merge pull request #9872 from bruvzg/3.0-num-enter-fixRémi Verschelde2017-07-272-2/+1
|\ \ \ | | | | | | | | Remove duplicate keycode constant for Numpad Enter key (3.0)
| * | | Remove duplicate keycode constant for Numpad Enter key.bruvzg2017-07-262-2/+1
| |/ /
* / / Added features for image formatsBastiaanOlij2017-07-261-1/+13
|/ /
* | Merge pull request #9823 from BastiaanOlij/ios_fix_framebuffer_orderRémi Verschelde2017-07-261-2/+5
|\ \ | | | | | | Fixed setting our system_fbo framebuffer
| * | Fixed setting our system_fbo framebufferBastiaanOlij2017-07-251-2/+5
| | |
* | | Make MinGW test less verbose on non-Bash shellsRémi Verschelde2017-07-251-9/+2
| | | | | | | | | | | | | | | The &> construct seems to be Bash-specific. Supersedes #9755.
* | | Merge pull request #9825 from RandomShaper/rename-android-defineRémi Verschelde2017-07-251-1/+1
|\ \ \ | |_|/ |/| | Remove ANDROID define
| * | Remove ANDROID definePedro J. Estébanez2017-07-251-1/+1
| |/ | | | | | | | | | | 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.
* / Workaround to allow pasting unicode characters from X selection.Jia Wang2017-07-251-2/+14
|/ | | | | Fixes #2491. Fixes #9787.
* Fix Right-Click (Ctrl-Click) on OS XMarcelo Fernandez2017-07-231-73/+31
|
* Merge pull request #9765 from Noshyaar/pr-clangRémi Verschelde2017-07-233-3/+3
|\ | | | | Clang-formatting *.cpp and *.h (some files excluded)
| * Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-223-3/+3
| |
* | Merge pull request #9770 from eska014/html5-focusRémi Verschelde2017-07-233-31/+94
|\ \ | | | | | | Implement input focus behavior in HTML5
| * | Implement input focus behavior in HTML5L. Krause2017-07-223-31/+94
| | | | | | | | | | | | | | | | | | - Key and mouse events are only consumed if canvas is focused - NOTIFICATION_WM_MOUSE_ENTER, _MOUSE_EXIT, _FOCUS_IN and _FOCUS_OUT are emitted
* | | Merge pull request #9713 from marcelofg55/masterRémi Verschelde2017-07-231-3/+4
|\ \ \ | | | | | | | | Fix for possible crash in OS X audio init.
| * | | Fix for possible crash in OS X audio init.Marcelo Fernandez2017-07-191-3/+4
| | | |
* | | | Several changes to better run in mobile.Juan Linietsky2017-07-221-1/+5
| |_|/ |/| |
* | | -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-1931-72/+164
| | | | | | | | | | | | -Added system for feature overrides, it's pretty cool :)
* | | Fix android export templates buildRuslan Mustakov2017-07-201-14/+14
|/ / | | | | | | | | | | | | | | 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.
* | Fix errors with global config names no more sorrys pleasegeequlim2017-07-193-6/+6
| |
* | -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-176-19/+18
|/ | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* Merge pull request #9668 from marcelofg55/masterRémi Verschelde2017-07-173-22/+101
|\ | | | | Reinit audio device when the system default device changes on OS X
| * Reinit audio device when the system default device changes on OS XMarcelo Fernandez2017-07-163-22/+101
| |
* | Merge pull request #9669 from eska014/html5-implicit-cacheRémi Verschelde2017-07-171-17/+22
|\ \ | |/ |/| Fix zipping HTML5 templates when using SCons' implicit cache
| * Fix zipping HTML5 templates when using implicit cacheL. Krause2017-07-171-17/+22
| |
* | Merge pull request #9619 from marcelofg55/masterRémi Verschelde2017-07-131-0/+27
|\ \ | | | | | | Fix fullscreen on X11 for non-resizable windows
| * | Fix fullscreen on X11 for non-resizable windowsMarcelo Fernandez2017-07-131-0/+27
| | |
* | | Bring back the UWP exporterGeorge Marques2017-07-121-1571/+558
|/ /