Gabor Kiss-Vamosi
|
975ab3f4cc
|
Merge branch 'dev'
|
2020-06-16 13:56:42 +02:00 |
|
Gabor Kiss-Vamosi
|
41e65d9df1
|
Run code formatter
|
2020-06-16 13:47:04 +02:00 |
|
DaPa
|
585bc329e6
|
Code comments spelling fixes
Also 2 files have tracing strings affected (shorter with 1 character):
- lv_obj.c, 1078: LV_LOG_WARN
- lv_hal_indev.c, 76: LV_LOG_WARN
|
2020-06-15 17:12:48 +03:00 |
|
Gabor Kiss-Vamosi
|
3b111c794c
|
Merge pull request #1561 from microwavesafe/master
Remove dependency on ST CubeMX Hal
|
2020-06-09 13:40:41 +02:00 |
|
Gabor Kiss-Vamosi
|
14de809fa5
|
fix warings
|
2020-06-08 14:10:30 +02:00 |
|
Gabor Kiss-Vamosi
|
06fa5b3b8f
|
fix conflicts
|
2020-06-08 14:02:04 +02:00 |
|
Gabor Kiss-Vamosi
|
479851e968
|
: restructure to allow asserting in from too
|
2020-06-08 13:10:56 +02:00 |
|
andrew
|
bb5c6437ff
|
Added GPU init to lv_init
Changed blend buffer attr to more general LV_DMA_ATTR
Added define for CMSIS header
Fixed bug with turning on peripheral clock
|
2020-06-05 14:04:52 +01:00 |
|
embeddedt
|
4f3dac6477
|
Fix #1557: use of uninitialized linked list
|
2020-06-04 09:51:26 -04:00 |
|
Gabor Kiss-Vamosi
|
d5a3b81737
|
fix gestures
|
2020-06-04 11:47:53 +02:00 |
|
MiSimon
|
beb496e3ed
|
Write to logfile before setting the log callback to NULL
|
2020-06-03 12:37:43 +02:00 |
|
Gabor Kiss-Vamosi
|
ec5b10142f
|
add lv_obj_remove_style
|
2020-05-28 07:58:10 +02:00 |
|
Gabor Kiss-Vamosi
|
a2c973bd5b
|
fix warings
|
2020-05-24 13:13:07 +02:00 |
|
František Horínek
|
8f19010b17
|
Update src/lv_core/lv_obj.c
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2020-05-21 17:27:37 +02:00 |
|
František Horínek
|
b23d945ed4
|
changed behavior to focus_parent flag
|
2020-05-21 14:09:56 +02:00 |
|
František Horínek
|
10ca6d4215
|
replaced #ifdef to #if
|
2020-05-19 15:45:09 +02:00 |
|
František Horínek
|
aaa78ba949
|
Added focus parent for v7
|
2020-05-19 15:22:38 +02:00 |
|
Gabor Kiss-Vamosi
|
ee6c5e3399
|
run code formatter
|
2020-05-18 16:57:23 +02:00 |
|
Gabor Kiss-Vamosi
|
97392f4fdf
|
reduce API size: add underscore prefix to internal functions
|
2020-05-13 14:11:16 +02:00 |
|
Gabor Kiss-Vamosi
|
a026a5b61d
|
fix assert during obj. creation
|
2020-05-08 12:39:10 +02:00 |
|
Gabor Kiss-Vamosi
|
bc994c60ee
|
minor fixes
|
2020-05-06 21:39:45 +02:00 |
|
Gabor Kiss-Vamosi
|
d1f1332555
|
minor renames and fixes
|
2020-05-06 20:05:53 +02:00 |
|
Gabor Kiss-Vamosi
|
8e87fc4620
|
minor fixes
|
2020-05-06 09:27:38 +02:00 |
|
Gabor Kiss-Vamosi
|
0006edbb67
|
add LV_STYLE_TRANSFORM_ANGLE/ZOOM
|
2020-05-01 10:34:52 +02:00 |
|
Gabor Kiss-Vamosi
|
bf034dc511
|
add LV_THEME_DEFAULT_INCLUDE to lv_conf.h
|
2020-04-29 10:37:12 +02:00 |
|
Gabor Kiss-Vamosi
|
43e873108a
|
introduce lv_anim_path_t to encapsulate the path cb
|
2020-04-27 11:51:18 +02:00 |
|
xennex22
|
e27ad279ba
|
Removed const from function parameter
|
2020-04-24 08:50:06 -07:00 |
|
Gabor Kiss-Vamosi
|
d4384829c6
|
fix the addition of pressed and focused states
|
2020-04-24 12:34:17 +02:00 |
|
Gabor Kiss-Vamosi
|
3b869b0258
|
replace all memset with lv_memset
|
2020-04-23 15:45:08 +02:00 |
|
Gabor Kiss-Vamosi
|
479d31e5a7
|
replace all memcpy with lv_memcpy
|
2020-04-23 15:27:51 +02:00 |
|
Gabor Kiss-Vamosi
|
c149e5de54
|
fixes for encoder usage
|
2020-04-23 09:50:50 +02:00 |
|
Gabor Kiss-Vamosi
|
b7cb6f9995
|
speed up lv_list_add_btn
|
2020-04-18 21:17:48 +02:00 |
|
Gabor Kiss-Vamosi
|
5007e52fb6
|
minor renames for Micropython binding
|
2020-04-17 13:34:27 +02:00 |
|
Gabor Kiss-Vamosi
|
db154bd820
|
minor fixes
|
2020-04-17 08:58:34 +02:00 |
|
Gabor Kiss-Vamosi
|
742eb4f6c8
|
fix warnings
|
2020-04-14 11:06:56 +02:00 |
|
Gabor Kiss-Vamosi
|
f3eb40ce2f
|
minor fixes
|
2020-04-09 15:29:06 +02:00 |
|
Gabor Kiss-Vamosi
|
1ddf83a73c
|
minor fixes
|
2020-04-08 20:54:02 +02:00 |
|
Gabor Kiss-Vamosi
|
d04d5ab4d4
|
add initials version of margin (style property)
|
2020-04-08 11:12:06 +02:00 |
|
Gabor Kiss-Vamosi
|
6cf24f76e4
|
theme_init: report style change to all objects
|
2020-03-31 14:13:44 +02:00 |
|
Gabor Kiss-Vamosi
|
7d5acdcf33
|
theme: allow live theme update
|
2020-03-31 14:13:44 +02:00 |
|
Gabor Kiss-Vamosi
|
bb0c5a968c
|
run formatter
|
2020-03-24 10:13:52 +01:00 |
|
Gabor Kiss-Vamosi
|
2d3ad7f99f
|
fix obj_del_core
|
2020-03-21 00:37:41 +01:00 |
|
Gabor Kiss-Vamosi
|
6b3aa73c17
|
fix lv_obj_del
|
2020-03-21 00:31:24 +01:00 |
|
Gabor Kiss-Vamosi
|
ac67cad801
|
remove lv_obj.c/delete_children as it was very similar to lv_obj_del
Ref: https://forum.littlevgl.com/t/lv-obj-del-lv-event-delete-ordering/1859
|
2020-03-20 13:41:47 +01:00 |
|
Gabor Kiss-Vamosi
|
8867df8f18
|
fix conflict
|
2020-03-19 09:34:11 +01:00 |
|
Gabor Kiss-Vamosi
|
530807eca1
|
minor fixes
|
2020-03-19 09:32:42 +01:00 |
|
Gabor Kiss-Vamosi
|
f8c8c75361
|
dropdown: fixes with RTL basedir
|
2020-03-16 16:23:14 +01:00 |
|
Gabor Kiss-Vamosi
|
fd302d259e
|
obj positiong fixes with RTL base dir
|
2020-03-16 16:07:52 +01:00 |
|
Gabor Kiss-Vamosi
|
5ef87d7359
|
group related fixes
|
2020-03-10 20:55:44 +01:00 |
|
Gabor Kiss-Vamosi
|
cd85d96fca
|
style refresh fixes
|
2020-03-10 20:55:44 +01:00 |
|