Age | Commit message (Expand) | Author |
2019-06-18 | Update macOS global mouse position at startup | bruvzg |
2019-06-17 | Add script to fix style issues and copyright headers | Rémi Verschelde |
2019-06-17 | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg |
2019-06-12 | Merge pull request #29481 from bruvzg/macos_fix_dvorak_qwerty_cmd_hotkeys | Rémi Verschelde |
2019-06-12 | Merge pull request #29465 from bruvzg/per_pixel_transp_impr | Rémi Verschelde |
2019-06-04 | [macOS] Fixes hotkeys on "Dvorak - QWERTY ⌘" keyboard layout. | bruvzg |
2019-06-04 | [macOS] Fixes unicode input with IME mode inactive, Improves IME mode documen... | bruvzg |
2019-06-04 | Removes redundant "display/window/per_pixel_transparency/splash" setting, imp... | bruvzg |
2019-05-27 | Merge pull request #29119 from bruvzg/native_icon_support | Rémi Verschelde |
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg |
2019-05-23 | Check project settings live before lookup in crash handler | Ibrahn Sahir |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-05-18 | Allow project export to be canceled | George Marques |
2019-05-17 | [macOS] Allow using user provided `.icns` files for exported app icons. | bruvzg |
2019-05-01 | Merge pull request #27676 from qarmin/small_fixes_2 | Rémi Verschelde |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-04-29 | Merge pull request #28061 from guilhermefelipecgs/fix_19137 | Rémi Verschelde |
2019-04-29 | Merge pull request #28185 from KLee1248/key_remapping | Rémi Verschelde |
2019-04-27 | [Input] Release keys/actions pressed if window loses focus | Guilherme Felipe |
2019-04-24 | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS | Rémi Verschelde |
2019-04-19 | Re-maps KEY_BRACELEFT/RIGHT for OSX users | KLee1248 |
2019-04-15 | Add Input::get_current_cursor_shape | Guilherme Felipe |
2019-04-09 | Merge pull request #27490 from bruvzg/macos_non_resizable_fullscreen | Rémi Verschelde |
2019-04-07 | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky |
2019-04-06 | Remove unused imports | Hendrikto |
2019-04-04 | Small fixes to static analyzer bugs | qarmin |
2019-03-28 | [macOS] Allow non-resizeable windows to enter fullscreen mode. | bruvzg |
2019-03-12 | [macOS] Fix hiDPI scaling support in `OS.get_real_window_size` and `OS.set_wi... | bruvzg |
2019-03-07 | osx: update mouse position on mouse press | Philip Whitfield |
2019-03-06 | [macOS] Fixes NumPad keys detection, adds some missing key mappings. | bruvzg |
2019-03-06 | Merge pull request #26707 from bruvzg/fix_macos_mscroll | Rémi Verschelde |
2019-03-06 | Fix macOS accumulated mouse scroll events. | bruvzg |
2019-03-06 | Fix directory check when exporting project | volzhs |
2019-03-06 | Merge pull request #26633 from akien-mga/driver-fallback-etc | Rémi Verschelde |
2019-03-05 | Fixes misleading error message when trying to export | Ricardo Lüders |
2019-03-05 | Disable driver fallback to GLES2 by default | Rémi Verschelde |
2019-03-04 | More style cleanup... | Rémi Verschelde |
2019-03-03 | Add support for event accumlation (off by default, on for editor), fixes #26536 | Juan Linietsky |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-23 | [macOS] Make `move_window_to_foreground` to take focus in addition to moving ... | bruvzg |
2019-02-12 | Platform: Ensure classes match their header filename | Rémi Verschelde |
2019-02-12 | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde |
2019-01-31 | [macOS] Fix rendering on retina displays with HiDPI support disabled. | bruvzg |
2019-01-29 | Using DisplayLink to emulate vsync on OSX | Bastiaan Olij |
2019-01-22 | Avoid cyclic iteration check, fixes #24969 | Juan Linietsky |
2019-01-21 | ExportDialog: Make error messages translatable | Rémi Verschelde |
2019-01-11 | [macOS] Fix missing mouse move event speed. | bruvzg |
2019-01-09 | Don't use -ffast-math or other unsafe math optimizations | Hein-Pieter van Braam |