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

6923 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
ca01593561 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-18 11:20:32 +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
76fe4148b5 docs update CHANGELOG, CONTRIBUTING and ROADMAP 2021-05-18 11:07:01 +02:00
guoweilkd
6e8b769d2c
docs(scroll) fix small problem (#2257)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-17 22:35:10 -04:00
embeddedt
76d5d468b9
chore(issues) allow dispatching issue closer 2021-05-17 18:56:32 -04:00
embeddedt
f4bb6eadf5
Create close_old_issues.yml 2021-05-17 18:40:00 -04:00
embeddedt
e22a201369
Delete stale.yml
It has been extremely unreliable over the last few months.
2021-05-17 18:37:16 -04: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
9d3d24202c fix(example) fix sending LV_EVENT_READY in lv_example_textarea_1 2021-05-17 20:17:11 +02:00
Gabor Kiss-Vamosi
ab8c1ce2e2 docs fix links 2021-05-17 16:30:34 +02:00
Gabor Kiss-Vamosi
c65dad1f93 docs fix links 2021-05-17 16:27:37 +02:00
Gabor Kiss-Vamosi
f97f87fdcd docs link fixes 2021-05-17 16:17:20 +02:00
Gabor Kiss-Vamosi
103311192c Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-17 15:38:49 +02:00
Gabor Kiss-Vamosi
2972433a45 minor fixes 2021-05-17 15:38:42 +02:00
Gabor Kiss-Vamosi
5ca2481aa2 dics add calendar, chart, colorpicker 2021-05-17 15:37:35 +02:00
Gabor Kiss-Vamosi
7d26d10c3b docs add flex and grid layout 2021-05-17 15:37:06 +02:00
embeddedt
77c61aa297
chore(docs) ensure requirements.txt is hashed in workflow 2021-05-15 16:08:55 -04:00
Gabor Kiss-Vamosi
26366ad279 docs(style) fix typos 2021-05-15 21:12:06 +02:00
Gabor Kiss-Vamosi
a9275f53f3 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-15 20:03:08 +02:00
Gabor Kiss-Vamosi
20f76a1e16 docs minor fixes 2021-05-15 20:02:56 +02:00
Themba Dube
a6086edfc0 chore(docs) upgrade to Sphinx 4 and use requirements.txt 2021-05-14 20:25:40 -04:00
Themba Dube
0ba2e25626 chore(docs) fix version selector 2021-05-14 20:15:25 -04:00
Gabor Kiss-Vamosi
f95b72de3a
chore(docs) force rebuilding of the docs 2021-05-15 01:11:51 +02:00
Gabor Kiss-Vamosi
d85703b274 docs include ROADMAP.md and CHANGELOG.md 2021-05-15 01:10:19 +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
abe04e98d3 docs add style props 2021-05-14 15:37:35 +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
acc00e320b chore(docs) force another rebuild
Testing that an 8.0 docs update doesn't remove 7.11 docs.
2021-05-13 13:39:55 -04:00
Themba Dube
10278b4680 fix(span) update to new API 2021-05-13 13:17:05 -04:00
Gabor Kiss-Vamosi
addf05da8b docs update drawing 2021-05-13 19:15:29 +02: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
e3425188f5 docs fix example paths 2021-05-13 16:13:47 +02:00
Gabor Kiss-Vamosi
3fc03658ed fix build error 2021-05-13 16:10:17 +02:00
Gabor Kiss-Vamosi
47de5e1eda docs fix link to examples 2021-05-13 16:04:49 +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
1ed42a937f docs finish the the core widgets 2021-05-13 15:39:26 +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