| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Add override keywords to core/os.h derived classes. | Marcel Admiraal | 2020-12-17 | 1 | -23/+23 |
* | Port ClassDB tests to use doctest | Andrii Doroshenko (Xrayez) | 2020-08-16 | 1 | -1/+1 |
* | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -1/+1 |
* | Add macOS DisplayServer implementation. | bruvzg | 2020-03-26 | 1 | -233/+10 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -2/+1 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -2/+2 |
* | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -1/+2 |
* | Remove incomplete battery status/power API | Rémi Verschelde | 2020-02-14 | 1 | -7/+0 |
* | Remove obsolete GLES3 backend | Rémi Verschelde | 2020-02-13 | 1 | -2/+0 |
* | Add runtime GLES2 / Vulkan context selection. | bruvzg | 2020-02-11 | 1 | -4/+6 |
* | Add static Vulkan loader. | bruvzg | 2020-02-11 | 1 | -1/+14 |
* | Custom material support seems complete. | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -1/+1 |
* | Remove unused ip_unix member from OSX/server. | Fabio Alessandrelli | 2020-01-14 | 1 | -2/+0 |
* | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg | 2020-01-10 | 1 | -0/+1 |
* | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde | 2020-01-06 | 1 | -0/+2 |
|\ |
|
| * | Add an `OS.is_window_focused()` getter | Hugo Locurcio | 2019-11-28 | 1 | -0/+2 |
* | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | | iOS modular build and export implementation. | bruvzg | 2019-12-01 | 1 | -3/+0 |
|/ |
|
* | [macOS] Remove CVDisplayLink v-sync hack. | bruvzg | 2019-11-21 | 1 | -3/+0 |
* | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg | 2019-10-24 | 1 | -0/+3 |
* | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg | 2019-08-26 | 1 | -0/+25 |
* | Remove redundant author doc comments | IAmActuallyCthulhu | 2019-08-12 | 1 | -3/+0 |
* | Fix cursor blinking in integrated GPUs | Guilherme Felipe | 2019-07-09 | 1 | -0/+1 |
* | Update macOS global mouse position at startup | bruvzg | 2019-06-18 | 1 | -0/+1 |
* | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde | 2019-06-17 | 1 | -0/+7 |
|\ |
|
| * | Add ability to limit maximum/minimum window size. | bruvzg | 2019-06-15 | 1 | -0/+7 |
* | | Adding a new Camera Server implementation to Godot. | BastiaanOlij | 2019-06-15 | 1 | -0/+3 |
|/ |
|
* | [macOS] Fixes unicode input with IME mode inactive, Improves IME mode documen... | bruvzg | 2019-06-04 | 1 | -0/+1 |
* | Add native window/taskbar icon support for Windows and macOS. | bruvzg | 2019-05-24 | 1 | -0/+1 |
* | added a const keyword for a methods that return constant literal... | hbina085 | 2019-05-21 | 1 | -1/+1 |
* | Add Input::get_current_cursor_shape | Guilherme Felipe | 2019-04-15 | 1 | -0/+1 |
* | Platform: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 1 | -1/+2 |
* | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 1 | -1/+1 |
* | Using DisplayLink to emulate vsync on OSX | Bastiaan Olij | 2019-01-29 | 1 | -2/+7 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg | 2018-11-23 | 1 | -3/+4 |
* | Server platform works on OS X too | Marcelo Fernandez | 2018-10-29 | 1 | -0/+4 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Added a new MIDIDriver class | Marcelo Fernandez | 2018-07-21 | 1 | -0/+2 |
* | -Project/Editor settings now use new inspector | Juan Linietsky | 2018-07-19 | 1 | -0/+3 |
* | IME context detection. | Saracen | 2018-06-11 | 1 | -0/+2 |
* | More fixes to set_borderless_window | Guilherme Felipe | 2018-05-23 | 1 | -0/+1 |
* | Experimental support for windows with per-pixel transparency (macOS, X11 and ... | bruvzg | 2018-04-07 | 1 | -0/+6 |
* | Revert "Implement OS_OSX::execute" | bruvzg | 2018-03-23 | 1 | -1/+0 |
* | Fix several in-class initialization clang warning | Marcelo Fernandez | 2018-03-22 | 1 | -1/+1 |
* | Implement OS_OSX::execute | bruvzg | 2018-03-19 | 1 | -0/+1 |
* | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez | 2018-03-04 | 1 | -8/+0 |