Gabor Kiss-Vamosi
|
8254ee6661
|
rename lv_obj_adjust_coords to lv_obj_get_inner_coords
|
2019-06-07 14:52:14 +02:00 |
|
Themba Dube
|
4075a7adfc
|
Roller: do not draw rectangle highlight on borders
|
2019-06-01 21:37:25 -04: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
|
23dc884f35
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-31 08:48:42 +02:00 |
|
Gabor Kiss-Vamosi
|
cd8bfa49e2
|
ta: fix cursor bilnk and password show time
|
2019-05-31 08:48:36 +02:00 |
|
Gabor Kiss-Vamosi
|
cf124e60ad
|
use optimized triangle drawing if no opacity
|
2019-05-31 07:51:18 +02:00 |
|
Gabor Kiss-Vamosi
|
7884636b7c
|
add triange optimization option
|
2019-05-31 07:40:09 +02:00 |
|
Gabor Kiss-Vamosi
|
8c6ef82947
|
Merge branch 'dev-6.0' into tri
|
2019-05-31 06:42:05 +02:00 |
|
embeddedt
|
f173875310
|
Fix bug related to allocation size in lv_img_decoder.c
|
2019-05-30 10:05:02 -04:00 |
|
Gabor Kiss-Vamosi
|
5ebed4f24e
|
anim: minor updates
|
2019-05-27 15:10:15 +02:00 |
|
Gabor Kiss-Vamosi
|
b6a86f31d7
|
update lv_anim.h
|
2019-05-27 05:47:59 +02:00 |
|
Gabor Kiss-Vamosi
|
d1e59483b4
|
update lv_anim.h
|
2019-05-27 05:46:19 +02:00 |
|
Gabor Kiss-Vamosi
|
f2afc18d6b
|
anim: combint var and exec_cb set into lv_anim_set_var_and_cb
|
2019-05-27 05:42:34 +02:00 |
|
Gabor Kiss-Vamosi
|
62ffe5ab94
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-25 17:05:49 +02: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
|
7cfbf5ed64
|
Merge pull request #1082 from amirgon/dev-6.0
Replace * by [] to pass array argument
|
2019-05-25 17:02:52 +02:00 |
|
Gabor Kiss-Vamosi
|
01f990061f
|
indev inactivity: check encoder diff too
|
2019-05-25 16:53:56 +02:00 |
|
Gabor Kiss-Vamosi
|
b0fffaa55b
|
LV_COLOR_TRANSP, LV_TA_CURSOR_BLINK_TIME and LV_TA_PWD_SHOW_TIME run time configurable
|
2019-05-25 16:27:36 +02:00 |
|
Amir Gonnen
|
2c7cdea1ee
|
Replace * by [] to pass array argument
As discussed on #935 https://github.com/littlevgl/lvgl/issues/935#issuecomment-481550697
|
2019-05-25 16:43:57 +03:00 |
|
Gabor Kiss-Vamosi
|
6bde219324
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-24 06:27:14 +02:00 |
|
Gabor Kiss-Vamosi
|
d3d9fde245
|
unify lv_obj_..._ext_click_area... API
|
2019-05-24 06:26:56 +02:00 |
|
embeddedt
|
a3e88e1ecd
|
Update lv_btnm_set_one_toggle docs (#1079)
|
2019-05-23 10:42:45 -04:00 |
|
Gabor Kiss-Vamosi
|
0f1e260155
|
LV_CHART_TYPE_AREA fixes
|
2019-05-22 06:34:14 +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
|
d066004783
|
Merge pull request #1072 from joltwallet/indev_focus_fix
Indev focus fix
|
2019-05-21 15:52:24 +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
|
cd1ad6eb3a
|
Wrapped remaining animation and edge_flash references in #if LV_USE_ANIMATION to save memory/space
|
2019-05-20 18:31:47 -07:00 |
|
Brian Pugh
|
cbb9c3f73b
|
Fixed syntax error in lv_bar.c when animations are disabled
|
2019-05-20 10:04:36 -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 |
|
Brian Pugh
|
3cc2043fd7
|
fixed lv_ta.c anim type mismatch
|
2019-05-20 09:32:13 -07:00 |
|
Brian Pugh
|
a6f0afde4c
|
change some int16_t types to lv_anim_value_t for animation functions. use LV_USE_ANIMATION macros to remove unused variables when animation capabilities is disabled
|
2019-05-20 09:22:09 -07:00 |
|
Gabor Kiss-Vamosi
|
ba3e7d1da6
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-20 15:52:22 +02:00 |
|
Gabor Kiss-Vamosi
|
9d70ccc226
|
fix typo
|
2019-05-20 15:51:31 +02: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
|
0d2b61f0f3
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-20 12:12:06 +02:00 |
|
Gabor Kiss-Vamosi
|
45a29c1b88
|
fix typo
|
2019-05-20 12:11:59 +02:00 |
|
Gabor Kiss-Vamosi
|
1c2d71a0f8
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-20 07:20:54 +02:00 |
|
Gabor Kiss-Vamosi
|
ba9f0cf9bb
|
chart COLUMN draw speed optmize
|
2019-05-20 07:19:00 +02: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
|
22195f3455
|
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
|
2019-05-19 11:04:03 +02:00 |
|
Gabor Kiss-Vamosi
|
b0a4fd7dad
|
calendar: optimize cover check in the design function
|
2019-05-19 10:56:21 +02:00 |
|