| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 2016-04-06 | 1 | -40/+62 |
| * | Fixed text edit undo and redo operation interaction | Paul Batty | 2016-04-06 | 1 | -12/+12 |
| * | Fixed 'complex' typo in method name | Paulb23 | 2016-04-06 | 1 | -12/+12 |
| * | Fixed undoing twice when removing selection | Paulb23 | 2016-04-06 | 1 | -0/+5 |
| * | Fixed insert mode interaction with auto complete | Paulb23 | 2016-04-06 | 1 | -0/+15 |
| * | Fixed insert mode removing first unselected character | Paulb23 | 2016-04-06 | 1 | -4/+6 |
| * | Added insert mode to text editor | Paulb23 | 2016-04-06 | 1 | -3/+42 |
| * | Function syntax highlighting | Paul Batty | 2016-04-02 | 1 | -0/+19 |
| * | Fixed numbers not highlighting after space | Paulb23 | 2016-04-02 | 1 | -1/+1 |
| * | Syntax highlighting for numbers | Paulb23 | 2016-04-02 | 1 | -2/+36 |
| * | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry | 2016-04-02 | 1 | -0/+7 |
| * | Fixed highlighting when word occurs as substring first | Paulb23 | 2016-04-02 | 1 | -8/+14 |
| * | Fixed highliting with shift and mouse | Paulb23 | 2016-04-02 | 1 | -5/+2 |
| * | Highlight all occurrences of selected word | Paulb23 | 2016-04-02 | 1 | -0/+55 |
| * | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | 2016-04-02 | 1 | -0/+6 |
| * | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry | 2016-04-02 | 1 | -80/+46 |
| * | Added configuable tab size | Paulb23 | 2016-04-02 | 1 | -0/+7 |
| * | Undo and redo commands on text editor now affect internal version which fixes... | Saracen | 2016-04-02 | 1 | -6/+18 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-04-02 | 1 | -830/+830 |
| * | Enabled scrolling past end of file | Paulb23 | 2016-04-02 | 1 | -1/+5 |
| * | Add editor settings for call hint placement | Martin Chuckeles | 2016-03-05 | 1 | -4/+29 |
| * | Hide hint if completion is active | Martin Chuckeles | 2016-03-05 | 1 | -1/+1 |
| * | Move the call hint under the current line | Martin Chuckeles | 2016-03-05 | 1 | -1/+1 |
| * | support horizontal mouse wheel, use in text editor | hondres | 2016-02-04 | 1 | -0/+6 |
| * | Merge pull request #3279 from neikeq/issue_3259 | Rémi Verschelde | 2016-01-08 | 1 | -1/+1 |
| |\ |
|
| | * | Fix TextEdit caret drawn when outside the visible region | Ignacio Etcheverry | 2016-01-08 | 1 | -1/+1 |
| * | | TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End | Ignacio Etcheverry | 2016-01-07 | 1 | -12/+42 |
| * | | TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled | Ignacio Etcheverry | 2016-01-07 | 1 | -0/+28 |
| |/ |
|
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 1 | -3/+3 |
| * | TextEdit: Scroll while selecting with mouse idle | neikeq | 2015-12-09 | 1 | -3/+38 |
| * | Script Editor: automatic indentation after a colon | koalefant | 2015-11-29 | 1 | -1/+12 |
| * | Merge pull request #2364 from neikeq/textedit_select | Juan Linietsky | 2015-11-19 | 1 | -59/+60 |
| |\ |
|
| | * | TextEdit: Properly scroll vertically when selecting text with mouse drag | neikeq | 2015-11-07 | 1 | -18/+13 |
| | * | textedit selection improvements | neikeq | 2015-08-13 | 1 | -41/+47 |
| * | | Implement Ctrl + backspace/delete to delete words | Franklin Sobrinho | 2015-11-12 | 1 | -4/+109 |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-10-17 | 1 | -1/+1 |
| |\ \ |
|
| | * | | ran cppcheck, fixed cases where array index is used before limits check | firefly2442 | 2015-10-12 | 1 | -1/+1 |
| * | | | misc cleanup | Juan Linietsky | 2015-10-17 | 1 | -0/+3 |
| |/ / |
|
| * / | Fix HScrollBar of TextEdit, closes #2355 | Franklin Sobrinho | 2015-09-09 | 1 | -5/+8 |
| |/ |
|
| * | more code completion improvements | Juan Linietsky | 2015-06-27 | 1 | -0/+16 |
| * | improved get_node(), connect(), etc code completion. | Juan Linietsky | 2015-06-26 | 1 | -4/+36 |
| * | -fixed many memory initialization issues | Juan Linietsky | 2015-06-06 | 1 | -0/+4 |
| * | more fixes | Juan Linietsky | 2015-05-19 | 1 | -2/+7 |
| * | optional formal changes | ehriche | 2015-05-06 | 1 | -2/+2 |
| * | fix crash in editor when using alt+arrows to indent, thanks adolson and romul... | Juan Linietsky | 2015-05-05 | 1 | -0/+3 |
| * | Merge pull request #1804 from ricpelo/ricpelo-patch-2 | Juan Linietsky | 2015-05-04 | 1 | -2/+2 |
| |\ |
|
| | * | Wrong use of | instead of || | Ricardo Pérez | 2015-05-04 | 1 | -2/+2 |
| * | | Triple click doesn't select line if click was done on different lines. Fix #1727 | Biliogadafr | 2015-05-02 | 1 | -1/+1 |
| |/ |
|
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |