Gabor Kiss-Vamosi
fc29f58754
fix _WIN64 test (has only on underscore)
2019-12-09 14:34:53 +01:00
Gabor Kiss-Vamosi
71be75b0ec
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-12-07 21:11:56 +01:00
Gabor Kiss-Vamosi
da2ee84fbb
fix some signal function if debug asssert is enabled
2019-12-07 21:11:38 +01:00
Amir Gonnen
842283d136
bugfix: use size_t also when GC is enabled ( #1304 )
2019-12-06 16:10:04 -05:00
Themba Dube
d7735410c9
Silence GCC warning
2019-12-06 12:31:19 -05:00
Gabor Kiss-Vamosi
f6f5f691f7
update library.json
v6.1.1
2019-12-06 14:41:27 +01:00
Gabor Kiss-Vamosi
840f382b64
release v6.1.1
2019-12-06 14:06:57 +01:00
Gabor Kiss-Vamosi
e8dd654ad6
remove the unimplemented lv_ll_swap
2019-12-06 14:04:06 +01:00
Gabor Kiss-Vamosi
17be0af46b
tileview fix assert in signal_cb
2019-12-06 13:43:38 +01:00
Gabor Kiss-Vamosi
f34598d810
Merge branch 'master' of https://github.com/littlevgl/lvgl
2019-12-05 12:58:21 +01:00
Gabor Kiss-Vamosi
d35e09bfcc
lmeter: fix warning
2019-12-05 12:57:59 +01:00
Gabor Kiss-Vamosi
1f2987a66b
fix minor warnings
2019-12-05 06:44:11 +01:00
Gabor Kiss-Vamosi
36082419d8
Merge pull request #1298 from someone42/master
...
Also making \r break lines in labels
2019-12-03 19:19:47 +01:00
Chris Chua
eb614c32b3
Also making \r break lines in labels
2019-12-04 04:43:16 +11:00
Gabor Kiss-Vamosi
c23655a0d7
fix warnings
2019-12-03 18:42:56 +01:00
Gabor Kiss-Vamosi
4037a68ccc
typedef uint64_t lv_uintptr_t on 64 bit systems
2019-12-02 15:03:43 +01:00
Gabor Kiss-Vamosi
6c8b0c44be
fix conversation warnings
2019-12-02 12:20:01 +01:00
Gabor Kiss-Vamosi
6e8a4eeed4
lv_tileview_set_valid_positions: minor fix
2019-12-02 09:19:51 +01:00
Gabor Kiss-Vamosi
0b12f934ec
lv_font.h add update comments
2019-12-02 09:16:47 +01:00
Gabor Kiss-Vamosi
9083adb936
remove unused subpx flag from lv_font_fmt_txt
2019-11-28 10:14:57 +01:00
xennex22
148478bf60
Fix two minor compile-time issues ( #1289 )
2019-11-26 23:09:35 -05:00
Gabor Kiss-Vamosi
ec18ea42fe
spinbox fix call order in signal function
2019-11-26 14:14:11 +01:00
Gabor Kiss-Vamosi
da8c604d14
Merge pull request #1287 from Himel55/patch-1
...
fix spelling mistake
2019-11-26 12:38:06 +01:00
Himel
bf5a8bc52f
fix spelling mistake
2019-11-27 00:28:26 +13:00
Gabor Kiss-Vamosi
db7a22a01e
Merge pull request #1284 from joltwallet/lv_obj_missing_const
...
lv_obj: add missing const qualifiers in function definitions.
2019-11-26 11:38:25 +01:00
Gabor Kiss-Vamosi
a596462a49
Merge pull request #1286 from vanwinkeljan/fix_8bit_lv_color_to32
...
Set alpha channel on return color in lv_color_to32
2019-11-26 09:39:41 +01:00
Gabor Kiss-Vamosi
dbb3630306
Merge pull request #1285 from vanwinkeljan/fix_lv_draw_letter
...
Make sure that px_opa is initialized in lv_draw_letter
2019-11-26 09:38:29 +01:00
Jan Van Winkel
9ffdefd98a
Set alpha channel on return color in lv_color_to32
...
Set alpha channel on return color in lv_color_to32 for 8-bit to 32-bit
color conversions.
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-11-26 09:22:08 +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
Brian Pugh
64a56a2b0f
lv_obj: add missing const qualifiers in function definitions.
2019-11-25 22:09:38 -08:00
Gabor Kiss-Vamosi
bd049d1ac3
Merge pull request #1283 from xennex22/dev-6.1
...
Removed redundent assignment
v6.1
2019-11-26 07:02:30 +01:00
Gabor Kiss-Vamosi
aafa6e7ccb
Merge pull request #1281 from amirgon/master
...
Remove redundant line
2019-11-26 07:01:45 +01:00
xennex22
c059025d42
Removed redundent assignment
2019-11-25 21:32:49 -08:00
Amir Gonnen
14c407dad3
Remote redundant line
...
Causes compilation error when LV_COLOR_DEPTH == 16
2019-11-25 23:16:53 +02:00
Gabor Kiss-Vamosi
8bb67c0303
release v6.1
2019-11-25 13:17:55 +01:00
Gabor Kiss-Vamosi
de48d1b558
Merge branch 'dev-6.1'
2019-11-25 13:17:35 +01:00
Gabor Kiss-Vamosi
b388c702e5
add lv_printf.h to lvgl.h
2019-11-25 13:15:12 +01:00
Gabor Kiss-Vamosi
5f2e5e4d01
add subpx and compressed fonts
2019-11-25 12:47:23 +01:00
Gabor Kiss-Vamosi
5f3374624e
fix warnings
2019-11-25 11:11:41 +01:00
Gabor Kiss-Vamosi
d17e7c7b76
lv_txt_get_next_word: fix to hanfle recolor command with break chars too
2019-11-25 11:07:48 +01:00
Gabor Kiss-Vamosi
926dafd3b5
minor fixes
2019-11-25 07:15:01 +01:00
Gabor Kiss-Vamosi
a7bfaabfad
regenerat fonts
2019-11-25 07:03:35 +01:00
Gabor Kiss-Vamosi
f0863b4179
fix minor warnings
2019-11-25 06:44:13 +01:00
Gabor Kiss-Vamosi
0422e662d9
lv_color.h use 1 common lv_color_make
2019-11-25 06:42:11 +01:00
Stepan Snigirev
12fa1ac788
Initialize variable to remove compiler warning ( #1280 )
2019-11-23 17:18:09 -05:00
Gabor Kiss-Vamosi
ab0cad1b52
Merge pull request #1279 from amirgon/dev-6.1
...
Fix `lv_mbox_create` for Micropython Binding
2019-11-23 07:36:03 +01:00
Amir Gonnen
ef2bee1e42
Merge branch 'dev-6.1' of https://github.com/amirgon/lvgl into dev-6.1
2019-11-23 01:42:58 +02:00
Amir Gonnen
9779513928
Fix lv_mbox_create for Micropython Binding
...
When passing array of strings, the parameter should be defined as const char *[], and not const char **
2019-11-23 01:41:27 +02:00
Gabor Kiss-Vamosi
9a94f88885
lv_font_fmt_txt: don't use bitfield for cmap to avoid bugs in Visual Studio
2019-11-21 12:00:23 +01:00
Gabor Kiss-Vamosi
b4b6a472fb
use array[] instead of pointer in API function parameters where required
2019-11-21 06:08:09 +01:00