Pete Bone
822435748a
Fix compiler waring in lv_ll.c ( #1550 )
2020-06-02 07:27:36 -04:00
Gabor Kiss-Vamosi
140904e201
fix build error
2020-06-02 11:03:00 +02:00
Gabor Kiss-Vamosi
a49e7e8295
improve size rounding to 4 or 8 in lv_mem, and lv_ll
2020-06-02 08:51:22 +02:00
Gabor Kiss-Vamosi
542fa7e76d
linked list: simplify settings next/prev node
...
https://forum.lvgl.io/t/data-abort-at-start-lvgl-v7-0-compiled-with-full-speed-optimisation-only/2286/25
2020-06-02 08:44:04 +02:00
Gabor Kiss-Vamosi
7040084fbd
Merge pull request #1545 from pete-pjb/32bit_idx
...
Change all text related indices from 16-bit to 32-bit integers throughout whole library.
2020-06-01 22:44:30 +02:00
Mike Fellows
765a97383a
Fix visual studio compile errors in lv_anim code
...
unary negation operator was being applied to an usigned int in three
places. I'm not sure what the other compilers are doing to accept
the current code , but I have cast the unsigned ints to a signed one
before applying the unary operator.
2020-06-01 22:23:53 +02:00
PeterB
3561d9e063
Changed all text related indices from 16 bit to 32 bit integers.
2020-06-01 17:51:47 +01:00
Themba Dube
c5c5b2a393
lv_printf: condition floating-point on value not definition
2020-06-01 12:08:48 -04:00
Themba Dube
0c4c6cf199
lv_printf: expose floating-point configuration option
2020-06-01 12:08:08 -04:00
Gabor Kiss-Vamosi
0a9d8a6133
remove memcpy from lv_ll
2020-05-27 10:36:24 +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
Gabor Kiss-Vamosi
966b4b11f6
lv_color_mix_with_alpha: fix initialization
2020-05-25 12:44:54 +02:00
Gabor Kiss-Vamosi
a2c973bd5b
fix warings
2020-05-24 13:13:07 +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
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
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
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
0f95c5b29b
comment update littlevgl -> lvgl
2020-05-18 14:55:39 +02:00
Gabor Kiss-Vamosi
a91041bcf7
suppress doxygen warnings
2020-05-18 11:03:10 +02:00
Themba Dube
6e1d53e11e
Merge remote-tracking branch 'origin/master' into dev-7.0
2020-05-15 13:48:25 -04:00
Gabor Kiss-Vamosi
97392f4fdf
reduce API size: add underscore prefix to internal functions
2020-05-13 14:11:16 +02:00
Gabor Kiss-Vamosi
eda4ef8042
optimize color fill with 16 color depth
2020-05-13 01:06:01 +02:00
Gabor Kiss-Vamosi
eaeb362001
optimize lv_mem_buf uage
2020-05-11 10:21:23 +02:00
Kowalski Dark
61bafdb37f
Fix typos in header comment ( #1493 )
2020-05-08 12:49:11 -04:00
Gabor Kiss-Vamosi
9dd387b23e
remove bidi.h from lvgl.h
2020-05-08 08:44:31 +02:00
Gabor Kiss-Vamosi
232d22c148
fix conflicts
2020-05-07 16:01:48 +02:00
Gabor Kiss-Vamosi
8e87fc4620
minor fixes
2020-05-06 09:27:38 +02:00
Amir Gonnen
1633b2e6db
Guard USE AP prototypes with macro ( #1485 )
2020-05-02 18:23:52 -04:00
Gabor Kiss-Vamosi
1e59100ff2
fix build errors
2020-05-02 07:45:04 +02:00
Gabor Kiss-Vamosi
c3361a67b2
fix lv_color_t with LV_COLOR_DEPTH 1
2020-05-01 16:54:13 +02:00
Gabor Kiss-Vamosi
aad8667a9f
run code formatter
2020-05-01 11:17:43 +02:00
Gabor Kiss-Vamosi
3ac2c390c6
Merge branch 'feat/arabic' into dev-7.0
2020-05-01 09:51:17 +02:00
Wielebny666
c2404c307c
Adjusting min and max values to the number format
2020-04-29 13:24:07 +02:00
Gabor Kiss-Vamosi
80a4613e59
fix build error and upadte lv_conf_template.h
2020-04-29 09:01:35 +02:00
Gabor Kiss-Vamosi
817e1ce530
place some functions to faster memory
2020-04-29 08:38:59 +02:00
Gabor Kiss-Vamosi
c80a4d194f
Merge branch 'dev-7.0' into speed/gpu
2020-04-27 14:53:17 +02:00
Gabor Kiss-Vamosi
43e873108a
introduce lv_anim_path_t to encapsulate the path cb
2020-04-27 11:51:18 +02:00
Gabor Kiss-Vamosi
ef9955f01f
Merge branch 'dev-7.0' into hamidrm-dev-7.0
2020-04-25 16:06:33 +02:00
Gabor Kiss-Vamosi
660d0d6000
minor fixes
2020-04-24 22:02:24 +02:00
xennex22
31b5772028
Cast void pointers
...
C++ compilers will warn otherwise
2020-04-24 08:43:29 -07:00
Gabor Kiss-Vamosi
3b869b0258
replace all memset with lv_memset
2020-04-23 15:45:08 +02:00
Gabor Kiss-Vamosi
479d31e5a7
replace all memcpy with lv_memcpy
2020-04-23 15:27:51 +02:00
Gabor Kiss-Vamosi
b196b2c400
Merge pull request #1450 from dykeag/patch-1
...
More reliable determination of architecture size
2020-04-17 14:56:30 +02:00
Gabor Kiss-Vamosi
be80438c92
Merge pull request #1452 from littlevgl/task_repeat_count
...
Add lv_task_set_repeat_count API
2020-04-17 12:53:42 +02:00
Gabor Kiss-Vamosi
f56b43d019
update makefile and fix warnings
2020-04-17 10:44:24 +02:00