| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | IME context detection. | Saracen | 2018-06-11 | 2 | -1/+8 |
| | | |||||
| * | Tweak some help texts in the build system | Hugo Locurcio | 2018-06-07 | 1 | -2/+2 |
| | | | | | | This also removes `unix_global_settings_path` from SConstruct since it is no longer used. | ||||
| * | Change position of validation in set_custom_mouse_cursor | Guilherme Felipe | 2018-05-28 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image | Max Hilbrunner | 2018-05-28 | 1 | -0/+1 |
| |\ | | | | | Add validation in set_custom_mouse_cursor | ||||
| | * | Add validation in set_custom_mouse_cursor | Guilherme Felipe | 2018-05-27 | 1 | -0/+1 |
| | | | | | | | | | Check if the image is valid. | ||||
| * | | Fix memory leak in set_custom_mouse_cursor | Guilherme Felipe | 2018-05-26 | 1 | -3/+7 |
| |/ | |||||
| * | More fixes to set_borderless_window | Guilherme Felipe | 2018-05-23 | 2 | -1/+6 |
| | | | | | | | [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. | ||||
| * | Merge pull request #19070 from guilhermefelipecgs/fix_19033 | Max Hilbrunner | 2018-05-21 | 1 | -1/+1 |
| |\ | | | | | Fix mouse confined and set_borderless_window | ||||
| | * | Fix #19033 | Guilherme Felipe | 2018-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - 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. | ||||
| * | | Fix OSXCROSS build with clang-6.0 | Fabio Alessandrelli | 2018-05-21 | 1 | -3/+7 |
| |/ | |||||
| * | Merge pull request #15739 from poke1024/macos-catch-exception | Max Hilbrunner | 2018-05-13 | 1 | -5/+14 |
| |\ | | | | | Catch NSException in macOS run loop to prevent crashs | ||||
| | * | Catch NSException in macOS run loop to prevent crashs | Bernhard Liebl | 2018-01-15 | 1 | -5/+14 |
| | | | |||||
| * | | [macOS] Fix numeric keys scan-codes remapping. | bruvzg | 2018-05-13 | 1 | -10/+10 |
| | | | |||||
| * | | Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osx | Rémi Verschelde | 2018-05-11 | 1 | -5/+8 |
| |\ \ | | | | | | | Fix custom cursor disappearing on osx | ||||
| | * | | Fix custom cursor disappearing on osx | Guilherme Felipe | 2018-05-09 | 1 | -5/+8 |
| | | | | |||||
| * | | | Reset the cursor with Input.set_custom_mouse_cursor(null) | Guilherme Felipe | 2018-05-10 | 1 | -0/+5 |
| |/ / | |||||
| * | | Add support for atlas texture on set_custom_mouse_cursor | Guilherme Felipe | 2018-05-09 | 1 | -11/+50 |
| | | | |||||
| * | | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam | 2018-05-08 | 2 | -0/+48 |
| |\ \ | | | | | | | Experimental support for windows with per-pixel transparency. | ||||
| | * | | Experimental support for windows with per-pixel transparency (macOS, X11 and ↵ | bruvzg | 2018-04-07 | 2 | -0/+48 |
| | | | | | | | | | | | | | Windows). | ||||
| * | | | Fix custom cursor when it's hidden | Guilherme Felipe | 2018-04-09 | 1 | -0/+5 |
| |/ / | | | | | | | | | | | | | | | | | [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. | ||||
| * | | Remove size restriction for mouse cursor | Guilherme Felipe | 2018-04-05 | 1 | -3/+1 |
| | | | |||||
| * | | Merge pull request #17827 from bruvzg/macos_shortcut_key_remapping_fix | Rémi Verschelde | 2018-04-05 | 1 | -3/+106 |
| |\ \ | | | | | | | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | ||||
| | * | | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts. | bruvzg | 2018-03-28 | 1 | -3/+106 |
| | | | | |||||
| * | | | Merge pull request #17777 from bruvzg/macos_exit_code | Rémi Verschelde | 2018-04-04 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | [macOS] Return exit code specified by `OS.exit_code` parameter. | ||||
| | * | | | [macOS] Return exit code specified by `OS.exit_code` parameter. | bruvzg | 2018-03-26 | 1 | -1/+1 |
| | |/ / | |||||
| * / / | Fix IPhone and OSX cross compilation | Fabio Alessandrelli | 2018-03-28 | 1 | -0/+1 |
| |/ / | |||||
| * | | Revert "Implement OS_OSX::execute" | bruvzg | 2018-03-23 | 2 | -50/+0 |
| | | | | | | | | | This reverts commit e42576548f2c0ae2c6cb24ce2b0437ffb8978d65. | ||||
| * | | Fix dragging window from non-retina to retina display. | bruvzg | 2018-03-22 | 1 | -0/+1 |
| | | | |||||
| * | | Fix several in-class initialization clang warning | Marcelo Fernandez | 2018-03-22 | 2 | -1/+2 |
| | | | |||||
| * | | Implement OS_OSX::execute | bruvzg | 2018-03-19 | 2 | -0/+50 |
| | | | |||||
| * | | Improved error checking at EditorExportPlatformPC::export_project | Marcelo Fernandez | 2018-03-06 | 1 | -4/+6 |
| | | | |||||
| * | | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez | 2018-03-04 | 2 | -26/+2 |
| | | | |||||
| * | | Modify OSX can_export logic to match the logic from ↵ | Marcelo Fernandez | 2018-03-03 | 1 | -9/+15 |
| | | | | | | | | | EditorExportPlatformPC::can_export | ||||
| * | | Hack to force macOS window activation for non-bundled app. | bruvzg | 2018-03-03 | 1 | -1/+35 |
| | | | |||||
| * | | Merge pull request #17158 from bruvzg/gles2_driver_select | Rémi Verschelde | 2018-03-02 | 1 | -2/+0 |
| |\ \ | | | | | | | [GLES2] Renderer selection improvement | ||||
| | * | | Fix `--help` output, allow renderer override from command line ↵ | bruvzg | 2018-03-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | (`--video-driver`). | ||||
| * | | | GLES2 renderer support on macOS. | bruvzg | 2018-03-02 | 2 | -6/+28 |
| |/ / | |||||
| * | | Merge pull request #17133 from bruvzg/macos_fix_webm_optim | Rémi Verschelde | 2018-03-01 | 1 | -1/+1 |
| |\ \ | | | | | | | [Build] Fix WebM (libvpx) SIMD optimizations on macOS. | ||||
| | * | | Fix WebM SIMD optimizations on macOS. | bruvzg | 2018-03-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | add GLES 2 renderer for 2D | karroffel | 2018-03-01 | 1 | -0/+1 |
| |/ / | | | | | | | | | | | | | | | 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. | ||||
| * | | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | ||||
| * | | Fix previous commit, "bits" still needed for buildsystem | Rémi Verschelde | 2018-02-19 | 1 | -1/+4 |
| | | | |||||
| * | | OSX: Remove unnecessary bits assignment | Rémi Verschelde | 2018-02-19 | 1 | -4/+1 |
| | | | |||||
| * | | Merge pull request #16696 from BTaskaya/master | Rémi Verschelde | 2018-02-19 | 1 | -3/+3 |
| |\ \ | | | | | | | PEP3101 applied with changing old type string formatting as new ones | ||||
| | * | | PEP3101 applied with changing old type string formatting as new ones | BTaskaya | 2018-02-14 | 1 | -3/+3 |
| | | | | |||||
| * | | | OSX: Remove support for 32-bit and fat binaries | Rémi Verschelde | 2018-02-19 | 3 | -45/+9 |
| |/ / | | | | | | | | | | | 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. | ||||
| * | | Merge pull request #15564 from RandomShaper/adpod-topmost | Rémi Verschelde | 2018-02-14 | 2 | -0/+16 |
| |\ \ | | | | | | | Add new window setting: always on top | ||||
| | * | | Implement always-on-top for MacOS | Pedro J. Estébanez | 2018-01-30 | 2 | -0/+16 |
| | | | | | | | | | | | | | Courtesy of @bruvzg. | ||||
| * | | | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl | Rémi Verschelde | 2018-02-14 | 2 | -0/+26 |
| |\ \ \ | | | | | | | | | Implement more methods for OS on Desktop platforms | ||||
| | * | | | OSX: implement OS.get_unique_id | geequlim | 2018-02-01 | 2 | -0/+26 |
| | | | | | | | | | | | | | | | | | Update the documentations for OS.get_unique_id() | ||||
