Gabor Kiss-Vamosi
|
1cb57494df
|
revert attempts to make struct private
feat/priate-struct was create as snapshot before this commit
|
2021-05-30 15:15:43 +02: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
|
98c3c8eb5c
|
fix some examples
|
2021-05-27 15:12:50 +02:00 |
|
Gabor Kiss-Vamosi
|
0cafde653d
|
feat(example) add style examples
|
2021-05-27 11:50:04 +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
|
0a70280177
|
feat(scroll) add scrollbar styling example + allow for the scrollbar using shadow
|
2021-05-26 22:05:32 +02:00 |
|
Gabor Kiss-Vamosi
|
b969c21881
|
fix(example) add scroll examples + minor fixes
|
2021-05-26 16:34:25 +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
|
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
|
8564e647f6
|
fix(animing) add LV_usE_IMG as dependency
|
2021-05-25 11:39:23 +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
|
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
|
5331fc9fb5
|
feat make some other structs private
|
2021-05-23 13:09:58 +02:00 |
|
Gabor Kiss-Vamosi
|
c29221d90f
|
fix warning
|
2021-05-22 14:40:30 +02:00 |
|
Gabor Kiss-Vamosi
|
12ab12eb94
|
fix(draw) do not report warnings if the glyph of LV_SYMBOL_DUMMY is not found
|
2021-05-22 14:35:24 +02:00 |
|
Gabor Kiss-Vamosi
|
6b4dd7c463
|
fix(mem) disable LV_MEM_ADD_JUNK
|
2021-05-22 14:34:36 +02:00 |
|
Gabor Kiss-Vamosi
|
73327b9141
|
revert parts of making some struct static for Microbinding compatibility (d73e4201)
|
2021-05-22 14:33:26 +02:00 |
|
Gabor Kiss-Vamosi
|
3fa42f4245
|
fix(table) fix clicking with RTL direction
|
2021-05-21 12:57:26 +02:00 |
|
Gabor Kiss-Vamosi
|
e2710feedb
|
fix(scoll) lv_obj_get_scroll_bottom if there is no children
|
2021-05-21 12:33:58 +02:00 |
|
Gabor Kiss-Vamosi
|
33ab14568a
|
fix(text) fix handling LV_TEXT_ALIGN_AUTO
|
2021-05-21 11:30:42 +02:00 |
|
Gabor Kiss-Vamosi
|
d73e42011d
|
feat make some structs private
|
2021-05-21 10:58:32 +02:00 |
|
Gabor Kiss-Vamosi
|
9a1eaea25d
|
docs add meter
|
2021-05-20 21:12:27 +02:00 |
|
Gabor Kiss-Vamosi
|
32b3988126
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2021-05-20 15:53:12 +02:00 |
|
Gabor Kiss-Vamosi
|
058c750ba9
|
fix(tabview) fix warning
|
2021-05-20 15:53:06 +02:00 |
|
Gabor Kiss-Vamosi
|
5e9a7e226f
|
fix(btnmatrix) in edot mode go to the last button after the first
|
2021-05-20 15:52:13 +02:00 |
|
guoweilkd
|
1241fe144b
|
rename span interface (#2259)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
|
2021-05-20 14:47:46 +02:00 |
|
Gabor Kiss-Vamosi
|
c77ec58af7
|
fix(flex) fix flex row layout calculation with RTL base direction
|
2021-05-20 14:44:22 +02:00 |
|
guoweilkd
|
e9d82d8336
|
docs(chart) fix typos (#2263)
Co-authored-by: guowei15 <guowei15@xiaomi.com>
|
2021-05-20 14:03:07 +02:00 |
|
Gabor Kiss-Vamosi
|
408cddee48
|
feat(indev) add warning log if the pointer's point is out of the screen
|
2021-05-20 13:10:29 +02:00 |
|
Gabor Kiss-Vamosi
|
4293f9d921
|
fix warnings
|
2021-05-20 12:52:48 +02:00 |
|
Gabor Kiss-Vamosi
|
07fd3d2c96
|
feat(chart) add rename lv_chart_set_cursor_point to lv_chart_set_cursor_pos and add lv_chart_set_cursor_point to stick the cursor to a point
|
2021-05-20 12:43:27 +02:00 |
|
Gabor Kiss-Vamosi
|
1386edf2fb
|
fix(bidi) fix tabview, textarea, label, btnmatrix, roller, dropdown with RTL base direction
|
2021-05-20 12:04:06 +02:00 |
|
Gabor Kiss-Vamosi
|
a63ab1eef1
|
feat(event) add LV_EVENT_LAYOUT_CHANGED and fix tabview's tab position on resize
|
2021-05-20 07:41:02 +02:00 |
|
Gabor Kiss-Vamosi
|
b06a1f35f3
|
fix typo
|
2021-05-20 07:41:02 +02:00 |
|
Gabor Kiss-Vamosi
|
37d0471698
|
fix(tabview) fix tab position on resize
|
2021-05-19 21:56:40 +02:00 |
|
Gabor Kiss-Vamosi
|
e2a7f559ab
|
feat(bidi) make base dir a style property and rename lv_bidi_dir_t to lv_base_dir_t
|
2021-05-19 20:55:44 +02:00 |
|
Gabor Kiss-Vamosi
|
5f0fe3a22c
|
fix(roller) make lv_roller_set_visible_row_count consider border width
|
2021-05-19 15:51:30 +02:00 |
|