Gabor Kiss-Vamosi
|
30419b3881
|
letter_draw: support bitmap stream
|
2019-06-01 21:46:05 +02:00 |
|
Gabor Kiss-Vamosi
|
b174398cb5
|
merge new font API
|
2019-05-29 05:31:03 +02:00 |
|
Brian Pugh
|
a6f0afde4c
|
change some int16_t types to lv_anim_value_t for animation functions. use LV_USE_ANIMATION macros to remove unused variables when animation capabilities is disabled
|
2019-05-20 09:22:09 -07:00 |
|
Gabor Kiss-Vamosi
|
864c970ba3
|
font: add kerning support
|
2019-05-01 16:43:32 +02:00 |
|
Gabor Kiss-Vamosi
|
d8a17c483a
|
font: separate int. and fract. advanced width
|
2019-04-27 19:43:10 +02:00 |
|
Gabor Kiss-Vamosi
|
dc9f8baf0e
|
fix conflicts
|
2019-04-23 15:59:10 +02:00 |
|
Gabor Kiss-Vamosi
|
4e6aac2157
|
font rework
|
2019-04-23 15:56:59 +02:00 |
|
Gabor Kiss-Vamosi
|
e2cfba7c9f
|
add user data where is was missing
|
2019-04-22 08:45:07 +02:00 |
|
Themba Dube
|
95fc629aa5
|
Rename "dot" union in lv_label
|
2019-04-20 09:05:36 -04:00 |
|
Themba Dube
|
7419900508
|
Minor fixes for compiler warnings/-Werrors
|
2019-04-19 15:20:51 -04:00 |
|
Gabor Kiss-Vamosi
|
41fc80e96b
|
text_sel: minor fixes and renames
|
2019-04-18 07:11:43 +02:00 |
|
Gabor Kiss-Vamosi
|
9a711d9e88
|
add LV_LABEL_TEXT_SEL_OFF 0xFFFF
|
2019-04-18 06:45:45 +02:00 |
|
Brian Pugh
|
ff6b6725a5
|
lv_label: Added initial delay to LV_LABEL_LONG_ROLL_CIRC
|
2019-04-16 08:50:35 -07:00 |
|
Brian Pugh
|
d7b193d3fc
|
lv_label: change to . Repeated header documentation in c file.
|
2019-04-15 22:03:12 -07:00 |
|
Brian Pugh
|
eb70f39e42
|
lv_label pause at beginning of LV_LABEL_LONG_ROLL animation. Also expose the pause amount to lv_conf
|
2019-04-15 18:08:54 -07:00 |
|
BrianPugh
|
2c5b3fe223
|
Merge branch 'dev-6.0' into ram_optim
|
2019-04-15 07:56:08 -07:00 |
|
Brian Pugh
|
b3f60153cf
|
lv_label: fixed missing dot_tmp_alloc copy on create
|
2019-04-14 14:49:42 -07:00 |
|
Brian Pugh
|
30dcf68351
|
lv_label: change magic number 4 to sizeof(char *)
|
2019-04-14 13:52:54 -07:00 |
|
Brian Pugh
|
3d77137178
|
lv_label: dynamically allocate space for dots if necessary. If the required dots storage space is 4 or less bytes, directly stores them in the extended data object
|
2019-04-14 11:18:31 -07:00 |
|
Brian Pugh
|
50edf4e1f8
|
Fixed lv_label selection start/end setters to allow the 0th index.
|
2019-04-14 09:50:02 -07:00 |
|
Brian Pugh
|
f40ee380c8
|
Optimized bitfields in lv_btn and lv_label. In lv_label, changed selection fields from int to uint16. Because of this change, added getters/setters. Added LV_LABEL_SELECTION_EN option in lv_conf to enable/disable the selection fields
|
2019-04-14 09:47:45 -07:00 |
|
Gabor Kiss-Vamosi
|
522d59861e
|
solve conflicts
|
2019-04-14 16:01:48 +02:00 |
|
canardos
|
e6b7afccd2
|
Allow const lv_style_t objects
|
2019-04-11 19:59:55 +08:00 |
|
Gabor Kiss-Vamosi
|
3606ea2588
|
ext_click_area: run-time area test and renames
|
2019-04-11 06:26:41 +02:00 |
|
Gabor Kiss-Vamosi
|
fb1ca3fb87
|
rename lv_obj_get_..._func to .._cb (#1011)
|
2019-04-10 06:40:55 +02:00 |
|
Gabor Kiss-Vamosi
|
1eca54616a
|
fixes after clang formatting
|
2019-04-04 16:44:16 +02:00 |
|
Gabor Kiss-Vamosi
|
ba2160042a
|
run clang format
|
2019-04-04 07:15:40 +02:00 |
|
Gabor Kiss-Vamosi
|
41ee89e6d2
|
renames according to the new lv_conf_templ
|
2019-04-04 07:07:17 +02:00 |
|
Gabor Kiss-Vamosi
|
af61c96802
|
add LV_LABEL_LONG_ROLL_CIRC
|
2019-04-02 06:44:50 +02:00 |
|
Gabor Kiss-Vamosi
|
e902f0955f
|
Merge branch 'ta_selection' into dev-6.0
|
2019-03-29 05:33:54 +01:00 |
|
Gabor Kiss-Vamosi
|
1cd983941e
|
make LV_TXT_UTF8 always enabled (remove the defeine checks)
|
2019-03-28 06:11:50 +01:00 |
|
Themba Dube
|
272ee1b466
|
Fix potentially uninitialized variable in lv_label_is_char_under_pos
|
2019-03-27 20:46:21 -04:00 |
|
Themba Dube
|
e63e1f230a
|
Properly handle selection on multi-line text areas
|
2019-03-27 19:11:04 -04:00 |
|
Themba Dube
|
82a095b94a
|
Add ability to select text on the text area
|
2019-03-27 16:39:37 -04:00 |
|
Gabor Kiss-Vamosi
|
f51bf17e39
|
move lvgl files to src folder
|
2019-03-17 08:33:03 +01:00 |
|