Gabor Kiss-Vamosi
a9e50ae822
remove debug expressions
2021-03-16 15:43:03 +01:00
Gabor Kiss-Vamosi
434c01d7cf
minor fixes
2021-03-16 15:39:10 +01:00
Gabor Kiss-Vamosi
4516018ce7
refactor(draw_buf): rename vdb to draw_buf
...
It affected only local variables and comments
2021-03-14 13:57:53 +01:00
Xiang Xiao
54b8862609
fix(disp): rename lv_disp_get_buf to lv_disp_get_draw_buf ( #2136 )
...
follow up the commit:
commit e9cc1c2d46
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
Date: Wed Mar 10 13:07:15 2021 +0100
feat(driver): raname lv_disp_buf_t to lv_disp_draw_buf_t + save only the drv's pointer in lv_disp_t
2021-03-14 13:44:01 +01:00
Gabor Kiss-Vamosi
e9cc1c2d46
feat(driver): raname lv_disp_buf_t to lv_disp_draw_buf_t + save only the drv's pointer in lv_disp_t
2021-03-10 13:07:15 +01:00
Gabor Kiss-Vamosi
34dfccd829
fix(refr): send LV_EVENT_COVER_CHECK
2021-03-06 13:11:31 +01:00
Gabor Kiss-Vamosi
376da66dab
feat(layout): automatically update the screen's layout in lv_obj_scroll_to_view
2021-03-03 21:10:49 +01:00
Gabor Kiss-Vamosi
0d38d100c2
feat(layout): add deferred layout recalculation
2021-03-03 20:15:21 +01:00
Xiang Xiao
33b5ee3ad2
fix(task): change all task related term to timer
...
follow up the task module change
2021-03-03 14:32:25 +08:00
Gabor Kiss-Vamosi
403351222e
add logs + minor fixes
2021-03-01 12:00:13 +01:00
Gabor Kiss-Vamosi
8bc6931f7f
add many LV_LOG_TRACE-s
2021-02-28 20:42:48 +01:00
Gabor Kiss-Vamosi
468fdb4f74
feat(debug): add mem. monitor simalarly to perf. monitor
2021-02-28 15:01:28 +01:00
Gabor Kiss-Vamosi
bdef0c3b8b
feat(obj): add LV_OBJ_FLAG_FLOATING and lv_obj_has_flag_any
2021-02-28 14:18:32 +01:00
Gabor Kiss-Vamosi
0ab6433c66
assign theme to the display + minor fixes
2021-02-26 09:51:30 +01:00
Gabor Kiss-Vamosi
cbfbcb47f9
feat(color): use colors from material design
...
Use function instead of color macros
2021-02-23 15:03:06 +01:00
Gabor Kiss-Vamosi
5c75c7cc12
fix issues on merging to dev
2021-02-19 15:52:04 +01:00
Gabor Kiss-Vamosi
776165977a
merge to dev and slove conflitc
2021-02-19 15:27:44 +01:00
Gabor Kiss-Vamosi
e088388fd5
fix(refr): restart drawer task in true double buffered mode too
2021-02-19 12:00:52 +01:00
Gabor Kiss-Vamosi
e1331fa6d7
feature(true double buffering) redraw the whole screen
2021-02-15 19:05:20 +01:00
Gabor Kiss-Vamosi
02c19eacab
fix warnings and make tests working
2021-02-14 22:07:38 +01:00
embeddedt
4b151cc885
feat(rotation) add full 90-degree rotation support, incl. software rotation ( #2055 )
2021-02-12 09:57:58 -05:00
Gabor Kiss-Vamosi
e0fb0db735
add all widgets and widget examples
2021-02-10 22:59:53 +01:00
Gabor Kiss-Vamosi
7bec13c2b9
update asserts
2021-02-08 09:53:03 +01:00
Gabor Kiss-Vamosi
8a1af8646f
add lv_components as src/extra and minor fixes
2021-02-04 14:46:11 +01:00
Gabor Kiss-Vamosi
5c5327f31a
clean up widgets
2021-02-01 14:55:08 +01:00
Gabor Kiss-Vamosi
1f4c5adc30
remove LV_USE_ANIMATION/FS/GROUP
2021-01-26 15:09:36 +01:00
Gabor Kiss-Vamosi
07268829c4
refectoring and restructoring
2021-01-26 14:12:35 +01:00
Gabor Kiss-Vamosi
c899595bff
refactoring, commenting and clean up
2021-01-24 16:24:02 +01:00
Gabor Kiss-Vamosi
f84720aa95
merge master
2021-01-23 23:50:00 +01:00
Gabor Kiss-Vamosi
ea6ee3d198
refactoring and fixes
2021-01-23 20:46:42 +01:00
Gabor Kiss-Vamosi
1d6d2eb9d9
change custom drawer to event
2021-01-21 15:18:20 +01:00
Gabor Kiss-Vamosi
c64810dac4
add custom draw function to styles
2021-01-18 15:48:46 +01:00
Xiang Xiao
c9b97feea8
fix(formatting): various improvements ( #2028 )
...
* fix(formatting): Remove the duplicated space
* fix(formatting): Remove the duplicated 'the'
* fix(spell): run codespell -w for the code base
2021-01-17 09:03:31 -05:00
Xiang Xiao
d6ca15a749
Move LV_GC_INCLUDE to the common place(gc.h) ( #2010 )
...
* Move LV_GC_INCLUDE to the common place(gc.h)
to avoid the duplication in many source files
* fix(theme template): Always initialize _lv_theme_material_styles
just like what other theme do
2021-01-12 16:13:41 +01:00
Xiang Xiao
81b13bf3b6
Remove the double empty lines from all source files ( #2009 )
...
* Run dos2unix for all source files
* Remove the trail space from all source files
* Remove the double empty lines from all source files
2021-01-11 14:28:00 +01:00
Gabor Kiss-Vamosi
04aa8de0f3
change data inheritance model (drop ext)
2021-01-08 21:30:14 +01:00
Gabor Kiss-Vamosi
a2bf576f7c
make styles classes, add transitions again, add LV_STATE_SCROLLED
2020-12-16 19:25:42 +01:00
Gabor Kiss-Vamosi
74d19b109c
experiements with improving styles
2020-12-16 10:22:13 +01:00
Gabor Kiss-Vamosi
ec124559f6
add lv_obj, lv_bar, lv_slider to work with classes
2020-12-11 18:04:23 +01:00
Gabor Kiss-Vamosi
51f95f3286
Release v7.8.0
2020-12-01 15:08:50 +01:00
Gabor Kiss-Vamosi
280bab33c6
Merge branch 'master' into dev
2020-12-01 15:08:50 +01:00
github-actions[bot]
138c5423a1
Merge 1b37ee8873 into dev
2020-11-28 11:42:02 +00:00
Gabor Kiss-Vamosi
9c5fec9b79
feat(perf_monitor): add lv_refr_get_fps_avg()
2020-11-28 12:41:06 +01:00
Gabor Kiss-Vamosi
57734ff3c5
refactor(tmr): rename lv_tmr to lv_timer
2020-11-27 10:05:02 +01:00
Gabor Kiss-Vamosi
6bafb34769
refactor(task): rename lv_task to lv_tmr and remove priorities
...
fixes #1925
2020-11-24 17:56:11 +01:00
Gabor Kiss-Vamosi
65fc61c9c0
perf(obj): move ext_draw_pad to spec_attrs
...
It saves some memory becasue it's rarly used any by default evaluated as zero.
2020-11-13 23:04:46 +01:00
Gabor Kiss-Vamosi
7a950f1863
introduce lv_obj_rare_attr_t
2020-10-29 14:51:39 +01:00
Gabor Kiss-Vamosi
a00a293871
merge master
2020-09-22 13:57:23 +02:00
Gabor Kiss-Vamosi
c5bacff2fa
prepare to release v7.5.0
2020-09-15 11:14:32 +02:00
Gabor Kiss-Vamosi
c9ad0bf310
merge dev
2020-09-09 11:31:08 +02:00