summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2018-07-20Fix build issues and typos after c69de2ba4Rémi Verschelde
2018-07-20Fix unwanted restartingvolzhs
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Fixed OS.has_feature not using custom feature tags.matthew1006
2018-07-09Added support for extra mouse buttons.unknown
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
2018-06-11IME context detection.Saracen
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
2018-05-07Local debugger fixes and extensionsBlazej Floch
2018-05-02Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez
2018-04-25Fixing input strength and the impossibility to erase action eventsgroud
2018-04-18Fixes left/up axis not mappable as actionsGilles Roudiere
2018-04-18Merge pull request #16902 from groud/analog_action_systemJuan Linietsky
2018-04-16Allow actions to provide an analog valueGilles Roudiere
2018-04-11iPhone X support and iOS-related fixesRuslan Mustakov
2018-04-10Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-04-06Fixed signal input variable nameAndrea Catania
2018-03-28[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.bruvzg
2018-03-20Add RWLockDummy for NO_THREADS buildsLeon Krause
2018-03-15Merge pull request #17376 from marcelofg55/file_get_pathHein-Pieter van Braam
2018-03-13Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez
2018-03-13Merge pull request #17311 from marcelofg55/export_err_checksRémi Verschelde
2018-03-07Reinstate WebGL 1.0 driver in HTML5 platformLeon Krause
2018-03-06Improved error checking at EditorExportPlatformPC::export_projectMarcelo Fernandez
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-02-24(Magnify|Pan)Gesture: implement as_textPoommetee Ketson
2018-02-14Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde
2018-02-12Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez
2018-01-31Mono: Allow loading `mscorlib` from resources.bruvzg
2018-01-24- Improves portability in joystick buttons enumAriel Manzur
2018-01-05Add new window setting: always on topPedro J. Estébanez
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-03found via cppcheck:firefly2442
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-27Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-12-17Merge pull request #14635 from poke1024/getlineRémi Verschelde
2017-12-16Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky
2017-12-16Faster FileAccess::get_line()poke1024
2017-12-16Remove get_stack_bottomRuslan Mustakov
2017-12-14Fix type mismatch in OS::set_borderless_windowRémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde