Gabor Kiss-Vamosi
|
9acd70d9ec
|
fix(align) fix lv_obj_align_to
|
2021-07-16 17:40:50 +02:00 |
|
Gabor Kiss-Vamosi
|
d4d88ac642
|
fix(scroll) keep the scroll position on object deleted
|
2021-06-14 13:24:13 +02:00 |
|
Gabor Kiss-Vamosi
|
4554f5d9c3
|
fix try a different approach to make structs private
|
2021-05-29 09:32:19 +02:00 |
|
Gabor Kiss-Vamosi
|
20f3b2e04c
|
feat(align) add LV_ALIGN_DEFAULT
It's resolved to LV_ALIGN_TOP_LEFT/RIGHT according to the based direction
|
2021-05-26 23:04:31 +02:00 |
|
Gabor Kiss-Vamosi
|
e2a7f559ab
|
feat(bidi) make base dir a style property and rename lv_bidi_dir_t to lv_base_dir_t
|
2021-05-19 20:55:44 +02:00 |
|
Gabor Kiss-Vamosi
|
a2a65d48a5
|
fix(msgbox) fix size settings
|
2021-05-13 17:27:09 +02:00 |
|
Gabor Kiss-Vamosi
|
052c3c9f3e
|
feat(event) add more event code specific wrappers for lv_event_get_param()
|
2021-05-13 17:08:49 +02:00 |
|
Gabor Kiss-Vamosi
|
eb2d67d238
|
fix(align) consider the parent's border_width in lv_obj_align_to()
|
2021-05-12 23:15:13 +02:00 |
|
Gabor Kiss-Vamosi
|
1b38632b6f
|
refactor(obj draw)rename lv_obj_draw_dsc_t to lv_obj_draw_part_dsc_t
|
2021-05-12 12:48:38 +02:00 |
|
Gabor Kiss-Vamosi
|
faa86280ab
|
fix(coords) do not recalclate the pos. and size in lv_obj_set_x/y/width/height/...
|
2021-05-11 16:04:31 +02:00 |
|
Gabor Kiss-Vamosi
|
e9388c1aa0
|
feat(coords) follow CCS border-box model
|
2021-05-11 12:35:35 +02:00 |
|
Gabor Kiss-Vamosi
|
6cb28da8e9
|
perf(coord. refr.): imrove the speed of layout, size and position recalculation
Reduce the number of refreshes.
|
2021-05-05 15:53:54 +02:00 |
|
Gabor Kiss-Vamosi
|
f812020eba
|
fix(timer) fix the use of lv_timer_pause/resume
|
2021-04-30 14:48:36 +02:00 |
|
Gabor Kiss-Vamosi
|
1b93668df7
|
feat(obj) save self_size in the obejct to save a lot of recalculations
|
2021-04-29 09:52:49 +02:00 |
|
Gabor Kiss-Vamosi
|
95ae499a8f
|
fix(scroll) fix normalizing scroll position when size is recalculated
|
2021-04-27 18:22:53 +02:00 |
|
Gabor Kiss-Vamosi
|
5b47f7b563
|
minor fixes
|
2021-04-27 17:44:15 +02:00 |
|
Gabor Kiss-Vamosi
|
9d6d0094f5
|
fix(layout) fix missing layout recalculation on screen
|
2021-04-24 16:35:36 +02:00 |
|
Gabor Kiss-Vamosi
|
36a699fbe4
|
minor fix
|
2021-04-21 12:34:44 +02:00 |
|
Gabor Kiss-Vamosi
|
fb0481cec0
|
minor fixes
|
2021-04-21 12:30:37 +02:00 |
|
Gabor Kiss-Vamosi
|
4324cf72f3
|
refactor(style, obj) lv_obj_get_width/height_fit -> lv_objget_get_content_width/height, style_tranform_x/y -> style_translate_x/y
|
2021-04-20 21:08:16 +02:00 |
|
Gabor Kiss-Vamosi
|
8cb2cbff81
|
feat(obj) remove lv_obj_get_width/height_visible
They can be replaced by max/min-width/height
|
2021-04-19 22:11:09 +02:00 |
|
Gabor Kiss-Vamosi
|
8667402524
|
minor fixes
|
2021-04-19 11:21:44 +02:00 |
|
Gabor Kiss-Vamosi
|
a9ed244bb1
|
feat(layout) add user_data to layout callbacks
It was required for compatibility with the MicroPython binding.
|
2021-04-19 09:44:03 +02:00 |
|
Gabor Kiss-Vamosi
|
6db12e4997
|
revert(style) revert the usage of transform width/height
|
2021-04-18 20:28:06 +02:00 |
|
Gabor Kiss-Vamosi
|
32bd067778
|
Revert "feat(style) make transform_zoom use pixel or percentage value"
This reverts commit 5b4e9fc6f3.
|
2021-04-18 19:31:38 +02:00 |
|
Gabor Kiss-Vamosi
|
5b4e9fc6f3
|
feat(style) make transform_zoom use pixel or percentage value
|
2021-04-18 13:15:48 +02:00 |
|
Gabor Kiss-Vamosi
|
88979ccff9
|
fix(obj) fix infinit loop in object repositioning
|
2021-04-17 20:46:41 +02:00 |
|
Gabor Kiss-Vamosi
|
e1355dbeee
|
feat(style) add transform_x/y
|
2021-04-17 17:33:57 +02:00 |
|
Gabor Kiss-Vamosi
|
aa800841bc
|
fix(gc root) add the layouts' list to GC roots
|
2021-04-15 19:13:41 +02:00 |
|
Gabor Kiss-Vamosi
|
9787d38781
|
feat(style) add transform_x/y
|
2021-04-15 18:31:50 +02:00 |
|
Gabor Kiss-Vamosi
|
b69fc73805
|
feat(style) handle percentage value of min/max width/height
|
2021-04-06 18:24:01 +02:00 |
|
Gabor Kiss-Vamosi
|
92e85d1b9e
|
fix(scroll) fix scroll minor scrolling issues
|
2021-04-06 18:24:01 +02:00 |
|
Gabor Kiss-Vamosi
|
28257ff9fa
|
feat(style) add basic support to min/max-width/height
|
2021-04-02 09:45:54 +02:00 |
|
Gabor Kiss-Vamosi
|
5c991aaf71
|
solve conflicts
|
2021-03-31 19:58:53 +02:00 |
|
Gabor Kiss-Vamosi
|
663bcfd030
|
api(style) add lv_style_selector_t instead of lv_part_t and lv_state_t in style API
|
2021-03-31 19:57:14 +02:00 |
|
Meco Man
|
a8c21f8e18
|
fix(style): auto formatted
|
2021-04-01 01:06:43 +08:00 |
|
Riccardo
|
e7c0401116
|
Fix a compilation error and build warning (#2172)
* fix(lv_obj): make lv_obj_update_layout() work with a const pointer
* fix(lv_conf_internal): prevent URL being interpreted as comment warning
|
2021-03-29 16:15:14 +02: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
|
b7becbbb22
|
feat(style): store layout and position coordinates as style properties
related to #2152
|
2021-03-24 15:38:53 +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
|
0ef2e08d02
|
refactor(event): adjust events names
|
2021-03-18 17:18:11 +01:00 |
|
Gabor Kiss-Vamosi
|
6b7fe23fb8
|
feat(obj): merge signals into events
|
2021-03-18 15:13:35 +01:00 |
|
Xiang Xiao
|
9254a7ea14
|
fix(comment): remove the space after /* and before */
|
2021-03-18 11:51:36 +08:00 |
|
Gabor Kiss-Vamosi
|
9d23260ce5
|
minor fixes
|
2021-03-17 13:36:58 +01:00 |
|
Gabor Kiss-Vamosi
|
0cc1e99ddf
|
remove the lv_ prefix from the directories in the src folder
|
2021-03-16 20:36:27 +01:00 |
|