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

6517 Commits

Author SHA1 Message Date
embeddedt
5d3fce8208
fix(gauge,linemeter) draw critical sections/end value in correct spot (#2059)
Revert be4f7a76d48112edce88d259470222aa4990ad52 and
20d56ee6e97905f56eb71d30c9a391d4b4d7eb20 as they both have issues.
2021-02-08 10:45:32 +01:00
github-actions[bot]
49cee3298c
Merge fd74f6985a4c0a06190fe5c77b4a8da15be4db51 into dev 2021-02-08 09:42:24 +00:00
Carlos Diaz
fd74f6985a
Kconfig: Add comments to primary and secondary colors (#2048) 2021-02-08 10:41:51 +01:00
Gabor Kiss-Vamosi
7bec13c2b9 update asserts 2021-02-08 09:53:03 +01:00
Gabor Kiss-Vamosi
956a367dbc refactoring 2021-02-07 22:39:54 +01:00
Gabor Kiss-Vamosi
c43259814a fixes 2021-02-07 21:32:43 +01:00
Gabor Kiss-Vamosi
063d17d842 rework widgets, refactoring, fixes 2021-02-07 12:37:37 +01:00
Gabor Kiss-Vamosi
2cae4a27c1 add some extra components and examples 2021-02-05 16:52:51 +01:00
Gabor Kiss-Vamosi
8a1af8646f add lv_components as src/extra and minor fixes 2021-02-04 14:46:11 +01:00
github-actions[bot]
efcd88a4e4
Merge dfc6719479bab93657e981b6c82570003446071b into dev 2021-02-03 13:54:53 +00:00
Vitaly Puzrin
dfc6719479
Improve OpenCollective link (#2054)
Will show better icon
2021-02-03 08:54:17 -05:00
github-actions[bot]
b7fdffad0c
Merge 2181dd858ba7b618ab90b625949e46e0b26c8738 into dev 2021-02-03 10:46:41 +00:00
Gabor Kiss-Vamosi
2181dd858b
Update FUNDING.yml 2021-02-03 11:46:08 +01:00
Gabor Kiss-Vamosi
315f03f8b6 merge master 2021-02-03 10:33:22 +01:00
Gabor Kiss-Vamosi
7cbcc878cc Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev 2021-02-03 10:31:33 +01:00
Gabor Kiss-Vamosi
fe47caf161 update CHANGELOG 2021-02-03 10:31:20 +01:00
Gabor Kiss-Vamosi
8b78688c79 fix(text): fix out of bounds read in _lv_txt_get_width 2021-02-03 10:29:45 +01:00
Gabor Kiss-Vamosi
1b25649483 Merge branch 'fix/indev' 2021-02-03 10:06:18 +01:00
Gabor Kiss-Vamosi
0631b17076 fix(indev): clear the indev's act_obj in lv_indev_reset
fixes #2052
2021-02-03 10:06:07 +01:00
Gabor Kiss-Vamosi
cc8b564352 Update master version 2021-02-02 15:17:59 +01:00
Gabor Kiss-Vamosi
21051b8d60 Merge branch 'master' into dev 2021-02-02 15:12:11 +01:00
Gabor Kiss-Vamosi
81e5690b2c Release v7.10.0 v7.10.0 2021-02-02 15:12:11 +01:00
github-actions[bot]
890ef3fde2
Merge 222afe9e9bba13e0f741c9c79f912b11b604e22f into dev 2021-02-02 14:01:26 +00:00
Gabor Kiss-Vamosi
222afe9e9b
Update CHANGELOG.md 2021-02-02 15:00:53 +01:00
github-actions[bot]
28778c7bd7
Merge b38ceb52eb378a5a05302836561de8a9babe70c6 into dev 2021-02-01 13:55:35 +00:00
Gabor Kiss-Vamosi
5c5327f31a clean up widgets 2021-02-01 14:55:08 +01:00
embeddedt
b38ceb52eb
fix(lv_version) add proper C++ prototype to functions 2021-02-01 08:55:03 -05:00
github-actions[bot]
24cd0f981b
Merge ced4f2a61f727f2b5e6756ac32d933b80ee2d40b into dev 2021-02-01 11:09:46 +00:00
Xiang Xiao
ced4f2a61f
fix(font): load_glyph calculate the wrong size(one byte short) of last glyph (#2042)
* fix(font): load_glyph calculate the wrong size(one byte short) of last glyph

* Print the banner before running the font test
2021-02-01 12:09:16 +01:00
github-actions[bot]
138d20440e
Merge 5e8d053adf9dcd8ab007382a0773c6a67a97ada3 into dev 2021-01-31 18:11:53 +00:00
Carlos Diaz
5e8d053adf
fix(issue-templates) correct typos in dev-discussion.md (#2047) 2021-01-31 13:11:08 -05:00
github-actions[bot]
7911730dbd
Merge 9fa5216263a40111d60a4e087439f1297140d6a8 into dev 2021-01-31 17:51:52 +00:00
embeddedt
9fa5216263
fix(spinbox) cast ext_attr for C++ (#2051) 2021-01-31 12:51:23 -05:00
github-actions[bot]
0db0bcca1b
Merge 27154b632c0f62e6a9f8ea7039b51fcf28592959 into dev 2021-01-31 16:41:22 +00:00
minyiky
27154b632c
feat(spinbox) add get_step function (#2051)
Adds a static inline function to allow access to the step parameter for the spinbox widget
2021-01-31 11:40:57 -05:00
github-actions[bot]
0daec88c1d
Merge 9003f4a9e3fe339b59b39bc36564c0f4acca6d11 into dev 2021-01-28 08:48:58 +00:00
Xiang Xiao
9003f4a9e3
Fix various issues found in font module(2) (#2044)
* fix(font): Remove the unnecessary and duplicated inclusion

and correct some wrong comment too

* fix(font): Handle the out of memory gracefully in decompression case

and remove the check of gdsc since it is impossible to become null

* fix(font): Use the correct type to avoid the cast and shift

* fix(font): Change the bit field width to occupy the whole byte
2021-01-28 09:48:26 +01:00
github-actions[bot]
b74b200485
Merge 1e91569763ecedd1cdbf24ae287c513af8d3cbeb into dev 2021-01-27 10:21:10 +00:00
Xiang Xiao
1e91569763
Fix various issues found in font module (#2040)
* fix(font): Correct _LV_STR_SYMBOL_ generation command

and add _LV_STR_SYMBOL_BULLET to the list

* fix(font): lv_font_load shouldn't call lv_fs_close if lv_fs_open fail

* fix(font): read_bits should return 0 not -1 in error case

to avoid read_bits_signed waste time to extend the sign bit

* fix(font): Correct the return type of read_bits to unsgined int

and extend the sign bit more efficient and correct

* fix(font): Sync LV_FONT_FMT_TXT_CMAP_ value to binary font spec

and then remove the hard code value from source code:
https://github.com/lvgl/lv_font_conv/blame/master/doc/font_spec.md#L96
remove zero fields statement too since font_dsc->cmaps already zero at line 334.

* fix(font): Improve the performance by reading cmap table by once

* fix(font): Improve the loading performance if the header is multipled by 8bits

* fix(font): Read loca table in batch if the size is 32bits

* fix(font): Load the underline related attributes

spec here:
https://github.com/lvgl/lv_font_conv/blame/master/doc/font_spec.md#L55-L56
2021-01-27 11:20:36 +01:00
github-actions[bot]
4f9c79a374
Merge df3cf24db4cb9bf42e9331edd33c4d00c63215ca into dev 2021-01-27 09:38:14 +00:00
Gabor Kiss-Vamosi
df3cf24db4 fix(indev): fix implementation of LV_PROTECT_EVENT_TO_DISABLED 2021-01-27 10:37:38 +01:00
github-actions[bot]
413b9003b9
Merge b6db434c21c22ffa53eaf9e1a8a743710a5a0a3a into dev 2021-01-27 09:00:46 +00:00
Gabor Kiss-Vamosi
b6db434c21 fix(btnmatrix): fix lv_btnmatrix_get_active_btn_text() when used in a group 2021-01-27 10:00:08 +01:00
github-actions[bot]
fe377d5b36
Merge 19f769f1d728d1442955289afe125948cc51cd4c into dev 2021-01-26 17:19:03 +00:00
embeddedt
19f769f1d7
Fix incorrect version for new feature in CHANGELOG 2021-01-26 12:18:33 -05:00
github-actions[bot]
c117dcadd0
Merge dacca6eeb8b6e4e9c07c3c5ec445585b1c14364d into dev 2021-01-26 17:17:17 +00:00
scandermore
dacca6eeb8
feat(indev) allow input events to be passed to disabled objects (#2033) 2021-01-26 12:16:47 -05:00
Gabor Kiss-Vamosi
e02c7bd415 add LV_DRAW_COMPLEX 2021-01-26 16:38:21 +01:00
Gabor Kiss-Vamosi
1f4c5adc30 remove LV_USE_ANIMATION/FS/GROUP 2021-01-26 15:09:36 +01:00
Gabor Kiss-Vamosi
07268829c4 refectoring and restructoring 2021-01-26 14:12:35 +01:00