127 次代码提交 (976e5f94-39f4-4fc9-a495-c144156a1e24)

作者 SHA1 备注 提交日期
fzhangtj d5a10357 update 6 年前
fzhangtj 298a9754 update 6 年前
fzhangtj 67b248f3 clip 6 年前
fzhangtj d6a34afe text aligment 6 年前
fzhangtj db7e54d8 roundig vertex 6 年前
fzhangtj d1af1013 fix text blur issue 6 年前
fzhangtj caf0bcd5 refine font texture 6 年前
fzhangtj 8e442b7e move mesh generate logic into canvas 6 年前
fzhangtj 1516f165 editable render object 6 年前
fzhangtj 639c9f04 very basic editable text 6 年前
fzhangtj 8de2a7b2 text decoration 6 年前
fzhangtj 65454de6 some fix 6 年前
fzhangtj f708e9e7 fix 6 年前
fzhangtj 504c268e text widget 6 年前
kg 7ce764b9 add icon fonts. 6 年前
fzhangtj b1be917c Merge remote-tracking branch 'origin/master' into text 6 年前
fzhangtj 392445f7 more keyboard edit function 6 年前
fzhangtj 433ebb1c refine text edit 6 年前
fzhangtj 040ae059 fix text perf issue 6 年前
kg c6ad4737 add raster cache. 6 年前
kg 697e1434 merge text branch. 6 年前
kg 4b9239b0 update canvas 6 年前
fzhangtj cb240799 rename namespace 6 年前
kg 6aa80211 format code. use setting repository. 6 年前
fzhangtj bdd92944 update 6 年前
fzhangtj bf51eab3 fix 6 年前
fzhangtj aacfce87 fix 6 年前
xingwei.zhu d8e75c4a code style cleanup (add 2 more rules) 6 年前
fzhangtj 8ee8979a cleanup 6 年前
Yuncong Zhang 990aa141 Implement SplayTree. 6 年前
Yuncong Zhang 6aee322e Code cleanup 6 年前
Yuncong Zhang a3e44048 Code cleanup 6 年前
xingwei.zhu ab8630b2 Merge branch 'master' of gitlab.cds.internal.unity3d.com:upm-packages/ui-widgets/com.unity.uiwidgets into material 6 年前
xingwei.zhu b816afea Merge branch 'master' of gitlab.cds.internal.unity3d.com:upm-packages/ui-widgets/com.unity.uiwidgets into material 6 年前
Yuncong Zhang 7bea6c4c Change double to float. 6 年前
Yuncong Zhang d821002b Remove all (float) and replace Math with Mathf. 6 年前
Yuncong Zhang f15dae0f Fix some mistakes. 6 年前
fzhangtj ded9350d custom font weight & custom font interface change 6 年前
fzhangtj 8dfa86bc text overflow ellipsis 6 年前
fzhangtj bb7f0f99 change some classes in ui namspace to internal 6 年前
fzhangtj 1461d376 fix font size 0 issue & text background 6 年前
fzhangtj d0833e0d letter&word spacing 6 年前
kg a2e4c27c performance improvements... 5 年前
Yuncong Zhang bef756b1 Make doLayout static. 5 年前
Yuncong Zhang 822731d2 Optimize layout. 5 年前
Yuncong Zhang 774a0740 Reorganize. 5 年前
Yuncong Zhang c8dc5075 Skip RequestCharactersInTexture in doLayout. 5 年前
Yuncong Zhang 9bb347f8 Refactor Paragraph.layout. 5 年前
Yuncong Zhang a6fbf22a Optimize. 5 年前
Yuncong Zhang 481140c0 Fix line justification bug. 5 年前
Yuncong Zhang cdf3be2e Refactor. 5 年前
Yuncong Zhang dbda2e5e Refactor. 5 年前
Yuncong Zhang 16c4a06d Optimize. 5 年前
Yuncong Zhang 88cc2fcf Optimize. 5 年前
Yuncong Zhang 6e7b5158 Change CodeUnitRun.positions to array (GlyphPosition[]). 5 年前
Yuncong Zhang 3a7ac100 Change PaintRecords to array. 5 年前
Yuncong Zhang 4d650f28 Improve getBounds().translate() 5 年前
Yuncong Zhang f597aadc Optimize PaintRecord offset. 5 年前
Yuncong Zhang 96a4830a Optimize memory alloc of layout, and fix some warnings. 5 年前
Yuncong Zhang 091aedef Cleanup. 5 年前
Yuncong Zhang 86237131 Save glyphPosition. 5 年前
Yuncong Zhang 00095cbb Replace linStyleRuns with array. 5 年前
Yuncong Zhang e8a6229e Replace words by array. 5 年前
Yuncong Zhang 9e91d96e Fix bug introduced by line style. 5 年前
Yuncong Zhang 2bd06313 Let findWords return null if empty. 5 年前
Yuncong Zhang 322f8b7a Remove getTextStyle. 5 年前
Yuncong Zhang 1c9b2971 Remove computeLineStyleRuns function and lineStyleRuns array. 5 年前
Yuncong Zhang 731ec27e Split populateGlyphLines function from computeLineOffset. 5 年前
Yuncong Zhang 5c000c75 Remove paintRecords array, and add to this._paintRecords directly. 5 年前
Yuncong Zhang b306394c Allocate all glyph positions from the start. 5 年前
Yuncong Zhang b45ec371 Remove getTextStyle from _layout. 5 年前
Yuncong Zhang b772a6ac Fix find word bug. 5 年前
Yuncong Zhang 4dc91c9e Fix bug in findWords. 5 年前
Yuncong Zhang 30d8e229 Remove some attributes of Layout. 5 年前
Yuncong Zhang 052e0678 Make all text blobs share the position buffer. 5 年前
Yuncong Zhang 2939cc54 Change TextBlob positions to float. 5 年前
Yuncong Zhang 3725d303 Fix text align bug introduced by textblob sharing position array. 5 年前
Yuncong Zhang cf00417e Remove some textbuff and replace with direct text. 5 年前
Yuncong Zhang 6464abc0 Implement computeTruncatedCount. 5 年前
Yuncong Zhang 99522026 Use one word buffer for all lines. 5 年前
Yuncong Zhang 9673f184 Make Layout static. 5 年前
Yuncong Zhang b894bcc6 Modify measureText not to use _doLayout. 5 年前
Yuncong Zhang ca9d1b43 Fix some tab issues. 5 年前
Yuncong Zhang 2ce85e15 Remove _doLayout. 5 年前
Yuncong Zhang ec3dbbd0 Combine functions. 5 年前
Yuncong Zhang ce0bc3bd Add comments, remove substring in request character in texture, make 5 年前
Yuncong Zhang 22c0e379 Fix some small issues. 5 年前
Yuncong Zhang ac6132fe Make advances, positions and words global static. 5 年前
Yuncong Zhang 6eddd447 Fix empty paragraph layout issue. 5 年前
Yuncong Zhang f4e6eb77 Make this._glyphLines array. 5 年前
Yuncong Zhang 6c35412d Make this._lineBaseLines and this._lineHeights array. 5 年前
Yuncong Zhang 5dfb5dda Fix line height issue. 5 年前
Yuncong Zhang 97fb2535 Reuse this._lineBaseLines, this._glyphLines and this._lineHeights 5 年前
Yuncong Zhang a91a4f40 Make glyphPosition a member. 5 年前
Yuncong Zhang c515781e [1.5.4] Upgrade decoration image. 5 年前
Yuncong Zhang 92a0cf40 Compute total number of LineStyleRuns in advance. 5 年前
Yuncong Zhang e599751f Make newLinePositions array. 5 年前
Yuncong Zhang 0e24e64c Reuse all lists in linebreaker, remove lineBaseLines. 5 年前
Yuncong Zhang 699aded1 Allocate text blob positions in paragraph. 5 年前
Yuncong Zhang 44455013 Make GlyphPosition.codeUnits int. Remove CodeUnitRuns._positions. 5 年前
Yuncong Zhang 994a537b Remove Glyphline._positions. 5 年前
Yuncong Zhang 396535c6 Use a pool to manage the paragraphs. 5 年前
Yuncong Zhang cf57311a Cache ellipsized text. 5 年前
Yuncong Zhang dedb9d11 Release paragraphs in all places where they are created. 5 年前
Yuncong Zhang d0c40629 Code cleanup. 5 年前
Yuncong Zhang 0069ab04 Remove totalUnitCounts from glyphline. 5 年前
Yuncong Zhang 947151ff Optimize getNextLineStartRect. 5 年前
Yuncong Zhang 39646db9 Fix tab causing text overflow bug. 5 年前
Yuncong Zhang ace4f944 Fix editable trailing space problem. 5 年前
Yuncong Zhang 3bfcc1c3 Cleanup. 5 年前
Yuncong Zhang 11f1d8a3 Fix issues. 5 年前
Yuncong Zhang 1a604c3f Clear paragraph as released. 5 年前
Yuncong dde66879 Fix bug in editable. 5 年前
Yuncong a6fc106e Remove debug line. 5 年前
Yuncong 4405d7ac Merge branch 'master' into hook1.5.4 5 年前
iizzaya 683a12fe [Fix] Gradient Text Support 5 年前
iizzaya 3147bcfd [Fix] Gradient Text 5 年前
xingwei.zhu 55ca454e bug fix 5 年前
Yuncong Zhang 081956e2 Check canvas clipping bounds and record bounds. 5 年前
Yuncong Zhang 9387d1b8 Split SplayTree in separate file. 5 年前
Yuncong Zhang a9fc048f Optimize layout: request character only at begining. 5 年前
Yuncong Zhang d8d389be Fix some issues. 5 年前
Yuncong Zhang cb3d68a8 Fix bug in Paragraph.setText. 5 年前
Yuncong Zhang 58a55809 Fix bug. 5 年前
Yuncong Zhang 3c970c5d Disable filtering draw commands. 5 年前
Kevin Gu 52e20ad9 remove this. 4 年前
siyao a05afa9c update replace ui 4 年前