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

7332 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
431156e5e7 fix(chart) consider border width in division line position calculation 2021-05-24 13:56:22 +02:00
Gabor Kiss-Vamosi
75e1950320 feat make a lot of structures private 2021-05-24 13:33:59 +02:00
Gabor Kiss-Vamosi
923dbca934
Update ROADMAP.md 2021-05-23 13:49:14 +02:00
Gabor Kiss-Vamosi
5331fc9fb5 feat make some other structs private 2021-05-23 13:09:58 +02:00
Gabor Kiss-Vamosi
c29221d90f fix warning 2021-05-22 14:40:30 +02:00
Gabor Kiss-Vamosi
12ab12eb94 fix(draw) do not report warnings if the glyph of LV_SYMBOL_DUMMY is not found 2021-05-22 14:35:24 +02:00
Gabor Kiss-Vamosi
6b4dd7c463 fix(mem) disable LV_MEM_ADD_JUNK 2021-05-22 14:34:36 +02:00
Gabor Kiss-Vamosi
73327b9141 revert parts of making some struct static for Microbinding compatibility (d73e4201) 2021-05-22 14:33:26 +02:00
Gabor Kiss-Vamosi
3fa42f4245 fix(table) fix clicking with RTL direction 2021-05-21 12:57:26 +02:00
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