summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-19Fix MSVC compilation errorsKonstantin Zaitsev
2017-09-17Fix x11 exported executables not getting the +x flagMarcelo Fernandez
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-09-13Style: Apply clang-format to @reduz's changesRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-25Show proper string with InputEvent.as_text()volzhs
2017-08-22Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde
2017-08-22Merge pull request #10254 from marcelofg55/masterRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-17Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-12InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas
2017-08-11Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-01Use atomics for memory use trackingPedro J. Estébanez
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-27added an optional parameter to OS symbol lookupKarroffel
2017-07-27Merge pull request #9872 from bruvzg/3.0-num-enter-fixRémi Verschelde
2017-07-26Merge pull request #9720 from endragor/stack-bottomThomas Herzog
2017-07-26Remove duplicate keycode constant for Numpad Enter key.bruvzg
2017-07-25Fix cvs files freezing the editor when a double quote is not closedMarcelo Fernandez
2017-07-25Add a way to retrieve stack bottom of the main threadRuslan Mustakov
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-11IME window follow the input cursor.geequlim
2017-06-24Make the InputEvent device property get savedBojidar Marinov
2017-06-22Fix shortcuts, make them visible again and work.Juan Linietsky
2017-06-08Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-06-01fixed PowerState enum castKarroffel
2017-05-30InputEvent: Restore old behaviour for matching key events to actions.Andreas Haas
2017-05-28-Added .hdr format supportJuan Linietsky
2017-05-27Fix InputEvent actions.Andreas Haas
2017-05-25Fix virtual methods in InputEventKey.Andreas Haas
2017-05-25Merge pull request #8898 from vnen/screentouch-struct-classRémi Verschelde
2017-05-24Change InputEventScreenTouch from struct to classGeorge Marques
2017-05-24Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio
2017-05-23-Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky