Gabor Kiss-Vamosi
|
760359fd5a
|
lv_fs: add 'lv_fs_drv_t * drv' as first paramter to the dirver funnction
|
2019-06-16 09:24:10 +02:00 |
|
Gabor Kiss-Vamosi
|
622c5deada
|
minor fixes
|
2019-06-16 07:51:36 +02:00 |
|
Gabor Kiss-Vamosi
|
71f00017af
|
remove LV_EVENT_SLECTED and use LV_EVENT_VALUE_CHANGED instead
|
2019-06-14 06:56:54 +02:00 |
|
Gabor Kiss-Vamosi
|
bceb46b813
|
improve callback conventions
|
2019-06-12 23:10:54 +02:00 |
|
Gabor Kiss-Vamosi
|
a2c9c72186
|
add LV_ANIM_ON/OFF
|
2019-06-11 13:51:14 +02:00 |
|
Gabor Kiss-Vamosi
|
288b972ce0
|
add LV_STYLE_XXX_MAIN if an object has only one style
|
2019-06-11 06:33:33 +02:00 |
|
Gabor Kiss-Vamosi
|
a1d2d631f0
|
Merge branch 'border_styles' into dev-6.0
|
2019-06-07 14:52:24 +02:00 |
|
Gabor Kiss-Vamosi
|
8254ee6661
|
rename lv_obj_adjust_coords to lv_obj_get_inner_coords
|
2019-06-07 14:52:14 +02:00 |
|
Gabor Kiss-Vamosi
|
dbb5f23cd6
|
lv_indev: use event instead of signal in feedback function
|
2019-06-06 23:42:51 +02:00 |
|
Gabor Kiss-Vamosi
|
23f842e462
|
run clag-format
|
2019-06-06 06:05:40 +02:00 |
|
Gabor Kiss-Vamosi
|
dba4cebfea
|
fix warnings
|
2019-06-06 06:04:15 +02:00 |
|
Gabor Kiss-Vamosi
|
48e1efb6ef
|
font folder restructure and makefile fixes
|
2019-06-06 05:55:17 +02:00 |
|
Gabor Kiss-Vamosi
|
b29c84cc88
|
Merge branch 'font' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-06-05 15:19:12 +02:00 |
|
Gabor Kiss-Vamosi
|
c54d2d2fd7
|
add built in fonts
|
2019-06-05 12:25:49 +02:00 |
|
Gabor Kiss-Vamosi
|
33bb0d8004
|
calnvas: create draw function which uses lv_draw_... function
|
2019-06-02 20:35:33 +02:00 |
|
Gabor Kiss-Vamosi
|
366698bba3
|
font: add user data
|
2019-06-02 14:18:21 +02:00 |
|
Gabor Kiss-Vamosi
|
ff65ecd102
|
add a default font
|
2019-06-02 11:57:01 +02:00 |
|
Themba Dube
|
ca01b558f7
|
Add lv_obj_adjust_coords() API for finding the object's "client area"
|
2019-06-01 21:37:04 -04:00 |
|
Gabor Kiss-Vamosi
|
d2e28abb79
|
indev: fix typo
|
2019-05-25 17:05:38 +02:00 |
|
Gabor Kiss-Vamosi
|
6093053240
|
lv_style_anim_get_user_data_ptr: fix recusrive call
|
2019-05-25 17:05:13 +02:00 |
|
Gabor Kiss-Vamosi
|
01f990061f
|
indev inactivity: check encoder diff too
|
2019-05-25 16:53:56 +02:00 |
|
Gabor Kiss-Vamosi
|
d3d9fde245
|
unify lv_obj_..._ext_click_area... API
|
2019-05-24 06:26:56 +02:00 |
|
Gabor Kiss-Vamosi
|
8efb91d51d
|
Merge branch 'joltwallet-func_cast_warn_fix' into dev-6.0
|
2019-05-21 15:56:34 +02:00 |
|
Gabor Kiss-Vamosi
|
5803fa6214
|
indev: minor fix
|
2019-05-21 15:56:27 +02:00 |
|
Gabor Kiss-Vamosi
|
9cb633981f
|
Merge branch 'func_cast_warn_fix' of https://github.com/joltwallet/lvgl into joltwallet-func_cast_warn_fix
|
2019-05-21 15:53:48 +02:00 |
|
Gabor Kiss-Vamosi
|
5652a163c5
|
indev: use indev_obj_act for pointers too
|
2019-05-21 15:49:50 +02:00 |
|
Gabor Kiss-Vamosi
|
f42e6b82c4
|
Merge branch 'indev_focus_fix' of https://github.com/joltwallet/lvgl into joltwallet-indev_focus_fix
|
2019-05-21 15:29:42 +02:00 |
|
Brian Pugh
|
6212d0a507
|
lv_style.c change int16_t to lv_anim_value_t in animation exec cb
|
2019-05-20 18:38:24 -07:00 |
|
Brian Pugh
|
40576b5445
|
indev.c/h: Replaced CHECK_INDEV_RESET macro with function
|
2019-05-20 09:52:18 -07:00 |
|
Brian Pugh
|
9b38d455ab
|
renamed indev_obj_focused to indev_obj_act. Improved related documentation/formatting
|
2019-05-20 09:42:31 -07:00 |
|
embeddedt
|
22c2bc4453
|
Do not return non-void value in lv_style_anim_create
|
2019-05-20 07:50:39 -04:00 |
|
Gabor Kiss-Vamosi
|
fd834ae60f
|
Merge pull request #1071 from ali-rostami/patch-2
defining lv_group_remove_all_objs
|
2019-05-20 06:45:32 +02:00 |
|
Brian Pugh
|
7bbe91512a
|
indev.c: indev_obj_focused initial commit to correctly reset indev query when a callback changed the currently focused object and deletes the old one. Only tested on keypad indev, other indev types may need a similar fix re-using the indev_obj_focused variable
|
2019-05-19 10:56:34 -07:00 |
|
Ali Rostami
|
aed05f26e4
|
Update src/lv_core/lv_group.h
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2019-05-19 13:55:34 +04:30 |
|
Ali Rostami
|
87979b5645
|
Update src/lv_core/lv_group.c
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2019-05-19 13:55:24 +04:30 |
|
Gabor Kiss-Vamosi
|
b0a4fd7dad
|
calendar: optimize cover check in the design function
|
2019-05-19 10:56:21 +02:00 |
|
Ali Rostami
|
90b8bc9597
|
declaring the lv_group_remove_all_objs function.
|
2019-05-19 10:03:57 +04:30 |
|
Ali Rostami
|
8c5c8ed82a
|
defining lv_group_remove_all_objs
`lv_group_remove_all_objs` is a function for removing all objects from a group and making it free of objects.
|
2019-05-19 10:00:59 +04:30 |
|
Brian Pugh
|
f28efdd9f3
|
Change int32_t to int16_t in animation functions to fix warnings
|
2019-05-18 18:14:21 -07:00 |
|
Gabor Kiss-Vamosi
|
83d64fed42
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-18 13:48:37 +02:00 |
|
Gabor Kiss-Vamosi
|
d8edbb8a41
|
minor formatting
|
2019-05-18 13:48:13 +02:00 |
|
Gabor Kiss-Vamosi
|
f16561295b
|
add LV_EVENT_CB_DECLARE
|
2019-05-18 11:21:16 +02:00 |
|
Brian Pugh
|
2f4654b009
|
Merge remote-tracking branch 'origin/dev-6.0' into count_children_recursive
|
2019-05-17 08:47:18 -07:00 |
|
Gabor Kiss-Vamosi
|
b926fd4966
|
add lv_task_set_cb
|
2019-05-17 07:58:47 +02:00 |
|
Gabor Kiss-Vamosi
|
de824833a0
|
remove LV_USE_USER_DATA_SINGE to LV_USE_USER_DATA
|
2019-05-15 18:51:31 +02:00 |
|
Gabor Kiss-Vamosi
|
78c527ee4f
|
remove LV_USE_USER_DATA_MULTI
|
2019-05-15 18:50:38 +02:00 |
|
Gabor Kiss-Vamosi
|
c46ff018ed
|
Merge branch 'imgdec' into dev-6.0
|
2019-05-15 18:41:42 +02:00 |
|
Gabor Kiss-Vamosi
|
862a4c3496
|
Merge branch 'anim' into dev-6.0
|
2019-05-15 18:39:17 +02:00 |
|
Gabor Kiss-Vamosi
|
569bbdf058
|
remove lv_style_anim_t and replace it with simply lv_anim_t
|
2019-05-15 18:27:26 +02:00 |
|
Gabor Kiss-Vamosi
|
648d42ec94
|
fix screen copy
|
2019-05-15 07:36:13 +02:00 |
|