Gabor Kiss-Vamosi
|
a4a210c9e5
|
lv_page_focus: delete all positioning animations to be sure the new focus won't be overwritten
|
2018-07-03 14:27:53 +02:00 |
|
Gabor Kiss-Vamosi
|
7bd4775b01
|
lv_page: add scrolling on LV_GROUP_KEY_UP/DOWN/LEFT/RIGHT
|
2018-07-03 14:19:04 +02:00 |
|
Gabor Kiss-Vamosi
|
dd7c562c96
|
lv_ddlist: fix the selection of options with non ASCII characters
|
2018-06-26 18:30:38 +02:00 |
|
Gabor Kiss-Vamosi
|
7db7482ac5
|
fixes in lv_roller, lv_ddlist design to be pixel prefect
|
2018-06-21 22:15:19 +02:00 |
|
Gabor Kiss-Vamosi
|
11dcf5b970
|
lv_slider_design bugfix
|
2018-06-19 12:08:55 +02:00 |
|
Gabor Kiss-Vamosi
|
3484cb7964
|
lv_draw: SHADOW_OPA_EXTRA_PRECISION to 8 (was 0)
|
2018-06-19 12:08:43 +02:00 |
|
Gabor Kiss-Vamosi
|
12237142da
|
move astyle files to docs and add it's README to CONTRIBUTING.md
|
2018-06-19 10:14:31 +02:00 |
|
Alexander
|
5ff4125c56
|
Formatting all header files (*.h) in accordance with project coding style, using the astyle tool and the rules file _astylerc-h.
|
2018-06-18 13:52:14 +03:00 |
|
Alexander
|
8e9335d49f
|
Formatting all source file (*.c) in accordance with project coding style, using the astyle tool and the rules file _astylerc-c.
|
2018-06-18 13:51:01 +03:00 |
|
Alexander
|
6038064e71
|
Preparing repo for semi-automatic code formatting in accordance with project coding style, using the astyle open source tool. Creating README.astyle and 2 astyle config files containing rules for format of .c and .h files
|
2018-06-18 13:49:39 +03:00 |
|
Gabor Kiss-Vamosi
|
4ac1c29ca9
|
lv_group_remove_obj: fix when delete the last object from the group
|
2018-06-17 16:43:32 +02:00 |
|
Gabor Kiss-Vamosi
|
31b3a2a350
|
tabview: fix unwanted sending of tab change action on page click
|
2018-06-16 13:03:32 +02:00 |
|
Gabor Kiss-Vamosi
|
1cf5d5db9e
|
lv_theme_mono: add more line space to ddlist and roller
|
2018-06-14 20:54:47 +02:00 |
|
Gabor Kiss-Vamosi
|
73c83cbd25
|
lv_ddlist: fix incorrect hegiht on style change
|
2018-06-14 20:05:15 +02:00 |
|
Gabor Kiss-Vamosi
|
2a15cffbb9
|
lv_obj_del: remove from the group before delete the children (DEFOCUS might need children)
|
2018-06-14 11:17:49 +02:00 |
|
Gabor Kiss-Vamosi
|
1cac01280a
|
Merge pull request #272 from upbeat27/bar_slider_max_fix
Small fix for bar/slider to make the fill more symmetric when near the min/max
|
2018-06-12 12:45:50 +02:00 |
|
Gabor Kiss-Vamosi
|
3d315a891b
|
Merge pull request #271 from upbeat27/page_focus_fix
Fix page focus not focusing objects the same way when moving up or down the page
|
2018-06-12 12:44:17 +02:00 |
|
Josh McAtee
|
a30b117c60
|
Small fix for bar/slider to make the fill more symmetric when near the min/max
|
2018-06-11 16:53:45 -07:00 |
|
Josh McAtee
|
f6e054ba73
|
Fix page focus not focusing objects the same way when moving up or down the page
|
2018-06-11 16:00:30 -07:00 |
|
Gabor Kiss-Vamosi
|
ebac219ba3
|
lv_txt_get_width: trim letter space of trailing non-printoble characters
|
2018-06-09 08:49:27 +02:00 |
|
Gabor Kiss-Vamosi
|
d7904efccf
|
lv_draw_img: further fix on buffer oveflow
|
2018-06-01 12:41:58 +02:00 |
|
Gabor Kiss-Vamosi
|
47cafb52b5
|
lv_draw_img: fix buffer oveflow with alpha byte
|
2018-06-01 12:38:37 +02:00 |
|
Gabor Kiss-Vamosi
|
61645fe5a9
|
Merge pull request #265 from MiSimon/lv_theme_material_include
Added include for lv_theme_material.h to lv_theme.h
|
2018-05-31 15:27:12 +02:00 |
|
Michael Simon
|
bc917a33b6
|
Added include for lv_theme_material.h to lv_theme.h
|
2018-05-30 20:27:18 +02:00 |
|
Gabor Kiss-Vamosi
|
ad22d4b9b5
|
LV_GROUP_KEY_ENTER_LONG: improve objects behaviour
|
2018-05-26 10:28:58 +02:00 |
|
Gabor Kiss-Vamosi
|
e5bba0529a
|
remove the LV_GROUP_KEY_ENTER_LONG from some objects + fix ddlist and roller ENTER
|
2018-05-26 10:03:43 +02:00 |
|
Gabor Kiss-Vamosi
|
47fb0afe79
|
Update TODO_MINOR.md
|
2018-05-22 13:10:34 +02:00 |
|
Gabor Kiss-Vamosi
|
bf6d114893
|
Update TODO_PATCH.md
|
2018-05-22 12:49:56 +02:00 |
|
Gabor Kiss-Vamosi
|
f5d4bf8fc4
|
lv_tabview_set_tab_act: enable to set the act tab again:
v5.1.1
|
2018-05-20 21:49:04 +02:00 |
|
Gabor Kiss-Vamosi
|
1254020b8b
|
Merge branch 'beta'
|
2018-05-20 21:33:21 +02:00 |
|
Gabor Kiss-Vamosi
|
7f03c17a08
|
remove debug printf
|
2018-05-20 21:32:16 +02:00 |
|
Gabor Kiss-Vamosi
|
4440506858
|
Merge branch 'beta' of https://github.com/littlevgl/lvgl into beta
|
2018-05-20 21:31:23 +02:00 |
|
Gabor Kiss-Vamosi
|
01b4820b93
|
release v5.1.1
|
2018-05-20 21:30:36 +02:00 |
|
Gabor Kiss-Vamosi
|
fc8ee11955
|
start lv_refr_task immediately on start up (don't need to wait it's period to refresh the screen)
|
2018-05-17 17:07:21 +02:00 |
|
Gabor Kiss-Vamosi
|
fe30f9739b
|
Update TODO_PATCH.md
|
2018-05-17 13:05:54 +02:00 |
|
Gabor Kiss-Vamosi
|
6be0089cac
|
lv_group_del: remove the objects from the groups too
|
2018-05-16 23:30:04 +02:00 |
|
Gabor Kiss-Vamosi
|
80cb93f8e1
|
don't invalidate hidden objects
|
2018-05-16 23:19:22 +02:00 |
|
Gabor Kiss-Vamosi
|
a3ad4b3616
|
in lv_objx set functions apply the new value only if it's different from the current
|
2018-05-16 23:09:30 +02:00 |
|
Gabor Kiss-Vamosi
|
89b5907eb6
|
lv_slider: draw greater background on negative padding if knob_in == 1
|
2018-05-08 11:28:26 +02:00 |
|
Gabor Kiss-Vamosi
|
68d262ba93
|
lv_draw: remove debug printf-s
|
2018-05-08 11:28:26 +02:00 |
|
Gabor Kiss-Vamosi
|
ee3a44388c
|
lv_draw: shadow draw fix array over indexing
|
2018-05-08 11:28:26 +02:00 |
|
Gabor Kiss-Vamosi
|
51e15ced3f
|
add lv_theme_zen.h to lv_theme.h
|
2018-04-18 18:11:20 +02:00 |
|
Gabor Kiss-Vamosi
|
aac716d497
|
lv_task: lv_task_set_prio fix
|
2018-04-18 13:23:43 +02:00 |
|
Gabor Kiss-Vamosi
|
2353ca0621
|
fix overflow in lv_anim_speed_to_time
|
2018-04-17 14:11:39 +02:00 |
|
Gabor Kiss-Vamosi
|
8bc5770c28
|
lv_del_obj: fix if delted while pressed
|
2018-04-14 22:06:13 +02:00 |
|
Gabor Kiss-Vamosi
|
913517f19d
|
lv_kb: before ok/close action don't deassign the lv_ta if there is user defived action
|
2018-04-13 20:09:14 +02:00 |
|
Gabor Kiss-Vamosi
|
0d385c237a
|
lv_font: remove const number return values
|
2018-04-09 12:39:58 +02:00 |
|
Gabor Kiss-Vamosi
|
94bf21b9be
|
lv_fs: fix duplicated error cheching
|
2018-04-09 12:33:33 +02:00 |
|
Gabor Kiss-Vamosi
|
a4b697f41e
|
in style animation add opacity handling to image, text and line
|
2018-04-09 12:29:56 +02:00 |
|
Gabor Kiss-Vamosi
|
b047c1318f
|
minor comment fixes
|
2018-04-05 22:21:50 +02:00 |
|