Age | Commit message (Expand) | Author |
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-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-04-29 | Merge pull request #28061 from guilhermefelipecgs/fix_19137 | Rémi Verschelde |
2019-04-27 | [Input] Release keys/actions pressed if window loses focus | Guilherme Felipe |
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-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 | Fix macOS accumulated mouse scroll events. | bruvzg |
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-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-11 | [macOS] Fix missing mouse move event speed. | bruvzg |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-14 | Merge pull request #20063 from moiman100/fix-button-mask | Rémi Verschelde |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-11-19 | [macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK, | bruvzg |
2018-11-18 | [macOS] Disable setWantsLayer on macOS < 10.14 | bruvzg |
2018-11-09 | [macOS] Fix blank splash screen | bruvzg |
2018-11-04 | Fix initial blank screen on macOS Mojave (except splash). | bruvzg |
2018-11-04 | Fix .app bundle crash on macOS | bruvzg |
2018-11-02 | Merge pull request #23431 from buresu/fix-keycode | Rémi Verschelde |
2018-11-01 | Fix init of VisualServerRaster | Rémi Verschelde |
2018-11-01 | Fix initialization of visual server in all platforms | George Marques |
2018-11-01 | Fix keycode problem on OSX | Naoto Kondo |
2018-10-29 | Fix OS X crash when running as .app | Marcelo Fernandez |
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez |
2018-10-24 | Update mouse location on background scroll and window focus in macOS | Colin Kinloch |
2018-10-23 | Call -update when window becomes the key window | Patrick Beard |
2018-10-05 | Merge pull request #22685 from remmah/patch-1 | Rémi Verschelde |
2018-10-04 | Fix some OSX and iOS Clang warnings | Rémi Verschelde |
2018-10-03 | Modernized copy/paste APIs on macOS #7185 | remmah |
2018-09-17 | Fix Input::set_custom_mouse_cursor showing cursor when it's invisible | Guilherme Felipe |
2018-09-13 | Fix set_custom_mouse_cursor changing to incorrect cursor shape | Guilherme Felipe |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-04 | Really fix the custom cursor hotspot | Martin Capitanio |
2018-09-03 | Fix custom cursor hotspot | Guilherme Felipe |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam |
2018-08-04 | Add OS::open_midi_inputs and OS::close_midi_inputs | Marcelo Fernandez |