udoudou
52ba06a228
Update CHANGELOG.md ( #2011 )
...
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-01-11 13:10:54 +01:00
udoudou
923f989b39
Fix(indev): Don't leave edit mode if there is only one object in the group ( #1999 )
...
* Release v7.7.0
* Fix(indev): Don't leave edit mode if there is only
one object in the group
* Remove unnecessary judgment conditions
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-01-11 13:10:02 +01:00
Julian Mitchell
a2e9f03eda
Fix build when LV_USE_GPU_NXP_PXP is enabled ( #1982 )
...
* Fix build when LV_USE_GPU_NXP_PXP is enabled
* Allow fill_normal to use PXP
2021-01-11 10:26:24 +01:00
Gabor Kiss-Vamosi
4cff14f823
fix(gou_nxp_pxp): fix incorrent define name
2021-01-11 10:22:23 +01:00
embeddedt
0d52a60200
Update CHANGELOG.md
2021-01-09 15:25:21 -05:00
embeddedt
c988b68605
fix(msgbox) use the animation time provided
...
Fixes #2008
2021-01-09 15:25:07 -05:00
Gabor Kiss-Vamosi
7d3a6c8de4
Update main.yml
2021-01-08 14:35:39 +01:00
Gabor Kiss-Vamosi
636ea46a44
Delete close-if-no-template.yml
2021-01-08 14:33:49 +01:00
Gabor Kiss-Vamosi
0e2c83813f
Create main.yml
2021-01-08 14:32:55 +01:00
Gabor Kiss-Vamosi
ccc847e975
Create close-if-no-template.yml
2021-01-08 14:24:53 +01:00
Gabor Kiss-Vamosi
cabbaf093c
Delete auto-close-if-no-template.yml
2021-01-08 14:24:24 +01:00
Gabor Kiss-Vamosi
d31304a1cc
Create auto-close-if-no-template.yml
2021-01-08 14:22:51 +01:00
Gabor Kiss-Vamosi
6de31e9ffc
Update bug-report.md
2021-01-08 14:11:23 +01:00
Gabor Kiss-Vamosi
e457c33dc2
Update dev-discussion.md
2021-01-08 14:10:12 +01:00
Gabor Kiss-Vamosi
9bb7ff30ec
Update and rename all-other-issues.md to dev-discussion.md
2021-01-08 14:08:39 +01:00
Gabor Kiss-Vamosi
f0fd2b757f
Update bug-report.md
2021-01-08 12:52:23 +01:00
Gabor Kiss-Vamosi
97f1493202
Update bug-report.md
2021-01-08 12:51:44 +01:00
Gabor Kiss-Vamosi
20975a2290
Update all-other-issues.md
2021-01-07 14:52:19 +01:00
Gabor Kiss-Vamosi
7dc3262855
Update config.yml
2021-01-07 14:50:43 +01:00
Gabor Kiss-Vamosi
0110a1888d
Update bug-report.md
2021-01-07 14:49:09 +01:00
embeddedt
74564b7c7e
fix(canvas): spelling in log messages
2021-01-07 07:46:20 -05:00
Gabor Kiss-Vamosi
b391c64434
Update config.yml
2021-01-07 13:33:01 +01:00
Gabor Kiss-Vamosi
509a56fde9
fix(dropdown): fix selecting options after the last one
...
fix #1996
2021-01-06 12:06:51 +01:00
Gabor Kiss-Vamosi
8cd07b6ff5
fix(cpicker): fix division by zero
...
fix #1992
2021-01-06 11:53:51 +01:00
embeddedt
ae2fbdb9ef
fix(win): incorrect switch syntax
2021-01-05 17:10:57 -05:00
Gabor Kiss-Vamosi
8aaff10bd5
fix(release script): fix regexp to update the required LVGL version in lv_examples.h
2021-01-05 16:33:07 +01:00
Gabor Kiss-Vamosi
e3ad7918e2
Update master version
2021-01-05 16:04:29 +01:00
Gabor Kiss-Vamosi
e66f19e5ce
Release v7.9.0
v7.9.0
2021-01-05 15:57:36 +01:00
Gabor Kiss-Vamosi
8ed224fd63
fix warning
2021-01-05 15:51:59 +01:00
Gabor Kiss-Vamosi
998ad66c84
fix(kconfig): fix redefinition of LV_SPRINTF_DISABLE_FLOAT if no Kconfig
2021-01-05 15:46:57 +01:00
Gabor Kiss-Vamosi
83c55c2a64
Update ROADMAP.md
2021-01-04 18:15:37 +01:00
Carlos Diaz
6ed420e043
Kconfig: Handle LV_SPRINTF_DISABLE_FLOAT ( #1988 )
...
* Kconfig: Handle LV_SPRINTF_DISABLE_FLOAT
* Update CHANGELOG
* Remove debug code
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2021-01-04 15:27:38 +01:00
Gabor Kiss-Vamosi
de44f74522
fix(gauge): fix redraw with image needle
...
fix #1993
2021-01-04 15:12:34 +01:00
Jan Van Winkel
ed5f91ab72
Add support for Zephyr intergartion ( #1979 )
...
* Removed src/lv_conf_zephyr.h
Removed src/lv_conf_zephyr.h as it is maintained in the Zephyr build it self.
* CMakeLists.txt: Added support for Zephyr RTOS
Added support to build LVGL as library for Zephyr RTOS
* Added support to use LVGL repo as Zephyr module
Added support to use the LVGL repository as a Zephyr module repository
2021-01-04 14:18:11 +01:00
robekras
e5f58151ac
Update lv_disp.c ( #1990 )
...
Check d->scr_to_load for not beeing NULL.
See forum post https://forum.lvgl.io/t/lv-scr-load-anim-does-not-work-properly/4057
2021-01-04 10:47:34 +01:00
embeddedt
26ab373b43
fix(layout): workaround overflow by implementing a recursion threshold ( #1986 )
...
* fix(layout): workaround overflow by implementing a recursion threshold
* Update CHANGELOG.md
2021-01-04 09:55:13 +01:00
Gabor Kiss-Vamosi
3dbee9b584
refactor(lv_conf_internal): simplify the uppercase conversation added in aba10b0
...
Reaeted to #1989
2021-01-04 09:46:01 +01:00
Gabor Kiss-Vamosi
56a48e0173
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-01-04 09:42:59 +01:00
Gabor Kiss-Vamosi
aba10b0170
fix(lv_conf_internal): be sure Kconfig defines are always uppercase
...
fixes #1989
2021-01-04 09:42:50 +01:00
Themba Dube
f0c52b3511
Add note about base_dir functions requiring LV_USE_BIDI
2020-12-30 11:01:24 -05:00
liebman
6dd1884228
Fix kconfig warnings ( #1967 )
...
* quote string defaults for Kconfig values to eliminate warnings
* don't add \ in default for LV_TICK_CUSTOM_SYS_TIME_EXPR
(tho its needed on linux and MacOS) as I can't test on Windows
2020-12-30 16:54:38 +01:00
embeddedt
20d56ee6e9
fix(linemeter): draw first critical needle with correct color ( #1978 )
...
* fix(linemeter): draw first critical needle with correct color
* Update CHANGELOG.md
2020-12-27 11:30:59 +01:00
embeddedt
196bcb9b0e
Update pull_request_template.md
2020-12-24 11:12:53 -05:00
Hamid Reza Mehrabian
cee779a56d
Fix #1959 : wrong glyph data
2020-12-23 16:00:02 -05:00
Andrey
07b6d93de4
lv_chart: Fix division by zero issue when all points are equal ( #1962 )
...
* Fix division by zero issue when all points are equal
As the title says, when all the points are equal, it attempts division by zero, and in some cases it can result in funny behavior.
Slightly kludgy fix, but not a significant performance impact.
* Actually fix the division by zero issue both ways
Previous commit was slightly broken and only worked one way
* Fix range setting instead of drawing
* Missing y_tmp
2020-12-22 10:44:17 +01:00
Gabor Kiss-Vamosi
091174069d
fix(textarea): cursor position after hiding character in password mode
2020-12-21 18:54:47 +01:00
Riccardo
43ed3eb1f4
lv_txt: support extended ascii codes in lv_txt_unicode_to_iso8859_1() ( #1963 )
2020-12-21 16:13:42 +01:00
Gabor Kiss-Vamosi
c4d978fa6f
fix(textarea): buffer overflow in password mode with UTF-8 characters
...
fixes #1960
2020-12-20 15:36:28 +01:00
Gabor Kiss-Vamosi
0ca874bc49
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-12-20 15:19:33 +01:00
Gabor Kiss-Vamosi
3d22dc5722
dropdown: fix typo causing build error
2020-12-20 13:39:00 +01:00