awtk/src
2018-10-26 11:47:48 +08:00
..
base improve edit(fix crash and support right align) 2018-10-26 11:19:32 +08:00
blend improve blend and support line_length(also called stride/pitch) 2018-10-24 15:39:19 +08:00
ext_widgets format code 2018-10-25 14:59:29 +08:00
font_loader rework font loader 2018-10-19 18:10:58 +08:00
image_loader improve blend and support line_length(also called stride/pitch) 2018-10-24 15:39:19 +08:00
input_engines port gpinyin to arm 2018-06-24 18:03:28 +08:00
input_methods rename widget->style_name to style 2018-10-21 07:59:13 +08:00
lcd refactoring and fix fill rect with global alpha 2018-10-26 11:47:48 +08:00
main_loop improve listview and format code 2018-10-18 17:15:18 +08:00
misc rework WITH_G2D 2018-09-12 15:39:59 +08:00
platforms fix mutex bug 2018-10-18 11:31:43 +08:00
ui_loader fix ui_loader_xml 2018-10-08 16:33:32 +08:00
vgcanvas update assets 2018-10-26 07:25:22 +08:00
widget_animators improve widget animator 2018-10-23 15:08:08 +08:00
window_animators improve blend and support line_length(also called stride/pitch) 2018-10-24 15:39:19 +08:00
xml rename some file related functions and update resource 2018-08-26 07:14:32 +08:00
awtk.c rename widget->style_name to style 2018-10-21 07:59:13 +08:00
awtk.h rename resource to assets 2018-08-24 07:45:37 +08:00
README.md add doc 2018-10-18 10:04:22 +08:00
SConscript rework font loader 2018-10-19 18:10:58 +08:00

目录介绍

  • base 核心库、基本控件和接口。
  • blend 图片渲染函数。
  • lcd LCD的各种实现。
  • font 字体的各种实现。
  • misc C++支持等。
  • xml XML解析器。
  • widget_animators 控件动画实现。
  • ext_widgets 扩展控件。
  • main_loop 主循环的各种实现。
  • window_animators 窗口动画的实现。
  • image_loader 加载的各种实现。
  • platforms 平台相关的函数。
  • input_engines 输入法引擎的各种实现。
  • ui_loader 从界面描述数据创建窗口。
  • vgcanvas 矢量图画布。