Age | Commit message (Expand) | Author |
2016-07-11 | Expose show line numbers | Paulb23 |
2016-07-11 | Added completion font colors | Paulb23 |
2016-07-10 | Fix tree drawing the pressed stylebox in all buttons in the column | Franklin Sobrinho |
2016-07-10 | Merge pull request #5627 from Paulb23/fixed_highlighting_highlighted_section | Rémi Verschelde |
2016-07-10 | Merge pull request #5606 from akien-mga/pr-rtl-raw-text | Juan Linietsky |
2016-07-10 | Merge pull request #5489 from jejung/richtextlabel-get_text | Juan Linietsky |
2016-07-10 | Fixed highlight all occurrences highlighing highlighted section | Paulb23 |
2016-07-10 | LineEdit placeholder now accepts translated strings. | Ovnuniarchos |
2016-07-09 | line/col label was changing size with each cursor move, forcing the GUI to re... | Juan Linietsky |
2016-07-09 | Changed tree so shift-selection skips folded children, closes #5515 | Juan Linietsky |
2016-07-09 | RichTextLabel: Fix adding raw text when bbcode is disabled | Rémi Verschelde |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde |
2016-07-04 | Fix TreeItem range editing by dragging on the inspector | Franklin Sobrinho |
2016-07-03 | Fix completion string check when column = 0 | George Marques |
2016-07-03 | Stop completion when the match is perfect | George Marques |
2016-07-03 | Fix code completion sorting | George Marques |
2016-07-01 | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky |
2016-07-01 | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky |
2016-06-30 | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky |
2016-06-30 | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky |
2016-06-30 | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 |
2016-06-30 | Merge pull request #5449 from sanikoyes/Pr-placeholder-line-edit | Rémi Verschelde |
2016-06-30 | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde |
2016-06-30 | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde |
2016-06-29 | Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199 | Juan Linietsky |
2016-06-29 | Adding support to get the raw text without formatting information from a Rich... | Jean Jung |
2016-06-29 | Fixed function highlighting with spaces | Paulb23 |
2016-06-28 | itemlist-get_selected_items | Jean Jung |
2016-06-28 | add placeholder alpha property | sanikoyes |
2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other cases... | Juan Linietsky |
2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned i... | Juan Linietsky |
2016-06-27 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky |
2016-06-27 | Add placeholder property for line_edit | sanikoyes |
2016-06-26 | Fixed selected text turning black, issue 5199 | Paulb23 |
2016-06-26 | Shortcuts for script switching in script Mode | Daniel J. Ramirez |
2016-06-26 | Merge pull request #5307 from MarianoGnu/master | Rémi Verschelde |
2016-06-24 | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde |
2016-06-24 | Merge pull request #5328 from Paulb23/line_edit_caret | Rémi Verschelde |
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio Etcheverry |
2016-06-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky |
2016-06-23 | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky |
2016-06-22 | Added setting to toggle line edit caret blink | Paulb23 |
2016-06-22 | Line edit caret no longer draws on focus loss | Paulb23 |
2016-06-22 | Added caret blink to line edit | Paulb23 |
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde |
2016-06-21 | Added code completion existing color setting | Paulb23 |
2016-06-21 | Added code completion selected color setting | Paulb23 |
2016-06-21 | Added code completion background color setting | Paulb23 |
2016-06-20 | Modify margins with mouse input | MarianoGNU |
2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 |