Brian Pugh
|
79f403ddc5
|
lv_txt enforce pretty wrapping when first word of a line is a long word.
|
2019-11-11 23:08:45 -08:00 |
|
Brian Pugh
|
1764220deb
|
lv_txt set word width to 0 when not returning a word in lv_txt_get_next_word
|
2019-11-11 21:18:32 -08:00 |
|
Brian Pugh
|
bb91aeb64c
|
Add ability to disable inter-long-word breaks by setting LV_TXT_LINE_BREAK_LONG_LEN<=0. Fix some off-by-one character wrapping logic
|
2019-11-11 20:57:33 -08:00 |
|
Brian Pugh
|
183d849e84
|
Fix cursor wrapping described in https://github.com/littlevgl/lvgl/issues/1256
|
2019-11-10 23:42:31 -08:00 |
|
Gabor Kiss-Vamosi
|
cfb72d5b69
|
fix text recolor processing
|
2019-10-30 06:49:21 +01:00 |
|
Gabor Kiss-Vamosi
|
5a9904fa12
|
lv_txt_get_next_line: step at least one to avoid infinite loops
|
2019-07-24 06:07:20 +02:00 |
|
Brian Pugh
|
29b145ffb2
|
lv_txt.c long word text wrapping initial commit (refactor).
|
2019-07-23 09:19:14 -07:00 |
|
Gabor Kiss-Vamosi
|
8f962a0464
|
run clang-formatter
|
2019-06-27 07:16:15 +02:00 |
|
embeddedt
|
cba7dfc51b
|
Revert "Long txt wrapping refactor"
|
2019-06-26 09:37:39 -04:00 |
|
Brian Pugh
|
f56cd37f65
|
long_txt: moved first letter width update to more intuitive location
|
2019-06-24 09:36:38 -07:00 |
|
Brian Pugh
|
ab4c2bcd93
|
long_txt fixed incorrect width calculation of break characters.
|
2019-06-24 09:27:19 -07:00 |
|
Brian Pugh
|
d85efb9926
|
remove debugging lines
|
2019-06-23 16:22:51 -07:00 |
|
Brian Pugh
|
2f95d4a0ca
|
long text comment update
|
2019-06-23 16:15:14 -07:00 |
|
Brian Pugh
|
2f5ec6befe
|
long text wrapping cleanup
|
2019-06-23 16:04:17 -07:00 |
|
Brian Pugh
|
44b2197721
|
Mostly working long text; need to fix dangling newline and remove debugging code
|
2019-06-23 12:25:17 -07:00 |
|
Brian Pugh
|
d25650f561
|
long text wordwrapping refactor
|
2019-06-20 08:20:45 -07:00 |
|
Gabor Kiss-Vamosi
|
728c221986
|
regenerate fonts
|
2019-06-15 17:21:02 +02:00 |
|
Gabor Kiss-Vamosi
|
c52d8e8120
|
lv_txt: performance optimization
|
2019-06-14 05:47:40 +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 |
|
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
|
926490502b
|
Merge branch 'dev-6.0' into font
|
2019-04-24 14:51:11 +02:00 |
|
Gabor Kiss-Vamosi
|
4b657eb07b
|
rename LV_TXT_ENC_ISO8859-1 to ..._ASCII
|
2019-04-24 06:13:50 +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
|
1e5f690a45
|
lv_txt: do not call lv_font_get_width twice
|
2019-04-23 15:09:37 +02:00 |
|
Gabor Kiss-Vamosi
|
abd081da30
|
add LV_TXT_ENC to lv_conf.h and ISO8859-1 support
|
2019-04-23 06:42:26 +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
|
1cd983941e
|
make LV_TXT_UTF8 always enabled (remove the defeine checks)
|
2019-03-28 06:11:50 +01:00 |
|
Gabor Kiss-Vamosi
|
f51bf17e39
|
move lvgl files to src folder
|
2019-03-17 08:33:03 +01:00 |
|