Gabor Kiss-Vamosi
91c98f147f
Merge pull request #1580 from DaPa/master
...
Code comments spelling fixes
2020-06-16 13:36:36 +02:00
DaPa
0bdeb00838
Resolve conflict with 4668bc0
2020-06-16 14:27:08 +03:00
DaPa
eee2184d10
Revert part of last commit to keep _xcb naming into lv_task_create
2020-06-16 14:10:51 +03:00
Gabor Kiss-Vamosi
eacc9d8ce7
chart: fix memory leak
2020-06-16 13:03:54 +02:00
Gabor Kiss-Vamosi
d6e7187d01
fix crash when drawing gradient to the same color
2020-06-16 12:47:09 +02:00
Gabor Kiss-Vamosi
f61f045135
CHANGELOG: fix typo
2020-06-16 12:05:13 +02:00
Gabor Kiss-Vamosi
4668bc0ee3
fix typo in the API
2020-06-16 12:03:32 +02:00
Gabor Kiss-Vamosi
00f8af0fb5
minor fixes
2020-06-16 10:28:10 +02:00
DaPa
33de1ffdc7
Fixed @embeddedt's review comments
...
- change the wording to say "message box" and not "button matrix"
- parameter name should be cb and not xcb due MicroPython
- also corrected comment for lv_async_call in lv_async.h
2020-06-15 19:48:44 +03: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
c20e62d472
lv_gaguge: make lv_gauge_get_angle_offset()
offset the labels and needles too
...
Fixes #1579
2020-06-15 14:16:06 +02:00
Gabor Kiss-Vamosi
9260f9e0aa
lv_btnm: fix sending events for hidden buttons
2020-06-14 21:07:42 +02:00
Gabor Kiss-Vamosi
8532bf80df
Update CHANGELOG.md
2020-06-14 12:40:49 +02:00
Gabor Kiss-Vamosi
a2bb4099e6
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-06-14 12:39:35 +02:00
Gabor Kiss-Vamosi
182cbb1aa4
Update LV_OPA_MIN and LV_OPA_MAX to widien the opacity processed range
...
https://forum.lvgl.io/t/blending-fading-of-body-shadow/2466
2020-06-14 12:36:57 +02:00
nchurly
ccff331e3d
Fix #1570 : uninitialized variable in lv_draw_img.c ( #1574 )
2020-06-13 12:28:47 -04:00
Gabor Kiss-Vamosi
1ca1934dbe
Merge pull request #1563 from C47D/update_spinner
...
lv_spinner: Replace remaining pre loader references with spinner
2020-06-09 13:28:53 +02:00
C47D
84776ca5f7
lv_spinner: Replace remaining pre loader references with spinner
2020-06-08 18:12:21 -05:00
Gabor Kiss-Vamosi
4effebb3ea
Update README.md
2020-06-08 16:41:06 +02:00
Gabor Kiss-Vamosi
9eff0d1cd8
Update CHANGELOG.md
2020-06-08 16:36:16 +02:00
Gabor Kiss-Vamosi
07ddc9bf8a
Update CONTRIBUTING.md
2020-06-08 16:14:33 +02:00
Gabor Kiss-Vamosi
9048bcc6a0
Update README.md
2020-06-08 15:51:18 +02:00
Gabor Kiss-Vamosi
1b9ccf9cc6
add the dev branch to CI
2020-06-08 13:56:45 +02:00
Gabor Kiss-Vamosi
36e825f093
Update README.md
2020-06-08 13:51:19 +02:00
Gabor Kiss-Vamosi
13a53d077d
lv_textarea: fix character delete in password mode
2020-06-08 13:23:41 +02:00
Gabor Kiss-Vamosi
479851e968
: restructure to allow asserting in from too
2020-06-08 13:10:56 +02:00
embeddedt
df08d0bd54
Fix old documentation link in lv_conf_template.h
...
https://forum.lvgl.io/t/lv-conf-template-h-font-usage-points-to-wrong-domain/2424
2020-06-05 17:08:00 -04:00
Gabor Kiss-Vamosi
e1af20997d
: fix if not the {0;0} tile is created first
2020-06-05 12:31:02 +02:00
Gabor Kiss-Vamosi
643bc92958
fix warning
2020-06-05 11:06:32 +02:00
Gabor Kiss-Vamosi
1c88c1e8d4
lv_dropdown: fix missing event when used with encoder
2020-06-05 10:54:13 +02:00
Gabor Kiss-Vamosi
c3f051ac52
Add log in true double buffering mode with
2020-06-05 10:43:26 +02:00
Gabor Kiss-Vamosi
673c493694
include the version number in lv_conf_template.h
...
https://forum.lvgl.io/t/add-lvgl-version-to-lv-conf-h/2396/3
2020-06-05 10:36:16 +02:00
embeddedt
4f3dac6477
Fix #1557 : use of uninitialized linked list
2020-06-04 09:51:26 -04:00
Gabor Kiss-Vamosi
d667e9d221
Update CHANGELOG.md
2020-06-04 11:58:32 +02:00
Gabor Kiss-Vamosi
21e4427e57
theme material: fix list button focus.
2020-06-04 11:56:57 +02:00
Gabor Kiss-Vamosi
7d29b40425
fix crash when text area cleared. Fixes #1556
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
93055bc57c
Do not call for transparent pixel
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
d5a3b81737
fix gestures
2020-06-04 11:47:53 +02:00
Gabor Kiss-Vamosi
950ac3b993
Merge pull request #1553 from MiSimon/issue_deinit_log
...
Write to logfile before setting the log callback to NULL
2020-06-03 15:34:35 +02:00
MiSimon
beb496e3ed
Write to logfile before setting the log callback to NULL
2020-06-03 12:37:43 +02:00
Pete Bone
822435748a
Fix compiler waring in lv_ll.c ( #1550 )
2020-06-02 07:27:36 -04:00
Gabor Kiss-Vamosi
140904e201
fix build error
2020-06-02 11:03:00 +02:00
Gabor Kiss-Vamosi
25b4d9c34d
Update README.md
2020-06-02 08:54:58 +02:00
Gabor Kiss-Vamosi
a49e7e8295
improve size rounding to 4 or 8 in lv_mem, and lv_ll
2020-06-02 08:51:22 +02:00
Gabor Kiss-Vamosi
542fa7e76d
linked list: simplify settings next/prev node
...
https://forum.lvgl.io/t/data-abort-at-start-lvgl-v7-0-compiled-with-full-speed-optimisation-only/2286/25
2020-06-02 08:44:04 +02:00
Gabor Kiss-Vamosi
28f4092247
label: fix lv_label_get_letter_on if BIDI enabled
2020-06-02 07:13:41 +02:00
Gabor Kiss-Vamosi
6adcdda06a
fix minor warings
2020-06-01 22:56:10 +02:00
Gabor Kiss-Vamosi
d953d2b9fe
Update CHANGELOG.md
2020-06-01 22:44:46 +02:00
Gabor Kiss-Vamosi
7040084fbd
Merge pull request #1545 from pete-pjb/32bit_idx
...
Change all text related indices from 16-bit to 32-bit integers throughout whole library.
2020-06-01 22:44:30 +02:00
Gabor Kiss-Vamosi
6921d872a3
remove debig code
2020-06-01 22:31:30 +02:00