Age | Commit message (Collapse) | Author | |
---|---|---|---|
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() | |||
2016-06-23 | Fix issue saving flags (size fill expand), fixes #4176 | Juan Linietsky | |
2016-06-23 | Merge pull request #5362 from J08nY/png | Rémi Verschelde | |
libpng: New version 1.6.27 | |||
2016-06-22 | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | |
statically typed languages, should help in the Mono integration. Disabled by default. | |||
2016-06-22 | Fixed iCCp chunk in pngs | J08nY | |
neccesary for libpng 1.6.27 to work silently | |||
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 | |
Code completion box colors | |||
2016-06-21 | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | |
Closes #5339 | |||
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-21 | Merge pull request #5335 from J08nY/loop-interpolation-scene-fix | Rémi Verschelde | |
Animation: Fix property loop_interpolation | |||
2016-06-21 | Animation: Fix property loop_interpolation | J08nY | |
fixes #5317 | |||
2016-06-21 | Make return type explicit. | Saracen | |
2016-06-21 | Merge pull request #5321 from Paulb23/caret_hidden_issue_5320 | Rémi Verschelde | |
Fixed caret not drawing on focus regain | |||
2016-06-20 | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | |
2016-06-20 | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), ↵ | Juan Linietsky | |
closes #4075 | |||
2016-06-20 | Fixed the order of events called by _input, closes #4384 | Juan Linietsky | |
2016-06-20 | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | |
2016-06-20 | Allow mouse wheel to go throuhgh so scroll containers work properly, fixes #4431 | Juan Linietsky | |
2016-06-20 | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ↵ | Juan Linietsky | |
fixes #4579 fixes #4580 | |||
2016-06-20 | Modify margins with mouse input | MarianoGNU | |
2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 | |
2016-06-20 | Make dure to only call drop_data if can_drop_data returned true, closes #4616 | Juan Linietsky | |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde | |
Improve code completion search | |||
2016-06-20 | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU | |
Fixes #4678 && #4745 | |||
2016-06-20 | -Added options for scene import plugin to keep materials and user-added ↵ | Juan Linietsky | |
tracks to animations, please test! closes #4425 | |||
2016-06-19 | Merge pull request #5298 from Paulb23/caret_draw_focus | Rémi Verschelde | |
Text Edit no longer draws caret on focus loss | |||
2016-06-19 | Replace 'or'/'and' keywords | George Marques | |
Some compilers do not like this. | |||
2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 | |
2016-06-19 | Improve code completion search | George Marques | |
- List completion by subsequence match. - Case insensitive. - Sort completion list by similarity. | |||
2016-06-19 | Fix TextEdit cursor position after undo remove text | George Marques | |
It was going to where the text started, now it goes to where the text ends. | |||
2016-06-19 | Merge pull request #5271 from neikeq/pr-issue-1004 | Rémi Verschelde | |
LineEdit cursor fixes and improvements | |||
2016-06-19 | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde | |
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | |||
2016-06-19 | Merge pull request #5234 from Paulb23/fix_error_tab_print | Rémi Verschelde | |
Fixed error: set_current_tab print on project open | |||
2016-06-19 | Merge pull request #5085 from RandomShaper/remove-unreachable-code | Rémi Verschelde | |
Remove found dead code |