Age | Commit message (Expand) | Author |
2017-09-02 | Added support for brace auto indent and fixed indent above | Paulb23 |
2017-09-02 | Fixed jitter when scrolling up | Paulb23 |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam |
2017-08-30 | second attempt on fixing the indent glitch. | Paulo Gomes |
2017-08-28 | Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529 | Rémi Verschelde |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Fixed offset view when removing text, issue 10529 | Paulb23 |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-27 | Merge pull request #10600 from MasonAsh/fix-10596 | Rémi Verschelde |
2017-08-27 | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde |
2017-08-26 | Added/Fixed null pointer checks | Wilson E. Alvarez |
2017-08-26 | Added a cursor column check. | Paulo Gomes |
2017-08-24 | Script editor: fixed no key repeat for CTRL+Y | Mason Ashbridge |
2017-08-24 | -Code completion for enumerations | Juan Linietsky |
2017-08-23 | Merge pull request #10561 from Paulb23/smooth_scroll_input_override | Rémi Verschelde |
2017-08-22 | Stops scrolling when the user issues another command | Paulb23 |
2017-08-22 | TextEdit: Copy whole line if not having selection. | Andreas Haas |
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde |
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky |
2017-08-22 | Merge pull request #10427 from Hinsbart/fix_padding | Rémi Verschelde |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-21 | Increased smooth scroll speed and added user setting | Paulb23 |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-20 | Fixed not being able to scroll to eof | Paulb23 |
2017-08-19 | Added smooth scrolling to TextEdit | Paulb23 |
2017-08-19 | Merge pull request #10439 from Paulb23/blinking_text_issue_10432 | Rémi Verschelde |
2017-08-19 | Fixed blinking text, issue 10432 | Paulb23 |
2017-08-18 | TextEdit: Fix line padding. | Andreas Haas |
2017-08-18 | TextEdit: Moving between words now works across lines. | Andreas Haas |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-11 | Merge pull request #10142 from bruvzg/3.0-osx-ime | Rémi Verschelde |
2017-08-10 | Fixes method definitions with extra number of arguments | Ignacio Etcheverry |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-09 | Implement NSTextInputClient protocol for IME | bruvzg |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov |
2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas |
2017-08-01 | made delete next and prev consistent to other editors,issue 6546 | Paulb23 |
2017-07-23 | Add object type hint for docs | Poommetee Ketson |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-11 | IME window follow the input cursor. | geequlim |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 |
2017-04-20 | Merge pull request #8417 from neikeq/hello-there | Rémi Verschelde |
2017-04-18 | Added support for space indentation | Paulb23 |
2017-04-17 | External editor improvements and fixes | Ignacio Etcheverry |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | Fix highlight typo | supaiku |