summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Separate DisplayServer from OS on WindowsJuan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Fix mutex when building with no threads.Fabio Alessandrelli
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-03-03Improve UX of drive lettersPedro J. Estébanez
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-03-01Fix InputEventKey::echo type from INT to BOOLYuri Roubinsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-11Merge pull request #29993 from bruvzg/vulkanRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-23Merge pull request #35438 from MadEqua/virtual-keyboard-line-editRémi Verschelde
2020-01-23Android virtual keyboard respecting LineEdit max length.Bruno Lourenço
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-22ALSA MIDI driver:Ovnuniarchos
2020-01-10[macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-12-03fixed set pitch bend value and implemented midi running statusあるる / きのもと 結衣
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-11-11Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-11-08doc: Sync classref with current sourceRémi Verschelde
2019-11-08Merge pull request #33052 from KoBeWi/naughty_slidersRémi Verschelde
2019-11-07Fix analog input in slidersTomasz Chabora
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg
2019-10-22Add request permission automatically at androidCagdas
2019-10-08Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24doc: Sync classref with current sourceRémi Verschelde