Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-23 | More fixes to set_borderless_window | Guilherme Felipe | |
[x11] Preserve window size when calling this method. [osx] Make sure it don't make the window resizable if it's not needed. [windows] clean up the code. | |||
2018-05-21 | Merge pull request #19070 from guilhermefelipecgs/fix_19033 | Max Hilbrunner | |
Fix mouse confined and set_borderless_window | |||
2018-05-21 | Fix OSXCROSS build with clang-6.0 | Fabio Alessandrelli | |
2018-05-20 | Fix #19033 | Guilherme Felipe | |
- Fix a bug when mouse is confined don't update the cursor shape. - Don't let the mouse leave the window when resizing to a smaller resolution when MOUSE_MODE_CONFINED. - Fix set_borderless_window to preserve the actual video_mode.widht/height. | |||
2018-05-13 | Merge pull request #15739 from poke1024/macos-catch-exception | Max Hilbrunner | |
Catch NSException in macOS run loop to prevent crashs | |||
2018-05-13 | [macOS] Fix numeric keys scan-codes remapping. | bruvzg | |
2018-05-11 | Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osx | Rémi Verschelde | |
Fix custom cursor disappearing on osx | |||
2018-05-10 | Reset the cursor with Input.set_custom_mouse_cursor(null) | Guilherme Felipe | |
2018-05-09 | Fix custom cursor disappearing on osx | Guilherme Felipe | |
2018-05-09 | Add support for atlas texture on set_custom_mouse_cursor | Guilherme Felipe | |
2018-05-08 | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam | |
Experimental support for windows with per-pixel transparency. | |||
2018-04-09 | Fix custom cursor when it's hidden | Guilherme Felipe | |
[Linux] Ensures that the custom cursor will be used when changing to MOUSE_MODE_VISIBLE. Fix #3086 [Windows] Fix cursor flickering when MOUSE_MODE_HIDDEN. [Mac] Fix possible cursor flicker when MOUSE_MODE_HIDDEN. | |||
2018-04-07 | Experimental support for windows with per-pixel transparency (macOS, X11 and ↵ | bruvzg | |
Windows). | |||
2018-04-05 | Remove size restriction for mouse cursor | Guilherme Felipe | |
2018-04-05 | Merge pull request #17827 from bruvzg/macos_shortcut_key_remapping_fix | Rémi Verschelde | |
[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | |||
2018-04-04 | Merge pull request #17777 from bruvzg/macos_exit_code | Rémi Verschelde | |
[macOS] Return exit code specified by `OS.exit_code` parameter. | |||
2018-03-28 | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | bruvzg | |
2018-03-28 | Fix IPhone and OSX cross compilation | Fabio Alessandrelli | |
2018-03-26 | [macOS] Return exit code specified by `OS.exit_code` parameter. | bruvzg | |
2018-03-23 | Revert "Implement OS_OSX::execute" | bruvzg | |
This reverts commit e42576548f2c0ae2c6cb24ce2b0437ffb8978d65. | |||
2018-03-22 | Fix dragging window from non-retina to retina display. | bruvzg | |
2018-03-22 | Fix several in-class initialization clang warning | Marcelo Fernandez | |
2018-03-19 | Implement OS_OSX::execute | bruvzg | |
2018-03-06 | Improved error checking at EditorExportPlatformPC::export_project | Marcelo Fernandez | |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez | |
2018-03-03 | Modify OSX can_export logic to match the logic from ↵ | Marcelo Fernandez | |
EditorExportPlatformPC::can_export | |||
2018-03-03 | Hack to force macOS window activation for non-bundled app. | bruvzg | |
2018-03-02 | Merge pull request #17158 from bruvzg/gles2_driver_select | Rémi Verschelde | |
[GLES2] Renderer selection improvement | |||
2018-03-02 | GLES2 renderer support on macOS. | bruvzg | |
2018-03-02 | Fix `--help` output, allow renderer override from command line ↵ | bruvzg | |
(`--video-driver`). | |||
2018-03-01 | Merge pull request #17133 from bruvzg/macos_fix_webm_optim | Rémi Verschelde | |
[Build] Fix WebM (libvpx) SIMD optimizations on macOS. | |||
2018-03-01 | add GLES 2 renderer for 2D | karroffel | |
This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned. | |||
2018-03-01 | Fix WebM SIMD optimizations on macOS. | bruvzg | |
2018-02-21 | Fix typos with codespell | luz.paz | |
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | |||
2018-02-19 | Fix previous commit, "bits" still needed for buildsystem | Rémi Verschelde | |
2018-02-19 | OSX: Remove unnecessary bits assignment | Rémi Verschelde | |
2018-02-19 | Merge pull request #16696 from BTaskaya/master | Rémi Verschelde | |
PEP3101 applied with changing old type string formatting as new ones | |||
2018-02-19 | OSX: Remove support for 32-bit and fat binaries | Rémi Verschelde | |
Mac OS X is 64-bit only since 10.7 (Lion), which has reached End-Of-Life in October 2014. Therefore it no longer makes sense to support exporting 32-bit binaries for Mac OS X, and we can now default to 64-bit instead of bigger "fat" binaries. | |||
2018-02-14 | PEP3101 applied with changing old type string formatting as new ones | BTaskaya | |
2018-02-14 | Merge pull request #15564 from RandomShaper/adpod-topmost | Rémi Verschelde | |
Add new window setting: always on top | |||
2018-02-14 | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl | Rémi Verschelde | |
Implement more methods for OS on Desktop platforms | |||
2018-02-12 | Added OS::center_window to center the window precisely on desktop platforms | Marcelo Fernandez | |
2018-02-01 | OSX: implement OS.get_unique_id | geequlim | |
Update the documentations for OS.get_unique_id() | |||
2018-01-30 | Implement always-on-top for MacOS | Pedro J. Estébanez | |
Courtesy of @bruvzg. | |||
2018-01-30 | [macOS] Strip executable when `separate_debug_symbols` is set to yes | bruvzg | |
2018-01-26 | Fix macOS build after #16092 | bruvzg | |
2018-01-26 | Make separate debug symbols opt-in | Hein-Pieter van Braam | |
This adds a separate_debug_symbols option to the x11, windows, and osx targets. This will default to adding normal debugging symbols to the artifacts and only splits them when separate_debug_symbols=yes on the Scons command line. | |||
2018-01-19 | On macOS, prevent key_event_buffer overflows | Bernhard Liebl | |
2018-01-15 | Catch NSException in macOS run loop to prevent crashs | Bernhard Liebl | |
2018-01-12 | [macOS] Adds ability to open files with "Open With" or double-click from Finder | bruvzg | |