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

5868 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
9797c555c0 fix conflits 2020-11-27 11:15:08 +01:00
Gabor Kiss-Vamosi
87e26d4997 fix(table): add missing invalidation when changeing cell type
fixes https://forum.lvgl.io/t/bug-of-table-click-to-change-style/3842
2020-11-27 11:14:36 +01:00
Gabor Kiss-Vamosi
b09bd63c42 fix(makefile): fix the name of lv_timer.c in the mk file 2020-11-27 10:37:05 +01:00
Gabor Kiss-Vamosi
2161cf8f53 Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2020-11-27 10:05:16 +01:00
Gabor Kiss-Vamosi
57734ff3c5 refactor(tmr): rename lv_tmr to lv_timer 2020-11-27 10:05:02 +01:00
github-actions[bot]
8df1b0341a
Merge 4853eacfa43667459d09642be8949b44c530367c into dev 2020-11-27 08:49:36 +00:00
Gabor Kiss-Vamosi
6c62a8eeb5 fix(linemeter): fix invalidation when setting new value
The old complex but more optimal invalidation was buggy in some cases

fixes #1904
2020-11-27 09:49:10 +01:00
Gabor Kiss-Vamosi
4853eacfa4 fix(linemeter): fix invalidation when setting new value
The old complex but more optimal invalidation was buggy in some cases

