Gabor Kiss-Vamosi
eb006b3d39
finialze screen animations
2020-06-25 12:43:45 +02:00
Gabor Kiss-Vamosi
f10f94bea3
use void * as theme user data for backward compatibility
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
710226c6db
add user_data to themes
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
44a96df9fb
initial implementation of screen load animation
2020-06-25 12:43:44 +02:00
embeddedt
cd788da47a
Fix #1610 : don't assert an expected null pointer
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
c4eec78a02
lv_textarea fix cursor alignment with empty textarea when the text alignment is center or right
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
1e33359d0c
fix build error
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
cf8357e004
fix focusing/defocusing for pages
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
8f243c01d5
style: minor fix on getting style attributes + formatting
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
e2aa68394c
update changelog
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
2828582c7a
lv_img: fix invalidation area when angle or zoom changes
2020-06-25 12:43:44 +02:00
jbamaral
f6a2c635fd
Improve big endian support ( #1599 )
2020-06-25 12:43:44 +02:00
Gabor Kiss-Vamosi
db24bf1d18
In lv_init test if the the strings are UTF-8 encoded
2020-06-25 12:42:06 +02:00
Deon Marais
8c151a2d43
Add missing lv_font_montserrat_34
...
if you do not mind me asking, and on matters of fonts why was Roboto changed to Montserrat when V7 was released ?
2020-06-25 12:42:06 +02:00
Themba Dube
0d0427f8bc
Merge remote-tracking branch 'origin/master' into dev
2020-06-21 08:32:48 -04:00
Gabor Kiss-Vamosi
201d38c574
Add theme->apply_cb to replace theme->apply_xcb to make it compatible with the Micropython binding
2020-06-20 00:01:33 +02:00
embeddedt
8dbd685a90
Fix #1596 : typo in lv_api_map.h
2020-06-19 10:13:53 -04:00
Gabor Kiss-Vamosi
4345e05e32
test
...
Signed-off-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2020-06-19 15:12:17 +02:00
Gabor Kiss-Vamosi
24b1a7735a
roller: allow setting different font for the selected text
2020-06-19 13:17:45 +02:00
Gabor Kiss-Vamosi
b16f3ff8e7
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-06-18 16:32:14 +02:00
Gabor Kiss-Vamosi
0f4aeede79
Update README.md
2020-06-18 16:29:18 +02:00
Gabor Kiss-Vamosi
5d4873aa95
Update README.md
2020-06-18 16:19:57 +02:00
Gabor Kiss-Vamosi
8ac337d515
Update README.md
2020-06-18 16:13:04 +02:00
Gabor Kiss-Vamosi
2678068a86
Update CONTRIBUTING.md
2020-06-18 16:09:07 +02:00
Gabor Kiss-Vamosi
64be5e2096
Update CONTRIBUTING.md
2020-06-18 16:08:17 +02:00
Pete Bone
6b3d7759cc
Merge pull request #1587 from pete-pjb/dev
...
Finalise chart function updates
2020-06-18 14:59:19 +01:00
Pete Bone
765b6c4015
Update CHANGELOG.md
2020-06-18 14:38:07 +01:00
Gabor Kiss-Vamosi
1521d64784
_lv_img_buf_get_transformed_area: do not calculate trivial case
2020-06-18 15:17:03 +02:00
Amir Gonnen
25fbcea31a
Ensure mem_max_size is only used on non custom mem ( #1588 )
2020-06-18 06:40:39 -04:00
Gabor Kiss-Vamosi
51e064d836
Update CHANGELOG.md
2020-06-18 12:37:02 +02:00
Gabor Kiss-Vamosi
6ae7f67ef5
Update CHANGELOG.md
2020-06-18 12:36:05 +02:00
Gabor Kiss-Vamosi
156a3c005d
Update CHANGELOG.md
2020-06-18 12:35:38 +02:00
Gabor Kiss-Vamosi
295337ac7e
Merge pull request #1590 from diegoherranz/lv_conf_checker
...
lv_conf_checker.py: change requirement of python 3.6 to >=3.6
2020-06-18 12:32:13 +02:00
Gabor Kiss-Vamosi
a39f51a571
Merge branch 'dev' into dev
2020-06-18 07:41:54 +02:00
Gabor Kiss-Vamosi
d050c99161
Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev
2020-06-18 06:04:02 +02:00
Gabor Kiss-Vamosi
1523cc0634
fix typo
2020-06-18 06:03:52 +02:00
Diego Herranz
65d029279b
lv_calendar: add option to start week on Monday ( #1589 )
2020-06-17 16:09:40 -04:00
Diego Herranz
d2d664a69b
lv_conf_checker.py: change requirement of python 3.6 to >=3.6
...
Many current OSes ship newer versions (e.g. 3.8) and they work OK
for this, so I don't think 3.6 is required specifically.
Versions older than 3.6 wouldn't work, though, since f-strings
are used.
2020-06-17 21:04:46 +01:00
pete-pjb
4a953b9d9d
Free memory for series_ll
2020-06-16 18:24:05 +01:00
pete-pjb
ae748cfffa
Fix initialisation problem.
...
Found that new structure parmaeter ext_buf_assigned needs to be
initialised to false in lv_chart_add_series() as sometimes is set true
depending on what was previously in the heap where it was allocated.
2020-06-16 18:04:36 +01:00
PeterB
ad215c5b4b
Finalise changes for new Chart Functions
2020-06-16 16:24:37 +01:00
Gabor Kiss-Vamosi
2dd84e6de1
Merge branch 'master' into dev
2020-06-16 16:52:18 +02:00
pete-pjb
05d249d5ee
Merge branch 'master' into dev
2020-06-16 15:10:56 +01:00
Pete Bone
f746ac8542
Added functions to extend chart functionality ( #1581 )
2020-06-16 09:53:21 -04:00
Gabor Kiss-Vamosi
7af64df008
upadte version numer to v7.1.0-dev
2020-06-16 13:57:20 +02:00
Gabor Kiss-Vamosi
975ab3f4cc
Merge branch 'dev'
2020-06-16 13:56:42 +02:00
Gabor Kiss-Vamosi
122ef1d862
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-06-16 13:56:00 +02:00
Gabor Kiss-Vamosi
4174ad844c
relase.py minor fixes
2020-06-16 13:55:45 +02:00
Gabor Kiss-Vamosi
41e65d9df1
Run code formatter
2020-06-16 13:47:04 +02:00
Gabor Kiss-Vamosi
2d0480c03d
Release v7.0.2
v7.0.2
2020-06-16 13:42:34 +02:00