Gabor Kiss-Vamosi
|
50b5e3c477
|
add rounding to btnmatrix line height calculation
Fixes #1776
|
2020-09-11 13:28:34 +02:00 |
|
tgillbe
|
35c7197d1c
|
Fix button matrix button width (#1768)
|
2020-09-04 07:30:39 -04:00 |
|
Gabor Kiss-Vamosi
|
037d3d9090
|
run code formatter
|
2020-08-26 15:21:24 +02:00 |
|
Gabor Kiss-Vamosi
|
14a2a60bf9
|
Fix btnmatrix to not send event when CLICK_TRIG = true and the cursor slid from a pressed button
Fixes: https://forum.lvgl.io/t/v7-3-register-button-in-button-matrix-only-after-touch-release-not-button-release/3117
|
2020-08-25 15:18:45 +02:00 |
|
Gabor Kiss-Vamosi
|
677ce48bea
|
tabview: fix press state style update
fixes: #1728
|
2020-08-18 17:02:42 +02:00 |
|
Gabor Kiss-Vamosi
|
96534d58e5
|
Merge branch 'master' into dev
|
2020-08-18 10:40:39 +02:00 |
|
Gabor Kiss-Vamosi
|
1088492449
|
prepare to release v7.3.1
|
2020-08-18 10:28:35 +02:00 |
|
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
|
c46f12b97a
|
fix conflicts
|
2020-08-13 23:55:48 +02:00 |
|
Gabor Kiss-Vamosi
|
7b0a0ef4a7
|
Run code formatter
|
2020-08-04 10:07:29 +02:00 |
|
Gabor Kiss-Vamosi
|
11cab40103
|
import style caching
|
2020-08-02 11:36:27 +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
|
43f5e4d2e0
|
Run code formatter
|
2020-07-07 09:36:59 +02:00 |
|
liangyongxiang
|
d055944ebb
|
Add conditional macro LV_USE_GROUP to more GROUP related singles:
- LV_SIGNAL_CONTROL
- LV_SIGNAL_GET_EDITABLE
|
2020-06-28 12:48:37 +08:00 |
|
Gabor Kiss-Vamosi
|
975ab3f4cc
|
Merge branch 'dev'
|
2020-06-16 13:56:42 +02:00 |
|
Gabor Kiss-Vamosi
|
91c98f147f
|
Merge pull request #1580 from DaPa/master
Code comments spelling fixes
|
2020-06-16 13:36:36 +02:00 |
|
Gabor Kiss-Vamosi
|
4668bc0ee3
|
fix typo in the API
|
2020-06-16 12:03:32 +02:00 |
|
DaPa
|
585bc329e6
|
Code comments spelling fixes
Also 2 files have tracing strings affected (shorter with 1 character):
- lv_obj.c, 1078: LV_LOG_WARN
- lv_hal_indev.c, 76: LV_LOG_WARN
|
2020-06-15 17:12:48 +03:00 |
|
Gabor Kiss-Vamosi
|
9260f9e0aa
|
lv_btnm: fix sending events for hidden buttons
|
2020-06-14 21:07:42 +02:00 |
|
Gabor Kiss-Vamosi
|
a62b03743d
|
Merge pull request #1560 from DeonMarais64/master
Add lv_btnmatrix_set/get_align capability
|
2020-06-08 14:15:49 +02:00 |
|
Gabor Kiss-Vamosi
|
479851e968
|
: restructure to allow asserting in from too
|
2020-06-08 13:10:56 +02:00 |
|
Deon Marais
|
0e1b02e328
|
Add lv_btnmatrix_set/gett_align capability
|
2020-06-05 12:05:34 +02:00 |
|
Gabor Kiss-Vamosi
|
ee6c5e3399
|
run code formatter
|
2020-05-18 16:57:23 +02:00 |
|
Gabor Kiss-Vamosi
|
97392f4fdf
|
reduce API size: add underscore prefix to internal functions
|
2020-05-13 14:11:16 +02:00 |
|
Gabor Kiss-Vamosi
|
36934dcbbc
|
btnmatrix: find the nearest button if clicked between buttons
https://forum.littlevgl.com/t/how-to-ignore-clicks-on-button-matrix-background-panel-which-cause-null-button-text/2158
|
2020-04-29 10:25:24 +02:00 |
|
Gabor Kiss-Vamosi
|
3b869b0258
|
replace all memset with lv_memset
|
2020-04-23 15:45:08 +02:00 |
|
Gabor Kiss-Vamosi
|
479d31e5a7
|
replace all memcpy with lv_memcpy
|
2020-04-23 15:27:51 +02:00 |
|
Gabor Kiss-Vamosi
|
c149e5de54
|
fixes for encoder usage
|
2020-04-23 09:50:50 +02:00 |
|
Gabor Kiss-Vamosi
|
110f16e1df
|
minor fixes
|
2020-04-03 13:31:11 +02:00 |
|
Gabor Kiss-Vamosi
|
c8c240a302
|
btn, btnmatrix: minor fixes
|
2020-03-26 15:50:57 +01:00 |
|
Gabor Kiss-Vamosi
|
bb0c5a968c
|
run formatter
|
2020-03-24 10:13:52 +01:00 |
|
Gabor Kiss-Vamosi
|
34aaf71a17
|
btnm: fix undeflow in buttons arrea calculation
|
2020-03-20 11:05:42 +01:00 |
|
Gabor Kiss-Vamosi
|
fd302d259e
|
obj positiong fixes with RTL base dir
|
2020-03-16 16:07:52 +01:00 |
|
Gabor Kiss-Vamosi
|
8cdc8bf6fc
|
group related fixes
|
2020-03-10 22:11:17 +01:00 |
|
Gabor Kiss-Vamosi
|
5ef87d7359
|
group related fixes
|
2020-03-10 20:55:44 +01:00 |
|
Gabor Kiss-Vamosi
|
4e10efd642
|
minor fixes and renames
|
2020-03-04 16:29:21 +01:00 |
|
Gabor Kiss-Vamosi
|
41907f9f3c
|
run astyle code formatter
|
2020-02-26 19:48:27 +01:00 |
|
Gabor Kiss-Vamosi
|
16ed5c605a
|
run cppcheck and fix issues
|
2020-02-25 15:32:35 +01:00 |
|
Gabor Kiss-Vamosi
|
482a53e16e
|
rename LV_STATE_NORMAL to LV_STATE_DEFAULT
|
2020-02-22 01:09:29 +01:00 |
|
Gabor Kiss-Vamosi
|
a9d3dce55b
|
obj: remove state_dsc, from now a simple state is enough
|
2020-02-21 16:56:10 +01:00 |
|
Gabor Kiss-Vamosi
|
78923b6b9b
|
support transition on virtual styles too
|
2020-02-21 16:33:42 +01:00 |
|
Gabor Kiss-Vamosi
|
7756d0cc88
|
start to improve style transitions
|
2020-02-21 10:50:50 +01:00 |
|
Themba Dube
|
2d8254a91d
|
lv_btnmatrix: don't crash when pointer events aren't on a button
|
2020-02-15 15:13:57 -05:00 |
|
Gabor Kiss-Vamosi
|
761295b99d
|
fixes in various configurations
|
2020-02-15 02:19:44 +01:00 |
|
Gabor Kiss-Vamosi
|
b8676b26b2
|
renames and fixes
|
2020-02-15 00:33:26 +01:00 |
|
Gabor Kiss-Vamosi
|
8a1a5e524f
|
rename lv_objx/ to lv_widgets/
|
2020-02-14 22:04:33 +01:00 |
|