fronders
|
eee2dd1864
|
fix(attr): refactor LV_ATTRIBUTE_* for function attributes (#4404)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2023-07-25 15:13:35 +02:00 |
|
Mariotaku
|
f575935180
|
fix(sdl): add transformation support for the SDL backend (#3403)
* sdl transform wip
* sdl transform wip
* working transform (scale, rotate)
* fixed transform with masks
* fixing includes
* removed lv_obj_t references in draw backend
* update the API to work with SW layers too
* update lv_conf_internal.h
* makefile fixes
* updated sdl transform implementation
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-06-15 10:36:47 +02:00 |
|
Gabor Kiss-Vamosi
|
318146a2c2
|
feat(draw): support transforming widgets and improfe sw transform
For details see: https://docs.lvgl.io/master/overview/style.html
|
2022-04-26 10:45:12 +02:00 |
|
Gabor Kiss-Vamosi
|
d034511bba
|
feat(draw): add draw_ctx->buffer_copy
realted to: #3087
|
2022-02-18 13:57:11 +01:00 |
|
ckielstra
|
febafd1cc7
|
chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2022-01-17 08:10:23 -05:00 |
|
Gabor Kiss-Vamosi
|
49642d3891
|
fix(draw): add lv_draw_sw_bg
|
2022-01-15 13:46:36 +01:00 |
|
Gabor Kiss-Vamosi
|
d3b7b4acfd
|
chore(draw): add lv_draw_sw_wait_for_finish
|
2021-12-22 17:01:36 +01:00 |
|
Gabor Kiss-Vamosi
|
db53ea925c
|
arch(draw): allow replacing the draw engine
BREAKING CHANGE: the API of lv_draw_... function have been changed
|
2021-12-21 15:54:22 +01:00 |
|
Gabor Kiss-Vamosi
|
8f6b1f8d6c
|
arch(draw) separate SW renderer to allow replacing it (#2803)
* decouple sw renderer
* simplify blend interface
* make tests pass
* udpate makefiles
* fix warning
* fix build errors
* run code formatter
* antialias fix
|
2021-11-26 12:44:10 +01:00 |
|