1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

3609 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
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
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
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
guoweilkd
e9d82d8336
docs(chart) fix typos (#2263)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-20 14:03:07 +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
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
37d0471698 fix(tabview) fix tab position on resize 2021-05-19 21:56:40 +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
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
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
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
Gabor Kiss-Vamosi
33c238b2da fix(event) fix lv_event_set_cover_res 2021-05-18 11:20:28 +02:00
Gabor Kiss-Vamosi
d505429dd8 fix(keyboard) do not deassign the textarea on OK or CANCEL click 2021-05-17 20:22:01 +02:00
Gabor Kiss-Vamosi
2972433a45 minor fixes 2021-05-17 15:38:42 +02:00
Gabor Kiss-Vamosi
650f2fc6fa refactor(obj) rename lv_dpx_obj to lv_obj_dpx 2021-05-15 00:49:49 +02:00
Gabor Kiss-Vamosi
a7cd42d5a3 fix build error 2021-05-15 00:23:16 +02:00
Gabor Kiss-Vamosi
796ca68f2a fix(disp) change lv_dpx_disp and lv_dpx_obj to lv_disp_dpx and lv_obj_dpx forr Micropython compatibility 2021-05-15 00:16:28 +02:00
Gabor Kiss-Vamosi
94a47dc6d9 refactor(event) simplify cover check realted event functions 2021-05-15 00:14:31 +02:00
Gabor Kiss-Vamosi
b7f875aba6 refactor(event) change lv_event_get_ext_draw_size_info to lv_event_set_ext_draw_size for simpler usage 2021-05-14 23:56:34 +02:00
Gabor Kiss-Vamosi
b56e60acef feat(disp) add lv_dpx_disp and lv_dpx_obj 2021-05-14 23:51:33 +02:00
Gabor Kiss-Vamosi
20f7ea0961 fix warning 2021-05-14 15:55:36 +02:00
Gabor Kiss-Vamosi
3c994fb968 add forgotten docs file 2021-05-14 15:53:04 +02:00
Gabor Kiss-Vamosi
9b647dc919 fix(scroll) fix snapping if an object is has LV_OBJ_FLAG_FLOAT 2021-05-14 15:36:33 +02:00
Gabor Kiss-Vamosi
f9ca3900f5 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-13 21:23:20 +02:00
Gabor Kiss-Vamosi
fb654c481b docs update drawing and porting (display, indev) 2021-05-13 21:23:11 +02:00
Themba Dube
10278b4680 fix(span) update to new API 2021-05-13 13:17:05 -04:00
guoweilkd
9fc556a90b
add span widget (#2227)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-13 17:42:33 +02:00
Gabor Kiss-Vamosi
a2a65d48a5 fix(msgbox) fix size settings 2021-05-13 17:27:09 +02:00
Gabor Kiss-Vamosi
052c3c9f3e feat(event) add more event code specific wrappers for lv_event_get_param() 2021-05-13 17:08:49 +02:00
Gabor Kiss-Vamosi
3fc03658ed fix build error 2021-05-13 16:10:17 +02:00
Gabor Kiss-Vamosi
e29c96e975 fix export missing constants and defines to make them available in Micropython binding. 2021-05-13 16:04:32 +02:00
Gabor Kiss-Vamosi
6aa27cc11b refactor(label, text area) rename functions of text_sel to text_selection 2021-05-13 15:39:06 +02:00
Gabor Kiss-Vamosi
4f8e3a38b3 feat(list, win) remove event_cb paramter from *_add_btn() functions
It was difficult to handle in the Micropython binding and the user can add events to the returned button in a more flexible way
2021-05-13 00:42:52 +02:00
Gabor Kiss-Vamosi
3091e44d65 fix(grid, flex) consider border width besides padding to determine the sapce from the sides of the parent 2021-05-13 00:40:40 +02:00