xennex22
58eb4edb33
Update lv_ta.c
2019-11-17 10:43:17 -08:00
Gabor Kiss-Vamosi
22973360d0
add support to > 255 fonts by enabling LV_FONT_FMT_TXT_LARGE
2019-11-17 17:12:50 +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
xennex22
7256c7244d
Update lv_kb.c
2019-11-16 13:09:59 -08:00
xennex22
2d52d2f126
Update lv_kb.h
2019-11-16 13:06:30 -08:00
xennex22
24a5e3788d
Update lv_kb.c
2019-11-16 08:46:12 -08:00
Gabor Kiss-Vamosi
679419b151
minor theme updates
2019-11-16 12:29:47 +01:00
Gabor Kiss-Vamosi
20a13918d1
bar: improve masking to avoid drawing the indicator out of the radius
2019-11-16 12:29:37 +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
d5cfd02def
mono theme fix uninited styles
2019-11-16 11:36:06 +01:00
Gabor Kiss-Vamosi
537f1256c8
Merge branch 'dev-6.1' into dev-7.0
2019-11-16 11:27:51 +01:00
Gabor Kiss-Vamosi
59743f7f90
linemeter: angle offset fixes
...
rename lv_lmeter_set_angle to lv_lmeter_set_angle_offset
add lv_lemeter_get_angle_offset
initialze ext->angle_ofs in lv_lmeter_create
2019-11-16 11:27:35 +01:00
Gabor Kiss-Vamosi
5001c4e6a9
theme and minor drawin fixes
2019-11-16 11:22:23 +01:00
Gabor Kiss-Vamosi
197d95cf60
ta: fix label height after style change in one line mode
2019-11-15 15:23:47 +01:00
embeddedt
3452e60ec1
Silence -Wconversion
2019-11-15 08:03:11 -05:00
Gabor Kiss-Vamosi
37cd768e99
Merge branch 'dev-6.1' into dev-7.0
2019-11-15 11:14:30 +01:00
Gabor Kiss-Vamosi
48f81d9f28
lv_objx_templ: fix typo
2019-11-15 11:14:07 +01:00
Gabor Kiss-Vamosi
a2cc8c9b4c
lv_objmask_remove_mask: remove all masks is mask==NULL
2019-11-15 11:05:11 +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
b54b5fcc2b
lv_bidi: fix warnings
2019-11-15 09:30:57 +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
ca5940b693
lv_cpicker_set_color fix compiler error
2019-11-15 09:26:10 +01:00
Gabor Kiss-Vamosi
010d7ef72f
merge dev-6.1
2019-11-15 09:20:49 +01:00
Gabor Kiss-Vamosi
ac28a13564
fix warnings
2019-11-15 09:17:42 +01:00
Gabor Kiss-Vamosi
6aeba2d682
Merge branch 'dev-6.1' into dev-7.0
2019-11-15 07:29:24 +01:00
Gabor Kiss-Vamosi
28cc431d95
Merge branch 'master' into dev-6.1
2019-11-15 07:29:00 +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
Gabor Kiss-Vamosi
bf5ea6658b
update lv_conf_checker.h
2019-11-15 06:30:45 +01:00
Gabor Kiss-Vamosi
57cf7ef7d6
Merge pull request #1273 from neilabdev/hotfix/fix_roller_infinite_mode_initialization_bug
...
lv_roller_create cuases "divide by zero" via modulus operator for infinit scroll mode
2019-11-15 05:12:53 +01:00
Gabor Kiss-Vamosi
98c4514852
Merge pull request #1271 from littlevgl/fix_conversion_warnings
...
Fix -Wconversion warnings
2019-11-15 05:09:25 +01:00
James Whitfield
b9f7883b0b
fixed bug where mode was not properly initialized for for roller extra attributes, causing crash in inf_normalize where there is a condition executed which causes a modulas divide by zero for mode LV_ROLLER_MODE_INFINITE, which is set at random because of dirty memory
2019-11-14 19:35:24 -08:00
Themba Dube
00517116cc
Fix some warnings
2019-11-14 21:08:23 -05:00
Themba Dube
575df77a02
Fix public -Wconversion warnings
2019-11-14 20:38:47 -05:00
Gabor Kiss-Vamosi
6148b4016e
add lv_objmask_update_mask and lv_objmask_remoev_mask
2019-11-14 14:05:14 +01: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
Gabor Kiss-Vamosi
e76b5d58b5
lv_imgbtn: update img_draw calles to the new prototype
2019-11-14 12:28:27 +01:00
Gabor Kiss-Vamosi
75f27bbeae
Merge branch 'dev-7.0' of https://github.com/littlevgl/lvgl into dev-7.0
2019-11-14 10:49:47 +01:00
Gabor Kiss-Vamosi
110923168a
lv_font_fmt_txt: change tab to 2 spaces
2019-11-14 10:49:41 +01:00
Gabor Kiss-Vamosi
bbf2c8247c
Merge pull request #1268 from cpegeo/dev-6.1
...
Updated lv_refr_area and lv_img_design to account for single pixel height/width objects.
2019-11-13 19:44:40 +01:00
George Slater
de102f9d20
Updated lv_refr_area and lv_img_design to account for single pixel height/width objects.
...
lv_refr_area: Updated height for area refresh to correctly include areas that are a height of only 1 pixel.
lv_img_design: Updated draw loop to account for objects that are 1 pixel in height or width.
2019-11-13 11:54:05 -06:00
Gabor Kiss-Vamosi
7814d31613
Merge pull request #1261 from joltwallet/fix/txt_long_len
...
Fix/txt long len wrapping and disable macro
2019-11-13 08:38:44 +01:00
Gabor Kiss-Vamosi
92f9af3113
Merge branch 'dev-6.1' into fix/txt_long_len
2019-11-13 08:38:30 +01:00
Gabor Kiss-Vamosi
9792a74413
Merge pull request #1265 from pete-pjb/dev-6.1
...
Dev 6.1 Minor fixes
2019-11-13 07:39:59 +01:00
Gabor Kiss-Vamosi
060c27f54a
Merge pull request #1264 from Maldus512/master
...
Added rotation feature to the lmeter
2019-11-13 07:39:07 +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
Mattia Maldini
b7c3732da7
Different wording
2019-11-12 16:14:18 +01:00
Gabor Kiss-Vamosi
6ebaaa6fa8
Update README.md
2019-11-12 15:25:52 +01:00