Gabor Kiss-Vamosi
|
4c3db9e02f
|
clarify the usage of template theme
|
2020-05-29 06:42:29 +02:00 |
|
Gabor Kiss-Vamosi
|
ec5b10142f
|
add lv_obj_remove_style
|
2020-05-28 07:58:10 +02:00 |
|
Gabor Kiss-Vamosi
|
8d5dfa1ec2
|
chart: fix X tick drawing
|
2020-05-28 07:57:47 +02:00 |
|
Gabor Kiss-Vamosi
|
27ef3a1d07
|
fix chart x axix label drawing
|
2020-05-28 07:52:00 +02:00 |
|
Gabor Kiss-Vamosi
|
91f8b3060e
|
fix verical dashed line
|
2020-05-28 07:52:00 +02:00 |
|
Gabor Kiss-Vamosi
|
86307c669f
|
remove leftover code
|
2020-05-27 16:39:00 +02:00 |
|
Gabor Kiss-Vamosi
|
207ec2997f
|
DMA2D: minor fix with double buffering
|
2020-05-27 16:21:35 +02:00 |
|
Gabor Kiss-Vamosi
|
65c9b64f9a
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-05-27 16:01:14 +02:00 |
|
Gabor Kiss-Vamosi
|
70162562b2
|
speed up true double buffering
|
2020-05-27 16:00:56 +02:00 |
|
tgillbe
|
25a5623e77
|
Fix lv_slider knob size off-by-one bug (#1531)
|
2020-05-27 09:19:54 -04:00 |
|
Gabor Kiss-Vamosi
|
4f386f19fe
|
chart: fix y axis label drawing
|
2020-05-27 11:59:39 +02:00 |
|
Gabor Kiss-Vamosi
|
2be22d3bef
|
list: leaving edit mode with encoder
|
2020-05-27 11:22:01 +02:00 |
|
Gabor Kiss-Vamosi
|
0a9d8a6133
|
remove memcpy from lv_ll
|
2020-05-27 10:36:24 +02:00 |
|
Gabor Kiss-Vamosi
|
6a35a384b8
|
Merge branch 'encoder-buttons' of https://github.com/fhorinek/lvgl into fhorinek-encoder-buttons
|
2020-05-27 10:35:58 +02:00 |
|
Gabor Kiss-Vamosi
|
306405bcff
|
Merge branch 'master' into speed/shadow
|
2020-05-26 11:00:09 +02:00 |
|
Gabor Kiss-Vamosi
|
7fb49693f4
|
minor speed up on rectangle drawing
|
2020-05-26 10:59:49 +02:00 |
|
Gabor Kiss-Vamosi
|
19c3f9306f
|
improve DMA2D blending dupport
|
2020-05-26 10:59:29 +02:00 |
|
Gabor Kiss-Vamosi
|
b056315410
|
add LV_COLOR_MIX_ROUND_OFS to adjust color mix to GPU's algorithms
|
2020-05-26 10:58:52 +02:00 |
|
František Horínek
|
691ce77800
|
Modified version for encoder input proc.
Now you can also pass buttons LEFT/RIGHT to emulate the encoder, good for joysticks or small keypads.
All other keys are passed trought.
|
2020-05-25 15:51:20 +02:00 |
|
Gabor Kiss-Vamosi
|
966b4b11f6
|
lv_color_mix_with_alpha: fix initialization
|
2020-05-25 12:44:54 +02:00 |
|
Gabor Kiss-Vamosi
|
b4de4c5ca1
|
remove dead code
|
2020-05-25 12:42:38 +02:00 |
|
Gabor Kiss-Vamosi
|
0072a2ade5
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-05-25 11:55:12 +02:00 |
|
Gabor Kiss-Vamosi
|
eda752ab94
|
add lv_theme_get_color_secondary
|
2020-05-25 11:49:04 +02:00 |
|
Gabor Kiss-Vamosi
|
89206c51c3
|
optimize shdow drawing
|
2020-05-25 11:13:13 +02:00 |
|
Gabor Kiss-Vamosi
|
6c34280b66
|
Merge pull request #1520 from rene-dev/master
fixed RGB palette name in config template
|
2020-05-24 13:58:04 +02:00 |
|
Gabor Kiss-Vamosi
|
a2c973bd5b
|
fix warings
|
2020-05-24 13:13:07 +02:00 |
|
Rene Hopf
|
96ba7df9d3
|
fixed RGB palette name in config template
|
2020-05-24 01:38:05 +02:00 |
|
Gabor Kiss-Vamosi
|
7e4e5b7271
|
Merge branch 'master' of https://github.com/fhorinek/lvgl into fhorinek-master
|
2020-05-23 14:54:18 +02:00 |
|
Gabor Kiss-Vamosi
|
1666c8cb4f
|
handle focus_parent in pointer indevs
|
2020-05-23 14:53:23 +02:00 |
|
Gabor Kiss-Vamosi
|
d8a37e8fd8
|
update themes to avoid garbage collection of styles
|
2020-05-22 22:36:24 +02:00 |
|
Gabor Kiss-Vamosi
|
2ea96eaf83
|
fix warning
|
2020-05-22 22:05:51 +02:00 |
|
Gabor Kiss-Vamosi
|
a8a3c2a3c7
|
minor rework on button states
|
2020-05-22 21:45:11 +02:00 |
|
Gabor Kiss-Vamosi
|
ab4d8c9165
|
fix infinite roller with encoder
|
2020-05-22 21:36:22 +02:00 |
|
František Horínek
|
8f19010b17
|
Update src/lv_core/lv_obj.c
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2020-05-21 17:27:37 +02:00 |
|
Gabor Kiss-Vamosi
|
4fade082e5
|
Merge branch 'master' of https://github.com/fhorinek/lvgl into fhorinek-master
|
2020-05-21 15:17:19 +02:00 |
|
Gabor Kiss-Vamosi
|
2a78353ca4
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-05-21 15:17:07 +02:00 |
|
Gabor Kiss-Vamosi
|
efaf84f6f7
|
fix material theme init
|
2020-05-21 15:13:14 +02:00 |
|
Gabor Kiss-Vamosi
|
6f5b756786
|
update old function names
|
2020-05-21 15:01:34 +02:00 |
|
Gabor Kiss-Vamosi
|
bebe1f07df
|
img_draw: fix releasing buffer with DMA2D
|
2020-05-21 14:23:03 +02:00 |
|
František Horínek
|
b23d945ed4
|
changed behavior to focus_parent flag
|
2020-05-21 14:09:56 +02:00 |
|
Gabor Kiss-Vamosi
|
82ad0f0c5c
|
img drawing fixes with 32 bit color depth
|
2020-05-21 12:46:04 +02:00 |
|
Gabor Kiss-Vamosi
|
f248d47a36
|
fix typo
|
2020-05-21 11:33:07 +02:00 |
|
Gabor Kiss-Vamosi
|
fa58aed475
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-05-21 11:28:00 +02:00 |
|
Gabor Kiss-Vamosi
|
4eb2340f2a
|
img: fix cover check
|
2020-05-21 11:27:52 +02:00 |
|
Gabor Kiss-Vamosi
|
474b8e0920
|
CJK: fix built-in SimSun font and wrong UTF-8 decoding in Arabic processor
|
2020-05-21 10:40:16 +02:00 |
|
Gabor Kiss-Vamosi
|
c77ab45dd3
|
add material theme to GC_ROOTS
|
2020-05-21 09:37:37 +02:00 |
|
Amir Gonnen
|
8233483477
|
Add missing LV_GC_INCLUDE (#1511)
|
2020-05-19 20:15:49 -04:00 |
|
František Horínek
|
10ca6d4215
|
replaced #ifdef to #if
|
2020-05-19 15:45:09 +02:00 |
|
František Horínek
|
aaa78ba949
|
Added focus parent for v7
|
2020-05-19 15:22:38 +02:00 |
|
Gabor Kiss-Vamosi
|
080d06b838
|
fix lv_misc.mk. Fixes: #1508
|
2020-05-19 14:56:14 +02:00 |
|