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

6951 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
ad05e196fb fix(calendar) fix the position calculation today
Fixes https://forum.lvgl.io/t/calendar-widget-bug-in-v8-0/5763
2021-06-10 11:22:01 +02:00
Rop Gonggrijp
c7169762a3
More Snapable --> Snappable replacements (#2304) 2021-06-09 16:33:27 +02:00
Gabor Kiss-Vamosi
e697807cf5 fix(typo) rename LV_OBJ_FLAG_SNAPABLE to LV_OBJ_FLAG_SNAPPABLE 2021-06-09 16:05:39 +02:00
Rop Gonggrijp
07ecc9f1ef
docs(color) language fixes (#2302) 2021-06-09 09:33:41 -04:00
Gabor Kiss-Vamosi
b4305df574 fix(tick) minor optmization on lv_tick_inc call test
See aa6641a6f1 (r51932352)
2021-06-09 15:21:09 +02:00
Rop Gonggrijp
d0aaacafb6
Spelling and other language fixes to documentation (#2293) 2021-06-09 15:10:35 +02:00
Gabor Kiss-Vamosi
0be582b391 fix(theme) show disabled state on buttons of btnmatrix, msgbox and kayboard 2021-06-09 14:03:52 +02:00
Gabor Kiss-Vamosi
52edbb46b0 fix(scroll) keep the scroll position on object deleted 2021-06-09 14:03:52 +02:00
Gabor Kiss-Vamosi
769c4a30cf fix(msgbox) handle NULL btn map paramter 2021-06-09 14:03:52 +02:00
Gabor Kiss-Vamosi
1520208b14 fix(group) allow refocusing obejcts
But do not send defocus event if the same obejct is refocused
2021-06-09 14:03:52 +02:00
embeddedt
d2efb8c6e5
docs(overview) spelling fixes 2021-06-08 17:23:36 -04:00
Gabor Kiss-Vamosi
459608384f Merge branch 'master' of https://github.com/lvgl/lvgl 2021-06-08 14:11:31 +02:00
Gabor Kiss-Vamosi
aa6641a6f1 fieat(timer) check if lv_tick_inc is called 2021-06-08 14:10:57 +02:00
Gabor Kiss-Vamosi
75209e893e
chore(docs) minor formatting on example's GitHub link 2021-06-07 22:52:17 +02:00
Themba Dube
a716ac6ed2 feat(docs) add view on GitHub link 2021-06-07 16:07:40 -04:00
embeddedt
3cf5751461
fix(docs) use let instead of const for variable which gets changed
`const` variables cannot be reassigned.
2021-06-07 15:26:21 -04:00
Themba Dube
7b308c9ce8 Merge branch 'master' of github.com:littlevgl/lvgl 2021-06-07 15:23:16 -04:00
Themba Dube
9d134a99e3 chore(lv_conf_template) fix spelling mistake
Also forces the docs to rebuild.
2021-06-07 15:22:59 -04:00
Gabor Kiss-Vamosi
9573bab5cb
Update page.html 2021-06-07 21:22:56 +02:00
Gabor Kiss-Vamosi
0c0dc8ea30 fix(theme) fix the switch style in the default theme
LVGL didn't see that the styles were changed in checked state therefore the switch wasn't invalidated.
2021-06-07 21:17:00 +02:00
Gabor Kiss-Vamosi
8ab806459c docs fix typo 2021-06-07 20:48:24 +02:00
Gabor Kiss-Vamosi
e796448f9c Merge branch 'master' of https://github.com/lvgl/lvgl 2021-06-07 20:35:38 +02:00
Gabor Kiss-Vamosi
ca54ecfe0e feat(event) pass the scroll aniamtion to LV_EVENT_SCROLL_BEGIN
Also add lv_example_tabview_2 for demonstration
2021-06-07 20:35:27 +02:00
Gabor Kiss-Vamosi
17c57449ee fix(tabview) fix with left and right tabs 2021-06-07 20:33:23 +02:00
Gabor Kiss-Vamosi
4a0f4139eb
chore(docs) force docs rebuild 2021-06-07 20:01:19 +02:00
embeddedt
6d05692d78
chore(docs) always deploy master to docs/master as well 2021-06-07 13:09:16 -04:00
Gabor Kiss-Vamosi
34b8584817
Update README.md 2021-06-07 19:05:22 +02:00
Gabor Kiss-Vamosi
847236044d
Update CHANGELOG.md 2021-06-07 18:55:41 +02:00
Gabor Kiss-Vamosi
38bb8afc16 fix(template) udpate lv_objx_template to v8 2021-06-07 18:32:38 +02:00
Gabor Kiss-Vamosi
8cd504d58b docs(extra) add extra/README.md 2021-06-07 18:02:39 +02:00
Gabor Kiss-Vamosi
48fd73d20d
Update CHANGELOG.md 2021-06-07 17:13:06 +02:00
Ali Rostami
5616471c27
Update quick-overview.md (#2295)
* Update quick-overview.md

* Update quick-overview.md

* Update lv_example_get_started_3.c

* Update coords.md
2021-06-07 14:32:00 +02:00
Gabor Kiss-Vamosi
81f3068dd7 fix(pxp) change LV_COLOR_TRANSP to LV_COLOR_CHROMA_KEY to v8 compatibility
Fixes #2289
2021-06-07 14:03:16 +02:00
Uli Raich
c60ed68e94
adding micropython examples (#2286)
* adding micropython examples

* adding micropython examples
2021-06-07 13:56:08 +02:00
Gabor Kiss-Vamosi
ac8f4534a5 docs(color) minor fix 2021-06-07 13:36:15 +02:00
Gabor Kiss-Vamosi
77e2c1ff3d fix(example) revert test code 2021-06-07 13:27:07 +02:00
Gabor Kiss-Vamosi
786db2afe6 fix(draw) with additive blending with 32 bit color depth 2021-06-07 13:22:12 +02:00
Gabor Kiss-Vamosi
9056b5ee1b docs(color) update colors' docs 2021-06-07 13:21:00 +02:00
Gabor Kiss-Vamosi
a711a1ddfe Merge branch 'master' of https://github.com/lvgl/lvgl 2021-06-04 20:23:45 +02:00
Gabor Kiss-Vamosi
d0172f14a4 perf(refresh) optimize where to wait for lv_disp_flush_ready with 2 buffers 2021-06-04 20:23:10 +02:00
KSam
60f7bcbfd8
docs(lv_obj_style) update add_style and remove_style function headers (#2287) 2021-06-03 21:28:09 -04:00
guoweilkd
33e0926ae3
fix memory leak of spangroup (#2285)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-06-03 16:41:20 +02:00
Gabor Kiss-Vamosi
38ebcd8154 fix make lv_img_cache.h public becasue cache invalidation is public 2021-06-03 13:50:08 +02:00
Gabor Kiss-Vamosi
2b29249510 Merge branch 'master' of https://github.com/lvgl/lvgl 2021-06-02 14:21:38 +02:00
Gabor Kiss-Vamosi
3b58ef14e5 fix(btnmamatrix) fix focus event handling 2021-06-02 14:21:15 +02:00
dependabot[bot]
a2f45b26e1
Merge pull request #2280 from lvgl/dependabot/pip/docs/urllib3-1.26.5 2021-06-02 12:01:45 +00:00
Gabor Kiss-Vamosi
57e211cc17 fix(label) calculating the clip area 2021-06-02 13:22:55 +02:00
dependabot[bot]
b2f77dfcd9
chore(deps): bump urllib3 from 1.26.4 to 1.26.5 in /docs
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 04:41:41 +00:00
Gabor Kiss-Vamosi
29bfe60438 fix(docs) add docs about the default group 2021-06-01 19:43:54 +02:00
Gabor Kiss-Vamosi
d1f2726ed7
Update release.yml 2021-06-01 11:14:59 +02:00