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

6979 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
9efb99d177 feat(example) add lv_example_scroll_6 2021-05-30 13:50:05 +02:00
Themba Dube
e3ce3a8f5c chore(docs) fix error 2021-05-29 16:49:59 -04:00
Themba Dube
11f1c5d13f chore(docs) handle version names without dots 2021-05-29 16:36:28 -04:00
Gabor Kiss-Vamosi
152dffcce4 fix(tabview) wix memory leak with left/right tab position 2021-05-29 21:44:08 +02:00
Gabor Kiss-Vamosi
0b03482bcb fix(font) fix generating builtin subpx fonts 2021-05-29 21:43:27 +02:00
Gabor Kiss-Vamosi
4554f5d9c3 fix try a different approach to make structs private 2021-05-29 09:32:19 +02:00
Gabor Kiss-Vamosi
d527ca019a Revert "fix how the private struct are handled in function pointer typedefs"
This reverts commit b1bcff6f8f1f23d7e07b7cf20b0c1e0f1746df87.
2021-05-29 09:11:41 +02:00
Gabor Kiss-Vamosi
8dd33a0041 fix warnings 2021-05-29 07:32:44 +02:00
Gabor Kiss-Vamosi
b1bcff6f8f fix how the private struct are handled in function pointer typedefs
Do no use '_' for compatibility with Micropython binding.
2021-05-29 07:26:24 +02:00
Gabor Kiss-Vamosi
4780beae01 fix(obj) fix invalidation of objects on state change 2021-05-28 14:10:12 +02:00
Gabor Kiss-Vamosi
e3fb5d2840 fix minor example issues 2021-05-27 16:06:17 +02:00
Gabor Kiss-Vamosi
00dc5db326 fix some examples 2021-05-27 15:21:51 +02:00
Gabor Kiss-Vamosi
98c3c8eb5c fix some examples 2021-05-27 15:12:50 +02:00
Gabor Kiss-Vamosi
1a3e704b25 fix example include paths 2021-05-27 12:34:54 +02:00
Gabor Kiss-Vamosi
20af77b142 fix(docs) fix missing meter example 2021-05-27 11:55:45 +02:00
Gabor Kiss-Vamosi
7fe16e2ed4 fix warning 2021-05-27 11:52:10 +02:00
Gabor Kiss-Vamosi
0cafde653d feat(example) add style examples 2021-05-27 11:50:04 +02:00
Gabor Kiss-Vamosi
5bc529bc46 fix(example) fix the grid examples to not have scrollbars on the items 2021-05-26 23:11:29 +02:00
Gabor Kiss-Vamosi
46de101c97 feat(example) add RTL scroll example 2021-05-26 23:05:07 +02:00
Gabor Kiss-Vamosi
20f3b2e04c feat(align) add LV_ALIGN_DEFAULT
It's resolved to LV_ALIGN_TOP_LEFT/RIGHT according to the based direction
2021-05-26 23:04:31 +02:00
Gabor Kiss-Vamosi
ec6c20b587 feat(examples) add event examples 2021-05-26 22:05:32 +02:00
Gabor Kiss-Vamosi
71189b46e9 feat(examples) add aniamtion examples 2021-05-26 22:05:32 +02:00
Gabor Kiss-Vamosi
0a70280177 feat(scroll) add scrollbar styling example + allow for the scrollbar using shadow 2021-05-26 22:05:32 +02:00
TimSchumann
ce936b8839
docs(CONTRIBUTING) edit for spelling, grammar, and clarity (#2268)
- Changed all text based instances of LVGL to uppercase (Only instances referring to LVGL the project, not instances referring to the ‘lvgl’ directory structure in the repository, or in URL links)
- Standardized bulleted/numbered list capitalization and punctuation
- Fixed several typos and spelling errors
- Changed minor grammatical errors and structure for clarity.
2021-05-26 13:02:13 -04:00
Themba Dube
4a1462aa3e fix(docs) handle tuple 2021-05-26 11:58:46 -04:00
Themba Dube
bc6c20618e Fix GitHub links 2021-05-26 11:53:03 -04:00
Gabor Kiss-Vamosi
2d09196d2d fix(docs) fix path of example 2021-05-26 16:45:13 +02:00
Gabor Kiss-Vamosi
42cd4b8f43 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-26 16:34:33 +02:00
Gabor Kiss-Vamosi
b969c21881 fix(example) add scroll examples + minor fixes 2021-05-26 16:34:25 +02:00
embeddedt
26043cbcd0
fix(example) add missing space and remove extra space in lv_example_label_1 2021-05-26 10:17:38 -04:00
Gabor Kiss-Vamosi
1b3c4e7c25 fix(example) fix the overlapping texts in lv_example_label_3 2021-05-26 15:30:51 +02:00
Gabor Kiss-Vamosi
1b2d28bbc0 fix warnings 2021-05-26 14:38:42 +02:00
Gabor Kiss-Vamosi
7fe00f995a feat(example) add new label example to show LTR, RTL and Chinese texts 2021-05-26 14:35:34 +02:00
Gabor Kiss-Vamosi
833b91364a feat(fonts) add more CJK characters to lv_font_simsum_16_cjk 2021-05-26 14:35:31 +02:00
Gabor Kiss-Vamosi
ee09d7de6a describe the intended features of the new relase scripts (initial ideas) 2021-05-26 12:57:11 +02:00
Gabor Kiss-Vamosi
8bba029aa6 fix warning 2021-05-26 12:50:45 +02:00
Gabor Kiss-Vamosi
a0eb46b042 feat(theme) add mono theme 2021-05-26 12:23:23 +02:00
Gabor Kiss-Vamosi
87dbda8e10 fix(chart) optimize memory usage of tick dsc 2021-05-25 21:44:27 +02:00
Gabor Kiss-Vamosi
a6fc90ccc5
Update CHANGELOG.md 2021-05-25 16:07:06 +02:00
Gabor Kiss-Vamosi
fdf33e1190
Update CHANGELOG.md 2021-05-25 15:53:01 +02:00
Gabor Kiss-Vamosi
16cc870ce2 Merge branch 'master' of https://github.com/littlevgl/lvgl 2021-05-25 11:39:34 +02:00
Gabor Kiss-Vamosi
8564e647f6 fix(animing) add LV_usE_IMG as dependency 2021-05-25 11:39:23 +02:00
Gabor Kiss-Vamosi
4a00031713
fix push the compiled docs to the docs repo instead of docs_compiled
"docs" was renamed to "docs_old" and "docs_compiled" to "docs"
2021-05-25 11:21:04 +02:00
guoweilkd
f1cbf49718
fix lv_chart_set_point_count() bug (#2270)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
2021-05-25 09:24:45 +02:00
Gabor Kiss-Vamosi
5b9329fd5d fix(chart) various scatter chart related fixes 2021-05-24 21:45:05 +02:00
Gabor Kiss-Vamosi
7522f4e2f0 feat(chart) add scatter chart example 2021-05-24 15:11:07 +02:00
Gabor Kiss-Vamosi
b1f7fbe3b7 feat(chart) add SCATTER type 2021-05-24 15:10:12 +02:00
Gabor Kiss-Vamosi
431156e5e7 fix(chart) consider border width in division line position calculation 2021-05-24 13:56:22 +02:00
Gabor Kiss-Vamosi
75e1950320 feat make a lot of structures private 2021-05-24 13:33:59 +02:00
Gabor Kiss-Vamosi
923dbca934
Update ROADMAP.md 2021-05-23 13:49:14 +02:00