Gabor Kiss-Vamosi
|
f2bd701927
|
multi-disp: API updates
|
2019-02-20 10:16:33 +01:00 |
|
Gabor Kiss-Vamosi
|
b15ffa3d89
|
multi-disp: add unique inv_buf to each display
|
2019-02-12 15:38:13 +01:00 |
|
manison
|
44e5cc446c
|
moved theme styles into substructure within lv_theme_t
https://github.com/littlevgl/lvgl/issues/806
|
2019-02-11 09:35:06 +01:00 |
|
Gabor Kiss-Vamosi
|
4f50a5a147
|
ta placeholder: fixes
|
2019-02-03 01:33:21 +01:00 |
|
Gabor Kiss-Vamosi
|
e7fcb58bec
|
Merge pull request #789 from MiSimon/feature_ta_place_cursor_on_click
Position the text cursor when a lv_ta object is clicked
|
2019-02-03 00:43:07 +01:00 |
|
MiSimon
|
a71964f0b2
|
Removed some spaces
|
2019-02-02 23:25:11 +01:00 |
|
MiSimon
|
43b20179ed
|
removed code duplication
|
2019-02-02 22:59:28 +01:00 |
|
MiSimon
|
0d76cc4ef3
|
Changed POS1 to HOME
|
2019-02-02 22:45:02 +01:00 |
|
Gabor Kiss-Vamosi
|
cfe0c14e56
|
ta click: add to lv_ta_signal too
|
2019-02-02 05:11:18 +01:00 |
|
Gabor Kiss-Vamosi
|
1e6dc74c5a
|
lv_ta click simplification
|
2019-02-02 05:00:59 +01:00 |
|
MiSimon
|
8acc122ab0
|
Added placeholder label to text area
|
2019-02-02 01:26:52 +01:00 |
|
MiSimon
|
4e61a2da33
|
Fixed missing NULL check
|
2019-02-02 00:21:50 +01:00 |
|
MiSimon
|
dc9cffec5d
|
Position cursor at the position at which lv_ta was clicked
|
2019-02-02 00:19:18 +01:00 |
|
MiSimon
|
86b34460dd
|
Added POS1 and END support to lv_ta
|
2019-02-01 23:53:09 +01:00 |
|
manison
|
fce445e464
|
lv_ta: fixes typo in new line char detection
|
2019-01-28 08:55:57 +01:00 |
|
manison
|
fd2e78965c
|
allow disabling text area password char animation without needing to disable all animations
|
2019-01-24 16:16:19 +01:00 |
|
Gabor Kiss-Vamosi
|
d3fab62f8f
|
txt position fixes
|
2019-01-07 07:06:31 +01:00 |
|
Gabor Kiss-Vamosi
|
bf43316942
|
add themes to spinbox, table and tileview
|
2019-01-01 01:20:14 +01:00 |
|
Gabor Kiss-Vamosi
|
7ac12cd071
|
lv_ta: refresh only the cursor area on cursor blink
|
2018-12-30 15:02:16 +01:00 |
|
Gabor Kiss-Vamosi
|
bfba1c477f
|
rename bool '..._en' function paramter names to be more consistent
|
2018-12-22 19:45:55 +01:00 |
|
Gabor Kiss-Vamosi
|
6c552e8447
|
ta: fix cursor draw with LV_TXT_UTF8 == 0
|
2018-12-12 23:45:06 +01:00 |
|
Gabor Kiss-Vamosi
|
dd8f1c7b38
|
lv_page: add edge flash animation
|
2018-11-24 20:31:06 +01:00 |
|
Gabor Kiss-Vamosi
|
2a053b86bf
|
lv_ta: with ENCODER show cursor only in edit mode
|
2018-11-09 07:11:20 +01:00 |
|
Gabor Kiss-Vamosi
|
ba769623be
|
lv_page: add scroll propagation feature
|
2018-11-07 20:41:52 +01:00 |
|
Gabor Kiss-Vamosi
|
7c32c9c6e7
|
fix conflicts when merging from master
|
2018-11-07 17:47:50 +01:00 |
|
Carlos
|
fbf44f1991
|
Fixes all functions reported in #513 and add a missing semicolon in #531
|
2018-11-05 22:21:20 -06:00 |
|
Carlos
|
d86f8a8981
|
Fixes #513
|
2018-11-04 12:24:45 -06:00 |
|
Gabor Kiss-Vamosi
|
f259b56e67
|
LV_GROUP_KEY_BACKSPACE
|
2018-10-20 00:43:42 +02:00 |
|
Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
Gabor Kiss-Vamosi
|
1e37afc49d
|
Merge pull request #436 from airlonyan/patch-1
Update lv_ta_signal in lv_ta.c
|
2018-09-29 21:14:36 +02:00 |
|
rudy yan
|
23f72ac774
|
Update lv_ta_signal in lv_ta.c
add code processing LV_SIGNAL_DEFOCUS and LV_SIGNAL_FOCUS signals.
|
2018-09-29 10:43:53 +08:00 |
|
Gabor Kiss-Vamosi
|
7c52aa6932
|
fix warnings
|
2018-09-25 23:33:17 +02:00 |
|
Gabor Kiss-Vamosi
|
e18e14f779
|
add lv_ta_set_text_align()
|
2018-09-25 16:21:31 +02:00 |
|
Gabor Kiss-Vamosi
|
f12c24ce0a
|
lv_ta_set/get_action added
|
2018-08-13 19:09:46 +02:00 |
|
Gabor Kiss-Vamosi
|
b521c8b97e
|
lv_ta: check all characters in lv_ta_add/set_text agains accapted chars and max length
|
2018-08-09 23:37:00 +02:00 |
|
Gabor Kiss-Vamosi
|
1561b7a08a
|
lv_ta: fixes with USE_LV_ANIMATION 0
|
2018-08-04 09:04:37 +02:00 |
|
Gabor Kiss-Vamosi
|
c4e26724a4
|
lv_ta: fix init value of max_length and accepted_chars
|
2018-08-04 08:48:47 +02:00 |
|
Gabor Kiss-Vamosi
|
5931c23695
|
lv_ta: add 'max_length' and 'accepted_chars' features
|
2018-08-04 08:46:44 +02:00 |
|
Gabor Kiss-Vamosi
|
769c7b28ff
|
add 'const' attribute to pointer where possible
|
2018-07-30 06:52:29 +02:00 |
|
Gabor Kiss-Vamosi
|
81a20ef328
|
add character encoder interface issue #131
|
2018-07-26 00:10:20 +02:00 |
|
Gabor Kiss-Vamosi
|
7cc8e74d1a
|
add editable attribute for better encoder control
|
2018-07-25 21:52:50 +02:00 |
|
Gabor Kiss-Vamosi
|
678cbdc23d
|
improve logging
|
2018-07-25 20:39:24 +02:00 |
|
Gabor Kiss-Vamosi
|
2d5fa3b9dc
|
remove LV_TXT_FLAG_NO_BREAK. Text area in one line mode handle's it in its own
|
2018-07-25 19:36:53 +02:00 |
|
Gabor Kiss-Vamosi
|
69434c8b7d
|
place some lv_log_add calls
|
2018-07-25 17:57:08 +02:00 |
|
Gabor Kiss-Vamosi
|
2d8b3b2b6e
|
add lv_mem_assert to memory reallocations
|
2018-07-25 14:43:46 +02:00 |
|
Gabor Kiss-Vamosi
|
2e17562e51
|
add lv_mem_assert to memory allocations
|
2018-07-25 13:33:53 +02:00 |
|
Gabor Kiss-Vamosi
|
8005f1bb28
|
merge beta
|
2018-07-18 23:19:45 +02:00 |
|
Gabor Kiss-Vamosi
|
f4a66c4b22
|
add LV_GROUP_KEY_DEL
|
2018-07-17 00:22:43 +02:00 |
|
Gabor Kiss-Vamosi
|
90679c2cf5
|
add LV_CONF_INCLUDE_SIMPLE to choose between relative or simple include of lv_conf.h
|
2018-07-07 11:53:22 +02:00 |
|
Gabor Kiss-Vamosi
|
383ce0599e
|
format with astyler
|
2018-06-19 09:49:58 +02:00 |
|