Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-28 | Merge pull request #9876 from bruvzg/3.0-resize-fix | Rémi Verschelde | |
Improved macOS window resizing behaviour (3.0) | |||
2017-07-27 | added an optional parameter to OS symbol lookup | Karroffel | |
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-27 | Merge pull request #9887 from StraToN/power-fix-x11 | Rémi Verschelde | |
Fix power management on x11 platform and removes explicit NULL pointer dereference | |||
2017-07-27 | Merge pull request #9872 from bruvzg/3.0-num-enter-fix | Rémi Verschelde | |
Remove duplicate keycode constant for Numpad Enter key (3.0) | |||
2017-07-26 | Fixes power management on x11 platform and removes explicit NULL pointer ↵ | Julian Murgia | |
dereference. | |||
2017-07-26 | Improved macOS window resizing behaviour. | bruvzg | |
2017-07-26 | Remove duplicate keycode constant for Numpad Enter key. | bruvzg | |
2017-07-26 | Added features for image formats | BastiaanOlij | |
2017-07-26 | Merge pull request #9823 from BastiaanOlij/ios_fix_framebuffer_order | Rémi Verschelde | |
Fixed setting our system_fbo framebuffer | |||
2017-07-25 | Make MinGW test less verbose on non-Bash shells | Rémi Verschelde | |
The &> construct seems to be Bash-specific. Supersedes #9755. | |||
2017-07-25 | Merge pull request #9825 from RandomShaper/rename-android-define | Rémi Verschelde | |
Remove ANDROID define | |||
2017-07-25 | Remove ANDROID define | Pedro 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-25 | Workaround to allow pasting unicode characters from X selection. | Jia Wang | |
Fixes #2491. Fixes #9787. | |||
2017-07-25 | Fixed setting our system_fbo framebuffer | BastiaanOlij | |
2017-07-23 | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | |
2017-07-23 | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | |
Clang-formatting *.cpp and *.h (some files excluded) | |||
2017-07-23 | Merge pull request #9770 from eska014/html5-focus | Rémi Verschelde | |
Implement input focus behavior in HTML5 | |||
2017-07-23 | Merge pull request #9713 from marcelofg55/master | Rémi Verschelde | |
Fix for possible crash in OS X audio init. | |||
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | |
2017-07-22 | Implement input focus behavior in HTML5 | L. 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-22 | Clang-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-20 | Fix android export templates build | Ruslan 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-19 | Fix for possible crash in OS X audio init. | Marcelo Fernandez | |
2017-07-19 | Fix errors with global config names no more sorrys please | geequlim | |
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-17 | Merge pull request #9668 from marcelofg55/master | Rémi Verschelde | |
Reinit audio device when the system default device changes on OS X | |||
2017-07-17 | Merge pull request #9669 from eska014/html5-implicit-cache | Rémi Verschelde | |
Fix zipping HTML5 templates when using SCons' implicit cache | |||
2017-07-16 | Reinit audio device when the system default device changes on OS X | Marcelo Fernandez | |
2017-07-17 | Fix zipping HTML5 templates when using implicit cache | L. Krause | |
2017-07-13 | Merge pull request #9619 from marcelofg55/master | Rémi Verschelde | |
Fix fullscreen on X11 for non-resizable windows | |||
2017-07-13 | Fix fullscreen on X11 for non-resizable windows | Marcelo Fernandez | |
2017-07-12 | Bring back the UWP exporter | George Marques | |
2017-07-12 | UWP: Fix problem with Cert Kit validation | George Marques | |
2017-07-11 | IME window follow the input cursor. | geequlim | |
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||
2017-07-09 | Fixed issues with borderless windows on Windows | Marcelo Fernandez | |
2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson | |
2017-07-08 | Only execute chmod exporting iOS when on Mac OS X | BastiaanOlij | |
2017-07-08 | Merge pull request #9515 from marcelofg55/master | Rémi Verschelde | |
Implemented borderless window functions on Linux. | |||
2017-07-08 | Merge pull request #9512 from BastiaanOlij/osx_export_fix_typo | Rémi Verschelde | |
Fix typo in plist export for OSX export | |||
2017-07-05 | Implemented borderless window functions on Linux. | Marcelo Fernandez | |
2017-07-06 | Fix typo in plist export | BastiaanOlij | |
2017-07-06 | iPhone exporter | BastiaanOlij | |
2017-07-05 | Merge pull request #9476 from marcelofg55/master | Rémi Verschelde | |
Implemented borderless fullscreen code on OSX. | |||
2017-07-03 | Merge pull request #9396 from sowfelicity/x11-ime-echo | Rémi Verschelde | |
Workaround for IME and echo events on Linux (fixes #29 #7106 #9381): | |||
2017-07-03 | Merge pull request #9468 from BastiaanOlij/osx_export_dmg | Rémi Verschelde | |
On OSX export to DMG and optionally code sign the app bundle | |||
2017-07-02 | Implemented borderless fullscreen code on OSX. | Marcelo Fernandez | |
2017-07-02 | On OSX export to DMG and optionally code sign the app bundle | BastiaanOlij | |
2017-07-01 | Buildsystem: Improve detect.py readability and fix issues | Ré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-29 | Workaround 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. |