Gabor Kiss-Vamosi
|
bd8ac58b6b
|
add missing background drawing and radius handling to image button
|
2020-08-10 06:17:03 +02:00 |
|
Gabor Kiss-Vamosi
|
90be42c493
|
Fix setting local style property multiple times
Realted to https://forum.lvgl.io/t/how-to-change-button-object-color-on-demand/2922/2
|
2020-08-08 16:22:00 +02:00 |
|
Fabio Guerra
|
c4e7254aed
|
Some changes to support binary fonts without the kernel table.
|
2020-08-07 10:56:37 -03:00 |
|
embeddedt
|
81caeaa725
|
Fix lv_obj_set_height_fit
|
2020-08-07 07:31:31 -04:00 |
|
Gabor Kiss-Vamosi
|
8af9e96299
|
Merge pull request #1706 from satirebird/code-fixes
Make several descriptor parameters const
|
2020-08-06 14:56:36 +02:00 |
|
Gabor Kiss-Vamosi
|
5d981f56ad
|
remove unused variable
|
2020-08-06 14:54:51 +02:00 |
|
Gabor Kiss-Vamosi
|
58d86cff71
|
Merge branch 'master' into code-fixes
|
2020-08-06 14:51:05 +02:00 |
|
Gabor Kiss-Vamosi
|
cda21694c4
|
Fix text decor (udnerline strikethrough) with older versions of font converter
|
2020-08-06 14:50:30 +02:00 |
|
Gabor Kiss-Vamosi
|
7af20516a5
|
add linemeter's mirror feature again
the drawing part was somehow removed
|
2020-08-06 14:50:30 +02:00 |
|
Sven Krauß
|
7827d948d8
|
Fix evaluation of return value
|
2020-08-05 11:18:56 +02:00 |
|
Sven Krauß
|
3b7fa645fb
|
Merge tag 'v7.3.0' into code-fixes
Conflicts:
src/lv_draw/lv_draw_rect.c
|
2020-08-05 11:14:27 +02:00 |
|
Sven Krauß
|
28f74bd91d
|
Make several descriptor parameters const, update parameter docs.
Making the descriptor const allows to use static initialized variables.
|
2020-08-05 10:53:03 +02:00 |
|
Fabio Guerra
|
004adac31d
|
Adding changes to changelog and replacing line style comments with block comments.
|
2020-08-05 01:29:54 -03:00 |
|
Fabio Guerra
|
f58d97d990
|
Adding support to dynamic font loading.
|
2020-08-04 18:59:49 -03:00 |
|
Gabor Kiss-Vamosi
|
bd4db19aee
|
rename lv_chart_clear_serie to lv_chart_clear_series and lv_obj_align_origo to lv_obj_align_mid
|
2020-08-04 18:52:37 +02:00 |
|
Gabor Kiss-Vamosi
|
b4955f0b6e
|
Fix drawing value string twice
Fixes #1704
|
2020-08-04 18:43:34 +02:00 |
|
Gabor Kiss-Vamosi
|
0f0d57d855
|
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
|
2020-08-04 17:30:46 +02:00 |
|
Gabor Kiss-Vamosi
|
061c6325b7
|
Merge pull request #1697 from Droup67/focus_padding
page: Use padding when focus an child item
|
2020-08-04 14:59:07 +02:00 |
|
Gabor Kiss-Vamosi
|
7b0a0ef4a7
|
Run code formatter
|
2020-08-04 10:07:29 +02:00 |
|
Gabor Kiss-Vamosi
|
b58f9c6021
|
Add LV_USE_OUTLINE/PATTERN/VALUE_STR and LV_MEMCPY_MEMSET_STD
|
2020-08-04 09:19:59 +02:00 |
|
Droup
|
1c3bbc9f6c
|
Fix focus move
Signed-off-by: Droup <droup@pm.me>
|
2020-08-03 10:38:18 +02:00 |
|
Gabor Kiss-Vamosi
|
07cb113c0a
|
add radius, border_side and boder_post to style cache
|
2020-08-03 09:37:01 +02:00 |
|
Gabor Kiss-Vamosi
|
61a5cb44b8
|
optimze style asking order in lv_obj_init_draw_xxx_dsc function
|
2020-08-03 07:17:21 +02:00 |
|
Gabor Kiss-Vamosi
|
6ccfd0101a
|
style cache: add missing LV_STYLE_FONT_TEXT to cachable proeprties
|
2020-08-03 07:03:54 +02:00 |
|
Gabor Kiss-Vamosi
|
1b29814e1e
|
improve style caching
|
2020-08-03 06:43:25 +02:00 |
|
Gabor Kiss-Vamosi
|
ae0e855d91
|
style cache fixes
|
2020-08-02 20:49:21 +02:00 |
|
Gabor Kiss-Vamosi
|
28213adfa6
|
-fix using freed memory in _lv_style_list_remove_style
Fixes: #1694
|
2020-08-02 12:05:00 +02:00 |
|
Gabor Kiss-Vamosi
|
11cab40103
|
import style caching
|
2020-08-02 11:36:27 +02:00 |
|
Gabor Kiss-Vamosi
|
41fd83e1d3
|
implement caching on style lists
|
2020-08-02 10:14:29 +02:00 |
|
DefinPlusPlus
|
2b60f4496f
|
Fixed infinite loop during calculation size of lv_list (#1700)
|
2020-08-01 13:36:07 -04:00 |
|
Droup
|
373af97472
|
page: Use padding when focus an child item
Signed-off-by: Droup <droup@pm.me>
|
2020-07-31 14:32:17 +02:00 |
|
Gabor Kiss-Vamosi
|
1072b71ea0
|
gauge: fix image needle drawing
|
2020-07-30 11:11:54 +02:00 |
|
Sven Krauß
|
b0e3f11da1
|
Make lv_draw_line_dsc_t parameters constant
|
2020-07-28 17:08:21 +02:00 |
|
Gabor Kiss-Vamosi
|
cac6f92964
|
fix warning
|
2020-07-27 20:19:02 +02:00 |
|
Gabor Kiss-Vamosi
|
013ae48221
|
Merge branch 'size_reduction'
|
2020-07-27 17:47:25 +02:00 |
|
Gabor Kiss-Vamosi
|
fd695c9ad3
|
textarea: fix typo in lv_textarea_set_sscrollbar_mode
Fixes #1691
|
2020-07-27 17:46:10 +02:00 |
|
Gabor Kiss-Vamosi
|
06d7a6d006
|
btnmatrix: hadle combined states of buttons (e.g. chacked + disabled)
|
2020-07-27 15:57:28 +02:00 |
|
Gabor Kiss-Vamosi
|
2172ec93a2
|
material theme minor fix
Fixes #1689
|
2020-07-27 14:16:06 +02:00 |
|
Gabor Kiss-Vamosi
|
c173f28a3f
|
add underline properties to the fonts
|
2020-07-27 12:47:07 +02:00 |
|
Gabor Kiss-Vamosi
|
ed10c1da67
|
Add LV_THEME_MATERIAL_FLAG_NO_TRANSITION and LV_THEME_MATERIAL_FLAG_NO_FOCUS flags
|
2020-07-26 21:14:10 +02:00 |
|
Gabor Kiss-Vamosi
|
f11f7c5223
|
Merge branch 'master' into pete-pjb-cpicker
|
2020-07-24 16:30:39 +02:00 |
|
Gabor Kiss-Vamosi
|
f30dc5d186
|
remove duplicated lines from lv_tabview_add_tab
|
2020-07-24 16:16:18 +02:00 |
|
pete-pjb
|
da5c9dd424
|
Add define and comment to explain magic number used in previous fix.
|
2020-07-24 13:50:35 +01:00 |
|
pete-pjb
|
89adfbc816
|
Fix ragged edge of Colour Picker.
|
2020-07-24 10:15:29 +01:00 |
|
pete-pjb
|
28495b9eb9
|
Tidy up the edges of the colour picker widget.
|
2020-07-23 14:15:34 +01:00 |
|
Gabor Kiss-Vamosi
|
fb3e6ec1f4
|
textarea: add insert handler functions
|
2020-07-22 16:28:03 +02:00 |
|
embeddedt
|
806f3a9bbf
|
textarea: don't call LV_EVENT_INSERT too far before insertion
|
2020-07-21 11:16:26 -04:00 |
|
Gabor Kiss-Vamosi
|
557342cc08
|
Do not print for missing glyph if its height OR width is zero
Fixes: #1674
|
2020-07-21 16:39:04 +02:00 |
|
Gabor Kiss-Vamosi
|
eb725a3a68
|
add LV_USE_FONT_SUBPX option and draw_full_border() to avoid duplication in outline and border drawing
|
2020-07-21 16:06:14 +02:00 |
|
Gabor Kiss-Vamosi
|
b48120947f
|
Merge branch 'master' into size_reduction
|
2020-07-21 14:44:11 +02:00 |
|