1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

641 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
2333051133 add btnmatrix type 2 style 2020-10-13 16:35:43 +02:00
Gabor Kiss-Vamosi
ddb4ae8685 fix lv_win_clean() 2020-10-13 11:53:03 +02:00
Gabor Kiss-Vamosi
b1b233d249 fix warning 2020-10-12 13:15:48 +02:00
Gabor Kiss-Vamosi
4d620d3771 fix dropdown selection with RTL basedirection
Related to: #1842
2020-10-12 12:08:49 +02:00
Gabor Kiss-Vamosi
5d91c24723 support RTL in pretty layout (draw columns right to left)
Related to #1833
2020-10-08 15:18:30 +02:00
Gabor Kiss-Vamosi
0266244c58 support RTL in table (draw columns right to left)
Related to #1833
2020-10-07 13:47:49 +02:00
Gabor Kiss-Vamosi
f1a198bd93 fix imgbtn state change 2020-10-07 12:44:54 +02:00
Gabor Kiss-Vamosi
e41bc28817 Merge branch 'master' into dev 2020-10-06 09:33:59 +02:00
Gabor Kiss-Vamosi
8b6bb63795 prepare to release v7.6.1 2020-10-06 09:30:37 +02:00
github-actions[bot]
38a9426135
Merge 6b24c949f1d904ccbcf730849e3f3aedafc5c94f into dev 2020-10-05 18:46:45 +00:00
Gabor Kiss-Vamosi
6b24c949f1 fix lv_img offset usage
Fixes: https://forum.lvgl.io/t/problem-with-lv-img-set-offset-y-in-ver-7/3330
2020-10-05 20:46:09 +02:00
Ali Rostami
8394d92fac
Cursor (#1789)
* update lv_obj_refresh_style describtion.

* cursor added.

* refresh chart after setting the cursor

* add new direction and a bug fixed.

* fixed the wrong changes for header file.

* rename lv_cursor_direction_t enum members.

* add lv_chart_get_x_from_index and lv_chart_get_y_from_index

* lv_chart_get_x_from_index supports column chart type too.

* fix the error of no lv_coord_t value return.

* fix a bug based on the coord is with respect to the series area.

* make get_series_area function global.

* fix the name of get_series_area function.

* add the description of the added functions.

* chart cursor minor fixes

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2020-10-02 13:59:05 +02:00
github-actions[bot]
cf1ca20750
Merge 34e0fefeb3e41deb470a7a39685d0e23eeee60a3 into dev 2020-10-02 10:26:54 +00:00
Gabor Kiss-Vamosi
34e0fefeb3 fix imgbtn image switching with empty style 2020-10-02 12:26:12 +02:00
Ali Rostami
c2c130889d
use margin in the header part of calendar. (#1817)
* use margin in the header part of calendar.

* make calendar_init same as before based on new changes of pad and margin in calendar_header.
2020-10-01 13:16:00 +02:00
Gabor Kiss-Vamosi
705a564ca8 merge dev 2020-09-30 21:30:07 +02:00
Gabor Kiss-Vamosi
da1591c10f rework arc 2020-09-30 21:22:26 +02:00
Gabor Kiss-Vamosi
301859b978 handle LV_OBJ_FLAG_SCROLL_ELASTIC/MOMENTUM 2020-09-30 21:17:29 +02:00
Gabor Kiss-Vamosi
afc5475196 rework table and textarea 2020-09-30 06:12:29 +02:00
Gabor Kiss-Vamosi
06281e38cf img: use self_size and LV_SIZE_AUTO to automatically set size to image size 2020-09-29 14:27:15 +02:00
Gabor Kiss-Vamosi
132e79fa42 rework checkbox and add LV_SIGNAL_SELF_SIZE 2020-09-29 14:26:35 +02:00
github-actions[bot]
25bd804724
Merge 07746a78d5b13589ade6aa23f7bee85bd4df65b9 into dev 2020-09-28 13:32:34 +00:00
Gabor Kiss-Vamosi
a24e3f619f dropdown list fixes with Bidi == RTL 2020-09-28 11:48:27 +02:00
github-actions[bot]
ef0c8690e4
Merge ce11b4c71c28fd686e2219290cba3a9acfb8c424 into dev 2020-09-28 08:51:58 +00:00
Gabor Kiss-Vamosi
ce11b4c71c fix build error 2020-09-28 10:51:26 +02:00
github-actions[bot]
0d62025e2c
Merge f0fc45eb5244f5cc8fc16044d52fdd881766fa22 into dev 2020-09-28 08:43:39 +00:00
Gabor Kiss-Vamosi
f0fc45eb52 checkbox: do not play transition on manual state change 2020-09-28 10:43:05 +02:00
Gabor Kiss-Vamosi
c474d6d3a6 add self-size support 2020-09-28 10:42:36 +02:00
Gabor Kiss-Vamosi
f5dc2e4248 rework roller 2020-09-27 22:10:08 +02:00
github-actions[bot]
115314b140
Merge ffd9b872d9dab7345c16cb5b36206809510296ee into dev 2020-09-27 12:47:45 +00:00
Gabor Kiss-Vamosi
ffd9b872d9 fix BIDI support in dropdown list 2020-09-27 14:47:11 +02:00
github-actions[bot]
22fbde4501
Merge 71669c252cc7d2d8290e0896f77b4b9dd7138fe3 into dev 2020-09-23 17:59:22 +00:00
Gabor Kiss-Vamosi
672537dcc2 propogate checkbox state change to bullet and label too 2020-09-23 19:26:22 +02:00
Gabor Kiss-Vamosi
f3085bf191 style invalidation fixes 2020-09-23 18:50:57 +02:00
github-actions[bot]
2f7369e771
Merge b2d201dba779abe710e0704a86c77932e0b46acb into dev 2020-09-23 10:42:07 +00:00
embeddedt
b2d201dba7
Fix #1795: ensure switch/bar visual state matches logical state (#1805) 2020-09-23 06:41:37 -04:00
Gabor Kiss-Vamosi
f01bfcb6f6 imporve ddlist 2020-09-23 12:25:01 +02:00
Ali Rostami
23f5a11340
Table fmt (#1803)
* update lv_obj_refresh_style describtion.

* fmt version of lv_table_set_cell_value added.

* fix a bug.

* add include lv_printf.h

* fix a bug for LV_USE_BIDI in lv_table_set_cell_value_fmt

* fix a missed part for arabic_persian chars in lv_table_set_cell_value
2020-09-23 10:23:37 +02:00
github-actions[bot]
ea16ce5dd0
Merge eb056315c389cf5077e445ebaf0c711f3b645bef into dev 2020-09-22 13:54:10 +00:00
xennex22
eb056315c3
Changed non-debug macro expansion (#1808) 2020-09-22 09:53:36 -04:00
Gabor Kiss-Vamosi
a00a293871 merge master 2020-09-22 13:57:23 +02:00
github-actions[bot]
39f1b363fd
Merge 18db4d83bc3b37f0637b6070c045f5b7f5b260a2 into dev 2020-09-22 07:27:24 +00:00
Michael Simon
18db4d83bc
Highlight selected option if show_selected is false (#1810) 2020-09-22 09:26:56 +02:00
tosriram
5ef1df9357
Extend maximum number of table cell styles from 4 to 16 (#1800) 2020-09-21 11:50:54 -04:00
Gabor Kiss-Vamosi
cbd3393d7c Merge branch 'master' of https://github.com/littlevgl/lvgl 2020-09-21 11:57:47 +02:00
Gabor Kiss-Vamosi
7def9a9bb2 add Arduino example 2020-09-21 11:57:37 +02:00
Gabor Kiss-Vamosi
c53da44ff5 reenable lv_img 2020-09-16 22:35:01 +02:00
Themba Dube
565643e883 lv_gauge: fix invalidation with angle offset 2020-09-16 13:54:23 -04:00
embeddedt
be4f7a76d4
Fix gauge end arc segment not being rendered (#1796) 2020-09-16 15:21:33 +02:00
Gabor Kiss-Vamosi
1b15a7b875 simplify checkbox and btnmatrix 2020-09-16 11:26:06 +02:00