| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | Added setting to toggle line edit caret blink | Paulb23 | 2016-06-22 | 2 | -1/+26 |
| | * | | | | | | Line edit caret no longer draws on focus loss | Paulb23 | 2016-06-22 | 2 | -0/+20 |
| | * | | | | | | Added caret blink to line edit | Paulb23 | 2016-06-22 | 2 | -5/+73 |
| | | |/ / / /
| |/| | | | |
|
| * | | | | | | Make button aware of it being dragged and reset state, closes #4178 | Juan Linietsky | 2016-06-23 | 2 | -1/+10 |
| * | | | | | | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | 2016-06-23 | 1 | -2/+2 |
| | |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #5362 from J08nY/png | Rémi Verschelde | 2016-06-23 | 106 | -105/+105 |
| |\ \ \ \ \ |
|
| | * | | | | | Fixed iCCp chunk in pngs | J08nY | 2016-06-22 | 106 | -105/+105 |
| | |/ / / / |
|
| * / / / / | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati... | Juan Linietsky | 2016-06-22 | 8 | -13/+13 |
| |/ / / / |
|
| * | | | | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | 2016-06-22 | 3 | -14/+11 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | Added code completion existing color setting | Paulb23 | 2016-06-21 | 3 | -4/+3 |
| | * | | | Added code completion selected color setting | Paulb23 | 2016-06-21 | 3 | -9/+3 |
| | * | | | Added code completion background color setting | Paulb23 | 2016-06-21 | 2 | -1/+5 |
| * | | | | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | 2016-06-21 | 1 | -3/+2 |
| * | | | | Merge pull request #5335 from J08nY/loop-interpolation-scene-fix | Rémi Verschelde | 2016-06-21 | 1 | -3/+4 |
| |\ \ \ \ |
|
| | * | | | | Animation: Fix property loop_interpolation | J08nY | 2016-06-21 | 1 | -3/+4 |
| * | | | | | Make return type explicit. | Saracen | 2016-06-21 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Merge pull request #5321 from Paulb23/caret_hidden_issue_5320 | Rémi Verschelde | 2016-06-21 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | Fixed caret not drawing on focus regain | Paulb23 | 2016-06-20 | 1 | -0/+3 |
| | | |/ /
| |/| | |
|
| * | | | | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | 2016-06-20 | 2 | -0/+6 |
| * | | | | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), c... | Juan Linietsky | 2016-06-20 | 1 | -2/+5 |
| * | | | | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | 2016-06-20 | 1 | -1/+1 |
| | |/ /
|/| | |
|
| * | | | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | 2016-06-20 | 1 | -2/+7 |
| * | | | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | 2016-06-20 | 1 | -1/+9 |
| * | | | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ... | Juan Linietsky | 2016-06-20 | 2 | -4/+1 |
| |/ / |
|
| * | | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | 2016-06-20 | 1 | -2/+3 |
| * | | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | 2016-06-20 | 1 | -43/+38 |
| |\ \
| |/
|/| |
|
| | * | Improve code completion search | George Marques | 2016-06-19 | 1 | -41/+31 |
| | * | Fix TextEdit cursor position after undo remove text | George Marques | 2016-06-19 | 1 | -2/+7 |
| * | | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU | 2016-06-20 | 2 | -18/+0 |
| * | | -Added options for scene import plugin to keep materials and user-added track... | Juan Linietsky | 2016-06-20 | 2 | -1/+29 |
| * | | Merge pull request #5298 from Paulb23/caret_draw_focus | Rémi Verschelde | 2016-06-19 | 2 | -0/+16 |
| |\ \ |
|
| | * | | Text Edit no longer draws caret on focus loss | Paulb23 | 2016-06-19 | 2 | -0/+16 |
| | |/ |
|
| * / | Replace 'or'/'and' keywords | George Marques | 2016-06-19 | 2 | -2/+2 |
| |/ |
|
| * | Merge pull request #5271 from neikeq/pr-issue-1004 | Rémi Verschelde | 2016-06-19 | 2 | -78/+215 |
| |\ |
|
| | * | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry | 2016-06-18 | 2 | -59/+191 |
| | * | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | 2016-06-18 | 2 | -19/+24 |
| * | | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde | 2016-06-19 | 2 | -3/+3 |
| |\ \ |
|
| | * | | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | 2016-06-18 | 2 | -3/+3 |
| | |/ |
|
| * | | Merge pull request #5234 from Paulb23/fix_error_tab_print | Rémi Verschelde | 2016-06-19 | 1 | -2/+3 |
| |\ \ |
|
| | * | | Fixed error: set_current_tab print on project open | Paulb23 | 2016-06-15 | 1 | -2/+3 |
| * | | | Merge pull request #5085 from RandomShaper/remove-unreachable-code | Rémi Verschelde | 2016-06-19 | 1 | -6/+0 |
| |\ \ \ |
|
| | * | | | Remove found dead code | Pedro J. Estébanez | 2016-06-07 | 1 | -6/+0 |
| * | | | | Merge pull request #4724 from Cybolic/optional-loop-interpolation | Rémi Verschelde | 2016-06-19 | 3 | -2/+32 |
| |\ \ \ \ |
|
| | * | | | | Added toggle for loop interpolation based on adolson's code | Christian Dannie Storgaard | 2016-05-20 | 3 | -2/+32 |
| * | | | | | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky | 2016-06-19 | 2 | -0/+7 |
| * | | | | | -Added trigger mode to tracks, useful for properties that work as triggers, s... | Juan Linietsky | 2016-06-19 | 8 | -27/+60 |
| * | | | | | DynamicFontData can be built-in (will still link to a ttf though), closes #4600 | Juan Linietsky | 2016-06-18 | 2 | -0/+15 |
| * | | | | | Drop fully commented-out files | Rémi Verschelde | 2016-06-18 | 5 | -320/+7 |
| * | | | | | Drop empty files that are not used anywhere | Rémi Verschelde | 2016-06-18 | 22 | -635/+1 |
| * | | | | | Make ".." always appear even if dir is unlistable (likely lacking permissions... | Juan Linietsky | 2016-06-18 | 1 | -0/+5 |