Lines Matching +full:- +full:q
9 - Create a [Pull request](https://docs.lvgl.io/8.0/CONTRIBUTING.html#pull-request) with your new co…
10 - Please and follow the [Coding style](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.m…
11 - Add setter/getter functions in pair
12 - Update [lv_conf_template.h](https://github.com/lvgl/lvgl/blob/master/lv_conf_template.h)
13 - Add description in the [docs](https://github.com/lvgl/lvgl/tree/master/docs)
14 - Add [examples](https://github.com/lvgl/lvgl/tree/master/examples)
15 - Update the [changelog](https://github.com/lvgl/lvgl/tree/master/docs/CHANGELOG.md)
16 - Add yourself to the [Contributors](#contributors) section below.
20 - New [Calendar headers](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/calendar)
21 - Color picker with RGB and or HSV bars
22 - Ruler, horizontal or vertical with major and minor ticks and labels
23 - New [List items types](https://github.com/lvgl/lvgl/tree/master/src/extra/widgets/list)
24 - [Preloaders](https://www.google.com/search?q=preloader&sxsrf=ALeKk01ddA4YB0WEgLLN1bZNSm8YER7pkg:1…
25 - Drop-down list with a container to which content can be added
26 - 9 patch button: Similar to [lv_imgbtn](https://docs.lvgl.io/8.0/widgets/extra/imgbtn.html) but 9 …
29 - lv_animimg: @ZhaoQiang-b45475
30 - lv_span: @guoweilkd
31 - lv_menu: @HX2003