Gabor Kiss-Vamosi
4af6c62146
Merge pull request #1726 from upbeat27/lv_btnmatrix_set_one_check_fix
...
Fix `lv_btnmatrix_set_one_check` not forcing one button to be checked
2020-08-17 09:11:12 +02:00
Josh McAtee
96eba8e0ff
Fix lv_btnmatrix_set_one_check
not forcing one button to be checked
2020-08-14 09:06:44 -07:00
github-actions[bot]
95ccd877a8
Merge 1815ff4b99e12219764f26b47ea3ea685a0b79b0 into dev
2020-08-14 04:58:44 +00:00
Gabor Kiss-Vamosi
1815ff4b99
Limit extra button click area of button matrix's buttons. Fixes #1712
2020-08-14 06:58:00 +02:00
Gabor Kiss-Vamosi
c8cc9db7f0
table: fix typo
2020-08-14 06:58:00 +02:00
Gabor Kiss-Vamosi
245a47a848
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-08-13 23:56:40 +02:00
Gabor Kiss-Vamosi
c46f12b97a
fix conflicts
2020-08-13 23:55:48 +02:00
github-actions[bot]
25afed1d58
Merge f3e91634f889f19f4b2adb103f6c9531db8c1b4d into dev
2020-08-13 19:09:24 +00:00
Gabor Kiss-Vamosi
f3e91634f8
fix crash if 'lv_table_set_col_cnt' is called before 'lv_table_set_row_cnt' for the first time
...
Fixes #1716
2020-08-13 21:08:50 +02:00
Gabor Kiss-Vamosi
c2b5979e91
arc: fix event sending
2020-08-13 12:00:57 +02:00
Gabor Kiss-Vamosi
cfee7e8b8a
arc knob invalidation fix
2020-08-13 11:03:04 +02:00
Gabor Kiss-Vamosi
d95cf0a3d6
arc: rework knob to indicate the current positoin
2020-08-11 15:03:57 +02:00
Gabor Kiss-Vamosi
14a4c190c9
merge rotary to arc
2020-08-11 14:17:05 +02:00
Gabor Kiss-Vamosi
c36c8e11f7
Merge branch 'master' into acumartini-feature/1568_lv_rotary
2020-08-11 12:31:24 +02:00
Gabor Kiss-Vamosi
2068ab3211
bar, switch, slider: fix drawing background's 'value_str' twice
2020-08-11 10:38:16 +02:00
Gabor Kiss-Vamosi
28807b6a77
lv_img_design: fix cover check if angle != 0
2020-08-11 10:34:04 +02:00
Gabor Kiss-Vamosi
6fd7bcf172
allow adding extra label to list buttons
2020-08-10 11:36:43 +02:00
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
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
7af20516a5
add linemeter's mirror feature again
...
the drawing part was somehow removed
2020-08-06 14:50:30 +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
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
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
Droup
1c3bbc9f6c
Fix focus move
...
Signed-off-by: Droup <droup@pm.me>
2020-08-03 10:38:18 +02:00
Gabor Kiss-Vamosi
1b29814e1e
improve style caching
2020-08-03 06:43:25 +02:00
Gabor Kiss-Vamosi
11cab40103
import style caching
2020-08-02 11:36:27 +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
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
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
github-actions[bot]
ab6f93db24
Merge 57079452b0da9b9072fa88da8354e020cc6b6e6b into dev
2020-07-21 11:30:20 +00:00
Gabor Kiss-Vamosi
960bca7807
Run code formatter
2020-07-21 13:29:36 +02:00
github-actions[bot]
67400d1d72
Merge ecfef570ea1b3d8c6f9321690afb579f12f5a807 into dev
2020-07-17 15:35:14 +00:00
Adam Han
75875e244d
fixes #1671 lv_cont_layout_grid() fails to calculate available space in a row
...
this issue results in space waste in right side of container
the size of wasted space in each row is pad_left plus pad_inner
2020-07-17 15:51:09 +01:00
github-actions[bot]
44e57aaaf5
Merge d06fe5100ed03af424655b4426b5f3855aec1a23 into dev
2020-07-17 08:26:44 +00:00
mentha
ae94302f4d
Fix lv_canvas_set_buffer doc
...
Lines in canvas buffers are byte aligned so buffers might request larger size and contain unused bits.
The previous documented calc method would often result in a buffer size smaller than what was expected by LVGL, leading to memory corruption and program crash.
2020-07-17 16:09:24 +08:00
github-actions[bot]
f8c8c4040a
Merge 2f33670b4fe4e920f606cbc0b014c18b0ab2f79a into dev
2020-07-14 11:37:37 +00:00