Skip to content

LCUI 1.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@lc-soft lc-soft released this 19 Mar 14:10
· 668 commits to develop since this release

Bug Fixes

  • some memory leak bugs (#135) (9995b23)
  • gui: widget auto size computation bug (095f4b8)
  • renderer: incorrect widget content rectangle computation (#122,#123) (0f81863)
  • renderer: widget content overflow (#144) (2a923a6)
  • thread: memory leak bug when running test (402bc03)
  • widget: scrollbar did not cancel the event bubbling (#145) (7dd60ac)
  • widget: Scrollbar_BindBox() not working after scrollbar initialize (196f47c)
  • widget: Widget_GetOffset() result does not include padding spacing (0a893f4)
  • widget-event: the touch point coordinate are not been converted (a40eda2)
  • worker: worker did not enter the blocked state (#134) (8dae96f)

Features

  • css: add parsing support for "border-left: 0;" (30de5b8)
  • timer: add LCUITimer_SetTimeout() and LCUITimer_SetInterval() (f032f6f)
  • widget-event: add "link" event, rename "remove" event to "unlink" (8c1d105)

Performance Improvements

  • widget: rename scrollbar widget attributes (d397914)

中文版(Chinese Version)

问题修复

  • 一些内存泄露问题 (#135) (9995b23)
  • gui: 部件大小计算错误 (095f4b8)
  • renderer: 部件内容区域计算错误 (#122,#123) (0f81863)
  • renderer: 部件内容溢出 (#144) (2a923a6)
  • thread: 线程在退出后未释放之前申请的内存资源 (402bc03)
  • widget: 滚动条未取消事件冒泡 (#145) (7dd60ac)
  • widget: Scrollbar_BindBox() 在滚动条初始化后未能正常工作 (196f47c)
  • widget: Widget_GetOffset() 返回的结果未包含内间距 (0a893f4)
  • widget-event: 部件触控事件中的触点坐标未根据全局缩放比例进行转换 (a40eda2)
  • worker: 工作线程获取新任务前未进入阻塞状态 (#134) (8dae96f)

新特性

  • css: 添加支持解析 "border-left: 0;" (30de5b8)
  • timer: 添加更具语义的 LCUITimer_SetTimeout() 和 LCUITimer_SetInterval() (f032f6f)
  • widget-event: 添加 "link" 事件, 重命名 "remove" 事件为 "unlink" (8c1d105)

改进

  • widget: 重命名滚动条的属性名称和 CSS 选择符 (d397914)