Gabor Kiss-Vamosi
|
7001f851da
|
fix(colowheel) disable LV_OBJ_FLAG_SCROLL_CHAIN by default
|
2021-06-14 13:28:53 +02:00 |
|
Ali Rostami
|
b7e6230a89
|
docs(grid) typo fix (#2310)
|
2021-06-14 13:28:45 +02:00 |
|
dronecz
|
0c1105951d
|
fix(arduino) fix the prototype of my_touchpad_read in the LVGL_Arduino.ino
|
2021-06-14 13:28:30 +02:00 |
|
Gabor Kiss-Vamosi
|
58a169d757
|
fix(meter) fix needle image invalidation
Fixes #2300
|
2021-06-14 13:28:22 +02:00 |
|
Gabor Kiss-Vamosi
|
3847fd5b46
|
fix(mem) add lv_ prefix to tlsf functions and types
It avoids collision if tlsf is used by other libs in the project too
Fixes https://github.com/lvgl/lvgl/issues/2116#issuecomment-857765919
|
2021-06-14 13:28:13 +02:00 |
|
Gabor Kiss-Vamosi
|
7793e8b730
|
fix(calendar) fix the position calculation today
Fixes https://forum.lvgl.io/t/calendar-widget-bug-in-v8-0/5763
|
2021-06-14 13:27:55 +02:00 |
|
Rop Gonggrijp
|
e0cd31fe95
|
docs(color) language fixes (#2302)
|
2021-06-14 13:26:11 +02:00 |
|
Gabor Kiss-Vamosi
|
26c7f48756
|
fix conflict
|
2021-06-14 13:25:58 +02:00 |
|
Rop Gonggrijp
|
1deff8ed03
|
Spelling and other language fixes to documentation (#2293)
|
2021-06-14 13:24:32 +02:00 |
|
Gabor Kiss-Vamosi
|
ad9de31a05
|
fix(theme) show disabled state on buttons of btnmatrix, msgbox and kayboard
|
2021-06-14 13:24:22 +02:00 |
|
Gabor Kiss-Vamosi
|
d4d88ac642
|
fix(scroll) keep the scroll position on object deleted
|
2021-06-14 13:24:13 +02:00 |
|
Gabor Kiss-Vamosi
|
0cd5a15969
|
fix(msgbox) handle NULL btn map paramter
|
2021-06-14 13:24:04 +02:00 |
|
Gabor Kiss-Vamosi
|
19a6cff016
|
fix(group) allow refocusing obejcts
But do not send defocus event if the same obejct is refocused
|
2021-06-14 13:23:55 +02:00 |
|
embeddedt
|
790e1078d5
|
docs(overview) spelling fixes
|
2021-06-14 13:23:47 +02:00 |
|
Gabor Kiss-Vamosi
|
db1e56a90e
|
chore(docs) minor formatting on example's GitHub link
|
2021-06-14 13:23:16 +02:00 |
|
Themba Dube
|
f76c01b4ca
|
feat(docs) add view on GitHub link
|
2021-06-14 13:23:03 +02:00 |
|
Themba Dube
|
42d191c679
|
chore(lv_conf_template) fix spelling mistake
Also forces the docs to rebuild.
|
2021-06-14 13:22:37 +02:00 |
|
Gabor Kiss-Vamosi
|
054d933742
|
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-14 13:22:21 +02:00 |
|
Gabor Kiss-Vamosi
|
57839d8e7d
|
docs fix typo
|
2021-06-14 13:22:12 +02:00 |
|
Gabor Kiss-Vamosi
|
5ca2528bff
|
feat(event) pass the scroll aniamtion to LV_EVENT_SCROLL_BEGIN
Also add lv_example_tabview_2 for demonstration
|
2021-06-14 13:21:27 +02:00 |
|
Gabor Kiss-Vamosi
|
1afcd1691f
|
fix(tabview) fix with left and right tabs
|
2021-06-14 13:21:18 +02:00 |
|
Gabor Kiss-Vamosi
|
8e60f28432
|
fix(template) udpate lv_objx_template to v8
|
2021-06-14 13:21:00 +02:00 |
|
Ali Rostami
|
a4b7ef4f50
|
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-14 13:20:43 +02:00 |
|
Gabor Kiss-Vamosi
|
70911accf5
|
fix(pxp) change LV_COLOR_TRANSP to LV_COLOR_CHROMA_KEY to v8 compatibility
Fixes #2289
|
2021-06-14 13:20:36 +02:00 |
|
Gabor Kiss-Vamosi
|
a4d854291a
|
docs(color) minor fix
|
2021-06-14 13:20:24 +02:00 |
|
Gabor Kiss-Vamosi
|
9446a9aecb
|
fix(example) revert test code
|
2021-06-14 13:20:17 +02:00 |
|
Gabor Kiss-Vamosi
|
bb6b8037cd
|
fix(draw) with additive blending with 32 bit color depth
|
2021-06-14 13:20:04 +02:00 |
|
Gabor Kiss-Vamosi
|
bd5c8c0e12
|
docs(color) update colors' docs
|
2021-06-14 13:19:54 +02:00 |
|
KSam
|
d83258ab4a
|
docs(lv_obj_style) update add_style and remove_style function headers (#2287)
|
2021-06-14 13:19:38 +02: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 |
|
Gabor Kiss-Vamosi
|
9c7f4a8651
|
Update CHANGELOG.md
|
2021-06-01 11:11:54 +02:00 |
|
Gabor Kiss-Vamosi
|
c597d25798
|
Release v8.0.0
v8.0.0
|
2021-06-01 09:48:03 +02:00 |
|
Gabor Kiss-Vamosi
|
9ef2b22203
|
fix(anim) fix deleting animations with custom_exec_cb
|
2021-06-01 09:34:21 +02:00 |
|
Gabor Kiss-Vamosi
|
dd186466eb
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2021-06-01 09:11:34 +02:00 |
|
Gabor Kiss-Vamosi
|
5287ec5ba2
|
fix(flex, grid) move the style related functions with designated initializer to the C files
|
2021-06-01 09:11:28 +02:00 |
|
Themba Dube
|
c8e1876eda
|
fix(docs) more fixes
|
2021-05-31 14:14:58 -04:00 |
|
Gabor Kiss-Vamosi
|
d3022648dc
|
fix(docs) minor fixes
|
2021-05-31 19:42:53 +02:00 |
|
Gabor Kiss-Vamosi
|
26c4de7389
|
fix update makefiles
|
2021-05-31 19:32:03 +02:00 |
|
Gabor Kiss-Vamosi
|
124f7a080e
|
fix(style) use C files for style set functions instead of designated initializers
Related comment: ab149501c8 (commitcomment-51535673)
|
2021-05-31 19:27:35 +02:00 |
|
Gabor Kiss-Vamosi
|
8930a60874
|
chore force docs rebuild
|
2021-05-31 17:45:13 +02:00 |
|
Gabor Kiss-Vamosi
|
ab149501c8
|
fix(style) use an other technique to generate style set functions
The previous version caused glitches.
|
2021-05-31 14:45:53 +02:00 |
|
Gabor Kiss-Vamosi
|
165ff859f3
|
fix warnings
|
2021-05-31 13:03:56 +02:00 |
|