Age | Commit message (Expand) | Author |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-07-09 | Fix cursor blinking in integrated GPUs | Guilherme Felipe |
2019-06-18 | Update macOS global mouse position at startup | bruvzg |
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-04 | [macOS] Fixes unicode input with IME mode inactive, Improves IME mode documen... | 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-15 | Add Input::get_current_cursor_shape | Guilherme Felipe |
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-29 | Using DisplayLink to emulate vsync on OSX | Bastiaan Olij |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-10-29 | Server platform works on OS X too | Marcelo Fernandez |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-21 | Added a new MIDIDriver class | Marcelo Fernandez |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-06-11 | IME context detection. | Saracen |
2018-05-23 | More fixes to set_borderless_window | Guilherme Felipe |
2018-04-07 | Experimental support for windows with per-pixel transparency (macOS, X11 and ... | bruvzg |
2018-03-23 | Revert "Implement OS_OSX::execute" | bruvzg |
2018-03-22 | Fix several in-class initialization clang warning | Marcelo Fernandez |
2018-03-19 | Implement OS_OSX::execute | bruvzg |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-03-02 | GLES2 renderer support on macOS. | bruvzg |
2018-02-14 | Merge pull request #15564 from RandomShaper/adpod-topmost | Rémi Verschelde |
2018-02-14 | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl | Rémi Verschelde |
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 |
2018-01-30 | Implement always-on-top for MacOS | Pedro J. Estébanez |
2018-01-19 | On macOS, prevent key_event_buffer overflows | Bernhard Liebl |
2018-01-12 | [macOS] Adds ability to open files with "Open With" or double-click from Finder | bruvzg |
2018-01-10 | Fix IME producing multiple events per key press. | bruvzg |
2018-01-08 | Merge pull request #15344 from bruvzg/osx_dylib_export | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Adds dylib export for "dmg" export mode and change dylib path to "/Contents/F... | bruvzg |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-03 | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-17 | Add implementation for custom hardware cursor | Guilherme Silva |
2017-12-16 | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. | Juan Linietsky |
2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde |
2017-12-14 | -Add lightmapper | Juan Linietsky |
2017-12-05 | Improve slang, especially in user-visible parts | Unknown |
2017-11-21 | Return and repair file logging | Ruslan Mustakov |
2017-11-19 | Add initial support for the XDG Base Directory spec | Rémi Verschelde |
2017-11-14 | fix window position computation on macOS | Rhody Lugo |
2017-11-09 | Make video mode initialization more intuitive, fixes #12022 | Juan Linietsky |