Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-03 | Stop completion when the match is perfect | George Marques | |
to avoid the completion insisting showing up after a completion. | |||
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 | |
This abuse of focus was the original culprit of #5354 | |||
2016-07-01 | Invalidate key focus if not visible, fixes #5354 | Juan Linietsky | |
2016-07-01 | Improved drag&drop to work as n-piggeon wants to use, closes #5342 | Juan Linietsky | |
2016-06-30 | throw error if GridContainer::set_columns goes below 1, closes #5316 | Juan Linietsky | |
2016-06-30 | Make both signals be ordered and samplelibrary items too, fixes scenes ↵ | Juan Linietsky | |
changing for git, closes #5289 | |||
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 | |
Add placeholder property for line_edit | |||
2016-06-30 | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde | |
Shortcuts for script switching in script Mode | |||
2016-06-30 | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde | |
Fixed function highlighting with spaces | |||
2016-06-29 | only call finished signal when it really finishes, closes #5222 | Juan Linietsky | |
2016-06-29 | make property not be applied in skeleton if not inside tree. This will ↵ | Juan Linietsky | |
eventually e changed. Fixes #5205 | |||
2016-06-29 | Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199 | Juan Linietsky | |
Fixed selected text turning black, issue 5199 | |||
2016-06-29 | remove unnecesary warning, closes #5169 | Juan Linietsky | |
2016-06-29 | Fixed function highlighting with spaces | Paulb23 | |
2016-06-28 | Merge pull request #5468 from jejung/itemlist-get-selected_items | George Marques | |
itemlist-get_selected_items | |||
2016-06-28 | itemlist-get_selected_items | Jean Jung | |
2016-06-28 | Change method of storing folding, solves problems with inheritance, closes #3395 | Juan Linietsky | |
2016-06-28 | Remove error when getting dependencies from tscn files in some cases, closes ↵ | Juan Linietsky | |
#3897 | |||
2016-06-28 | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | |
2016-06-28 | add placeholder alpha property | sanikoyes | |
2016-06-27 | Figured out a way to fix event propagation for shortcuts and some other ↵ | Juan Linietsky | |
cases so they properly stop shortcuts if a modal window is open, closes #4848 | |||
2016-06-27 | Make most resources (save for packedscenes and scripts) reload if they ↵ | Juan Linietsky | |
change on disk. Closes #4059. | |||
2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned ↵ | Juan Linietsky | |
in the same frame, closes #3837 | |||
2016-06-27 | Ability to rotate controls using tool, closes #3800 | Juan Linietsky | |
2016-06-27 | Properly deliver localized coordinates when passing gui events through ↵ | Juan Linietsky | |
parents, closes #4215 | |||
2016-06-27 | Add placeholder property for line_edit | sanikoyes | |
this useful for user input tip | |||
2016-06-26 | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde | |
This reverts commits 8884b8f51963553dd1ecc0bc4accf64deb4f645f bd5c8f2aa086c2cacc704dfef249c124760ab569 and 5cb31f6d5b667a551092b699de6f4786e0bb5b6d. <reduz> Akien, I understand the need for the second loop mode, but I think the current UI is pretty confusing. I think this should be changed for an enum, both there and in the animation.. otherwise we should revert it [...] <reduz> alternatively this could be added per track, which I think should make it a little less confusing Reopens #959.. | |||
2016-06-26 | Avoid mirroring to go negative to fix crash, closes #4036 | Juan Linietsky | |
2016-06-26 | Added an option to ParallaxLayer to add an extra scroll offset, helps if you ↵ | Juan Linietsky | |
want to make clouds to move by themselves and animate that, for example. | |||
2016-06-26 | Revert "Improve parallax mirroring algorithm" | Rémi Verschelde | |
2016-06-26 | Ability to set draw transform as a matrix, closes #5428 | Juan Linietsky | |
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 | |
TextureRegion improvements | |||
2016-06-25 | Merge pull request #5397 from djrm/gizmos_fix | Rémi Verschelde | |
Added high resolution icons for the Gizmos | |||
2016-06-24 | Added high resolution icons for the Gizmos, fixes #1638 | Daniel J. Ramirez | |
2016-06-24 | Merge pull request #5391 from RandomShaper/parallax-layer-fix-tidy | Rémi Verschelde | |
Improve parallax mirroring algorithm | |||
2016-06-24 | Merge pull request #5386 from Paulb23/code_completion_color_theme | Rémi Verschelde | |
Exposed code completion colors to the text edit theme | |||
2016-06-24 | Merge pull request #5380 from vnen/string-canvasitem-docs | Rémi Verschelde | |
Documentation for String and CanvasItem | |||
2016-06-24 | Merge pull request #5379 from neikeq/pr-issue-5375 | Rémi Verschelde | |
Fix weird deselection behaviour with text field | |||
2016-06-24 | Merge pull request #5328 from Paulb23/line_edit_caret | Rémi Verschelde | |
Added caret blink to line edit | |||
2016-06-24 | Improve parallax mirroring algorithm | Pedro J. Estébanez | |
Replaces the iterative approach currently used by the standard fmod() function. Also fixes infinite looping that happens when the mirroring value is negative. | |||
2016-06-24 | Exposed code completion colors to the text edit theme | Paulb23 | |
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio Etcheverry | |
- TextEdit will now deselect if Ctrl+Left/Right is pressed - TextEdit and LineEdit no longer deselect text when Alt is pressed (except with Apple style keys) | |||
2016-06-23 | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky | |
2016-06-23 | Rename CanvasItem.edit_get() to edit_get_state() | George Marques | |
This makes more sense of what it does and correlates to edit_set_state() |