Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-31 | Remove text on enter, issue 12494 | Paulb23 | |
2017-10-30 | Fix get_node() and $ autocompletion when using single quotes | Unknown | |
2017-10-22 | Added setting to toggle current line highlighting | Paulb23 | |
2017-10-21 | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | |
2017-10-15 | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | |
added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | |||
2017-10-08 | Consistant scroll when using members overview, issue 11648 | Paulb23 | |
2017-10-02 | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | |
Renamed fixed_process to physics_process | |||
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania | |
2017-09-29 | fixed coustom bg weired offset for code editor | toger5 | |
2017-09-28 | do not overlap current line with selection color | toger5 | |
2017-09-28 | keep font color on selection as default | toger5 | |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||
2017-09-18 | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2 | Rémi Verschelde | |
autocomplete logic attempt 2, fixes #10695 | |||
2017-09-17 | Fix crash when using key+u on a line with only a # | Marcelo Fernandez | |
2017-09-17 | Merge pull request #11314 from marcelofg55/master | Rémi Verschelde | |
Fix possible crash with ctrl-u on script editor | |||
2017-09-16 | Fixed compilation with tools=no | Daniel J. Ramirez | |
2017-09-16 | Fix possible crash with ctrl-u on script editor | Marcelo Fernandez | |
2017-09-15 | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | |
2017-09-06 | second take at autocomplete logic, using a TextOperation check. | Paulo Gomes | |
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 | |
The second in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-08-30 | second attempt on fixing the indent glitch. | Paulo Gomes | |
I've reverted the first attempt (https://github.com/godotengine/godot/pull/10653). I was very naive and didn't consider that the glitch happens also if you're not in the first column, ex. if you have 2 tabs and press return in between them. Hope this will solve the problem without messing anything else. | |||
2017-08-28 | Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529 | Rémi Verschelde | |
Fixed offset view when removing text, issue 10529 | |||
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 | |
Script editor: fixed no key repeat for CTRL+Y | |||
2017-08-27 | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde | |
Added/Fixed null pointer checks | |||
2017-08-26 | Added/Fixed null pointer checks | Wilson E. Alvarez | |
2017-08-26 | Added a cursor column check. | Paulo Gomes | |
Fixes glich, when cursor is on column 0 of and indented line and you press return an extra indent is added. | |||
2017-08-24 | Script editor: fixed no key repeat for CTRL+Y | Mason Ashbridge | |
2017-08-24 | -Code completion for enumerations | Juan Linietsky | |
-Disabled GDNative and GDNativeScript so build compiles again | |||
2017-08-23 | Merge pull request #10561 from Paulb23/smooth_scroll_input_override | Rémi Verschelde | |
Stops scrolling when the user issues another command | |||
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 | |
The functionality was already there but hidden behind a bogus return statement. Fixes #10485 | |||
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | |
ClassDB: Provide the enum name of integer constants | |||
2017-08-22 | Merge pull request #10427 from Hinsbart/fix_padding | Rémi Verschelde | |
TextEdit: Fix line padding triggering too early. | |||
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 | |
Fixed blinking text, issue 10432 | |||
2017-08-19 | Fixed blinking text, issue 10432 | Paulb23 | |
2017-08-18 | TextEdit: Fix line padding. | Andreas Haas | |
off-by-one error in the line count calculation. Fixes #10411 | |||
2017-08-18 | TextEdit: Moving between words now works across lines. | Andreas Haas | |
Fixes #10403 | |||
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg | |
Fixes #10244. | |||
2017-08-11 | Merge pull request #10142 from bruvzg/3.0-osx-ime | Rémi Verschelde | |
Add IME support (macOS) |