fixes #1904
2020-11-27 09:48:59 +01:00
github-actions[bot]
bd7544ce82
Merge 48a676f40427bd8ca7bacab0fb96c401d4a9ef83 into dev 2020-11-27 00:12:51 +00:00
Andrey
48a676f404
Fix hardfault when DCache is disabled with no callback (#1935) 2020-11-26 19:12:21 -05:00
github-actions[bot]
b9ee35ef43
Merge 2f6eaa516cc512d5c16c2dabc3768b7bbebe80d1 into dev 2020-11-26 14:55:08 +00:00
Gabor Kiss-Vamosi
2f6eaa516c
Update ROADMAP.md 2020-11-26 15:54:39 +01:00
Gabor Kiss-Vamosi
4c0574a0de Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2020-11-26 15:40:07 +01:00
Gabor Kiss-Vamosi
6f6a30fa4a merge master 2020-11-26 15:39:58 +01:00
Gabor Kiss-Vamosi
5e8581a345 fix(slider): do not let edit left knob in non-range mode 2020-11-26 15:30:50 +01:00
Gabor Kiss-Vamosi
d6d5903be1 fix(anim): fix bounce path 2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
313f7f30a7 fix(style): invalidate cache on every PART
Inherited properties on parts other than MAIN  needs to be recached on property change beacuse they
are inherted from MAIN

fixes #1933
2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
89eca30da8 fix(draw polygon): fix memory leak and vertex joining 2020-11-26 15:23:50 +01:00
Gabor Kiss-Vamosi
819f01c930 fix(draw polygon): join adjacent points if they are on the same coordinate 2020-11-26 15:23:50 +01:00
github-actions[bot]
42e1037de5
Merge 8cd738eaa18125c496881197f34097c453c99ff4 into dev 2020-11-25 17:22:44 +00:00
embeddedt
8cd738eaa1
Update CHANGELOG.md 2020-11-25 12:22:11 -05:00
github-actions[bot]
c3460842c7
Merge d6dd6199f31e515a8cf93626bdb12abc5d2263c3 into dev 2020-11-25 17:21:53 +00:00
incity
d6dd6199f3
Change LV_DRAW_BUF_MAX_NUM to LV_MEM_BUF_MAX_NUM (#1931) 2020-11-25 12:21:22 -05:00
github-actions[bot]
e63ae95e2b
Merge 9d0335f38cbda1a3023b4041dadbc60b4a72f4a0 into dev 2020-11-25 10:35:51 +00:00
Gabor Kiss-Vamosi
9d0335f38c fix(arc_draw): remove statments that do nothing
fix #1930
2020-11-25 11:35:12 +01:00
Gabor Kiss-Vamosi
d90ea9ea8b merge master 2020-11-25 10:25:46 +01:00
Gabor Kiss-Vamosi
82fdfb34c0 fix(slider): adjusting the left knob too with encoder
https://forum.lvgl.io/t/slider-with-2-knobs-and-encoder-functionality/3770
2020-11-25 10:12:58 +01:00
Gabor Kiss-Vamosi
a2535fe6f1 fix(arc): make arc work with encoder
fixes https://forum.lvgl.io/t/lv-arc-with-encoder-lv-group/3769
2020-11-25 09:56:24 +01:00
github-actions[bot]
97fc7021e7
Merge fa49f35b14b4395617c42aa351cba846ed1cec8c into dev 2020-11-25 08:49:16 +00:00
Gabor Kiss-Vamosi
fa49f35b14 fix(indev): in LV_INDEV_TYPE_BUTTON recognize 1 cycle long presses too
Fixes https://forum.lvgl.io/t/bug-in-indev-button-proc-misses-buttons-that-are-pressed-for-a-single-callback/3699
2020-11-25 09:48:37 +01:00
github-actions[bot]
4af361290b
Merge bc369de6fa7086f68f968ac5bb43074ab1a80ceb into dev 2020-11-24 17:16:47 +00:00
xennex22
bc369de6fa
Removed trailing semi-colon from macros (#1928)
* Removed commented out test definition

Removed commented out test definition LV_BUILD_TEST

* Remove blank line

* Fix comment spelling

* Added blank line

* Removed trailing semi-colon in macros
2020-11-24 18:16:16 +01:00
Gabor Kiss-Vamosi
be72cad1c8 fix build errors 2020-11-24 18:15:47 +01:00
Gabor Kiss-Vamosi
77b16c96a0 fixes for task->tmr rename 2020-11-24 17:57:35 +01:00
Gabor Kiss-Vamosi
8641f7d598 Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2020-11-24 17:56:24 +01:00
Gabor Kiss-Vamosi
6bafb34769 refactor(task): rename lv_task to lv_tmr and remove priorities
fixes #1925
2020-11-24 17:56:11 +01:00
github-actions[bot]
bb91e85cf7
Merge 3d81bb40da3987b87ed838e4601a62cc9cd4653f into dev 2020-11-24 14:28:21 +00:00
Gabor Kiss-Vamosi
3d81bb40da fix: fix double include in lv_obj.c
fix #1926
2020-11-24 15:27:42 +01:00
Gabor Kiss-Vamosi
77e7fe7fea fix: remove old LV_OBJ_PART related defines
fix #1927
2020-11-23 16:36:08 +01:00
github-actions[bot]
c556826d0b
Merge 5848aa59e591a49724c708165c57a46d4cdd557f into dev 2020-11-23 13:06:58 +00:00
Gabor Kiss-Vamosi
5848aa59e5
Update CHANGELOG.md 2020-11-23 14:06:27 +01:00
github-actions[bot]
7260942f52
Merge 68300a5dece1df202654b3950a14a82314047d28 into dev 2020-11-23 12:25:12 +00:00
Gabor Kiss-Vamosi
68300a5dec
Update CHANGELOG.md 2020-11-23 13:24:34 +01:00
github-actions[bot]
b22be726f7
Merge 07a95b5b33467eae6ae3c8f952c5f0ea698b66c5 into dev 2020-11-23 12:13:03 +00:00
Gabor Kiss-Vamosi
07a95b5b33 fix(arabic): support Arabic letter connections in value string property 2020-11-23 13:12:13 +01:00
Gabor Kiss-Vamosi
d90cbe92de fix(arabic): support Arabic letter connections
fixes #1920
2020-11-23 13:12:13 +01:00
github-actions[bot]
855b205a13
Merge 45599c2c2ac3dfa792d0b30fca45162628584923 into dev 2020-11-22 20:02:13 +00:00
embeddedt
45599c2c2a
Fix #1924: incorrect date on changelog
December 1st is two weeks from 7.7.2 release.
2020-11-22 15:01:37 -05:00
benjaminSchilling33
57ed5d609f
fix(examples): Updated the Arduino example to compile using the latest Arduino libraries (7.7.2) (#1922) 2020-11-22 14:44:55 -05:00
github-actions[bot]
7ea3648a63
Merge 85b3e8766f28a7ec87bf9017eca8fd97a89d510d into dev 2020-11-21 22:53:52 +00:00