Yuncong Zhang
|
30d8e229
|
Remove some attributes of Layout.
|
5 年前 |
iizzaya
|
4f3274d0
|
[Feature] Add Drag and Drop feature between UnityObject and UIWidgets
|
5 年前 |
Yuncong Zhang
|
4dc91c9e
|
Fix bug in findWords.
|
5 年前 |
GitHub
|
c0f47057
|
Merge pull request #247 from UnityTech/allocator2
GC optimization on renderer
|
5 年前 |
xingwei.zhu
|
f65a9049
|
Merge branch 'master' of github.com:UnityTech/UIWidgets into allocator2 (CONT.)
# Conflicts:
# Runtime/ui/painting/canvas_impl.cs
|
5 年前 |
Yuncong Zhang
|
b772a6ac
|
Fix find word bug.
|
5 年前 |
xingwei.zhu
|
8fb26c3f
|
Merge branch 'master' of github.com:UnityTech/UIWidgets into allocator2
# Conflicts:
# Runtime/ui/painting/canvas_impl.cs
|
5 年前 |
Yuncong Zhang
|
b45ec371
|
Remove getTextStyle from _layout.
|
5 年前 |
xingwei.zhu
|
84608bf5
|
fix magic numbers
|
5 年前 |
Yuncong Zhang
|
b306394c
|
Allocate all glyph positions from the start.
|
5 年前 |
xingwei.zhu
|
77e2eaf5
|
fix unnecessary logic
|
5 年前 |
Yuncong Zhang
|
5c000c75
|
Remove paintRecords array, and add to this._paintRecords directly.
|
5 年前 |
GitHub
|
9d2c4be0
|
Merge pull request #243 from UnityTech/optimizeViewMetricsUpdate
avoid mark viewMetrics dirty in update, which will potentially leads …
|
5 年前 |
xingwei.zhu
|
35606c5d
|
disable allocator debug mode
disable fast shadow
|
5 年前 |
Yuncong Zhang
|
731ec27e
|
Split populateGlyphLines function from computeLineOffset.
|
5 年前 |
GitHub
|
fbc7ffaa
|
Merge pull request #246 from UnityTech/longpressup
Longpressup
|
5 年前 |
xingwei.zhu
|
d5ea7d86
|
textBlobMesh leak fix
|
5 年前 |
Yuncong Zhang
|
1c9b2971
|
Remove computeLineStyleRuns function and lineStyleRuns array.
|
5 年前 |
GitHub
|
37bc51e4
|
Merge pull request #252 from UnityTech/fix_prefab
Change FilterMode.Point to Bilinear.
|
5 年前 |
xingwei.zhu
|
00bdcb03
|
Merge branch 'master' of github.com:UnityTech/UIWidgets into allocator2 (cont.)
# Conflicts:
# Runtime/ui/painting/canvas_impl.cs
# Runtime/ui/painting/txt/mesh_generator.cs
# Runtime/ui/renderer/compositeCanvas/flow/physical_shape_layer.cs
|
5 年前 |
Yuncong Zhang
|
322f8b7a
|
Remove getTextStyle.
|
5 年前 |
Yuncong Zhang
|
2183a70f
|
Change FilterMode.Point to Bilinear.
|
5 年前 |
xingwei.zhu
|
b8e35174
|
Merge branch 'master' of github.com:UnityTech/UIWidgets into allocator2
# Conflicts:
# Runtime/ui/painting/canvas_impl.cs
# Runtime/ui/painting/txt/mesh_generator.cs
# Runtime/ui/renderer/compositeCanvas/flow/physical_shape_layer.cs
|
5 年前 |
Yuncong Zhang
|
2bd06313
|
Let findWords return null if empty.
|
5 年前 |
GitHub
|
fc553c04
|
Merge pull request #251 from UnityTech/docfix
add "Project using UIWidgets" Section to ReadMe file
|
5 年前 |
Yuncong Zhang
|
9e91d96e
|
Fix bug introduced by line style.
|
5 年前 |
xingwei.zhu
|
0adfe5c9
|
add "Project using UIWidgets" Section to ReadMe file
|
5 年前 |
Yuncong Zhang
|
e8a6229e
|
Replace words by array.
|
5 年前 |
GitHub
|
63d38fa9
|
Merge pull request #250 from UnityTech/fix_prefab
Fix prefab issue.
|
5 年前 |
Yuncong Zhang
|
00095cbb
|
Replace linStyleRuns with array.
|
5 年前 |
GitHub
|
ea0aaf04
|
Merge pull request #249 from UnityTech/fix_prefab
Fix open prefab showing nothing problem.
|
5 年前 |
Yuncong Zhang
|
86237131
|
Save glyphPosition.
|
5 年前 |
GitHub
|
986fbeae
|
Merge pull request #248 from IIzzaya/widgets-fork
[Add Widget] stepper
|
5 年前 |
Yuncong Zhang
|
091aedef
|
Cleanup.
|
5 年前 |
iizzaya
|
461f5809
|
[Code Format] stepper
|
5 年前 |
Yuncong Zhang
|
96a4830a
|
Optimize memory alloc of layout, and fix some warnings.
|
5 年前 |
xingwei.zhu
|
0e0e62ed
|
Merge branch 'master' of github.com:UnityTech/UIWidgets into longpressup
|
5 年前 |
iizzaya
|
7127b0cb
|
[Code Format] stepper
|
5 年前 |
Yuncong Zhang
|
f597aadc
|
Optimize PaintRecord offset.
|
5 年前 |
xingwei.zhu
|
5dee2b7a
|
longpressup support
|
5 年前 |
iizzaya
|
928efc84
|
[Add Widget] stepper
|
5 年前 |
Yuncong Zhang
|
4d650f28
|
Improve getBounds().translate()
|
5 年前 |
xingwei.zhu
|
e8375480
|
longpressup support
|
5 年前 |
xingwei.zhu
|
92f447b6
|
avoid mark viewMetrics dirty in update, which will potentially leads to frequent native-calls
|
5 年前 |
GitHub
|
01e11d03
|
Merge pull request #244 from IIzzaya/iizzaya
Code Format in placeholder
|
5 年前 |
Yuncong Zhang
|
3a7ac100
|
Change PaintRecords to array.
|
5 年前 |
Yuncong Zhang
|
f8cfba2f
|
Fix typo.
|
5 年前 |
GitHub
|
dc9ace15
|
Merge pull request #242 from IIzzaya/iizzaya
Add Widget placeholder
|
5 年前 |
Yuncong Zhang
|
6e7b5158
|
Change CodeUnitRun.positions to array (GlyphPosition[]).
|
5 年前 |
iizzaya
|
0e20f186
|
Code Format in placeholder
|
5 年前 |