aboutsummaryrefslogtreecommitdiff
path: root/core/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-1/+1
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-0/+1
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+2
* Dead code tells no talesRémi Verschelde2017-08-271-22/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2732-32/+32
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* Show proper string with InputEvent.as_text()volzhs2017-08-252-0/+84
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-221-3/+3
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-3/+3
* | 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