aboutsummaryrefslogtreecommitdiff
path: root/core/os (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #10254 from marcelofg55/masterRémi Verschelde2017-08-222-1/+7
|\ \
| * | Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez2017-08-172-1/+7
* | | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
| |/ |/|
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-163-4/+4
* | InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas2017-08-122-0/+6
|/
* Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-0/+3
|\
| * Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+3
* | Removes type information from method bindsIgnacio Etcheverry2017-08-103-6/+6
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-075-14/+14
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-062-4/+4
* Use atomics for memory use trackingPedro J. Estébanez2017-08-012-25/+27
* Style: Apply clang-format on all filesRémi Verschelde2017-07-303-3/+3
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-3/+3
* Merge pull request #9872 from bruvzg/3.0-num-enter-fixRémi Verschelde2017-07-272-3/+0
|\
| * Remove duplicate keycode constant for Numpad Enter key.bruvzg2017-07-262-3/+0
* | Merge pull request #9720 from endragor/stack-bottomThomas Herzog2017-07-262-0/+16
|\ \ | |/ |/|
| * Add a way to retrieve stack bottom of the main threadRuslan Mustakov2017-07-252-0/+16
* | Fix cvs files freezing the editor when a double quote is not closedMarcelo Fernandez2017-07-251-0/+2
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-196-14/+33
* Add object type hint for docsPoommetee Ketson2017-07-192-2/+2
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
* IME window follow the input cursor.geequlim2017-07-111-0/+2
* Make the InputEvent device property get savedBojidar Marinov2017-06-241-0/+2
* Fix shortcuts, make them visible again and work.Juan Linietsky2017-06-222-0/+43
* Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde2017-06-081-1/+4
|\
| * InputEvent: Restore old behaviour for matching key events to actions.Andreas Haas2017-05-301-1/+4
* | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-032-38/+38
* | fixed PowerState enum castKarroffel2017-06-011-0/+2
|/
* -Added .hdr format supportJuan Linietsky2017-05-282-0/+22
* Fix InputEvent actions.Andreas Haas2017-05-271-2/+2
* Fix virtual methods in InputEventKey.Andreas Haas2017-05-252-3/+3
* Merge pull request #8898 from vnen/screentouch-struct-classRémi Verschelde2017-05-251-1/+1
|\
| * Change InputEventScreenTouch from struct to classGeorge Marques2017-05-241-1/+1
* | Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio2017-05-241-1/+1
|/
* -Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky2017-05-231-1/+1
* fixed crash on code that checks InputEventJuan Linietsky2017-05-231-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-205-276/+970
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-172-2/+3
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-1/+5
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-2/+4
* Fix PRNG randomization.Ferenc Arn2017-04-171-1/+0
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-103-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-0832-0/+32
* added dlscript moduleKarroffel2017-04-031-3/+3
* Added methods for opening dynamic libraries to OSKarroffel2017-03-291-0/+4
* Merge pull request #8133 from Hinsbart/joy_constantsRémi Verschelde2017-03-241-31/+16
|\
| * Input: Refactor JOY_* constants.Andreas Haas2017-03-241-31/+16
* | Implement warped mouse panning for 2D & 3D editorsPedro J. Estébanez2017-03-221-0/+1
|/
* Input: bind parse_input_event()Andreas Haas2017-03-192-0/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-0532-1472/+1334