1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

6867 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
08a1b04fdf feat(style) add user_data paramter to lv_style_transition_dsc_init 2021-05-12 12:57:12 +02:00
Gabor Kiss-Vamosi
75d1c05a23 feat(event) add lv_event_get_indev/clip_area/draw_part_dsc 2021-05-12 12:49:32 +02:00
Gabor Kiss-Vamosi
1b38632b6f refactor(obj draw)rename lv_obj_draw_dsc_t to lv_obj_draw_part_dsc_t 2021-05-12 12:48:38 +02:00
Gabor Kiss-Vamosi
bdffb2c932 fix(example) fix lv_example_chart_5 2021-05-11 19:53:47 +02:00
Gabor Kiss-Vamosi
f0dd603dbd docs update some widgets to v8 2021-05-11 19:44:52 +02:00
Gabor Kiss-Vamosi
96ef55273d fix(example) reconvert the images to add alpha channel 2021-05-11 17:43:14 +02:00
Gabor Kiss-Vamosi
125aec59ec fix(tabview) make focusing more visible 2021-05-11 17:23:54 +02:00
Gabor Kiss-Vamosi
fb97895746 fix(switch) add LV_OBJ_FLAG_SCROLL_ON_FOCUS 2021-05-11 17:23:54 +02:00
Gabor Kiss-Vamosi
dfe56c856a fix(indev) use lv_dir_t instead of lv_indev_scroll_dir_t and lv_gesture_dir_t 2021-05-11 17:23:50 +02:00
Gabor Kiss-Vamosi
5f44ff412a fix(calendar) fix the width of calendar headers 2021-05-11 16:13:39 +02:00
Gabor Kiss-Vamosi
779a4aab3c docs(coords) update the box model 2021-05-11 16:04:54 +02:00
Gabor Kiss-Vamosi
faa86280ab fix(coords) do not recalclate the pos. and size in lv_obj_set_x/y/width/height/... 2021-05-11 16:04:31 +02:00
Gabor Kiss-Vamosi
1899fdff8f fix(example) fix focusing in lv_example_textarea_2
related to https://github.com/lvgl/lvgl/issues/2249
2021-05-11 13:18:30 +02:00
Gabor Kiss-Vamosi
71fd3e68a2 fix(example) add textarea event to lv_example_textarea_1
related to https://github.com/lvgl/lvgl/issues/2248
2021-05-11 13:13:01 +02:00
Gabor Kiss-Vamosi
a46f20de91 feat(obj_class) separate lv_obj_class_create_obj into lv_obj_class_create_obj and lv_obj_class_init_obj
It allows using the new object reference somewhere before initializing it. Usuful for the Micropython binding.
2021-05-11 13:05:42 +02:00
Gabor Kiss-Vamosi
21a1dca21e fix(animing) use array definition in the function argument
related to: https://github.com/lvgl/lvgl/issues/1763#issuecomment-838235880
2021-05-11 12:38:57 +02:00
Gabor Kiss-Vamosi
e9388c1aa0 feat(coords) follow CCS border-box model 2021-05-11 12:35:35 +02:00
Gabor Kiss-Vamosi
ee14b00398 fix(slider) do not set the height manually in constructor to let the theme overwrite it 2021-05-11 10:17:21 +02:00
Gabor Kiss-Vamosi
bd741aa783 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-11 10:07:12 +02:00
Gabor Kiss-Vamosi
617d94ceff fix(btnmatrix) fix incorrect array indexing 2021-05-11 10:06:43 +02:00
Themba Dube
b6a328363d chore(docs) add support for release/v8 branch when it's created 2021-05-10 14:59:32 -04:00
Gabor Kiss-Vamosi
b3df023ebb Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-10 09:58:46 +02:00
Gabor Kiss-Vamosi
3b8480b605 fix(anim) fix calling start_cb twice 2021-05-10 09:58:38 +02:00
Gabor Kiss-Vamosi
f73e813562 minor fixes 2021-05-10 09:53:04 +02:00
Gabor Kiss-Vamosi
bad4450795 docs(roller) update to v8 2021-05-10 09:52:54 +02:00
embeddedt
918db23840
chore(docs) specify concurrency at job level 2021-05-08 20:34:16 -04:00
guoweilkd
241a0bead8
docs(coords) fix spelling errors (#2244)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-08 09:15:51 -04:00
Themba Dube
ac414cbb23 Merge branch 'master' of github.com:littlevgl/lvgl 2021-05-07 16:56:03 -04:00
Gabor Kiss-Vamosi
182ac21613 fix(example) minor fixes 2021-05-07 21:54:43 +02:00
Gabor Kiss-Vamosi
b8557f2432 fix(dropdown) fix list width calculation 2021-05-07 21:53:45 +02:00
Themba Dube
2c886537e9 chore(docs) specify concurrency to avoid potential race condition 2021-05-07 15:46:31 -04:00
Gabor Kiss-Vamosi
327da8a5cd Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-07 21:23:22 +02:00
Gabor Kiss-Vamosi
f5c70a06db docs(examples) fix some examples 2021-05-07 21:23:09 +02:00
Themba Dube
86af86613b chore(docs) improve PDF sidebar and pin dependencies 2021-05-07 13:02:17 -04:00
Themba Dube
ae27c592dd chore(docs) add another missing dependency 2021-05-07 12:46:06 -04:00
Themba Dube
2746e8ea2a chore(docs) add latexmk to dependencies and cache examples 2021-05-07 12:40:58 -04:00
Themba Dube
677c19a895 chore(docs) replace makeindex with texlive-binaries package 2021-05-07 12:34:43 -04:00
Themba Dube
5a5d469e23 chore(docs) fix latex build 2021-05-07 12:31:39 -04:00
Themba Dube
e44c19946c chore(docs) add missed makeindex step 2021-05-07 11:33:37 -04:00
Themba Dube
d8baf19b3d chore(docs) run makeindex before xelatex 2021-05-07 11:29:16 -04:00
Gabor Kiss-Vamosi
77b098db9d feat(log) add the elapsed time sine the last log in the message 2021-05-07 15:28:40 +02:00
Gabor Kiss-Vamosi
3b7bbddb09 fix(animimg) fix flickering and build error 2021-05-07 15:27:55 +02:00
Gabor Kiss-Vamosi
99177baf3f Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-07 15:04:08 +02:00
ZhaoQiang-b45475
8f083a34fa
Extra: widgets: add a new widget animation image (#2167)
* Extra: widgets: add a new widget animation image

This widget is a combination of img and animation,
could achieve animation effects by
constantly switching a series imgs.

Signed-off-by: Qiang Zhao <qiang.zhao@nxp.com>
Signed-off-by: Hui Song <hui.song_1@nxp.com>
Signed-off-by: Xiaolin He <xiaolin.he@nxp.com>

* example: add animimg example

Signed-off-by: Qiang Zhao <qiang.zhao@nxp.com>
2021-05-07 14:50:48 +02:00
Gabor Kiss-Vamosi
e0b08d64f0 fix(chart) fix drawing the first and last division lines 2021-05-07 14:08:24 +02:00
Gabor Kiss-Vamosi
684db9b3e7 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-07 13:41:52 +02:00
Gabor Kiss-Vamosi
9c7af6c321 fix(arc) minor fixes and example updates 2021-05-07 13:33:53 +02:00
Gabor Kiss-Vamosi
c9c3e22449 fix(textarea) be sure the cursor position is refreshed on creation 2021-05-07 12:27:56 +02:00
Gabor Kiss-Vamosi
9ab0a09fd2 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-06 20:11:52 +02:00
Gabor Kiss-Vamosi
bd361597ef fix(dropdown) fix list height 2021-05-06 20:11:35 +02:00