Skip to content

LCUI 2.1.0

Compare
Choose a tag to compare
@lc-soft lc-soft released this 05 Jul 15:04
· 277 commits to develop since this release

Changelog

Bug Fixes

  • wasm-ld: error: duplicate symbol: self (2b0424c)
  • display: rect_array is not freed (224c433)
  • gui: invalid area are not added after the widget is destroyed (8e1f136)
  • gui: segmention fault in TextView_SetTextW() (a10df88), closes #195
  • ime: segmentation fault when set caret (0b644e1)
  • linux: segmentation fault on draw window with minimal size (#200) (#201) (fa23f89)
  • mainloop: move out paint event trigger from openmp parallel loop (#204) (#205) (6978f46)

Features

更新日志

问题修复

  • wasm-ld: error: duplicate symbol: self (2b0424c)
  • display: rect_array 未被释放 (224c433)
  • gui: 部件销毁后未标记无效区域 (8e1f136)
  • gui: TextView_SetTextW() 段错误 (#195) (a10df88)
  • ime: 设置输入框文本光标时段错误 (0b644e1)
  • linux: 在窗口处于最小尺寸时渲染会出现段错误 (#200) (#201) (fa23f89)
  • mainloop: 将事件触发器从 OpenMP 并行循环中移出以解决主线程阻塞问题 (#204) (#205) (6978f46)

新功能