1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

5880 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
1d6d2eb9d9 change custom drawer to event 2021-01-21 15:18:20 +01:00
Gabor Kiss-Vamosi
c64810dac4 add custom draw function to styles 2021-01-18 15:48:46 +01:00
Gabor Kiss-Vamosi
09ffbb80e7 rwork and update widgets 2021-01-12 19:22:38 +01:00
Gabor Kiss-Vamosi
04aa8de0f3 change data inheritance model (drop ext) 2021-01-08 21:30:14 +01:00
Gabor Kiss-Vamosi
6db5fa38ea minor foratting 2021-01-05 13:02:08 +01:00
Gabor Kiss-Vamosi
a42d3942c6 add table and btnmatrix 2021-01-05 13:01:07 +01:00
Gabor Kiss-Vamosi
9c55d77617 layout update 2021-01-04 17:26:09 +01:00
Gabor Kiss-Vamosi
68b27f6077 remove margin 2021-01-03 00:32:21 +01:00
Gabor Kiss-Vamosi
d027a4f00f update layouts 2021-01-03 00:12:42 +01:00
Gabor Kiss-Vamosi
98c2cdde3a experiemt with simplified classes 2021-01-01 13:57:59 +01:00
Gabor Kiss-Vamosi
1d2d73438d remove LV_STATE_BORN 2020-12-30 14:45:02 +01:00
Gabor Kiss-Vamosi
9878d83ff7 minor cleanup 2020-12-30 14:22:40 +01:00
Gabor Kiss-Vamosi
2e58d4b07e refactoring 2020-12-30 14:21:07 +01:00
Gabor Kiss-Vamosi
56159d60a0 fix build error 2020-12-30 14:20:06 +01:00
Gabor Kiss-Vamosi
a7f9508ec4 add dropdown 2020-12-30 14:18:25 +01:00
Gabor Kiss-Vamosi
f0999ccbd4 merge master 2020-12-28 13:08:26 +01:00
Gabor Kiss-Vamosi
bbc995d846 start dropdown 2020-12-28 13:00:18 +01:00
Gabor Kiss-Vamosi
c536ca55cb add roller 2020-12-28 12:28:02 +01:00
Gabor Kiss-Vamosi
d43a1bc14f add style caching 2020-12-27 13:37:54 +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
Gabor Kiss-Vamosi
61c977e2ae test style caching 2020-12-24 00:24:49 +01: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
31372d6972 add chart to v8 with zoom and scroll support (not finished) 2020-12-21 20:16:59 +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
aed63d9cbd optimize size of the style 2020-12-21 14:19:35 +01:00
Gabor Kiss-Vamosi
093a6652cf integarte label and checkbox 2020-12-21 10:56:25 +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
Mattia Maldini
62d21734d9
Improved ESP-IDF integration (#1961)
* Removed LV_CONF_SKIP definition from CMake to avoid redefinition warnings; added more Kconfig options

* Bumped up version and removed unnecessary default values

* Added user data configuration to KConfig

* Moved user data options to "Feature Usage" menu
2020-12-20 13:34:48 +01:00
Gabor Kiss-Vamosi
cd69be12d1
Update pull_request_template.md 2020-12-20 13:32:37 +01:00
Gabor Kiss-Vamosi
1b83855c72
Create pull_request_template.md 2020-12-20 13:31:44 +01:00
Gabor Kiss-Vamosi
243145d8c9 add arabic processin to to window title and lv_dropdown_add_option 2020-12-20 13:21:06 +01:00
Gabor Kiss-Vamosi
cb021a425a calendar: fix build error 2020-12-20 10:59:42 +01:00
Gabor Kiss-Vamosi
b0fecc6bb2 update CHANGELOG 2020-12-20 10:56:30 +01:00
Gabor Kiss-Vamosi
4e177e01ea Merge branch 'master' of https://github.com/littlevgl/lvgl 2020-12-20 10:55:25 +01:00
Gabor Kiss-Vamosi
2bf91dbbb5 calendar: make get_day_of_week() public 2020-12-20 10:55:20 +01:00
Gabor Kiss-Vamosi
aac672e88b fix(draw): free buffer used for arabic processing 2020-12-20 10:54:40 +01:00
Gabor Kiss-Vamosi
93d7bd4cf5 release script: update version in Kconfig 2020-12-20 10:53:06 +01:00
Gabor Kiss-Vamosi
181692605a make style transition more flexible 2020-12-20 10:46:41 +01:00
Gabor Kiss-Vamosi
4fe3821719 add color filter style property 2020-12-19 06:51:14 +01:00
Gabor Kiss-Vamosi
01a6bacbd7 start to update themes 2020-12-18 15:41:22 +01:00
Gabor Kiss-Vamosi
be060a0dc7 handle style change check on state change 2020-12-16 20:15:27 +01:00
Gabor Kiss-Vamosi
a2bf576f7c make styles classes, add transitions again, add LV_STATE_SCROLLED 2020-12-16 19:25:42 +01:00
Gabor Kiss-Vamosi
74d19b109c experiements with improving styles 2020-12-16 10:22:13 +01:00
Gabor Kiss-Vamosi
57c2201386 Merge branch 'master' into dev 2020-12-15 19:59:27 +01:00
Gabor Kiss-Vamosi
9e72cb0000 Release v7.8.1 v7.8.1 2020-12-15 19:59:27 +01:00