| Commit message (Expand) | Author | Age | Files | Lines |
| * | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | 2016-07-08 | 1 | -1/+1 |
| * | Fix own world option of Viewport. | Franklin Sobrinho | 2016-07-08 | 1 | -1/+1 |
| * | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | 2016-07-08 | 2 | -3/+21 |
| * | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky | 2016-07-08 | 1 | -0/+1 |
| * | Make both signals be ordered and samplelibrary items too, fixes scenes changi... | Juan Linietsky | 2016-07-08 | 2 | -1/+13 |
| * | Only emit item_selected once per Tree row, closes #5280 | Juan Linietsky | 2016-07-08 | 1 | -1/+6 |
| * | Remove error when getting dependencies from tscn files in some cases, closes ... | Juan Linietsky | 2016-07-08 | 2 | -21/+34 |
| * | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | 2016-07-08 | 1 | -1/+3 |
| * | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | 2016-07-08 | 1 | -2/+10 |
| * | Properly deliver localized coordinates when passing gui events through parent... | Juan Linietsky | 2016-07-08 | 2 | -63/+12 |
| * | Avoid mirroring to go negative to fix crash, closes #4036 | Juan Linietsky | 2016-07-08 | 1 | -0/+5 |
| * | Fixed selected text turning black, issue 5199 | Paulb23 | 2016-07-08 | 1 | -0/+1 |
| * | Revert "Fixed the order of events called by _input, closes #4384" | Rémi Verschelde | 2016-07-08 | 1 | -1/+1 |
| * | Dynamic property list for control margins allowing floating point properties ... | Saracen | 2016-07-08 | 1 | -8/+80 |
| * | Rename CanvasItem.edit_get() to edit_get_state() | George Marques | 2016-06-25 | 1 | -1/+1 |
| * | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | 2016-06-25 | 1 | -2/+2 |
| * | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | 2016-06-25 | 1 | -3/+2 |
| * | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c... | Juan Linietsky | 2016-06-25 | 1 | -2/+5 |
| * | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | 2016-06-25 | 1 | -1/+1 |
| * | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | 2016-06-25 | 1 | -2/+7 |
| * | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | 2016-06-25 | 1 | -1/+9 |
| * | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ... | Juan Linietsky | 2016-06-25 | 2 | -4/+1 |
| * | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | 2016-06-25 | 1 | -2/+3 |
| * | Fix TextEdit cursor position after undo remove text | George Marques | 2016-06-25 | 1 | -2/+7 |
| * | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky | 2016-06-25 | 2 | -0/+7 |
| * | Make ".." always appear even if dir is unlistable (likely lacking permissions... | Juan Linietsky | 2016-06-25 | 1 | -0/+5 |
| * | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | 2016-06-25 | 2 | -19/+24 |
| * | TabContainer now reports proper minimum size, closes #4896 | Juan Linietsky | 2016-06-25 | 1 | -3/+6 |
| * | Send body inout notifications after state is applied, fixes #4683 | Juan Linietsky | 2016-06-25 | 2 | -23/+27 |
| * | does not fix the bug reported in #4326 and #4818, | Juan Linietsky | 2016-06-25 | 1 | -4/+12 |
| * | correctly wrap lines longer than width in richtextlabel, fixes #4735 | Juan Linietsky | 2016-06-25 | 1 | -0/+7 |
| * | Better error text when trying to add/remove/move child nodes in a busy parent... | Juan Linietsky | 2016-06-25 | 1 | -2/+15 |
| * | resolve numerical error when comparing instancing an inheritance to avoid sav... | Juan Linietsky | 2016-06-25 | 1 | -3/+13 |
| * | Fixed ancient bug that prevented proper theme editing, closes #4924 | Juan Linietsky | 2016-06-25 | 2 | -30/+19 |
| * | rewrote LineEdit window repositioning code so it does not eat the last charac... | Juan Linietsky | 2016-06-25 | 1 | -6/+13 |
| * | fix how some display values are shown, fixes #4953 | Juan Linietsky | 2016-06-25 | 1 | -1/+2 |
| * | fix crash in SamplePlayer, closes #5005 | Juan Linietsky | 2016-06-25 | 1 | -2/+2 |
| * | make sure tab is not visible in RichTextLabel, closes #5079 | Juan Linietsky | 2016-06-25 | 1 | -0/+2 |
| * | do not allow picking in captured mode, closes #5134 | Juan Linietsky | 2016-06-25 | 1 | -1/+1 |
| * | Show descriptive errors when look_at is improperly used, closes #5131 | Juan Linietsky | 2016-06-25 | 1 | -0/+9 |
| * | fixes wrong bool return, closes #5037 | Juan Linietsky | 2016-06-25 | 1 | -1/+1 |
| * | Caret blink no longer updates when hidden, issue 5100 | Paulb23 | 2016-06-25 | 1 | -1/+3 |
| * | Improved breakpoint marker position, and scales with font size | Paulb23 | 2016-06-25 | 1 | -3/+6 |
| * | Fix indentation issues in last commits | Rémi Verschelde | 2016-06-25 | 2 | -28/+26 |
| * | properly pass events to parent controls, closes #4701 | Juan Linietsky | 2016-06-25 | 1 | -15/+23 |
| * | -Fix small bug regarding to canvas layer detection, closes #4381 | Juan Linietsky | 2016-06-25 | 1 | -13/+8 |
| * | Fix Theora video playback without a Vorbis stream | Błażej Szczygieł | 2016-06-17 | 1 | -2/+9 |
| * | Current line draws behind line numbers and breakpont gutter | Paulb23 | 2016-06-04 | 1 | -13/+13 |
| * | Fix crash when redoing backspace to clear selection | Paulb23 | 2016-06-04 | 1 | -1/+3 |
| * | Added breakpoint markers, issue 4750 | Paulb23 | 2016-06-04 | 2 | -5/+63 |