Gabor Kiss-Vamosi
666653efe7
fix(refresh): do not redraw the whole object if only part's style changes on a new state
2021-03-19 16:01:26 +01:00
Xiang Xiao
9254a7ea14
fix(comment): remove the space after /* and before */
2021-03-18 11:51:36 +08:00
Gabor Kiss-Vamosi
87c4a0ffef
fix conflicts
2021-03-17 10:24:48 +01:00
Gabor Kiss-Vamosi
dad2b4aab1
fix tests
2021-03-16 20:57:22 +01:00
Xiang Xiao
1f3ae7f274
fix(disp): change all disp_buf to draw_buf
...
follow up the commit:
commit e9cc1c2d4676b3863a85f35a79162ecedd280213
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 21:39:05 +08:00
Gabor Kiss-Vamosi
a431569455
feat(fs driver): save only the pointer of the driver in lv_fs_drv_register
2021-03-14 13:42:32 +01:00
Xiang Xiao
7bf547a928
feat(mem): switch the default allocator to tlsf ( #2129 )
...
* feat(mem): add initial version of tlsf
from : https://github.com/mattconte/tlsf
commit: deff9ab509341f264addbd3c8ada533678591905
* feat(mem): switch the default allocator to tlsf
* fix(mem): remove the preserved small buffer
since the builtin allocator(tlsf) is fast enough now
* fix(mem): change LV_MEM_ADD_JUNK to 0
to speed up the normal operation
2021-03-10 15:13:35 +01:00
Gabor Kiss-Vamosi
91a44a465a
fix tests
2021-03-10 13:12:45 +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
Xiang Xiao
ffd9c47d3d
fix: remove the tail space after cast expression ( #2122 )
...
ensure the style consistency through the code base
2021-03-03 12:02:58 +01:00
Gabor Kiss-Vamosi
fd34dbe056
test with LV_MEM_CUSTOM 1 too
2021-03-01 15:44:43 +01:00
Gabor Kiss-Vamosi
950124f5a0
fix(scroll): varius fixes on lv_obj_scroll_to_view and snapping
2021-02-28 14:18:32 +01:00
Gabor Kiss-Vamosi
87cee2f72b
minor fixes
2021-02-26 13:13:37 +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
9484f1b224
fix warnings
2021-02-19 18:19:47 +01:00
Gabor Kiss-Vamosi
fe20d47b6e
fix warnings
2021-02-19 16:16:11 +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
Themba Dube
211a895008
ci(tests) add pedantic to compiler options
2021-02-15 14:44:43 -05:00
Gabor Kiss-Vamosi
02c19eacab
fix warnings and make tests working
2021-02-14 22:07:38 +01:00
Gabor Kiss-Vamosi
bb08660cb6
minor fixes
2021-02-14 14:56:34 +01:00
Gabor Kiss-Vamosi
95b1bd8409
add examples + refactoring
2021-02-12 14:22:48 +01:00
Gabor Kiss-Vamosi
1566e6fab1
Update Makefile
2021-02-12 11:02:20 +01:00
Gabor Kiss-Vamosi
5d0a06b6fa
add -Wno-error=cast-function-type to build
2021-02-11 15:58:41 +01:00
Xiang Xiao
ced4f2a61f
fix(font): load_glyph calculate the wrong size(one byte short) of last glyph ( #2042 )
...
* fix(font): load_glyph calculate the wrong size(one byte short) of last glyph
* Print the banner before running the font test
2021-02-01 12:09:16 +01:00
Gabor Kiss-Vamosi
f84720aa95
merge master
2021-01-23 23:50:00 +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
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
a42d3942c6
add table and btnmatrix
2021-01-05 13:01:07 +01:00
Gabor Kiss-Vamosi
f0999ccbd4
merge master
2020-12-28 13:08:26 +01:00
Gabor Kiss-Vamosi
9b579f3fad
fix(test): use sys/time.h only if built in test mode
2020-12-11 16:42:15 +01:00
Gabor Kiss-Vamosi
fdfb69f066
fi warnigns to make tests run succesfully
2020-11-20 11:55:50 +01:00
Gabor Kiss-Vamosi
0ba7dedeeb
fix conflicts
2020-11-20 10:37:11 +01:00
jozba
fc2206105b
Fixed include paths ( #1823 )
...
Signed-off-by: Jozef Bastek <jozef.bastek@nxp.com>
2020-10-02 13:12:41 +02:00
Gabor Kiss-Vamosi
1067d04c03
fix font laoder supprt LV_FONT_FMT_TXT_LARGE
2020-09-21 11:57:20 +02:00
Gabor Kiss-Vamosi
572974b5e0
update font loader to the new FS API
2020-09-02 10:25:46 +02:00
github-actions[bot]
5d02b27b1f
Merge d4c3567f84781a593e7bc9a1dcfde24bae8951a4 into dev
2020-08-31 12:01:26 +00:00
Gabor Kiss-Vamosi
39bf116e07
fix screenshot testing
2020-08-31 13:58:51 +02:00
Adam Martini
cb5faa64ac
Add update_value private function to lv_arc to prevent set_value return checks in the event of… ( #1748 )
...
Add update_value to lv_arc to update the value on range change.
2020-08-27 09:51:11 +02:00
Gabor Kiss-Vamosi
cd9f53c4b4
Merge pull request #1717 from fabiowguerra/feat/dynamic-font-loading
...
Feat/dynamic font loading
2020-08-13 22:46:23 +02:00
Gabor Kiss-Vamosi
d321e0e4fc
fix tests
2020-08-12 14:29:50 +02:00
Fabio Guerra
b3634790cd
Implementing missing formats for font loading.
2020-08-12 00:11:02 -03:00
Fabio Guerra
c4e7254aed
Some changes to support binary fonts without the kernel table.
2020-08-07 10:56:37 -03:00
Fabio Guerra
f58d97d990
Adding support to dynamic font loading.
2020-08-04 18:59:49 -03:00
Adam Martini
b9d92236e3
Add rotary to build.py defines
2020-06-18 22:25:41 -07:00
Gabor Kiss-Vamosi
279e594d3e
minor formatting
2020-05-24 13:14:42 +02:00
Gabor Kiss-Vamosi
a2c973bd5b
fix warings
2020-05-24 13:13:07 +02:00
Gabor Kiss-Vamosi
97392f4fdf
reduce API size: add underscore prefix to internal functions
2020-05-13 14:11:16 +02:00
Gabor Kiss-Vamosi
a78687ee5d
add LV_USE_API_EXTENSION_V6 and LV_USE_IMG_TRANSFORM config options
2020-05-12 21:29:16 +02:00
Gabor Kiss-Vamosi
835ed44029
fix warnings
2020-05-06 20:05:53 +02:00