Gabor Kiss-Vamosi
|
805af47113
|
refactoring: class->style, style_dsc->style_list
|
2020-01-16 14:26:36 +01:00 |
|
Gabor Kiss-Vamosi
|
c668c1731d
|
remove lv_label_body_draw, can be replaced by style
|
2020-01-10 18:16:20 +01:00 |
|
Gabor Kiss-Vamosi
|
584e88da08
|
style: integrate page + fixes + refactoring
|
2019-12-31 06:10:50 +01:00 |
|
Gabor Kiss-Vamosi
|
5dcee31f94
|
Merge branch 'dev-7.0' into feat-new-style
|
2019-12-26 04:18:21 +01:00 |
|
Gabor Kiss-Vamosi
|
68984828c3
|
add tests and lv_conf_internal.h to use LV_CONF_PATH
|
2019-12-26 02:49:30 +01:00 |
|
Gabor Kiss-Vamosi
|
374657c1be
|
new_style: integrate label
|
2019-12-19 22:44:18 +01:00 |
|
Gabor Kiss-Vamosi
|
90234b8cc1
|
minor optimizations
|
2019-11-21 12:45:49 +01:00 |
|
Gabor Kiss-Vamosi
|
c653977991
|
lv_label: add LV_LABEL_TEXT_SEL_OFF again
|
2019-10-31 06:06:47 +01:00 |
|
Gabor Kiss-Vamosi
|
d0f257d4dd
|
merge dev-6.1
|
2019-10-30 10:34:39 +01:00 |
|
Gabor Kiss-Vamosi
|
c86e2722bd
|
lv_draw_label: fix warning with txt_sel by adding lv_draw_label_txt_sel_t parameter
|
2019-10-30 10:16:06 +01:00 |
|
Gabor Kiss-Vamosi
|
6f001958ce
|
bidi: fix btnm, kb, ta, table behaviour in RTL context
|
2019-10-11 12:01:58 +02:00 |
|
Gabor Kiss-Vamosi
|
b06ef2620a
|
merge dev-6.1
|
2019-10-08 16:29:40 +02:00 |
|
Gabor Kiss-Vamosi
|
6190763382
|
bidi: add LV_LABEL_ALIGN_AUTO, LV_BIDI_DIR_AOUT/INHERIT, LV_SIGNAL_BASE_DIR_CHG
|
2019-10-08 16:26:55 +02:00 |
|
Amir Gonnen
|
d1d3ef4305
|
use "export" macro to export interesting defines to binding
|
2019-10-03 23:20:50 +03:00 |
|
Themba Dube
|
ba1fba1f10
|
Add lv_label_set_text_fmt
|
2019-08-06 09:28:50 -04:00 |
|
Gabor Kiss-Vamosi
|
8ad5aa36dd
|
lv_label: disable hint on 'LV_LABEL_LONG_TXT_HINT 0'
|
2019-07-29 16:00:59 +02:00 |
|
Themba Dube
|
2ecd0c4166
|
Merge branch 'dev-6.0' of github.com:littlevgl/lvgl into dev-6.0
|
2019-06-27 18:11:19 -04:00 |
|
Themba Dube
|
bbc9c886c6
|
Update Doxygen comments
|
2019-06-27 18:07:26 -04:00 |
|
Gabor Kiss-Vamosi
|
8f962a0464
|
run clang-formatter
|
2019-06-27 07:16:15 +02:00 |
|
Gabor Kiss-Vamosi
|
e72ba9f11b
|
animation warning fixes
|
2019-06-20 06:20:23 +02:00 |
|
Gabor Kiss-Vamosi
|
6cfcc3fa55
|
minor API changes
|
2019-06-19 00:35:35 +02:00 |
|
Gabor Kiss-Vamosi
|
5bb1653991
|
label hint: comments and formatting
|
2019-06-14 16:04:15 +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
|
23f842e462
|
run clag-format
|
2019-06-06 06:05:40 +02:00 |
|
Gabor Kiss-Vamosi
|
48e1efb6ef
|
font folder restructure and makefile fixes
|
2019-06-06 05:55:17 +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 |
|
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
|
d7b193d3fc
|
lv_label: change to . Repeated header documentation in c file.
|
2019-04-15 22:03:12 -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
|
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 |
|
canardos
|
e6b7afccd2
|
Allow const lv_style_t objects
|
2019-04-11 19:59:55 +08:00 |
|
Gabor Kiss-Vamosi
|
ba2160042a
|
run clang format
|
2019-04-04 07:15:40 +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
|
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 |
|