Age | Commit message (Expand) | Author |
2016-03-19 | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry |
2016-03-17 | Fix cursor getting locked on tree control if tree is cleared while modifying ... | Saracen |
2016-03-17 | Fixed highlighting when word occurs as substring first | Paulb23 |
2016-03-17 | Fixed highliting with shift and mouse | Paulb23 |
2016-03-16 | Highlight all occurrences of selected word | Paulb23 |
2016-03-15 | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry |
2016-03-15 | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry |
2016-03-15 | Merge pull request #4051 from AlexHolly/fileeditor-open-any | Rémi Verschelde |
2016-03-14 | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde |
2016-03-14 | Added configuable tab size | Paulb23 |
2016-03-14 | (editor)filedialog mode open any | Alexander Holland |
2016-03-13 | Merge pull request #4035 from TheHX/item-list | Rémi Verschelde |
2016-03-13 | Undo and redo commands on text editor now affect internal version which fixes... | Saracen |
2016-03-13 | Add icon region support for ItemList | Franklin Sobrinho |
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky |
2016-03-10 | Fix a crash when running a game with Controls with a tools build | Bojidar Marinov |
2016-03-10 | Merge pull request #3865 from Marqin/coverity | Rémi Verschelde |
2016-03-09 | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov |
2016-03-09 | fix six possible "divide by zero" | Hubert Jarosz |
2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-03-08 | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky |
2016-03-07 | Enabled scrolling past end of file | Paulb23 |
2016-03-04 | Add special new line opening | Martin Chuckeles |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky |
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles |
2016-03-03 | Hide hint if completion is active | Martin Chuckeles |
2016-03-03 | Move the call hint under the current line | Martin Chuckeles |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky |
2016-02-08 | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky |
2016-02-08 | Merge pull request #3627 from lordadamson/master | Rémi Verschelde |
2016-02-08 | renamed function get_video_texutre to get_video_texture | Adham Zahran |
2016-02-08 | Merge pull request #3409 from akien-mga/pr-script-tab-colour | Rémi Verschelde |
2016-02-06 | Stop ColorPicker's narcissism ( fixes #3592 ) | MarianoGNU |
2016-02-05 | ColorPicker: Prevent regenerating hsv values every time. Fixes #3492 | MarianoGNU |
2016-02-04 | support horizontal mouse wheel, use in text editor | hondres |
2016-02-02 | -Add some offset to spinboxes in tree, so revert icon does not annoy much whe... | Juan Linietsky |
2016-02-01 | -remove the !inside_tree error, fixes grab focus error, closes #3521 | Juan Linietsky |
2016-02-01 | Make sure variant parser recognizes "nil" for compatibility with old engine.c... | Juan Linietsky |
2016-01-31 | -Removed bizarre code introduced in a 2 years old PR, fixes #3483 | Juan Linietsky |
2016-01-27 | Merge pull request #3470 from MarianoGnu/master | Rémi Verschelde |
2016-01-27 | Fix Tree Slider disappearing when clicking on it | Franklin Sobrinho |
2016-01-26 | Remove strand debug print, fix #3473 | George Marques |
2016-01-26 | Get color constructor from ColorPicker | MarianoGNU |
2016-01-26 | Merge pull request #3467 from MarianoGnu/master | Rémi Verschelde |
2016-01-26 | Focus and select line edit every time color is changed. Fixes #2586 | MarianoGNU |
2016-01-26 | Fix wrong position of LineEdit in Scene editor | Franklin Sobrinho |
2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky |
2016-01-23 | -Forgot to add clips input to graphedit, fixes #3420 | Juan Linietsky |
2016-01-23 | -Added a "modal_close" signal for controls | Juan Linietsky |