1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

7102 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
b9b4ba5b26 test cleant up report folder 2021-06-18 14:15:53 +02:00
Gabor Kiss-Vamosi
e35b1d04bd test add build test again, add dropdown test, integrate gcov and gvocr 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
e9e010a846 test add move tests to test_cases and test_runners directories 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
bc5b3be61f test(font_loader) migrate the exisiting font loader test 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
28d2ad4c3a feat(test) add assert for screenshot compare 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
ea8bed34b4 chore(test) improve prints 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
7610d38bb0 fix(test) silence make 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
c12a22ee87 fix(test) add #if guard to exclude test related files from the build 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
c26bcf1cc6 feat(test) first experiement with Unity test engine 2021-06-18 14:13:41 +02:00
Gabor Kiss-Vamosi
7c1eb00645
docs(license) update company name and year 2021-06-18 11:05:33 +02:00
dyktronix
7066c8fbbb
feat(spinbox ) add function to set cursor to specific position (#2314)
* Spinbox set cursor to specific position (funct.)

* changed exp10 to lv_pow(10

* Update lv_spinbox.c

resolved indentation

* Update spinbox.md

Added lv_spinbox_set_pos description

Co-authored-by: Sebastian Dyker <sebastian.dyker@walther-systemtechnik.com>
2021-06-17 13:43:19 +02:00
Gabor Kiss-Vamosi
d2e735ef36 test add move tests to test_cases and test_runners directories 2021-06-17 12:39:56 +02:00
Gabor Kiss-Vamosi
428db9494d fix(coords) fix using large coordinates
Fixes #2323
2021-06-17 11:32:49 +02:00
Gabor Kiss-Vamosi
c728b5ceda fix(chart) fix crash if no series are added
fixes #2322
2021-06-17 09:49:10 +02:00
Gabor Kiss-Vamosi
d61617cd67 fix(chart) invalidation with LV_CHART_UPDATE_MODE_SHIFT 2021-06-16 15:08:52 +02:00
Gabor Kiss-Vamosi
31ab0628d5 docs update lv_fs.h, layer and align.png to v8 2021-06-16 14:14:55 +02:00
Gabor Kiss-Vamosi
93b38e92be fix(align) fix lv_obj_align_to 2021-06-16 14:14:29 +02:00
Gabor Kiss-Vamosi
8017f47227 Merge branch 'master' of https://github.com/lvgl/lvgl 2021-06-16 13:11:54 +02:00
Gabor Kiss-Vamosi
cb3692e302 fix(table) invalidate the table on cell value change 2021-06-16 13:09:57 +02:00
Gabor Kiss-Vamosi
a070ecfe8c fix(label) remove dupliacted lv_obj_refresh_self_size 2021-06-16 13:09:33 +02:00
Gabor Kiss-Vamosi
3471bd1c69
docs(README) update links, examples, and add services menu 2021-06-16 10:52:40 +02:00
Gabor Kiss-Vamosi
8731ef141e docs add btn_example.png
It's referenced from the README
2021-06-16 10:30:43 +02:00
Gabor Kiss-Vamosi
6d5ac702ad fix(draw) underflow in subpixel font drawing
Fixes: #2273
2021-06-15 19:50:27 +02:00
Gabor Kiss-Vamosi
3abe517abf perf(draw) speed up additive blending 2021-06-15 19:50:27 +02:00
embeddedt
918d94801f
feat(docs) lazy load individual examples as well 2021-06-15 09:13:47 -04:00
Gabor Kiss-Vamosi
cd600d1056 docs example list fixes 2021-06-15 10:47:09 +02:00
Gabor Kiss-Vamosi
c49e830aad docs add lazy load to the iframes of the examples 2021-06-15 10:33:49 +02:00
Gabor Kiss-Vamosi
ed77ed1dae docs fix eaxmple list 2021-06-15 07:59:04 +02:00
Gabor Kiss-Vamosi
c6f99ad200 docs fix example list
Button matrix was missing.
2021-06-15 00:35:25 +02:00
Gabor Kiss-Vamosi
3ce5226c9d fix (scroll) do not send unnecessary scroll end events 2021-06-15 00:01:55 +02:00
Gabor Kiss-Vamosi
25acaf45ca docs list all examples on one page 2021-06-14 23:16:31 +02:00
Gabor Kiss-Vamosi
8691611de2 update version numbers to v8.1.0-dev 2021-06-14 13:51:45 +02:00
Gabor Kiss-Vamosi
3fdb9b6b35 fix conflicts 2021-06-14 13:46:25 +02:00
Gabor Kiss-Vamosi
3810ef6211 update verson numbers to v8.0.1 2021-06-14 13:45:43 +02:00
Gabor Kiss-Vamosi
a1b59e34dd docs(examples) add <hr/> to better separate examples 2021-06-14 11:44:05 +02:00
Gabor Kiss-Vamosi
33e433008e chore(assert) add warnign about higher memory usage if LV_USE_ASSERT_STYLE is enabled 2021-06-14 11:07:52 +02:00
Gabor Kiss-Vamosi
7971ade47b docs(filesystem) update to v8 2021-06-14 11:07:15 +02:00
Gabor Kiss-Vamosi
5cf6303e74 fix(msgbox) create modals on top layer instead of act screen
To cover widgets on the top layer too
2021-06-14 10:30:42 +02:00
Gabor Kiss-Vamosi
48d1c292a3 fix(colowheel) disable LV_OBJ_FLAG_SCROLL_CHAIN by default 2021-06-14 10:28:03 +02:00
Ali Rostami
69d109d2f4
docs(grid) typo fix (#2310) 2021-06-13 10:15:46 -04:00
Gabor Kiss-Vamosi
c6a2e15ec2 feat(obj) add lv_obj_del_delayed() 2021-06-12 08:02:31 +02:00
Themba Dube
6f37c4fc56 docs(examples) add MicroPython examples 2021-06-11 16:48:27 -04:00
dronecz
1a62f7a619
fix(arduino) fix the prototype of my_touchpad_read in the LVGL_Arduino.ino 2021-06-10 14:27:18 +02:00
Gabor Kiss-Vamosi
54d8e8170b fix(meter) fix needle image invalidation
Fixes #2300
2021-06-10 12:44:43 +02:00
Gabor Kiss-Vamosi
0d52b59cb1 fix(mem) add lv_ prefix to tlsf functions and types
It avoids collision if tlsf is used by other libs in the project too
Fixes https://github.com/lvgl/lvgl/issues/2116#issuecomment-857765919
2021-06-10 12:22:40 +02:00
Gabor Kiss-Vamosi
ad05e196fb fix(calendar) fix the position calculation today
Fixes https://forum.lvgl.io/t/calendar-widget-bug-in-v8-0/5763
2021-06-10 11:22:01 +02:00
Rop Gonggrijp
c7169762a3
More Snapable --> Snappable replacements (#2304) 2021-06-09 16:33:27 +02:00
Gabor Kiss-Vamosi
e697807cf5 fix(typo) rename LV_OBJ_FLAG_SNAPABLE to LV_OBJ_FLAG_SNAPPABLE 2021-06-09 16:05:39 +02:00
Rop Gonggrijp
07ecc9f1ef
docs(color) language fixes (#2302) 2021-06-09 09:33:41 -04:00
Gabor Kiss-Vamosi
b4305df574 fix(tick) minor optmization on lv_tick_inc call test
See aa6641a6f1 (r51932352)
2021-06-09 15:21:09 +02:00