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

6797 Commits

Author SHA1 Message Date
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
Gabor Kiss-Vamosi
14673f6167 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-12 23:15:21 +02:00
Gabor Kiss-Vamosi
eb2d67d238 fix(align) consider the parent's border_width in lv_obj_align_to() 2021-05-12 23:15:13 +02:00
Themba Dube
109a6c2716 Merge branch 'master' of github.com:littlevgl/lvgl 2021-05-12 15:13:00 -04:00
Themba Dube
67dd4e98c7 chore(docs) force rebuild 2021-05-12 15:12:50 -04:00
Gabor Kiss-Vamosi
039ed0baa6 feat(indev) change the prototype of indev read_cb
Instead of returning bool to indicate that there is more data to read
set data->continue_reading = true.
It's less error porne because if the user doesn't set the flag the indev will be read once
which is usually the inteded behaviour.
2021-05-12 14:24:57 +02:00
Gabor Kiss-Vamosi
0117320c30 fix warning 2021-05-12 13:01:32 +02:00
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