Gabor Kiss-Vamosi
9e34000dfc
label hint updates
2019-06-14 15:15:20 +02:00
Gabor Kiss-Vamosi
10c46e73a8
label_draw hint experiments
2019-06-14 14:57:59 +02:00
Gabor Kiss-Vamosi
dd8fdafe3e
lv_ta: minor fix to speed up adding texts
2019-06-14 14:26:10 +02:00
Gabor Kiss-Vamosi
89fae4458e
add lv_canvas_set_palette()
2019-06-14 07:17:02 +02:00
Gabor Kiss-Vamosi
71f00017af
remove LV_EVENT_SLECTED and use LV_EVENT_VALUE_CHANGED instead
2019-06-14 06:56:54 +02:00
Gabor Kiss-Vamosi
7cbc2d0e7f
font_fmt_txt: cache fix
2019-06-14 06:24:02 +02:00
Gabor Kiss-Vamosi
f69dfce051
font_fmt_txt: cache the last letter and its glyph
2019-06-14 05:55:43 +02:00
Gabor Kiss-Vamosi
c52d8e8120
lv_txt: performance optimization
2019-06-14 05:47:40 +02:00
Gabor Kiss-Vamosi
0e41e9aacb
simplify mem_fill
2019-06-13 19:25:23 +02:00
Gabor Kiss-Vamosi
3abcf52ad7
mbox: fix clicking with no buttons ( #1101 )
2019-06-13 05:13:34 +02:00
Gabor Kiss-Vamosi
bceb46b813
improve callback conventions
2019-06-12 23:10:54 +02:00
Gabor Kiss-Vamosi
ed69452c45
font: use binary search
2019-06-12 23:01:16 +02:00
Gabor Kiss-Vamosi
4139cd619b
Update README.md
2019-06-11 15:54:13 +02:00
Gabor Kiss-Vamosi
a2c9c72186
add LV_ANIM_ON/OFF
2019-06-11 13:51:14 +02:00
Gabor Kiss-Vamosi
56b9893854
add cppchecker script
2019-06-11 06:33:53 +02:00
Gabor Kiss-Vamosi
288b972ce0
add LV_STYLE_XXX_MAIN if an object has only one style
2019-06-11 06:33:33 +02:00
Gabor Kiss-Vamosi
857d1734fd
lv_roller: fix refactoring issue
2019-06-07 14:54:19 +02:00
Gabor Kiss-Vamosi
a1d2d631f0
Merge branch 'border_styles' into dev-6.0
2019-06-07 14:52:24 +02:00
Gabor Kiss-Vamosi
8254ee6661
rename lv_obj_adjust_coords to lv_obj_get_inner_coords
2019-06-07 14:52:14 +02:00
Gabor Kiss-Vamosi
5cc1548b83
lv_coord_t: use typdef in lv_conf.h
2019-06-07 00:08:48 +02:00
Gabor Kiss-Vamosi
f2ca0b15f3
lv_coord_t: add config option in lv_conf.h
2019-06-06 23:44:30 +02:00
Gabor Kiss-Vamosi
dbb5f23cd6
lv_indev: use event instead of signal in feedback function
2019-06-06 23:42:51 +02:00
Gabor Kiss-Vamosi
23f842e462
run clag-format
2019-06-06 06:05:40 +02:00
Gabor Kiss-Vamosi
dba4cebfea
fix warnings
2019-06-06 06:04:15 +02:00
Gabor Kiss-Vamosi
81729dfd51
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-06 05:55:29 +02:00
Gabor Kiss-Vamosi
48e1efb6ef
font folder restructure and makefile fixes
2019-06-06 05:55:17 +02:00
embeddedt
9396b097ab
Minor fixes for Micropython binding ( #1094 )
...
* Enable/disable font declarations according to font macros
* Updated sed line which generates _LV_STR enum for Micropython binding
2019-06-05 19:06:58 -04:00
Amir Gonnen
b4d54c71d3
small fixes
...
Enable/disable font declarations according to font macros. This is required for Micropython otherwise we would get a declaration with a missing definition.
Updated sed line which generates _LV_STR enum for Micropython binding
2019-06-06 01:11:30 +03:00
Gabor Kiss-Vamosi
9139b58abc
lv_draw_rect: fix underlow on border width
2019-06-05 18:36:38 +02:00
Gabor Kiss-Vamosi
0ef39ed144
lv_conf_template: formatting
2019-06-05 15:23:16 +02:00
Gabor Kiss-Vamosi
b29c84cc88
Merge branch 'font' of https://github.com/littlevgl/lvgl into dev-6.0
2019-06-05 15:19:12 +02:00
Gabor Kiss-Vamosi
3a2def1e76
font: update lv_conf_template.h
2019-06-05 15:16:51 +02:00
Gabor Kiss-Vamosi
62c531eec3
font: fix glyph_ids_size usage
2019-06-05 12:28:31 +02:00
Gabor Kiss-Vamosi
c54d2d2fd7
add built in fonts
2019-06-05 12:25:49 +02:00
Gabor Kiss-Vamosi
e01577845a
draw tri: fix pixel overwrite with oapcity (from #1091 )
2019-06-04 15:20:22 +02:00
Gabor Kiss-Vamosi
e8c14961df
font: use .list_length property
2019-06-03 00:55:59 +02:00
Gabor Kiss-Vamosi
b0de5b9c0d
update built in font converter
2019-06-02 23:27:27 +02:00
Gabor Kiss-Vamosi
33bb0d8004
calnvas: create draw function which uses lv_draw_... function
2019-06-02 20:35:33 +02:00
Gabor Kiss-Vamosi
366698bba3
font: add user data
2019-06-02 14:18:21 +02:00
Gabor Kiss-Vamosi
ff65ecd102
add a default font
2019-06-02 11:57:01 +02:00
Themba Dube
4075a7adfc
Roller: do not draw rectangle highlight on borders
2019-06-01 21:37:25 -04:00
Themba Dube
ca01b558f7
Add lv_obj_adjust_coords() API for finding the object's "client area"
2019-06-01 21:37:04 -04:00
Gabor Kiss-Vamosi
f692e00ffe
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into font
2019-06-01 21:46:12 +02:00
Gabor Kiss-Vamosi
30419b3881
letter_draw: support bitmap stream
2019-06-01 21:46:05 +02:00
Gabor Kiss-Vamosi
a94866a115
font: update sample font
2019-05-31 18:52:32 +02:00
Gabor Kiss-Vamosi
df4aecc4c2
font: update sample font
2019-05-31 18:52:19 +02:00
Gabor Kiss-Vamosi
2dfaef4668
font: add LV_ATTRIBUTE_LARGE_CONST for bitmap
2019-05-31 16:42:14 +02:00
Gabor Kiss-Vamosi
23dc884f35
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-31 08:48:42 +02:00
Gabor Kiss-Vamosi
cd8bfa49e2
ta: fix cursor bilnk and password show time
2019-05-31 08:48:36 +02:00
Gabor Kiss-Vamosi
cf124e60ad
use optimized triangle drawing if no opacity
2019-05-31 07:51:18 +02:00