Gabor Kiss-Vamosi
|
83770e004c
|
lv_img_buf_tranform: fix inaccurate color mixing
|
2020-03-24 20:59:12 +01:00 |
|
Gabor Kiss-Vamosi
|
b40c5ada05
|
table: add asserts after allocations
|
2020-03-24 19:38:57 +01:00 |
|
Gabor Kiss-Vamosi
|
bb0c5a968c
|
run formatter
|
2020-03-24 10:13:52 +01:00 |
|
Gabor Kiss-Vamosi
|
a8b49faf6b
|
table: optmize text drawing
|
2020-03-24 10:05:40 +01:00 |
|
Gabor Kiss-Vamosi
|
9876197131
|
furthe belnding fixes
|
2020-03-24 09:44:00 +01:00 |
|
Gabor Kiss-Vamosi
|
ec57e921e2
|
fix belnding issue. Fixes #1417
|
2020-03-24 09:37:03 +01:00 |
|
Gabor Kiss-Vamosi
|
7d5250a181
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-03-24 09:07:04 +01:00 |
|
Gabor Kiss-Vamosi
|
69b22d4c54
|
arc draw: draw nothing if start_angel == end_angle
|
2020-03-24 09:06:41 +01:00 |
|
Gabor Kiss-Vamosi
|
ca6c6c6fcc
|
fix warning
|
2020-03-24 09:05:46 +01:00 |
|
Gabor Kiss-Vamosi
|
1a94e82834
|
add LV_TXT_FLAG_FIT to skip some text widrth calculations
|
2020-03-24 08:46:28 +01:00 |
|
Gabor Kiss-Vamosi
|
49b0751dc8
|
optimize
|
2020-03-24 08:22:41 +01:00 |
|
Gabor Kiss-Vamosi
|
18caad5058
|
minor blending optmization
|
2020-03-24 06:34:20 +01:00 |
|
Gabor Kiss-Vamosi
|
523c9793cb
|
draw label: remove 8bpp optimization becasue it's not that effective
|
2020-03-23 17:13:46 +01:00 |
|
Gabor Kiss-Vamosi
|
f9edf0b341
|
label drawing optimizations
|
2020-03-23 17:02:33 +01:00 |
|
Gabor Kiss-Vamosi
|
67a6ca7ac5
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-03-23 12:42:12 +01:00 |
|
Gabor Kiss-Vamosi
|
cc484b2fce
|
draw label fix with opacity
|
2020-03-23 12:41:59 +01:00 |
|
Gabor Kiss-Vamosi
|
dcc9fc7255
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-03-23 12:41:36 +01:00 |
|
Gabor Kiss-Vamosi
|
3ad6eeedc5
|
minor formatting
|
2020-03-23 12:39:34 +01:00 |
|
Gabor Kiss-Vamosi
|
15c2a6d0cd
|
letter draw minor optimizations
|
2020-03-23 12:35:26 +01:00 |
|
Gabor Kiss-Vamosi
|
a517defbd7
|
generate fonts with ker class (faster) and degree and bullet smybols
|
2020-03-23 12:35:10 +01:00 |
|
Gabor Kiss-Vamosi
|
3249700ec5
|
add 'generate_all.py' script to generate all fonts at once
|
2020-03-23 12:32:23 +01:00 |
|
Gabor Kiss-Vamosi
|
0d303e16e6
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-03-23 09:25:13 +01:00 |
|
Gabor Kiss-Vamosi
|
68b31008b7
|
table: automatically expand row_cnt as needed
|
2020-03-23 09:25:04 +01:00 |
|
Gabor Kiss-Vamosi
|
c57aacafa2
|
font decompression: fix buffer overflow
|
2020-03-23 09:24:41 +01:00 |
|
Gabor Kiss-Vamosi
|
6fae3a0eb6
|
draw_img: optimize ARGB rendering
|
2020-03-22 13:20:09 +01:00 |
|
Gabor Kiss-Vamosi
|
2a1db9ee86
|
dropdown: fix set/get anim time
|
2020-03-21 01:24:58 +01:00 |
|
Gabor Kiss-Vamosi
|
2d3ad7f99f
|
fix obj_del_core
|
2020-03-21 00:37:41 +01:00 |
|
Gabor Kiss-Vamosi
|
6b3aa73c17
|
fix lv_obj_del
|
2020-03-21 00:31:24 +01:00 |
|
Gabor Kiss-Vamosi
|
9abe6b89cc
|
optimize lv_memcpy and lv_memset_...
|
2020-03-20 21:52:53 +01:00 |
|
Gabor Kiss-Vamosi
|
ac67cad801
|
remove lv_obj.c/delete_children as it was very similar to lv_obj_del
Ref: https://forum.littlevgl.com/t/lv-obj-del-lv-event-delete-ordering/1859
|
2020-03-20 13:41:47 +01:00 |
|
Gabor Kiss-Vamosi
|
2a0a6652ae
|
draw rect: fix overdrawing
|
2020-03-20 12:16:21 +01:00 |
|
Gabor Kiss-Vamosi
|
df01215678
|
draw_rect: remove debug code
|
2020-03-20 11:18:02 +01:00 |
|
Gabor Kiss-Vamosi
|
34aaf71a17
|
btnm: fix undeflow in buttons arrea calculation
|
2020-03-20 11:05:42 +01:00 |
|
Gabor Kiss-Vamosi
|
786e151661
|
lv_memcpy: fix according to #1413
|
2020-03-20 10:52:48 +01:00 |
|
Gabor Kiss-Vamosi
|
3e5275708e
|
add custom memset and optimize masked belnding
|
2020-03-20 10:35:50 +01:00 |
|
Gabor Kiss-Vamosi
|
3ed8aa86e6
|
lv_memcpy: minor optimization
|
2020-03-19 20:45:26 +01:00 |
|
Gabor Kiss-Vamosi
|
3ee8763838
|
blending a color mixing speed up
|
2020-03-19 15:29:03 +01:00 |
|
Gabor Kiss-Vamosi
|
dd17e7c9b2
|
add lv_memcpy.c/h (faster then gcc memcpy)
|
2020-03-19 15:27:45 +01:00 |
|
Gabor Kiss-Vamosi
|
f4bca3889f
|
add lv_color_mix_premult
|
2020-03-19 15:26:55 +01:00 |
|
Gabor Kiss-Vamosi
|
d0864e72e0
|
Merge branch 'fix/arc-end-angle' into dev-7.0
|
2020-03-19 09:49:07 +01:00 |
|
Gabor Kiss-Vamosi
|
2af4f70382
|
arc: do not limit end angle to allow full circle
|
2020-03-19 09:48:51 +01:00 |
|
Gabor Kiss-Vamosi
|
47c54d5772
|
fix warnings
|
2020-03-19 09:47:24 +01:00 |
|
Gabor Kiss-Vamosi
|
8867df8f18
|
fix conflict
|
2020-03-19 09:34:11 +01:00 |
|
Gabor Kiss-Vamosi
|
530807eca1
|
minor fixes
|
2020-03-19 09:32:42 +01:00 |
|
Gabor Kiss-Vamosi
|
229463d801
|
update material theme
|
2020-03-19 09:32:33 +01:00 |
|
Gabor Kiss-Vamosi
|
dc0f0e6e5b
|
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
|
2020-03-17 13:54:49 +01:00 |
|
Gabor Kiss-Vamosi
|
aff7eb1653
|
arc draw fixes
|
2020-03-17 13:54:37 +01:00 |
|
Gabor Kiss-Vamosi
|
de103cf0d2
|
textarea: fix special case of copy, with online + center align + RTL base dir
|
2020-03-17 07:15:56 +01:00 |
|
Themba Dube
|
ab10bdaa03
|
Make lv_switch respect base direction
|
2020-03-16 13:58:09 -04:00 |
|
Gabor Kiss-Vamosi
|
f8c8c75361
|
dropdown: fixes with RTL basedir
|
2020-03-16 16:23:14 +01:00 |
|