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

5792 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
775f1a59df lv_refr: take opa_scale into account in cover check 2020-09-01 09:38:25 +02:00
github-actions[bot]
1906a623fb
Merge 35ae1a28d40cdec40aeafdc0ccf5ce7acb943aab into dev 2020-09-01 07:27:19 +00:00
Gabor Kiss-Vamosi
35ae1a28d4 fixes in release.py 2020-09-01 09:26:41 +02:00
Gabor Kiss-Vamosi
842eb11448 release.py: add projec update 2020-08-31 19:48:59 +02:00
github-actions[bot]
ca9c36e081
Merge 59769731115f0426c21e6b82d8def157e71ad2d1 into dev 2020-08-31 12:18:35 +00:00
Alex-I-B
5976973111
Proposed fix for roller widget crash when LV_USE_GROUP=0 (#1761)
Removed LV_USE_GROUP guard macro for signals != LV_SIGNAL_CONTROL in signal functions of roller and spinbox to allow signal propagating to ancestors
2020-08-31 14:18:07 +02:00
github-actions[bot]
b7baa01bc1
Merge 91cfb708560515596187723a6c4bf80e7fa9855b into dev 2020-08-31 12:10:04 +00:00
Gabor Kiss-Vamosi
91cfb70856 fix ci 2020-08-31 14:04:23 +02:00
github-actions[bot]
5ee4d14788
Merge 09ce595239935bbf7ceceec2f43369bece39bc3e into dev 2020-08-31 12:03:15 +00:00
Gabor Kiss-Vamosi
09ce595239 fix ci 2020-08-31 14:02:43 +02:00
github-actions[bot]
5d02b27b1f
Merge d4c3567f84781a593e7bc9a1dcfde24bae8951a4 into dev 2020-08-31 12:01:26 +00:00
Gabor Kiss-Vamosi
d4c3567f84 install libpng for test 2020-08-31 14:00:49 +02:00
Gabor Kiss-Vamosi
39bf116e07 fix screenshot testing 2020-08-31 13:58:51 +02:00
Gabor Kiss-Vamosi
10eeeb2490 image cover check: minor reordering for better performance 2020-08-31 13:58:51 +02:00
github-actions[bot]
eb7f0d8eeb
Merge 694d9eff199ab9725b325e752003a72bb911e936 into dev 2020-08-31 09:06:49 +00:00
Gabor Kiss-Vamosi
694d9eff19
Update ROADMAP.md 2020-08-31 11:06:04 +02:00
rockindy
075fe54537
Fix lv_page_glue_obj() interface for lv_binding_micropython. (#1759) 2020-08-31 10:15:42 +02:00
tgillbe
d4e40fce63
Fix position of 0 in special keyboard (#1758) 2020-08-31 10:15:16 +02:00
Gabor Kiss-Vamosi
67d268b3ee gird optimization 2020-08-31 09:33:44 +02:00
Gabor Kiss-Vamosi
03fa6b492c grid fuly works 2020-08-30 20:05:50 +02:00
Gabor Kiss-Vamosi
c801a2cfa2 basic grid working 2020-08-28 18:48:52 +02:00
github-actions[bot]
6e000c97f8
Merge 9b9cd36dc9f43e05bd4ed064c34e0540780fd462 into dev 2020-08-28 14:00:44 +00:00
Gabor Kiss-Vamosi
9b9cd36dc9 fix roller width if selected text is larger than the normal 2020-08-28 16:00:04 +02:00
rabbitsaviola
8df8700bed
Add async gpu wait interface (#1736)
Add async gpu wait interface
Closes #1708
2020-08-28 15:31:30 +02:00
Gabor Kiss-Vamosi
c17f2f7e84 fix conflicts 2020-08-28 10:25:34 +02:00
Gabor Kiss-Vamosi
c3953f478f fix conflicts 2020-08-28 10:20:34 +02:00
Gabor Kiss-Vamosi
adf65b6761 Fix _lv_txt_ins with zero length insert text
Closes #1754
2020-08-28 09:53:56 +02:00
Adam Martini
cb5faa64ac
Add update_value private function to lv_arc to prevent set_value return checks in the event of… (#1748)
Add update_value to lv_arc to update the value on range change.
2020-08-27 09:51:11 +02:00
Gabor Kiss-Vamosi
832000ad34
Merge pull request #1743 from lvgl/dcache_cb
lv_disp: add `clean_dcache_cb` callback
2020-08-27 09:48:56 +02:00
Gabor Kiss-Vamosi
5d345c1d56 start grid 2020-08-27 09:39:32 +02:00
Gabor Kiss-Vamosi
43b706f2d4 add layout files 2020-08-26 15:25:35 +02:00
Gabor Kiss-Vamosi
77ed9003d9 merge master 2020-08-26 15:24:47 +02:00
Gabor Kiss-Vamosi
037d3d9090 run code formatter 2020-08-26 15:21:24 +02:00
github-actions[bot]
6772ceb7e2
Merge e7364f321d906fb96909768d6fb5532e03a1a694 into dev 2020-08-25 13:22:04 +00:00
Gabor Kiss-Vamosi
e7364f321d update CHANGELOG 2020-08-25 15:21:25 +02:00
github-actions[bot]
d9afdb5316
Merge 14a2a60bf936d2b072478a24e5f3e6f1a37b221b into dev 2020-08-25 13:19:24 +00:00
Gabor Kiss-Vamosi
14a2a60bf9 Fix btnmatrix to not send event when CLICK_TRIG = true and the cursor slid from a pressed button
Fixes: https://forum.lvgl.io/t/v7-3-register-button-in-button-matrix-only-after-touch-release-not-button-release/3117
2020-08-25 15:18:45 +02:00
Themba Dube
350269c3d4 Update CHANGELOG.md 2020-08-25 07:38:08 -04:00
Gabor Kiss-Vamosi
52c61b115f minor image zoom fixes 2020-08-25 11:54:12 +02:00
Themba Dube
7ca806ddff Use CMSIS cache functions if custom callback is not registered 2020-08-24 10:51:09 -04:00
Gabor Kiss-Vamosi
1da5984121 Merge branch 'master' into feat/new-fs-api 2020-08-24 16:05:20 +02:00
github-actions[bot]
c8be0df768
Merge 78f2451b2a0c49fd05cd1ad754a69aed7961de57 into dev 2020-08-24 14:01:31 +00:00
Gabor Kiss-Vamosi
78f2451b2a imporve image zoom precision 2020-08-24 16:00:53 +02:00
Themba Dube
36433c2144 Rename function to lv_disp_clean_dcache and use currently refreshing display 2020-08-24 07:36:44 -04:00
github-actions[bot]
2224ce95cb
Merge 54b3ba39fb89ecfd348ed479738892a192a4957a into dev 2020-08-24 08:53:19 +00:00
Gabor Kiss-Vamosi
54b3ba39fb Fix deleting tabview with LEFT/RIGHT tab position 2020-08-24 10:52:48 +02:00
github-actions[bot]
9a2d2b5392
Merge ede60854290bbe0fe11e3264d459af1eb177b910 into dev 2020-08-24 08:14:36 +00:00
Gabor Kiss-Vamosi
ede6085429 img: imporve zoom precision 2020-08-24 10:14:01 +02:00
github-actions[bot]
3ea4418727
Merge 961f295b94519da8f9e4ce01fc3ac9172025dfd9 into dev 2020-08-24 07:51:36 +00:00
Gabor Kiss-Vamosi
961f295b94 img: fix zooming and rotateing mosaic images 2020-08-24 09:50:52 +02:00