| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #5829 from 29jm/master | Rémi Verschelde | 2016-07-21 | 1 | -0/+1 |
| |\ |
|
| | * | Fix the rotation not updating in the inspector with Controls | Johan Manuel | 2016-07-21 | 1 | -0/+1 |
| * | | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | 2016-07-21 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | 2016-07-21 | 1 | -1/+1 |
| * | | Merge pull request #5792 from neikeq/pr-issue-3868 | Rémi Verschelde | 2016-07-19 | 2 | -0/+17 |
| |\ \ |
|
| | * | | Label: Added `get_visible_line_count` method | Ignacio Etcheverry | 2016-07-18 | 2 | -0/+17 |
| * | | | Merge pull request #5790 from neikeq/pr-issue-1149 | Rémi Verschelde | 2016-07-19 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | MenuButton: Fix event propagation with dialogs | Ignacio Etcheverry | 2016-07-18 | 1 | -0/+4 |
| | |/ / |
|
| * | | | Merge pull request #5731 from neikeq/pr-issue-5642 | Juan Linietsky | 2016-07-18 | 1 | -3/+6 |
| |\ \ \ |
|
| | * | | | LineEdit: Fix rtl scrolling with mouse drag selection | Ignacio Etcheverry | 2016-07-15 | 1 | -3/+6 |
| | | |/
| |/| |
|
| * | | | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | 2016-07-18 | 2 | -3/+27 |
| * | | | Merge pull request #5777 from Paulb23/caret_stretching | Rémi Verschelde | 2016-07-18 | 1 | -2/+3 |
| |\ \ \ |
|
| | * | | | Fixed caret width on tabs | Paulb23 | 2016-07-18 | 1 | -2/+3 |
| * | | | | Merge pull request #5527 from djrm/color_picker_fixes | Rémi Verschelde | 2016-07-18 | 2 | -19/+27 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Color picker fixes: | Daniel J. Ramirez | 2016-07-15 | 2 | -19/+27 |
| | |/ / |
|
| * | | | Merge pull request #5742 from Ovnuniarchos/TreeItemSetButton | Rémi Verschelde | 2016-07-18 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | TreeItem.set_button exposed. | Ovnuniarchos | 2016-07-16 | 1 | -0/+1 |
| | | |/
| |/| |
|
| * | | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | 2016-07-18 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Fixed breakpoint gutter toggle not updating when game is running, issue 5712 | Paulb23 | 2016-07-15 | 1 | -0/+2 |
| | | |/
| |/| |
|
| * | | | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | 2016-07-18 | 2 | -17/+43 |
| |\ \ \ |
|
| | * | | | Added block caret to TextEdit | Paulb23 | 2016-07-12 | 2 | -17/+43 |
| | |/ / |
|
| * | | | Merge pull request #5755 from TheHX/issue-5716 | Rémi Verschelde | 2016-07-17 | 1 | -1/+3 |
| |\ \ \ |
|
| | * | | | Fix empty reference pages after restarting Godot | Franklin Sobrinho | 2016-07-17 | 1 | -1/+3 |
| | |/ / |
|
| * | / | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 1 | -4/+0 |
| | |/
|/| |
|
| * | | MenuButton: Fix regression | Ignacio Etcheverry | 2016-07-16 | 1 | -1/+1 |
| * | | MenuButton: Avoid event propagation if handled as hotkey | Ignacio Etcheverry | 2016-07-16 | 1 | -1/+2 |
| |/ |
|
| * | Merge pull request #5638 from TheHX/tree-buttons | Rémi Verschelde | 2016-07-12 | 1 | -1/+1 |
| |\ |
|
| | * | Fix tree drawing the pressed stylebox in all buttons in the column | Franklin Sobrinho | 2016-07-10 | 1 | -1/+1 |
| * | | Expose highlight all occurrences | Paulb23 | 2016-07-11 | 2 | -0/+9 |
| * | | Expose show line numbers | Paulb23 | 2016-07-11 | 2 | -1/+11 |
| * | | Added completion font colors | Paulb23 | 2016-07-11 | 2 | -1/+3 |
| * | | Merge pull request #5627 from Paulb23/fixed_highlighting_highlighted_section | Rémi Verschelde | 2016-07-10 | 1 | -0/+6 |
| |\ \ |
|
| | * | | Fixed highlight all occurrences highlighing highlighted section | Paulb23 | 2016-07-10 | 1 | -0/+6 |
| * | | | Merge pull request #5606 from akien-mga/pr-rtl-raw-text | Juan Linietsky | 2016-07-10 | 1 | -5/+6 |
| |\ \ \ |
|
| | * | | | RichTextLabel: Fix adding raw text when bbcode is disabled | Rémi Verschelde | 2016-07-09 | 1 | -5/+6 |
| * | | | | Merge pull request #5489 from jejung/richtextlabel-get_text | Juan Linietsky | 2016-07-10 | 2 | -0/+20 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | Adding support to get the raw text without formatting information from a Rich... | Jean Jung | 2016-06-29 | 2 | -0/+20 |
| * | | | | LineEdit placeholder now accepts translated strings. | Ovnuniarchos | 2016-07-10 | 1 | -1/+2 |
| | |_|/
|/| | |
|
| * | | | line/col label was changing size with each cursor move, forcing the GUI to re... | Juan Linietsky | 2016-07-09 | 1 | -1/+3 |
| * | | | Changed tree so shift-selection skips folded children, closes #5515 | Juan Linietsky | 2016-07-09 | 2 | -5/+5 |
| | |/
|/| |
|
| * | | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 13 | -157/+1 |
| * | | Fix TreeItem range editing by dragging on the inspector | Franklin Sobrinho | 2016-07-04 | 1 | -1/+1 |
| * | | Fix completion string check when column = 0 | George Marques | 2016-07-03 | 1 | -1/+1 |
| * | | Stop completion when the match is perfect | George Marques | 2016-07-03 | 1 | -0/+5 |
| * | | Fix code completion sorting | George Marques | 2016-07-03 | 1 | -3/+11 |
| * | | Fixed the order of input, reverts #4384, closes #5361 | Juan Linietsky | 2016-07-01 | 1 | -1/+1 |
| * | | Color picker was getting too much focus, made it get not as much focus. | Juan Linietsky | 2016-07-01 | 2 | -4/+9 |
| * | | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky | 2016-06-30 | 1 | -0/+1 |
| * | | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky | 2016-06-30 | 1 | -1/+6 |
| * | | Fixed signal connection prints when moving docks, issue 5498 | Paulb23 | 2016-06-30 | 2 | -2/+6 |