xaowang96
ab7e0eb2b6
fix(disp) fix memory leak in lv_disp_remove ( #2355 )
...
Co-authored-by: wangxuedong <wangxuedong@xiaomi.com>
2021-07-07 13:05:12 +02:00
embeddedt
e53aa82658
Create .codecov.yml
2021-07-06 08:57:02 -04:00
Gabor Kiss-Vamosi
e3024032dc
fix warnigs introduced by 3fb8baf5
2021-07-06 13:55:16 +02:00
Gabor Kiss-Vamosi
3fb8baf503
fix(widgets) use lv_obj_class for all the widgets
...
Related to #2346
2021-07-06 13:52:12 +02:00
Gabor Kiss-Vamosi
b06393747f
fix(obj) move clean ups from lv_obj_del to lv_obj_destructor
2021-07-06 13:52:12 +02:00
wreyford
45eda2f664
Update win.md ( #2352 )
...
In the paragraph **Title and buttons**
should be lv_add_btn and not lv_add_btn_right
And in the prargraph **Events**
should also be lv_add_btn
2021-07-06 12:20:18 +02:00
Themba Dube
4fff99da1d
feat(tests) upload coverage to codecov
2021-07-05 13:58:46 -04:00
Gabor Kiss-Vamosi
6bc40f8c44
fix(roller) fix partial redraw of the selected area
2021-07-05 15:44:40 +02:00
Gabor Kiss-Vamosi
01d1c873e1
fix(roller) adjust the size of the selected area correctly
...
fixes #2340
2021-07-05 14:12:58 +02:00
guoweilkd
a8aadb3fcd
fix(lv_obj.h)typos ( #2350 )
...
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-07-05 11:47:35 +02:00
Uli Raich
082244b467
feat(examples) added MP version of second tabview example ( #2347 )
2021-07-03 11:22:50 -04:00
guoweilkd
93e40c71ec
fix(obj) delete useless type conversion ( #2343 )
...
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-07-02 14:35:47 -04:00
guoweilkd
21d28a6bc9
fix(lv_obj_scroll.h) typos ( #2345 )
...
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-07-02 14:35:17 -04:00
embeddedt
b1589326d4
fix(scroll) fire LV_EVENT_SCROLL_BEGIN in the same spot for both axes
2021-07-02 10:43:34 -04:00
Gabor Kiss-Vamosi
ebb9ce913e
perf(obj) remove lv_obj_get_child_cnt from cycle limit checks
2021-07-01 21:49:04 +02:00
Gabor Kiss-Vamosi
90438603ad
fix(test) do not including anything in test files when not running tests
2021-07-01 21:14:00 +02:00
Gabor Kiss-Vamosi
77cedfa08f
fix(btnmatrix) fix button invalidation on focus change
2021-07-01 16:58:24 +02:00
Gabor Kiss-Vamosi
60d9a5e493
fix(textarea) style update in oneline mode + improve sroll to cursor
...
fixes : #2335
2021-07-01 15:33:50 +02:00
Amir Gonnen
4114dc30e8
fix(examples) fix MicroPython examples and run the examples with CI ( #2339 )
...
* Fixes to micropython examples
Added missing images and fonts under 'assets'. Since .bin is in gitignore, renamed fonts to .fnt
* Update build_micropython workflow
Build the unix port dev variant and run tests.
See: https://github.com/lvgl/lv_binding_micropython/issues/151
2021-07-01 14:37:57 +02:00
Gabor Kiss-Vamosi
3668e54f06
docs(contributing) add commit message format section
2021-07-01 14:36:01 +02:00
Gabor Kiss-Vamosi
c9745b9c4e
fix(tlsf) do not use <assert.h>
...
fixes : #2341
2021-07-01 14:20:56 +02:00
Gabor Kiss-Vamosi
6e83d378e9
docs(keyboard) change LV_KEYBOARD_MODE_NUM
to LV_KEYBOARD_MODE_NUMBER
...
Fixes https://forum.lvgl.io/t/error-in-master-branch-documentation-for-lv-keyboard/6072/1
2021-07-01 14:12:57 +02:00
Amir Gonnen
fe4afe8ef2
fix(examples) align with renamed Micropython APIs ( #2338 )
...
Align examples with renames on https://github.com/lvgl/lv_binding_micropython/issues/157
2021-06-29 17:03:07 -04:00
Gabor Kiss-Vamosi
fcd4aa3924
feat(led) send LV_EVENT_DRAW_PART_BEGIN/END
...
fixes
https://forum.lvgl.io/t/how-to-change-the-border-color-of-led-object-in-lvgl-v8/5996
https://forum.lvgl.io/t/set-border-color-of-led-object/5986
2021-06-28 15:33:05 +02:00
Gabor Kiss-Vamosi
a38fcf2c7a
Update ROADMAP.md
2021-06-28 15:16:20 +02:00
Gabor Kiss-Vamosi
2b1ae3c107
Update ROADMAP.md
2021-06-28 15:03:12 +02:00
Gabor Kiss-Vamosi
7e49f48894
fix(imgbtn) consider width==LV_SIZE_CONTENT if only mid. img is set
...
fixes #2305
2021-06-28 13:48:45 +02:00
Gabor Kiss-Vamosi
36b9db38b7
fix tests
2021-06-28 11:13:34 +02:00
Gabor Kiss-Vamosi
449952e3b7
fix tests
2021-06-28 11:08:46 +02:00
Gabor Kiss-Vamosi
227402a81a
make test run on mseter and release/v8.*
2021-06-28 11:02:48 +02:00
Gabor Kiss-Vamosi
eb70e2b37a
Merge branch 'feat/test-unity'
2021-06-28 11:01:42 +02:00
Gabor Kiss-Vamosi
1640b7fe08
Merge branch 'master' of https://github.com/lvgl/lvgl
2021-06-25 15:32:07 +02:00
Gabor Kiss-Vamosi
65673c0e15
docs(textarea) clarify the use of text selection bg_color
2021-06-25 15:31:57 +02:00
Gabor Kiss-Vamosi
e0ae2aa106
feat(chart) send LV_EVENT_DRAW_PART_BEGIN/END before/after the division line drawing section.
...
See https://forum.lvgl.io/t/how-to-add-minor-division-lines-to-a-chart/5366/15
2021-06-25 13:51:09 +02:00
embeddedt
255f7294d3
docs(keyboard) add note regarding event handler
2021-06-23 17:32:41 -04:00
Gabor Kiss-Vamosi
c38cae22fb
test fix CI build error
2021-06-23 23:04:12 +02:00
Gabor Kiss-Vamosi
845c4080f5
Merge branch 'master' into feat/test-unity
2021-06-23 22:20:00 +02:00
Gabor Kiss-Vamosi
61cda59cbe
test fix build error
2021-06-23 22:19:51 +02:00
Gabor Kiss-Vamosi
a3898b931e
test update CI for the new tests
2021-06-23 22:13:15 +02:00
Gabor Kiss-Vamosi
e66b935061
fix(dropdown) forget the selected option on encoder longpress
2021-06-23 21:53:16 +02:00
Gabor Kiss-Vamosi
4143b804c8
test(dropdown) add tess for keypad and encoder
2021-06-23 21:51:52 +02:00
Gabor Kiss-Vamosi
e536bb6325
test add keypad and encoder emulators
2021-06-23 21:51:14 +02:00
Gabor Kiss-Vamosi
2ba810b8de
tests add mosue emulator
2021-06-23 15:51:30 +02:00
Gabor Kiss-Vamosi
b765643e49
tests add README
2021-06-23 15:51:12 +02:00
Gabor Kiss-Vamosi
3672f87332
test move more source files to src folder
2021-06-23 13:23:47 +02:00
Gabor Kiss-Vamosi
ad04307d3f
Merge branch 'master' into feat/test-unity
2021-06-23 12:51:26 +02:00
Gabor Kiss-Vamosi
2df12827dd
fix(refr) reduce the nesting level in lv_refr_area
2021-06-22 20:39:47 +02:00
guoweilkd
973a4e08d5
fix(txt) enhance the function of break_chars ( #2327 )
...
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-06-22 14:42:39 +02:00
Gabor Kiss-Vamosi
13ed195354
Merge pull request #2313 from NXPmicro/nxp_pxp_vglite_v8-dev
...
Nxp pxp vglite v8 dev
2021-06-22 11:50:28 +02:00
Gabor Kiss-Vamosi
5bd82b038b
fix(flex) fix layout update and invalidation issues
2021-06-22 11:08:33 +02:00