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
Gabor Kiss-Vamosi
00176b2c7e
rename _mask_list to lv_draw_mask_list
2020-05-19 13:29:21 +02:00
Gabor Kiss-Vamosi
f2ff87f820
add LV_DC_ROOT prefix to _mask_list
2020-05-19 13:27:19 +02:00
Gabor Kiss-Vamosi
6a10f3e116
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-19 13:20:38 +02:00
Gabor Kiss-Vamosi
38ae98a565
move (draw) mask_list to gc roots
2020-05-19 13:20:29 +02:00
Gabor Kiss-Vamosi
72c79b58a8
disable LV_MEM_JUNK
2020-05-19 10:31:13 +02:00
Gabor Kiss-Vamosi
ee6c5e3399
run code formatter
2020-05-18 16:57:23 +02:00
Gabor Kiss-Vamosi
5c7e9bb932
minor fixes
2020-05-18 16:52:23 +02:00
Gabor Kiss-Vamosi
0f95c5b29b
comment update littlevgl -> lvgl
2020-05-18 14:55:39 +02:00
Gabor Kiss-Vamosi
382f428a0e
keyboard: fix invalid assertatin
2020-05-18 11:46:02 +02:00
Gabor Kiss-Vamosi
a91041bcf7
suppress doxygen warnings
2020-05-18 11:03:10 +02:00
Gabor Kiss-Vamosi
4fb0a5da21
img: remove debug code
2020-05-18 11:02:45 +02:00
Gabor Kiss-Vamosi
f6b759dc71
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2020-05-18 10:48:21 +02:00
Themba Dube
6e1d53e11e
Merge remote-tracking branch 'origin/master' into dev-7.0
2020-05-15 13:48:25 -04:00
Bill Hargen
7ac9388aed
Fix #1498 : lv_label_set_text() crash ( #1499 )
...
This routine tried to optimize a special case of setting the label text to the same address as previously set, but it did not consider whether the prior set was static and tried to realloc non-allocated memory.
2020-05-15 13:42:50 -04:00
Gabor Kiss-Vamosi
af312fd2ba
checkbox: set bullet size with padding
2020-05-14 11:29:49 +02:00
Gabor Kiss-Vamosi
ac52b502a2
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-14 11:14:43 +02:00
Gabor Kiss-Vamosi
f00d17b496
update the comments of lv_draw_label
2020-05-14 11:14:34 +02:00
Gabor Kiss-Vamosi
f252edb5c1
material theme, dropdown: enable corner clip on the list
2020-05-14 09:36:44 +02:00
Gabor Kiss-Vamosi
e45cd3c31c
fix build error with dma2d
2020-05-13 14:47:33 +02:00
Gabor Kiss-Vamosi
0f8513bf77
Merge pull request #1496 from ValentiWorkLearning/dev-7.0
...
Fixed implicit casting from void* in lv_imgbuf.h
2020-05-13 14:19:55 +02:00
Gabor Kiss-Vamosi
97392f4fdf
reduce API size: add underscore prefix to internal functions
2020-05-13 14:11:16 +02:00
Valentyn Korniienko
74a0b0dab2
Fixed implicit casting from void* in lv_imgbuf.h
2020-05-13 14:58:57 +03:00