summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
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-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
2017-12-06Fix Windows-to-Linux export errorPedro J. Estébanez
2017-11-30Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky
2017-11-26Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-24Core: Bind InputEventGesture events.Andreas Haas
2017-11-22Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky
2017-11-21Merge pull request #13130 from endragor/gdnative-android-exportRémi Verschelde
2017-11-21Merge pull request #11933 from cxong/masterJuan Linietsky
2017-11-21Proper GDNative export on AndroidRuslan Mustakov
2017-11-21Merge pull request #13133 from endragor/resurrect-file-loggingRémi Verschelde