aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* feat(obj): add lv_obj_null_on_delete (#6599)HEADmasterLiam2024-08-13
|
* fix(refr): reshape using draw_buf stride (#6567)Lemon2024-08-13
| | | | | Signed-off-by: liujp <liujp@xiaomi.com> Co-authored-by: liujp <liujp@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* feat(indev): add long press time setter (#6664)Antoine Villeret2024-08-13
|
* fix(arc): add missing private include (#6648)Pavi922024-08-12
| | | Co-authored-by: liamHowatt <liamjmh0@gmail.com>
* chore(tiny_ttf): fix docstring on each API (#6514)Benign X2024-08-12
| | | Co-authored-by: PGNetHun <gabor.p1983@gmail.com>
* fix(docbuild): Doxygen warnings from format errors (part 2 of 2) (#6653)Victor Wheeler2024-08-12
|
* fix(docbuild): Doxygen warnings from format errors (part 1 of 2) (#6652)Victor Wheeler2024-08-12
| | | Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* fix(API): keep ime struct lv_pinyin_dict_t public (#6645)Liu Yi2024-08-08
| | | Signed-off-by: lhdjply <lhdjply@126.com>
* chore(text): update ISO8859-1 text functions' docstring (#6590)Benign X2024-08-08
|
* fix(draw_sw): fix swapped 90/270 rotation in case of RGB888 (#6642)Gabor Kiss-Vamosi2024-08-07
|
* fix(docs): fix Doxygen warnings caused by format errors (#6584)Victor Wheeler2024-08-07
|
* fix(freetype): fix outline font being cropped (#6639)VIFEX2024-08-06
| | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
* chore(api_map_v8): API for adapting imagebutton for version V8 (#6641)Liu Yi2024-08-05
| | | Signed-off-by: lhdjply <lhdjply@126.com>
* fix(refr): NOT draw if scale is 0pengyiqiang2024-08-05
| | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
* fix(image): image inner align name should not conflict with obj's alignNeo Xu2024-08-05
| | | | | | | If the name conflicts with base class property name, the property is overridden. This is the property's feature. The image inner align name is update to 'inner_align'. Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* fix(property): support user added property indexNeo Xu2024-08-05
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* feat(dropdown): add propertiesNeo Xu2024-08-05
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* feat(roller): add propertiesNeo Xu2024-08-05
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* feat(textarea): add propertiesNeo Xu2024-08-05
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* feat(keyboard): add propertiesNeo Xu2024-08-05
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* feat(property): add boolean type supportNeo Xu2024-08-05
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* perf(vg_lite): use DST_IN blending mode to improve rounded corner cropping ↵VIFEX2024-08-04
| | | | | | performance (#6623) Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
* fix(API): keep font struct lv_font_fmt_txt_kern_pair_t public (#6625)Liam2024-08-03
|
* refactor(API): don't expose private symbols in lvgl.h. phase-out "_lv*" ↵Liam2024-08-02
| | | | | names (#6068) Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* feat(os): use recursive mutex by default (#6573)Gabor Kiss-Vamosi2024-08-02
|
* docs(msgbox): update to reflect latest (#6603)Liam2024-08-02
|
* fix(nxp/vglite): fix stride calculation (#6613)cristian-stoica2024-08-02
| | | | | | | | | Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com> Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com> Signed-off-by: Neo Xu Signed-off-by: Cristian Stoica Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com> Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com> Co-authored-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
* fix(vector): fix vector graphic draw test case for amd64 (#6616)Zhang Ji Peng2024-08-01
| | | | Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com> Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
* fix(osal): initialize Windows thread sync correctly (#6604)Liam2024-08-01
|
* fix(tiny_ttf): fix no cache and formatting cleanup (#6568)Visa Harvey2024-08-01
|
* feat(label): add property (#6575)Neo Xu2024-08-01
| | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* fix(vg_lite): remove pattern_color from label drawing (#6605)VIFEX2024-08-01
| | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
* fix(display): delete previous screen instead of current (#6494)Lorenzo Arena2024-07-31
|
* feat(libpng): add parsing variable to libpng (#6553)Liu Yi2024-07-29
| | | Signed-off-by: lhdjply <lhdjply@126.com>
* fix(docbuild): `@file` command arg mismatches (#6582)Vic2024-07-29
|
* feat(nuttx): malloc second FB if driver only has one (#6580)VIFEX2024-07-26
| | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
* perf(array): optimize array remove / erase function performance (#6544)Zhang Ji Peng2024-07-26
| | | | Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com> Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
* fix(kconfig): Do not set LV_CONF_SKIP by default (#6562)Fabian Blatz2024-07-26
|
* fix(property): fix style property (#6552)Neo Xu2024-07-26
| | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* fix(draw_buf): handle negative coordinates on the area to clear (#6510)Gabor Kiss-Vamosi2024-07-26
|
* feat(draw): add global matrix drawing modes (#4883)VIFEX2024-07-25
| | | | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Signed-off-by: wangxuedong <wangxuedong@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: wangxuedong <wangxuedong@xiaomi.com>
* feat(drivers): initial implementation of a QNX screen driver (#6507)elahav2024-07-25
| | | Co-authored-by: Elad Lahav <elahav@qnx.com>
* fix(draw_sw): do not recalculate target buffer stride (#6530)cristian-stoica2024-07-25
| | | Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
* fix(theme): make the text styles work on the INDICATOR's DEFAULT state (#6521)Gabor Kiss-Vamosi2024-07-24
|
* feat(nxp/pxp): add Zephyr Support (#6298)Fabian Blatz2024-07-24
|
* perf(vg_lite): add stroke path cache to improve drawing performance (#6502)VIFEX2024-07-24
| | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
* feat(obj): add more obj properties (#6537)Neo Xu2024-07-24
| | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
* fix(obj): avoid to init NULL objSPeak2024-07-24
| | | | | | See #6541 Signed-off-by: Sunrisepeak <speakshen@163.com>
* feat(image_decoder): refactor image decoder to reduce file operation on get_infoBenign X2024-07-22
|
* refactor(image_decoder): refactor get_info so that it can pass params via dscBenign X2024-07-22
|