Age | Commit message (Collapse) | Author |
|
|
|
want to make clouds to move by themselves and animate that, for example.
|
|
|
|
|
|
TextureRegion improvements
|
|
Added high resolution icons for the Gizmos
|
|
|
|
Improve parallax mirroring algorithm
|
|
Exposed code completion colors to the text edit theme
|
|
Documentation for String and CanvasItem
|
|
Fix weird deselection behaviour with text field
|
|
Added caret blink to line edit
|
|
Replaces the iterative approach currently used by the standard fmod() function.
Also fixes infinite looping that happens when the mirroring value is negative.
|
|
|
|
- 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)
|
|
|
|
This makes more sense of what it does and correlates to edit_set_state()
|
|
|
|
libpng: New version 1.6.27
|
|
statically typed languages, should help in the Mono integration.
Disabled by default.
|
|
neccesary for libpng 1.6.27 to work silently
|
|
|
|
|
|
|
|
Code completion box colors
|
|
Closes #5339
|
|
|
|
|
|
|
|
Animation: Fix property loop_interpolation
|
|
fixes #5317
|
|
|
|
Fixed caret not drawing on focus regain
|
|
|
|
closes #4075
|
|
|
|
|
|
|
|
fixes #4579 fixes #4580
|
|
|
|
|
|
|
|
Improve code completion search
|
|
Fixes #4678 && #4745
|
|
tracks to animations, please test! closes #4425
|
|
Text Edit no longer draws caret on focus loss
|
|
Some compilers do not like this.
|
|
|
|
- List completion by subsequence match.
- Case insensitive.
- Sort completion list by similarity.
|
|
It was going to where the text started, now it goes to where the text
ends.
|