| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 2016-04-06 | 2 | -40/+65 |
| * | Fixed text edit undo and redo operation interaction | Paul Batty | 2016-04-06 | 2 | -14/+15 |
| * | Fixed 'complex' typo in method name | Paulb23 | 2016-04-06 | 2 | -14/+14 |
| * | 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 | 2 | -3/+46 |
| * | Progress bar minsize now checks percent_visible | Zher Huei Lee | 2016-04-06 | 1 | -1/+3 |
| * | Function syntax highlighting | Paul Batty | 2016-04-02 | 2 | -0/+20 |
| * | Fixed numbers not highlighting after space | Paulb23 | 2016-04-02 | 1 | -1/+1 |
| * | Fix GDScript crash when call show/hide in func _exit_tree | sanikoyes | 2016-04-02 | 1 | -2/+2 |
| * | Syntax highlighting for numbers | Paulb23 | 2016-04-02 | 2 | -2/+37 |
| * | BoxContainer: Bind method add_spacer(bool) | Ignacio Etcheverry | 2016-04-02 | 1 | -0/+1 |
| * | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry | 2016-04-02 | 1 | -0/+7 |
| * | Fix cursor getting locked on tree control if tree is cleared while modifying ... | Saracen | 2016-04-02 | 1 | -1/+9 |
| * | 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 | 2 | -0/+60 |
| * | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | 2016-04-02 | 2 | -0/+11 |
| * | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry | 2016-04-02 | 1 | -80/+46 |
| * | Added configuable tab size | Paulb23 | 2016-04-02 | 2 | -1/+8 |
| * | Undo and redo commands on text editor now affect internal version which fixes... | Saracen | 2016-04-02 | 2 | -6/+19 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-04-02 | 45 | -1730/+1730 |
| * | Enabled scrolling past end of file | Paulb23 | 2016-04-02 | 2 | -1/+10 |
| * | Add editor settings for call hint placement | Martin Chuckeles | 2016-03-05 | 2 | -4/+36 |
| * | 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 |
| * | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | 2016-02-08 | 3 | -30/+90 |
| * | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky | 2016-02-08 | 1 | -2/+7 |
| * | Merge pull request #3627 from lordadamson/master | Rémi Verschelde | 2016-02-08 | 1 | -1/+1 |
| |\ |
|
| | * | renamed function get_video_texutre to get_video_texture | Adham Zahran | 2016-02-08 | 1 | -1/+1 |
| * | | Merge pull request #3409 from akien-mga/pr-script-tab-colour | Rémi Verschelde | 2016-02-08 | 1 | -13/+16 |
| |\ \
| |/
|/| |
|
| | * | Make custom_bg fit the whole "selected" area in ItemLists | Rémi Verschelde | 2016-01-22 | 1 | -13/+16 |
| * | | Stop ColorPicker's narcissism ( fixes #3592 ) | MarianoGNU | 2016-02-06 | 2 | -4/+4 |
| * | | ColorPicker: Prevent regenerating hsv values every time. Fixes #3492 | MarianoGNU | 2016-02-05 | 2 | -21/+26 |
| * | | support horizontal mouse wheel, use in text editor | hondres | 2016-02-04 | 1 | -0/+6 |
| * | | -Add some offset to spinboxes in tree, so revert icon does not annoy much whe... | Juan Linietsky | 2016-02-02 | 2 | -6/+26 |
| * | | -remove the !inside_tree error, fixes grab focus error, closes #3521 | Juan Linietsky | 2016-02-01 | 2 | -3/+33 |
| * | | Make sure variant parser recognizes "nil" for compatibility with old engine.c... | Juan Linietsky | 2016-02-01 | 1 | -1/+3 |
| * | | -Removed bizarre code introduced in a 2 years old PR, fixes #3483 | Juan Linietsky | 2016-01-31 | 1 | -4/+5 |
| * | | Merge pull request #3470 from MarianoGnu/master | Rémi Verschelde | 2016-01-27 | 2 | -13/+43 |
| |\ \ |
|
| | * | | Get color constructor from ColorPicker | MarianoGNU | 2016-01-26 | 2 | -13/+43 |
| * | | | Fix Tree Slider disappearing when clicking on it | Franklin Sobrinho | 2016-01-27 | 1 | -0/+2 |
| * | | | Remove strand debug print, fix #3473 | George Marques | 2016-01-26 | 1 | -1/+0 |
| * | | | Merge pull request #3467 from MarianoGnu/master | Rémi Verschelde | 2016-01-26 | 1 | -0/+2 |
| |\| | |
|
| | * | | Focus and select line edit every time color is changed. Fixes #2586 | MarianoGNU | 2016-01-26 | 1 | -0/+2 |
| * | | | Fix wrong position of LineEdit in Scene editor | Franklin Sobrinho | 2016-01-26 | 1 | -1/+1 |
| |/ / |
|
| * | | -Take in consideration canvas layers for GUI input | Juan Linietsky | 2016-01-24 | 2 | -1/+8 |
| * | | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky | 2016-01-23 | 3 | -1/+9 |
| * | | -Added a "modal_close" signal for controls | Juan Linietsky | 2016-01-23 | 3 | -0/+22 |