Gabor Kiss-Vamosi
|
4c944f4050
|
subpx fixes
|
2019-10-19 10:29:59 +02:00 |
|
Gabor Kiss-Vamosi
|
f282c3bd08
|
subpx: read fro mteh font if subpx is supported
|
2019-10-18 14:57:27 +02:00 |
|
Gabor Kiss-Vamosi
|
7f7abe9a93
|
subpixel: update drawing to support both types
|
2019-10-10 07:09:30 +02:00 |
|
Gabor Kiss-Vamosi
|
beafc32594
|
subpixel: initial test
|
2019-10-07 20:50:44 +02:00 |
|
Gabor Kiss-Vamosi
|
e4bd622c78
|
Merge branch 'master' into dev-6.1
|
2019-10-03 05:54:43 +02:00 |
|
Gabor Kiss-Vamosi
|
c190374c79
|
img_cache: store the filename instead of its pointer
|
2019-09-30 11:56:38 +02:00 |
|
Gabor Kiss-Vamosi
|
5660181b81
|
debug: rework asserts
|
2019-09-24 23:14:17 +02:00 |
|
Gabor Kiss-Vamosi
|
366f958e1a
|
debug: add the basics of LV_DEBUG
|
2019-09-24 16:30:38 +02:00 |
|
Vadym Mishchuk
|
3dc57783ad
|
lv_chart: add secondary Y axis and ability to reverse label order (#1194)
|
2019-09-18 08:44:57 -04:00 |
|
Gabor Kiss-Vamosi
|
f190c78195
|
font compression: add prefilter support
|
2019-09-13 15:40:12 +02:00 |
|
embeddedt
|
49c2bbedbb
|
Fix alpha indexed images with 1 bit color depth (#1184)
|
2019-09-03 13:53:56 -04:00 |
|
tgillbe
|
54a9ea6179
|
Action review comments
|
2019-08-28 15:07:17 +01:00 |
|
tgillbe
|
1ff1e31ed8
|
Add transparency support to indexed images
|
2019-08-28 14:24:17 +01:00 |
|
Themba Dube
|
bdce05e20f
|
Merge branch 'master' into dev-6.1
|
2019-08-05 13:55:16 -04:00 |
|
Brian Pugh
|
d845cd73b0
|
Fix compiler warnings in lv_draw_img.c (#1166)
|
2019-08-04 12:33:46 -04:00 |
|
Gabor Kiss-Vamosi
|
1efff93dda
|
draw_line: fix skew line draw error
|
2019-08-01 21:01:02 +02:00 |
|
Gabor Kiss-Vamosi
|
ec63826d53
|
lv_draw_label: fix hint
|
2019-07-29 15:56:20 +02:00 |
|
Gabor Kiss-Vamosi
|
786e793634
|
theme_material: improve group style mod funvtions
|
2019-07-27 17:40:20 +02:00 |
|
rinaldo
|
c519b73ae2
|
fix comment
|
2019-07-23 10:52:53 -03:00 |
|
Gabor Kiss-Vamosi
|
5d44e66d42
|
format comments
|
2019-07-23 08:23:33 +02:00 |
|
Gabor Kiss-Vamosi
|
d7fd9eca35
|
Merge branch 'master' into dev-6.1
|
2019-07-15 14:56:55 +02:00 |
|
Alexander Siebert
|
93357446a4
|
Fix header color format check in lv_img_decoder_built_in_info
|
2019-07-14 21:26:19 +02:00 |
|
Gabor Kiss-Vamosi
|
1a7e7ef125
|
Merge pull request #1140 from C47D/horizontal_list
lv_list: Add list layout, implements #1138
|
2019-07-09 06:52:15 +02:00 |
|
Gabor Kiss-Vamosi
|
40c86ea34e
|
color_mix_2_alpha fixes
|
2019-07-08 13:10:16 +02:00 |
|
Gabor Kiss-Vamosi
|
2f29a9f361
|
fix compiler errors
|
2019-07-08 13:00:27 +02:00 |
|
Gabor Kiss-Vamosi
|
e792352f45
|
disable color_mix_2_alpha if no used
|
2019-07-08 12:51:12 +02:00 |
|
Gabor Kiss-Vamosi
|
03f18260a9
|
lv_img_decoder_close: fix if closed after error
|
2019-07-05 15:16:02 +02:00 |
|
Gabor Kiss-Vamosi
|
9023588fef
|
make the built-in image decoders public
|
2019-07-05 15:06:01 +02:00 |
|
Gabor Kiss-Vamosi
|
f66b21433c
|
Merge branch 'dev-6.1' of https://github.com/littlevgl/lvgl into dev-6.1
|
2019-07-05 07:48:22 +02:00 |
|
Gabor Kiss-Vamosi
|
471ff8a5b5
|
Merge pull request #1128 from littlevgl/lv_img_buf_alloc
[v6.1] Add lv_img_buf_alloc and lv_img_buf_free functions
|
2019-07-04 06:39:14 +02:00 |
|
Themba Dube
|
55740d2a96
|
Move lv_img_buf_get_img_size to C file instead of inlining
|
2019-07-03 09:47:08 -04:00 |
|
Gabor Kiss-Vamosi
|
3a8a004e8b
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2019-07-03 06:54:15 +02:00 |
|
Gabor Kiss-Vamosi
|
a78d0489f5
|
with line draw out ouf mask test
|
2019-07-03 06:54:10 +02:00 |
|
Peter A. Bigot
|
f2f024b610
|
lv_img_cache: fix buffer overrun
Reset the cache entry, not the pointer to the cache entry.
|
2019-07-02 17:59:28 -05:00 |
|
Themba Dube
|
27155720d5
|
Switch from size_t to uint32_t
|
2019-07-02 14:26:52 -04:00 |
|
Themba Dube
|
9ad51e529e
|
Add API for retrieving raw image bitmap size
|
2019-07-01 21:38:01 -04:00 |
|
Amir Gonnen
|
b0870156c8
|
Merge branch 'dev-6.0'
|
2019-07-02 00:32:36 +03:00 |
|
Amir Gonnen
|
f7b8e5d415
|
Add missing gc root
|
2019-07-02 00:31:50 +03:00 |
|
Themba Dube
|
28e321f223
|
Add lv_img_buf_alloc and lv_img_buf_free functions
|
2019-06-30 22:05:28 -04:00 |
|
Gabor Kiss-Vamosi
|
135c119b20
|
img_cache: fix memset
|
2019-06-30 06:01:18 +02:00 |
|
Themba Dube
|
2ecd0c4166
|
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
|
2019-06-27 18:11:19 -04:00 |
|
Themba Dube
|
bbc9c886c6
|
Update Doxygen comments
|
2019-06-27 18:07:26 -04:00 |
|
Amir Gonnen
|
03ac0284ae
|
Fix uninitialized var warning
|
2019-06-27 21:44:20 +03:00 |
|
Gabor Kiss-Vamosi
|
a6b81d3da8
|
fixes when some features are disabled
|
2019-06-27 08:33:14 +02:00 |
|
Gabor Kiss-Vamosi
|
9dcc47ec33
|
Merge branch 'vla' into dev-6.0
|
2019-06-27 08:19:38 +02:00 |
|
Gabor Kiss-Vamosi
|
8f962a0464
|
run clang-formatter
|
2019-06-27 07:16:15 +02:00 |
|
Gabor Kiss-Vamosi
|
d99bd91fe6
|
lv_draw_buf minor formatting
|
2019-06-26 16:56:24 +02:00 |
|
Gabor Kiss-Vamosi
|
b04367c702
|
remove all VLA and replave with lv_draw_get_buf
|
2019-06-26 16:53:50 +02:00 |
|
Gabor Kiss-Vamosi
|
f806f8c526
|
add lv_draw_free_buf
|
2019-06-26 15:56:41 +02:00 |
|
Gabor Kiss-Vamosi
|
071bf4cc4c
|
add lv_draw_get_buf and use it for shadow draw
|
2019-06-26 15:42:54 +02:00 |
|