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

7173 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
e2710feedb fix(scoll) lv_obj_get_scroll_bottom if there is no children 2021-05-21 12:33:58 +02:00
Gabor Kiss-Vamosi
bb066f2f72 fix(example) lv_example_roller_3 2021-05-21 11:31:06 +02:00
Gabor Kiss-Vamosi
33ab14568a fix(text) fix handling LV_TEXT_ALIGN_AUTO 2021-05-21 11:30:42 +02:00
Gabor Kiss-Vamosi
d73e42011d feat make some structs private 2021-05-21 10:58:32 +02:00
Gabor Kiss-Vamosi
46253b1286 docs minor fixes 2021-05-20 22:25:47 +02:00
Gabor Kiss-Vamosi
6f42088dec fix(example) fix meter example 2021-05-20 21:24:59 +02:00
Gabor Kiss-Vamosi
9a1eaea25d docs add meter 2021-05-20 21:12:27 +02:00
Gabor Kiss-Vamosi
32b3988126 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-20 15:53:12 +02:00
Gabor Kiss-Vamosi
058c750ba9 fix(tabview) fix warning 2021-05-20 15:53:06 +02:00
Gabor Kiss-Vamosi
5e9a7e226f fix(btnmatrix) in edot mode go to the last button after the first 2021-05-20 15:52:13 +02:00
Gabor Kiss-Vamosi
52d07408ba
Update library.properties 2021-05-20 15:02:11 +02:00
Gabor Kiss-Vamosi
63c6fa6968
Update library.json 2021-05-20 15:02:04 +02:00
guoweilkd
1241fe144b
rename span interface (#2259)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-20 14:47:46 +02:00
Gabor Kiss-Vamosi
c77ec58af7 fix(flex) fix flex row layout calculation with RTL base direction 2021-05-20 14:44:22 +02:00
Gabor Kiss-Vamosi
42145ec2a9 docs add details to LV_EVENT_HIT_TEST 2021-05-20 14:32:06 +02:00
guoweilkd
e9d82d8336
docs(chart) fix typos (#2263)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-20 14:03:07 +02:00
guoweilkd
fcdca6229f
add fade mask example for roller obj (#2260)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-20 13:43:54 +02:00
Gabor Kiss-Vamosi
94717684b0 docs minor fix 2021-05-20 13:23:26 +02:00
Gabor Kiss-Vamosi
408cddee48 feat(indev) add warning log if the pointer's point is out of the screen 2021-05-20 13:10:29 +02:00
Gabor Kiss-Vamosi
4293f9d921 fix warnings 2021-05-20 12:52:48 +02:00
Gabor Kiss-Vamosi
07fd3d2c96 feat(chart) add rename lv_chart_set_cursor_point to lv_chart_set_cursor_pos and add lv_chart_set_cursor_point to stick the cursor to a point 2021-05-20 12:43:27 +02:00
Gabor Kiss-Vamosi
6c013fe158 revert(example) remove test codes 2021-05-20 12:08:24 +02:00
Gabor Kiss-Vamosi
1386edf2fb fix(bidi) fix tabview, textarea, label, btnmatrix, roller, dropdown with RTL base direction 2021-05-20 12:04:06 +02:00
Gabor Kiss-Vamosi
a63ab1eef1 feat(event) add LV_EVENT_LAYOUT_CHANGED and fix tabview's tab position on resize 2021-05-20 07:41:02 +02:00
Gabor Kiss-Vamosi
b06a1f35f3 fix typo 2021-05-20 07:41:02 +02:00
Gabor Kiss-Vamosi
2f4e8c6a98
chore(build) rerun tests 2021-05-19 22:11:43 +02:00
Gabor Kiss-Vamosi
1fd1db3229 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-19 21:56:49 +02:00
Gabor Kiss-Vamosi
37d0471698 fix(tabview) fix tab position on resize 2021-05-19 21:56:40 +02:00
Gabor Kiss-Vamosi
97282e67bd feat(example) add obj drag example 2021-05-19 21:55:29 +02:00
Themba Dube
9928029a0f chore(docs) force rebuild
Also fix a minor pluralization issue.
2021-05-19 21:55:29 +02:00
Gabor Kiss-Vamosi
a4f8c65f5b Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-19 20:57:14 +02:00
Gabor Kiss-Vamosi
e2a7f559ab feat(bidi) make base dir a style property and rename lv_bidi_dir_t to lv_base_dir_t 2021-05-19 20:55:44 +02:00
Themba Dube
a3e857c2cf chore(docs) force rebuild
Also fix a minor pluralization issue.
2021-05-19 09:56:08 -04:00
Gabor Kiss-Vamosi
5f0fe3a22c fix(roller) make lv_roller_set_visible_row_count consider border width 2021-05-19 15:51:30 +02:00
Gabor Kiss-Vamosi
1a3f4d6b9c fix(scroll) consider border width when determining the horizontal scroll size too 2021-05-19 15:50:46 +02:00
Gabor Kiss-Vamosi
b634a63963 fix(textarea, spinbox) fix cursor position and size 2021-05-19 15:29:28 +02:00
Gabor Kiss-Vamosi
7bd449fd59 fix(tileview) fix position of tiles 2021-05-19 15:29:28 +02:00
Themba Dube
30f89f1ce7 Merge branch 'master' of github.com:littlevgl/lvgl 2021-05-19 09:07:35 -04:00
Themba Dube
e65a36fcf4 chore(docs) remove unused code 2021-05-19 09:05:05 -04:00
Gabor Kiss-Vamosi
46f017c29c Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-19 15:04:14 +02:00
Gabor Kiss-Vamosi
31d23c38fb fix(include) add lv_draw.h to lvgl.h 2021-05-19 15:03:58 +02:00
Themba Dube
b34b520885 chore(docs) use relative version path for examples 2021-05-19 08:54:05 -04:00
Gabor Kiss-Vamosi
a77fbc574d docs update some widgets' docs to v8 2021-05-19 13:51:32 +02:00
guoweilkd
32d742cf52
fix encoded letter bug (#2252)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-19 13:27:09 +02:00
embeddedt
3b9f01766e
chore(stale) adjust issue closure timeouts 2021-05-18 10:07:42 -04:00
guoweilkd
fb0979cbc1
docs(timer) fix typos (#2261)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-18 16:02:52 +02:00
Gabor Kiss-Vamosi
8155712687 fix(example) fix artifacts when the fist point is clicked in lv_example_chart_4 2021-05-18 15:50:56 +02:00
Gabor Kiss-Vamosi
973c36b514 fix warning 2021-05-18 15:42:23 +02:00
Gabor Kiss-Vamosi
1c748cda2d fix(tabview) handle size changes 2021-05-18 15:40:41 +02:00
Gabor Kiss-Vamosi
643b6f52f0 docs add docs for some extra widgets 2021-05-18 14:25:17 +02:00