Gabor Kiss-Vamosi
35c55291e3
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-03-25 19:42:37 +01:00
Gabor Kiss-Vamosi
3ab9b366f4
remove 'merge-to-dev.yml' as we don't use the dev brach anymore
2021-03-25 19:42:29 +01:00
Gabor Kiss-Vamosi
a2f3022188
api(align) save align in style and handle x/y according to it
2021-03-25 16:14:17 +01:00
Gabor Kiss-Vamosi
53f3cc1827
api(style) remove content style proeprties
2021-03-25 13:36:50 +01:00
Xiang Xiao
22f4e0b011
Merge pull request #2161 from xiaoxiang781216/rename
...
fix(build): remove lv_ prefix from path
2021-03-25 01:42:03 -07:00
Gabor Kiss-Vamosi
b7becbbb22
feat(style): store layout and position coordinates as style properties
...
related to #2152
2021-03-24 15:38:53 +01:00
Xiang Xiao
7cc3ed51bf
fix(style): add one space before { for struct definition ( #2160 )
2021-03-24 12:01:56 +01:00
Xiang Xiao
5f993286a2
minor fix for obj class ( #2154 )
...
* fix(class): correct the typo error in comment
* fix(class): return directly if the memory allocation fail
* fix(class): remove the unused code
* fix(class): remove parent argument from lv_obj_construct
since this argumnet is really used
* fix(class): replace stddef.h with stdint.h
since uint32_t is defined in stdint.h
2021-03-24 11:29:56 +01:00
Xiang Xiao
85a7c5e66a
fix(gc): remove the inclusion of LV_GC_INCLUDE ( #2164 )
2021-03-24 09:44:46 +01:00
Xiang Xiao
8dd3c76305
fix(build): remove lv_ prefix from path
2021-03-23 23:30:32 +08:00
Xiang Xiao
04990aefe5
fix(obj): remove the unused MY_CLASS macro ( #2153 )
2021-03-21 17:37:25 +01:00
Xiang Xiao
e7cc4bc180
fix(format): remove 0x prefix from %p ( #2151 )
...
* fix(format): remove 0x prefix from %p
since %p already add this prefix automatically
* fix(printf): make %p more compatible with the standard
2021-03-21 16:50:49 +01:00
Gabor Kiss-Vamosi
84163749ec
fix(lv_conf): add LV_USE_THEME_BASIC
2021-03-19 18:07:58 +01:00
Gabor Kiss-Vamosi
c565d4de8a
feat(refresh): add LV_USE_REFR_DEBUG
2021-03-19 18:05:33 +01:00
Gabor Kiss-Vamosi
d83fa19703
minor fixes
2021-03-19 18:03:08 +01:00
Gabor Kiss-Vamosi
a4b66d550f
minor fix
2021-03-19 16:33:50 +01:00
Gabor Kiss-Vamosi
bcacdecbcb
remove test code
2021-03-19 16:30:08 +01:00
Gabor Kiss-Vamosi
c1fd58b785
fix(theme) do not apply theme to top/sys_layer as they are transparent by default
...
Fixes 4bdb0e94
2021-03-19 16:28:57 +01:00
Gabor Kiss-Vamosi
4bdb0e94a3
fix(theme): apply the new theme on the screen if there are no object created
...
When a display is registered the act_screen, top_layer and sys_layer are created with the default theme.
If a new theme is set immediatelly after the driver regsitration (with lv_theme_set_act) the created screens should use the styles from the new theme.
If there are more obejct do not add the theme becasue it's possibelt that the user already added styles to the screens and applying the theme would clear these styles.
2021-03-19 16:10:38 +01:00
Gabor Kiss-Vamosi
fa5e42ac0e
fix warning
2021-03-19 16:04:23 +01:00
Gabor Kiss-Vamosi
666653efe7
fix(refresh): do not redraw the whole object if only part's style changes on a new state
2021-03-19 16:01:26 +01:00
Gabor Kiss-Vamosi
ac3fa78718
minor fixes
2021-03-19 13:00:21 +01:00
Gabor Kiss-Vamosi
a9e826d3c5
feat(obj style): remove obj->style_lista nd use array of lv_obj_style_t in lv_obj_t
2021-03-19 09:38:52 +01:00
Gabor Kiss-Vamosi
d62c8b2114
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-03-19 00:28:22 +01:00
Gabor Kiss-Vamosi
2af273011d
fix(chart): revert the removal of LV_EVENT_GET_SELF_SIZE handling
...
It's required to make th chart scrollable
2021-03-19 00:28:13 +01:00
Gabor Kiss-Vamosi
171f7548d6
fix(textarea): remove the prototype of unimplementes functions
2021-03-18 18:15:38 +01:00
github-actions[bot]
53c6b1f5b2
Merge 150f44ed13137d99998d744e49c48c39f7555d80 into dev
2021-03-18 16:40:34 +00:00
Gabor Kiss-Vamosi
150f44ed13
update lv_cont_internal.h
2021-03-18 17:39:07 +01:00
Gabor Kiss-Vamosi
c1f8a844bc
style(comment): remove the word signal from the comments
2021-03-18 17:38:42 +01:00
Gabor Kiss-Vamosi
bf2deded51
fix conflicts
2021-03-18 17:31:09 +01:00
Gabor Kiss-Vamosi
6873544e2f
Merge branch 'master' of https://github.com/littlevgl/lvgl
2021-03-18 17:18:29 +01:00
Gabor Kiss-Vamosi
0ef2e08d02
refactor(event): adjust events names
2021-03-18 17:18:11 +01:00
Gabor Kiss-Vamosi
03f74ce186
feat(obj): merge draw clallback to events
2021-03-18 17:03:36 +01:00
Gabor Kiss-Vamosi
6b7fe23fb8
feat(obj): merge signals into events
2021-03-18 15:13:35 +01:00
github-actions[bot]
bb9efb13c9
Merge 35772ba6c3c3efca1cbf06751640f5d46659becc into dev
2021-03-18 13:26:35 +00:00
Xiang Xiao
35772ba6c3
fix(label): fix build break(lv_disp_buf_t not defined) ( #2148 )
2021-03-18 09:26:04 -04:00
Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
github-actions[bot]
cd619bcb63
Merge a7084509b51e8c39d4018144b38b5b6a4b5242f8 into dev
2021-03-17 19:46:21 +00:00
Gabor Kiss-Vamosi
a7084509b5
fix(fs): do not trim the leading / from the path
2021-03-17 20:45:36 +01:00
github-actions[bot]
ea213d07d1
Merge 9d23260ce5e53015a4e652c1ec7f26d78f37ca95 into dev
2021-03-17 12:37:32 +00:00
Gabor Kiss-Vamosi
9d23260ce5
minor fixes
2021-03-17 13:36:58 +01:00
github-actions[bot]
81d4f510df
Merge 39f627022fa1c92b5b180831c3d36ca125e89444 into dev
2021-03-17 09:31:44 +00:00
Gabor Kiss-Vamosi
39f627022f
fix build error
2021-03-17 10:28:26 +01:00
Gabor Kiss-Vamosi
6363d53fbe
fix conflicts
2021-03-17 10:27:36 +01:00
Gabor Kiss-Vamosi
87c4a0ffef
fix conflicts
2021-03-17 10:24:48 +01:00
Gabor Kiss-Vamosi
39dccac4e4
Merge branch 'disp' of https://github.com/xiaoxiang781216/lvgl into xiaoxiang781216-disp
2021-03-17 10:22:26 +01:00
Xiang Xiao
5f042a8c5f
fix(example): replace LV_HOR_RES_MAX with 320 in LVGL_Arduino.ino
...
since LV_HOR_RES_MAX doesn't exist anymore
2021-03-17 10:20:29 +01:00
github-actions[bot]
624755b57b
Merge b0c1febc16900a57ec9253f4616e8153c1ea0e1d into dev
2021-03-17 09:17:17 +00:00
Gabor Kiss-Vamosi
b0c1febc16
feat(obj): add lv_obj_remove_event_cb
...
based on #2128
2021-03-17 10:15:49 +01:00
github-actions[bot]
3c50a252ce
Merge 4a0dbffc477fe9d065a9f3f84cb1863390b653f3 into dev
2021-03-17 09:09:16 +00:00