Gabor Kiss-Vamosi
|
e85e4a8eb9
|
lv_hal_indev: remove unnamed stuct and union
|
2019-02-26 19:46:37 +01:00 |
|
Gabor Kiss-Vamosi
|
ca2a2e9c49
|
fix conflicts
|
2019-02-25 06:56:49 +01:00 |
|
Gabor Kiss-Vamosi
|
9141d95865
|
lv_cont: inform children about parent size change on autofit
|
2019-02-24 07:06:22 +01:00 |
|
Gabor Kiss-Vamosi
|
285ff7d3b4
|
lv_cont: improve fit with TIGHT, FLOOD, FILL
|
2019-02-24 06:24:36 +01:00 |
|
Gabor Kiss-Vamosi
|
030fe60b34
|
multi-disp: API updates
|
2019-02-20 23:58:13 +01:00 |
|
Gabor Kiss-Vamosi
|
f2bd701927
|
multi-disp: API updates
|
2019-02-20 10:16:33 +01:00 |
|
manison
|
8ec60fbe3e
|
add groups to the linked list
https://github.com/littlevgl/lvgl/issues/806
|
2019-02-15 08:46:12 +01:00 |
|
manison
|
79dc8b2ace
|
Merge branch 'dev-6.0' into feature/theme_focus_cb
|
2019-02-15 08:04:54 +01:00 |
|
manison
|
92babea8c8
|
fix typo in function name
|
2019-02-13 06:46:08 -05:00 |
|
Gabor Kiss-Vamosi
|
673892cd80
|
multi-disp: unique VDB to displays
|
2019-02-13 01:40:22 +01:00 |
|
Gabor Kiss-Vamosi
|
b15ffa3d89
|
multi-disp: add unique inv_buf to each display
|
2019-02-12 15:38:13 +01:00 |
|
Gabor Kiss-Vamosi
|
8c4e4c3861
|
multi-disp: refresh multiple displays
|
2019-02-12 12:21:34 +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
|
5b92b4d01b
|
move basic descriptors to lv_disp_t
|
2019-02-10 11:06:47 +01:00 |
|
embeddedt
|
1c67d07dc3
|
Move setting of _lv_initialized and correct formatting
Set _lv_initialized at the end of lv_init.
Correct formatting of "if" statement to be consistent with the rest of the library.
|
2019-02-07 17:57:06 -05:00 |
|
Amir Gonnen
|
e72589c6d4
|
Prevent crash when lv_init is called more than once. After the first call, it will do nothing.
|
2019-02-08 00:03:16 +02:00 |
|
Gabor Kiss-Vamosi
|
e2e6479fb0
|
multi_disp: add dynamic hor/ver res
|
2019-02-07 19:17:10 +01:00 |
|
Gabor Kiss-Vamosi
|
dd5f66e125
|
inialize _lv_indev_list adn _lv_disp_list in lv_init
|
2019-01-31 00:25:15 +01:00 |
|
Amir Gonnen
|
a6c89ee54f
|
add '_lv_' prefix to global roots
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
0935110284
|
gc: add undescore to roots, arranged lv_mem.c regarding gc defines. Added support to Symbols using the numstr technique of encoding the characters as a number in an enum. Globals: register them directly witout the need for constructor to access them. Updated example code. Updated lv_mpy.c
|
2019-01-28 15:18:59 +01:00 |
|
Amir Gonnen
|
f5bd68fa77
|
Enable Micropython gc (Garbage Collection) on lvgl. This is controlled by LV_ENABLE_GC macro defined in lv_conf.h. When enabled, lv_conf.h should also define LV_MEM_CUSTOM_REALLOC, LV_MEM_CUSTOM_GET_SIZE, LV_GC_INCLUDE and LV_GC_ROOT
|
2019-01-28 15:18:59 +01:00 |
|
neverxie
|
ae3eca803d
|
[del] extra spaces
|
2019-01-28 15:18:59 +01:00 |
|
Gabor Kiss-Vamosi
|
15d08b6692
|
multi_lang rework: use separate arrays for each language
|
2019-01-23 12:25:33 +01:00 |
|
Gabor Kiss-Vamosi
|
d0f42c26cc
|
add multi language support system + lv_label_set_text_multi
|
2019-01-16 09:57:07 +01:00 |
|
Brian Pugh
|
239ed85889
|
Remove from group before deleting children
|
2019-01-06 11:25:10 -08:00 |
|
Gabor Kiss-Vamosi
|
639edca434
|
fix incosistent function parameter names. See #681
|
2019-01-01 01:32:16 +01:00 |
|
Gabor Kiss-Vamosi
|
67972f787b
|
Merge pull request #673 from ErichStyger/master
Several typo and spelling fixes
|
2018-12-26 23:38:57 +01:00 |
|
Erich Styger
|
2bfcce40e2
|
typo and spelling fixes in comments
|
2018-12-26 07:58:06 +01:00 |
|
Gabor Kiss-Vamosi
|
391fda7ba6
|
Merge branch 'dev-5.3' of https://github.com/littlevgl/lvgl into dev-5.3
|
2018-12-21 14:35:40 +01:00 |
|
Gabor Kiss-Vamosi
|
19a5f5cd54
|
minor fixes
|
2018-12-21 14:35:25 +01:00 |
|
Gabor Kiss-Vamosi
|
e5f449e74f
|
indev feedback: update signal names
|
2018-12-17 14:54:12 +01:00 |
|
Themba Dube
|
4c0cd82d9c
|
Initial lv_indev_set_feedback support
|
2018-12-16 20:16:48 -05:00 |
|
Gabor Kiss-Vamosi
|
f30f3ea8ed
|
realign: fix warnings
|
2018-11-23 11:35:13 +01:00 |
|
Gabor Kiss-Vamosi
|
ce1a1f749a
|
realign: fix typo
|
2018-11-22 15:19:22 +01:00 |
|
Gabor Kiss-Vamosi
|
d797d10376
|
add realign feature
|
2018-11-22 14:59:38 +01:00 |
|
Gabor Kiss-Vamosi
|
4007834f15
|
minor fixes
|
2018-11-11 19:56:30 +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 |
|
Gabor Kiss-Vamosi
|
4751cb16c9
|
minor fixes
|
2018-10-17 11:27:31 +02:00 |
|
Gabor Kiss-Vamosi
|
41695bf9ac
|
astyle code formatting
|
2018-10-05 17:22:49 +02:00 |
|
Gabor Kiss-Vamosi
|
b9a295afaf
|
report_style_mod_core bugfix
|
2018-09-05 11:42:18 +02:00 |
|
Gabor Kiss-Vamosi
|
fe7971759c
|
fix typo (#382)
|
2018-08-28 08:04:42 +02:00 |
|
Gabor Kiss-Vamosi
|
8e0dc2055f
|
lv_obj_Set_style: bugfux
|
2018-08-26 17:04:10 +02:00 |
|
Gabor Kiss-Vamosi
|
507235a681
|
minor formatting
|
2018-08-15 12:36:35 +02:00 |
|
Gabor Kiss-Vamosi
|
e96bbdd31a
|
lv_obj_set_parent: test input paramters
|
2018-08-15 12:33:11 +02:00 |
|
Gabor Kiss-Vamosi
|
390ef3b2ba
|
add 'const' in lv_obj_align
|
2018-07-30 06:57:58 +02:00 |
|
Gabor Kiss-Vamosi
|
c2712963d6
|
merge beta
|
2018-07-30 06:56:31 +02:00 |
|
Gabor Kiss-Vamosi
|
769c7b28ff
|
add 'const' attribute to pointer where possible
|
2018-07-30 06:52:29 +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
|
2e17562e51
|
add lv_mem_assert to memory allocations
|
2018-07-25 13:33:53 +02:00 |
|