summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
...
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-2/+2
* Remove incomplete battery status/power APIRémi Verschelde2020-02-142-24/+0
* Merge pull request #29993 from bruvzg/vulkanRémi Verschelde2020-02-112-3/+3
|\
| * Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-112-6/+3
| * Add static Vulkan loader.bruvzg2020-02-112-0/+3
* | Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-114-10/+44
|/
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Merge pull request #35438 from MadEqua/virtual-keyboard-line-editRémi Verschelde2020-01-232-2/+2
|\
| * Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-232-2/+2
* | Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* | ALSA MIDI driver:Ovnuniarchos2020-01-221-1/+6
|/
* [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-102-0/+7
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+1
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-0132-64/+64
* | Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-042-1/+17
* | fixed set pitch bend value and implemented midi running statusあるる / きのもと 結衣2019-12-032-16/+33
|/
* Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-112-40/+0
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-6/+3
* doc: Sync classref with current sourceRémi Verschelde2019-11-081-1/+1
* Merge pull request #33052 from KoBeWi/naughty_slidersRémi Verschelde2019-11-082-4/+4
|\
| * Fix analog input in slidersTomasz Chabora2019-11-072-4/+4
* | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-302-0/+43
|/
* Add request permission automatically at androidCagdas2019-10-222-0/+4
* Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal2019-10-081-0/+1
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-253-18/+15
|\
| * Added some obvious errors explanationsqarmin2019-09-253-18/+15
* | doc: Sync classref with current sourceRémi Verschelde2019-09-241-0/+2
* | Add new events and accompanying logic to notify when the app is paused and re...fhuya2019-09-191-0/+2
|/
* Don't transform global position of mouse inputTomasz Chabora2019-09-031-2/+2
* [macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg2019-08-263-0/+14
* Merge pull request #31437 from volzhs/vibrate-mobileRémi Verschelde2019-08-214-0/+8
|\
| * Support vibration for Android and iOSvolzhs2019-08-214-0/+8
* | Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-172-10/+4
* Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-148-32/+0
|\
| * Remove redundant author doc commentsIAmActuallyCthulhu2019-08-128-32/+0
* | Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-0/+12
|/
* DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde2019-07-252-9/+0
* Merge pull request #30239 from Faless/crypto/crypto_coreRémi Verschelde2019-07-021-22/+18
|\
| * CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-22/+18
* | Merge pull request #27510 from fire/screenshot_editorRémi Verschelde2019-07-022-0/+30
|\ \ | |/ |/|
| * Add editor screenshot on control - f12.K. S. Ernest (iFire) Lee2019-07-012-0/+30
* | Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-012-5/+1
|\ \
| * | Remove unnecessary code and add some error explanationsqarmin2019-07-012-5/+1
* | | Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\ \ \ | |_|/ |/| |
| * | Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
* | | Merge pull request #30135 from qarmin/fix_memory_leak_osRémi Verschelde2019-06-271-0/+2
|\ \ \
| * | | Fix small memory leak in OS.cppqarmin2019-06-271-0/+2
| | |/ | |/|