| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed not be able to unfold the last line | Paulb23 | 2017-11-23 | 1 | -1/+1 |
| | | |||||
| * | code folding scrolling fixes | ianb96 | 2017-11-21 | 1 | -18/+29 |
| | | |||||
| * | Merge pull request #13134 from Chaosus/fixinvalidscroll | Rémi Verschelde | 2017-11-21 | 1 | -1/+4 |
| |\ | | | | | Fix invalid scroll | ||||
| | * | Fix invalid scroll | Chaosus | 2017-11-21 | 1 | -1/+4 |
| | | | |||||
| * | | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 1 | -38/+59 |
| |/ | |||||
| * | Visual fixes | Daniel J. Ramirez | 2017-11-20 | 1 | -2/+4 |
| | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | ||||
| * | Fix TextEdit::cursor_set_line bindings | Rémi Verschelde | 2017-11-20 | 1 | -1/+1 |
| | | | | | As spotted by @neikeq - fixes #13068. | ||||
| * | scrolling fixes | Ian | 2017-11-18 | 1 | -117/+212 |
| | | |||||
| * | TextEdit code folding | Ian | 2017-11-17 | 1 | -50/+399 |
| | | |||||
| * | Merge pull request #12763 from remorse107/Code-Complete | Rémi Verschelde | 2017-11-17 | 1 | -0/+1 |
| |\ | | | | | Modified code completion for better tabbing with immediate hints. | ||||
| | * | Modified code completion for better tabbing, and removal of need to ↵ | Robert Morse | 2017-11-13 | 1 | -0/+1 |
| | | | | | | | | | backspace and re-enter '(' to get code completion hints. | ||||
| * | | Allow underscores in GDScript numeric literals | Bojidar Marinov | 2017-11-15 | 1 | -3/+4 |
| | | | | | | | | | Closes #12928 | ||||
| * | | Merge pull request #12842 from ianb96/shader_editor_fix | Rémi Verschelde | 2017-11-14 | 1 | -1/+6 |
| |\ \ | | | | | | | Shader Editor context menu and line operations and style fix | ||||
| | * | | shader editor context menu and line operations and style fix | Ian | 2017-11-11 | 1 | -1/+6 |
| | | | | |||||
| * | | | Made text in TextEdit a property. | Michael Alexsander Silva Dias | 2017-11-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | 2017-11-11 | 1 | -0/+8 |
| |/ / | |||||
| * / | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | 2017-11-11 | 1 | -0/+7 |
| |/ | | | | TextEdit | ||||
| * | Changed line and word mouse selection | Paulb23 | 2017-11-05 | 1 | -58/+129 |
| | | |||||
| * | Remove text on enter, issue 12494 | Paulb23 | 2017-10-31 | 1 | -4/+3 |
| | | |||||
| * | Fix get_node() and $ autocompletion when using single quotes | Unknown | 2017-10-30 | 1 | -0/+6 |
| | | |||||
| * | Added setting to toggle current line highlighting | Paulb23 | 2017-10-22 | 1 | -2/+16 |
| | | |||||
| * | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | 2017-10-21 | 1 | -6/+22 |
| | | |||||
| * | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | 2017-10-15 | 1 | -10/+31 |
| |\ | | | | | added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | ||||
| | * | do not overlap current line with selection color | toger5 | 2017-09-28 | 1 | -5/+14 |
| | | | |||||
| | * | keep font color on selection as default | toger5 | 2017-09-28 | 1 | -5/+17 |
| | | | |||||
| * | | Consistant scroll when using members overview, issue 11648 | Paulb23 | 2017-10-08 | 1 | -0/+8 |
| | | | |||||
| * | | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | 2017-10-02 | 1 | -6/+6 |
| |\ \ | | | | | | | Renamed fixed_process to physics_process | ||||
| | * | | Renamed fixed_process to physics_process | AndreaCatania | 2017-09-30 | 1 | -6/+6 |
| | | | | |||||
| * | | | fixed coustom bg weired offset for code editor | toger5 | 2017-09-29 | 1 | -2/+1 |
| |/ / | |||||
| * / | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -3/+3 |
| |/ | | | | | | | | | | | 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. | ||||
| * | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2 | Rémi Verschelde | 2017-09-18 | 1 | -0/+4 |
| |\ | | | | | autocomplete logic attempt 2, fixes #10695 | ||||
| | * | second take at autocomplete logic, using a TextOperation check. | Paulo Gomes | 2017-09-06 | 1 | -0/+4 |
| | | | |||||
| * | | Fix crash when using key+u on a line with only a # | Marcelo Fernandez | 2017-09-17 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #11314 from marcelofg55/master | Rémi Verschelde | 2017-09-17 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix possible crash with ctrl-u on script editor | ||||
| | * | | Fix possible crash with ctrl-u on script editor | Marcelo Fernandez | 2017-09-16 | 1 | -2/+2 |
| | |/ | |||||
| * | | Fixed compilation with tools=no | Daniel J. Ramirez | 2017-09-16 | 1 | -1/+8 |
| | | | |||||
| * | | Added adaptive text editor theme, this includes the shader editor | Daniel J. Ramirez | 2017-09-15 | 1 | -5/+5 |
| |/ | |||||
| * | Added support for brace auto indent and fixed indent above | Paulb23 | 2017-09-02 | 1 | -4/+17 |
| | | |||||
| * | Fixed jitter when scrolling up | Paulb23 | 2017-09-02 | 1 | -1/+1 |
| | | |||||
| * | Fix use of unitialized variables | Hein-Pieter van Braam | 2017-09-02 | 1 | -1/+1 |
| | | | | | The second in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | second attempt on fixing the indent glitch. | Paulo Gomes | 2017-08-30 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
| * | Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529 | Rémi Verschelde | 2017-08-28 | 1 | -2/+7 |
| |\ | | | | | Fixed offset view when removing text, issue 10529 | ||||
| | * | Fixed offset view when removing text, issue 10529 | Paulb23 | 2017-08-27 | 1 | -2/+7 |
| | | | |||||
| * | | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -33/+2 |
| | | | |||||
| * | | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #10600 from MasonAsh/fix-10596 | Rémi Verschelde | 2017-08-27 | 1 | -0/+9 |
| |\ | | | | | Script editor: fixed no key repeat for CTRL+Y | ||||
| | * | Script editor: fixed no key repeat for CTRL+Y | Mason Ashbridge | 2017-08-24 | 1 | -0/+9 |
| | | | |||||
| * | | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde | 2017-08-27 | 1 | -2/+2 |
| |\ \ | | | | | | | Added/Fixed null pointer checks | ||||
| | * | | Added/Fixed null pointer checks | Wilson E. Alvarez | 2017-08-26 | 1 | -2/+2 |
| | |/ | |||||
| * / | Added a cursor column check. | Paulo Gomes | 2017-08-26 | 1 | -2/+2 |
| |/ | | | | | Fixes glich, when cursor is on column 0 of and indented line and you press return an extra indent is added. | ||||
