Gabor Kiss-Vamosi
07bc58aa9c
merge dev-7.0 into feat-new-style
2019-12-22 22:56:13 +01:00
Gabor Kiss-Vamosi
cd32b27bfc
merge master
2019-12-22 22:52:11 +01:00
Gabor Kiss-Vamosi
095c0bff49
integrate lv_btnm, add built-in styles, move opa_scale to styles, begin style caching
2019-12-22 22:40:02 +01:00
Gabor Kiss-Vamosi
8e5446c68f
add lv_anim_refr_now()
2019-12-19 11:14:51 +01:00
Gabor Kiss-Vamosi
02ca70c691
new_style: implement generic style set/get functions
2019-12-17 09:20:40 +01:00
Gabor Kiss-Vamosi
a101e9a3e5
initial version of new style system
2019-12-14 23:39:26 +01:00
Gabor Kiss-Vamosi
b4dae16e22
move lv_draw_buf to lv_mem as lv_mem_buf
...
This way they can be used as general purpose buffers not only for drawing
2019-11-19 06:25:14 +01:00
Gabor Kiss-Vamosi
e6d38f1acf
merge dev-6.1
2019-11-15 06:53:15 +01:00
George Slater
de102f9d20
Updated lv_refr_area and lv_img_design to account for single pixel height/width objects.
...
lv_refr_area: Updated height for area refresh to correctly include areas that are a height of only 1 pixel.
lv_img_design: Updated draw loop to account for objects that are 1 pixel in height or width.
2019-11-13 11:54:05 -06:00
Gabor Kiss-Vamosi
541a010ee9
fix uninitialized and shadoed warnings
2019-11-04 16:56:57 +01:00
Gabor Kiss-Vamosi
abfe2f63a1
img rotate auto set ext draw pad
2019-11-02 21:30:51 +01:00
Gabor Kiss-Vamosi
7d675cf1d1
add horizontal gradient main/grad_color_stop
2019-09-11 06:47:52 +02:00
Gabor Kiss-Vamosi
d0bc387c14
suppor blend modes on images
2019-09-10 06:13:08 +02:00
Gabor Kiss-Vamosi
60cd00f9cc
add lv_design_res_t
2019-09-06 19:53:39 +02:00
Jan Van Winkel
9401353ccb
Pass disp->driver to rounder_cb in lv_inv_area
...
Pass pointer to disp->driver to rounder_cb in lv_inv_area instead of
pointer to disp_refr->driver as lv_inv_area is called when no refresh is
ongoing (lv_disp_drv_register).
Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-07-19 18:07:50 +02:00
Gabor Kiss-Vamosi
9dcc47ec33
Merge branch 'vla' into dev-6.0
2019-06-27 08:19:38 +02:00
Gabor Kiss-Vamosi
8f962a0464
run clang-formatter
2019-06-27 07:16:15 +02:00
Gabor Kiss-Vamosi
b04367c702
remove all VLA and replave with lv_draw_get_buf
2019-06-26 16:53:50 +02:00
Gabor Kiss-Vamosi
f806f8c526
add lv_draw_free_buf
2019-06-26 15:56:41 +02:00
Gabor Kiss-Vamosi
4891f803fc
minor API updates
2019-06-25 15:14:47 +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
23f842e462
run clag-format
2019-06-06 06:05:40 +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
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
523170297e
fix a bug in rendering order (scrollbar coverd sibling obejcts too)
2019-05-09 15:55:01 +02:00
Gabor Kiss-Vamosi
512eb05a22
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-05-09 06:04:54 +02:00
Gabor Kiss-Vamosi
c31ab099f7
add MASK_AREA_DEBUG option
2019-05-09 06:04:03 +02:00
Gabor Kiss-Vamosi
861e090023
minor fixes
2019-05-08 12:04:02 +02:00
Gabor Kiss-Vamosi
0b31110d3e
minor fixes
2019-05-07 12:15:02 +02:00
Gabor Kiss-Vamosi
5243d235a6
lv_task: add user data and pass lv_task_t as task_cb parameter
2019-04-27 11:32:13 +02:00
Gabor Kiss-Vamosi
522d59861e
solve conflicts
2019-04-14 16:01:48 +02:00
canardos
e6b7afccd2
Allow const lv_style_t objects
2019-04-11 19:59:55 +08:00
Gabor Kiss-Vamosi
3606ea2588
ext_click_area: run-time area test and renames
2019-04-11 06:26:41 +02:00
Gabor Kiss-Vamosi
ba2160042a
run clang format
2019-04-04 07:15:40 +02:00
Gabor Kiss-Vamosi
08722f5f8d
fix compile error
2019-04-02 12:16:15 +02:00
Gabor Kiss-Vamosi
38c55377c6
merge master
2019-04-02 06:49:05 +02:00
Gabor Kiss-Vamosi
09f362a1ed
add disp. rotate config for disp_drv
2019-03-30 06:23:41 +01:00
Gabor Kiss-Vamosi
eb6daa51d7
move antialiasing and refr_task to the display level
2019-03-30 06:03:23 +01:00
Amir Gonnen
b222fa3744
Merge branch 'dev-6.0' of https://github.com/littlevgl/lvgl into dev-6.0
2019-03-18 01:04:34 +02:00
Gabor Kiss-Vamosi
f51bf17e39
move lvgl files to src folder
2019-03-17 08:33:03 +01:00