Gabor Kiss-Vamosi
6e97c07588
solve warnings listed in #1292
2019-12-03 06:56:48 +01:00
Gabor Kiss-Vamosi
64df282c81
merge dev-6.1
2019-12-02 16:09:35 +01:00
Gabor Kiss-Vamosi
6c8b0c44be
fix conversation warnings
2019-12-02 12:20:01 +01:00
Gabor Kiss-Vamosi
7fa29c573e
lv_img: change rotate center naming to pivot
2019-11-29 15:36:52 +01:00
zhangliming
23a0538bf4
1.add img center;2.modify tileview;
2019-11-29 11:32:22 +08:00
Gabor Kiss-Vamosi
2bd600b68b
arc draw rounding fixes
2019-11-28 13:08:56 +01:00
Gabor Kiss-Vamosi
74fe37ba5b
improve arc draw accuracy
2019-11-27 11:45:38 +01:00
Gabor Kiss-Vamosi
23a040670e
arc and preloader draw and design fixes
2019-11-26 13:25:33 +01:00
Jan Van Winkel
5612b22a4e
Make sure that px_opa is initialized in lv_draw_letter
...
Make sure that the variable px_opa in lv_draw_letter is initialized,
else a compile time warring will occur .
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-11-26 09:13:18 +01:00
Gabor Kiss-Vamosi
5f2e5e4d01
add subpx and compressed fonts
2019-11-25 12:47:23 +01:00
Gabor Kiss-Vamosi
257f1ed2fe
minor fixes
2019-11-25 12:24:17 +01:00
Gabor Kiss-Vamosi
4215516fb8
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-11-25 12:20:55 +01:00
Gabor Kiss-Vamosi
ed500690c3
fix memory leak with indexed + alpha images
2019-11-25 12:20:21 +01:00
Gabor Kiss-Vamosi
5f3374624e
fix warnings
2019-11-25 11:11:41 +01:00
Gabor Kiss-Vamosi
90234b8cc1
minor optimizations
2019-11-21 12:45:49 +01:00
Gabor Kiss-Vamosi
53eeee069e
fix warning
2019-11-20 15:56:06 +01:00
Gabor Kiss-Vamosi
073b332919
add style.text.underline and strike_through
2019-11-20 15:55:38 +01:00
Gabor Kiss-Vamosi
b4dae16e22
move lv_draw_buf to lv_mem as lv_mem_buf
...
This way they can be used as general purpose buffers not only for drawing
2019-11-19 06:25:14 +01:00
Themba Dube
c607e45b48
lv_draw: document assertion so others understand quickly
2019-11-17 08:59:22 -05:00
Gabor Kiss-Vamosi
d7232be181
minor fixes
2019-11-17 06:23:26 +01:00
Gabor Kiss-Vamosi
cd2c8ae8c1
minor shadow draw fix not LV_DRAW_BLEND_MODE_NORMAL
2019-11-16 12:28:54 +01:00
Gabor Kiss-Vamosi
2be039e917
rename lv_ll_rem to lv_ll_remove
2019-11-15 11:04:46 +01:00
Gabor Kiss-Vamosi
0130856ef9
fix compiler error with LV_USE_FILESYSTEM = 0
2019-11-15 09:27:43 +01:00
Gabor Kiss-Vamosi
5574bac486
minor fixes
2019-11-15 07:28:42 +01:00
Gabor Kiss-Vamosi
e6d38f1acf
merge dev-6.1
2019-11-15 06:53:15 +01:00
Themba Dube
00517116cc
Fix some warnings
2019-11-14 21:08:23 -05:00
Gabor Kiss-Vamosi
cbe99407b0
draw_mask updates + lv_objmask use relative coordinates with masks
2019-11-14 14:05:14 +01:00
Gabor Kiss-Vamosi
90b7d3853f
lv_draw_mask_add: save only the pointer of the parameter
2019-11-14 14:05:14 +01:00
Pete Bone
1e4ce0b143
Dev 6.1 Minor fixes
...
lv_draw_arc.c -> line 218
Removed unsed fast_atan2() function which appears to have been moved to
lv_math.c as lv_atan2() function.
lv_font_heb_16.c -> line 1
Fixed inconsistent include path.
lv_label.c -> line 734
Added (char*) cast to const char* variable 'txt' to silence compiler
warning when LV_USE_BIDI is disabled.
lv_style.c -> line 93
Removed this line
lv_style.c -> line 97
Reverted this line to remove override of LV_FONT_DEFAULT defined in
lv_conf.h
2019-11-12 15:26:35 +00:00
Gabor Kiss-Vamosi
8ac7bddaf7
fix conflicts
2019-11-12 06:55:08 +01:00
Gabor Kiss-Vamosi
f3b88a57ca
add LV_COLOR_SET/GET_R/G/B
...
It was mainly because when LV_COLOR_16_SWAP = 1 and green is split to green_h and green_l
2019-11-12 05:38:26 +01:00
Gabor Kiss-Vamosi
90eeff7022
merge dev-6.1
2019-11-11 19:42:10 +01:00
Gabor Kiss-Vamosi
c4f8d8cd5b
bidi: txt_sel fixes
2019-11-11 11:10:01 +01:00
Gabor Kiss-Vamosi
8dfcba6aa8
text sel fixes with bidi
2019-11-10 10:52:49 +01:00
Gabor Kiss-Vamosi
96b9114a5a
bidi fixes for multi line text handling
2019-11-09 01:53:02 +01:00
Gabor Kiss-Vamosi
e719853c0a
fix conflicts
2019-11-08 23:15:48 +01:00
Gabor Kiss-Vamosi
eb90f3f418
revert accidentally deleted lv_img_buf_set_px_color
2019-11-08 23:12:07 +01:00
Gabor Kiss-Vamosi
5f1d1f4174
minor img transform fix
2019-11-08 23:07:35 +01:00
Gabor Kiss-Vamosi
48d81aab5e
fix conflicts
2019-11-08 22:49:03 +01:00
Gabor Kiss-Vamosi
e29210889a
add image zoom
2019-11-08 22:47:03 +01:00
Gabor Kiss-Vamosi
2bcbb309c8
Merge pull request #1250 from TridentTD/dev-7.0
...
[Dev 7.0] lv_arc fix rounded-ending arc
2019-11-08 13:07:41 +01:00
Gabor Kiss-Vamosi
f1aa679e12
blend map optimization
2019-11-08 09:42:08 +01:00
Gabor Kiss-Vamosi
66a67ff24a
Merge branch 'img_transform' of https://github.com/littlevgl/lvgl into img_transform
2019-11-08 09:21:05 +01:00
Gabor Kiss-Vamosi
62f6aa45e6
lv_img_rotate optimize anti aliasing
2019-11-08 09:20:35 +01:00
Gabor Kiss-Vamosi
a38734cb9a
Merge branch 'img_transform' of https://github.com/littlevgl/lvgl into img_transform
2019-11-08 08:26:40 +01:00
Gabor Kiss-Vamosi
bf42c35cc0
fix conflicts
2019-11-08 08:26:05 +01:00
Gabor Kiss-Vamosi
49bafb1d36
improve img rotate quality
2019-11-08 08:20:42 +01:00
Gabor Kiss-Vamosi
c632c62cb9
static inline lv_img_buf_get_px
2019-11-07 06:00:16 +01:00
Gabor Kiss-Vamosi
1e685324cf
add lv_img_buf_get_px()
2019-11-07 05:38:40 +01:00
Gabor Kiss-Vamosi
641ab62f42
img rotate and canvas blur fixes
2019-11-06 16:16:55 +01:00