embeddedt
8cd738eaa1
Update CHANGELOG.md
2020-11-25 12:22:11 -05:00
Gabor Kiss-Vamosi
82fdfb34c0
fix(slider): adjusting the left knob too with encoder
...
https://forum.lvgl.io/t/slider-with-2-knobs-and-encoder-functionality/3770
2020-11-25 10:12:58 +01:00
Gabor Kiss-Vamosi
a2535fe6f1
fix(arc): make arc work with encoder
...
fixes https://forum.lvgl.io/t/lv-arc-with-encoder-lv-group/3769
2020-11-25 09:56:24 +01:00
Gabor Kiss-Vamosi
fa49f35b14
fix(indev): in LV_INDEV_TYPE_BUTTON recognize 1 cycle long presses too
...
Fixes https://forum.lvgl.io/t/bug-in-indev-button-proc-misses-buttons-that-are-pressed-for-a-single-callback/3699
2020-11-25 09:48:37 +01:00
Gabor Kiss-Vamosi
5848aa59e5
Update CHANGELOG.md
2020-11-23 14:06:27 +01:00
Gabor Kiss-Vamosi
68300a5dec
Update CHANGELOG.md
2020-11-23 13:24:34 +01:00
Gabor Kiss-Vamosi
07a95b5b33
fix(arabic): support Arabic letter connections in value string property
2020-11-23 13:12:13 +01:00
embeddedt
45599c2c2a
Fix #1924 : incorrect date on changelog
...
December 1st is two weeks from 7.7.2 release.
2020-11-22 15:01:37 -05:00
Gabor Kiss-Vamosi
07c63b8ad3
fix(textarea): support Arabic letter connections
...
fixes #1888
2020-11-21 23:53:05 +01:00
Gabor Kiss-Vamosi
8361d89a55
fix(arabic): support processing again alraedy processed texts with _lv_txt_ap_proc
2020-11-21 23:51:57 +01:00
Gabor Kiss-Vamosi
440c79e40c
fix(indev): disabled object shouldn't absorb clicks but let the parent to be clicked
2020-11-21 20:54:39 +01:00
Gabor Kiss-Vamosi
4903bdb908
fix(btnmatrix): handle arabic texts in button matrices
2020-11-17 12:12:19 +01:00
Gabor Kiss-Vamosi
94a25b86a8
fix confilcts
2020-11-17 11:15:14 +01:00
Gabor Kiss-Vamosi
3979024660
fix(spinbox): update cursor position in lv_spinbox_set_step
...
fix #1907
2020-11-17 10:52:33 +01:00
github-actions[bot]
e2f96b9007
Merge 20fef93fea45b3dc80cce28478fed16ab9c603d2 into dev
2020-11-13 15:21:10 +00:00
Gabor Kiss-Vamosi
63dfe9e8e3
fix(imgbtn): guess a the closest availabe state with valid src
2020-11-13 16:18:34 +01:00
github-actions[bot]
3e404b1583
Merge 43771fa2f71d5323ef9dffc1ff0aee326d59f5ce into dev
2020-11-11 12:22:27 +00:00
Gabor Kiss-Vamosi
43771fa2f7
fix(theme_material): remove the bottom border from tabview header
...
If the tabs were placed to the bottom the bottom border looked like gap on the bottom
fix #1882
2020-11-11 13:21:40 +01:00
github-actions[bot]
34635da14c
Merge b79d615ae82a1b9fa1352bf2af83244fa673a018 into dev
2020-11-11 11:30:19 +00:00
iDalink
b79d615ae8
look ahead chars when be in LV_LABEL_LONG_DOT ( #1881 )
...
Co-authored-by: Dalink <Dalink@gitee.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2020-11-11 12:29:51 +01:00
github-actions[bot]
24340fa927
Merge a7c4fc410ae45cdf7d83055821646cc7e51c4299 into dev
2020-11-10 21:00:26 +00:00
Gabor Kiss-Vamosi
a7c4fc410a
fix(arc): fix and improve arc dragging
...
It was difficult to handle the pressed angle on the arc when it crossed the 360 degree boundery.
The solution is to handle the angle relative to the bg_start_angle. This way no angle can be larger than 360.
The other issue was the case when a smaller than min. or larger than max. angle was pressed.
It is handled by introducing 'min_close' flag which stores which end is closer on the last valid press
and prefer this end in uncleary situation.
2020-11-10 21:59:37 +01:00
github-actions[bot]
08fcf03c3f
Merge 93138759a956d9b86aa9f8cb97ba0ba2292d5468 into dev
2020-11-10 16:26:09 +00:00
Gabor Kiss-Vamosi
93138759a9
fix(btnmatrix): fix setting the same map with modified pointers
...
fix #1889
2020-11-10 17:25:17 +01:00
github-actions[bot]
71619aa8f6
Merge a07583331e38579255ad4c2ad2abd89c4bfa3f24 into dev
2020-11-09 15:12:28 +00:00
Gabor Kiss-Vamosi
a07583331e
docs(changelog): update changelog
2020-11-09 16:11:48 +01:00
Gabor Kiss-Vamosi
ef81e0fbc3
feat(font): add unscii-16 built-in font
...
https://forum.lvgl.io/t/more-unscii-font-version/3433
2020-11-05 12:38:44 +01:00
Gabor Kiss-Vamosi
b00628e77d
merge master
2020-11-03 11:04:34 +01:00
Gabor Kiss-Vamosi
d110731409
add v7.7.2 to changelog
2020-11-03 11:03:26 +01:00
github-actions[bot]
4f9869fc7e
Merge f915b4cfb6273ef84f8221513fe95feb23a397f6 into dev
2020-11-02 15:04:17 +00:00
Gabor Kiss-Vamosi
47687fc252
Update changelog
2020-11-02 15:54:54 +01:00
github-actions[bot]
20f901f9e3
Merge 85c80148804af2c0d8d7652100ad789292d29be8 into dev
2020-10-28 10:18:12 +00:00
Gabor Kiss-Vamosi
85c8014880
gauge: make the needle images to use the styles from LV_GAUGE_PART_PART
2020-10-28 11:14:05 +01:00
github-actions[bot]
6bae5c7af5
Merge 4dafa1001766f27f8d4fd0022c6de4b3e067c95f into dev
2020-10-27 12:50:23 +00:00
Gabor Kiss-Vamosi
4dafa10017
fix messed up function introduced in 6e9714c5
2020-10-27 13:49:47 +01:00
github-actions[bot]
bd59dafa42
Merge 51a522c8d34fa2e552b648437411fee749bc3f0a into dev
2020-10-24 18:07:52 +00:00
Chris Mumford
51a522c8d3
Fixed a few dangling references to lv_conf_templ.h. ( #1863 )
2020-10-24 14:07:19 -04:00
Gabor Kiss-Vamosi
232d6a5530
merge master
2020-10-21 14:15:37 +02:00
Gabor Kiss-Vamosi
757df9eb89
Update version to 7.7.1-dev
2020-10-21 14:10:24 +02:00
github-actions[bot]
8a54450984
Merge ddb4ae8685c4bb6b0132d861e2f29f37b53c3330 into dev
2020-10-13 09:53:40 +00:00
Gabor Kiss-Vamosi
ddb4ae8685
fix lv_win_clean()
2020-10-13 11:53:03 +02:00
github-actions[bot]
5a946fc3f4
Merge 489f426b27e0f1500a27e4d453346b261833bded into dev
2020-10-12 13:49:28 +00:00
Gabor Kiss-Vamosi
489f426b27
fix rectangle border drawing with large width
2020-10-12 15:48:43 +02:00
github-actions[bot]
a81a8b8d3e
Merge 20363b09e6b00751a66fadb4ab0213ac414f1a00 into dev
2020-10-12 10:09:46 +00:00
Gabor Kiss-Vamosi
4d620d3771
fix dropdown selection with RTL basedirection
...
Related to: #1842
2020-10-12 12:08:49 +02:00
Gabor Kiss-Vamosi
5d0c00a201
update CHANGELOG
2020-10-12 11:54:54 +02:00
Gabor Kiss-Vamosi
4d614e60ef
skip objects in groups if they are in disabled state
2020-10-12 11:53:56 +02:00
Gabor Kiss-Vamosi
56c4cab228
skip objects in groups if they are in disabled state
2020-10-09 10:34:02 +02:00
Gabor Kiss-Vamosi
5d91c24723
support RTL in pretty layout (draw columns right to left)
...
Related to #1833
2020-10-08 15:18:30 +02:00
Gabor Kiss-Vamosi
0266244c58
support RTL in table (draw columns right to left)
...
Related to #1833
2020-10-07 13:47:49 +02:00