Gabor Kiss-Vamosi
|
80973db76e
|
minor fixes
|
2020-03-25 10:07:06 +01:00 |
|
Gabor Kiss-Vamosi
|
848defad9a
|
lv_draw_rect: remove unreachable code
|
2020-03-25 10:06:57 +01:00 |
|
Gabor Kiss-Vamosi
|
db2259c742
|
canvas: fix duplicated invalidation
|
2020-03-24 19:27:06 +01:00 |
|
Gabor Kiss-Vamosi
|
437169243b
|
canvas: invalidate in lv_canvas_draw_...
|
2020-03-24 14:13:09 +01:00 |
|
Gabor Kiss-Vamosi
|
b9b6d80c4e
|
Update CONTRIBUTING.md
|
2020-03-24 14:00:25 +01:00 |
|
embeddedt
|
7d96db8b06
|
Update version shield
|
2020-03-23 16:45:05 -04:00 |
|
Tony Stuart
|
40b351730f
|
lv_mbox: remove incorrect assignment (#1415)
|
2020-03-22 16:43:13 -04:00 |
|
embeddedt
|
00bc5440ad
|
Fix uninitialized variable usage in tabview
|
2020-03-12 13:18:24 -04:00 |
|
Gabor Kiss-Vamosi
|
c26635ed3e
|
Update lv_port_disp_template.c
|
2020-03-10 13:28:33 +01:00 |
|
embeddedt
|
6348fe079d
|
Update URL of ESP32 port
Requested by @C47D
|
2020-03-07 16:00:20 -05:00 |
|
embeddedt
|
48cbc84e5c
|
lv_img_decoder: fix incorrect debug assert (#1402)
|
2020-03-06 10:22:33 -05:00 |
|
embeddedt
|
c513977559
|
Fix #1400: divide-by-zero error in lv_mem_monitor
|
2020-03-04 18:10:45 -05:00 |
|
Gabor Kiss-Vamosi
|
7f06779179
|
Merge pull request #1394 from Maldus512/master
Added mirror option for line meters
|
2020-02-29 21:23:53 +01:00 |
|
Gabor Kiss-Vamosi
|
acbcf109f9
|
lmeter: fix mirror prototypes
|
2020-02-29 21:22:58 +01:00 |
|
Mattia Maldini
|
ab4706bc09
|
Update src/lv_objx/lv_lmeter.h
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2020-02-29 17:53:05 +01:00 |
|
Mattia Maldini
|
0303110dc3
|
Update src/lv_objx/lv_lmeter.c
Co-Authored-By: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
2020-02-29 17:52:32 +01:00 |
|
Mattia Maldini
|
97c9971c2a
|
Added mirror option for line meters
|
2020-02-28 15:36:19 +01:00 |
|
Gabor Kiss-Vamosi
|
f5e61fdb38
|
Update lv_version.h
|
2020-02-26 23:50:16 +01:00 |
|
Gabor Kiss-Vamosi
|
6e6ec16295
|
release_patch.py: fix incrementing version number
|
2020-02-26 23:49:20 +01:00 |
|
Gabor Kiss-Vamosi
|
2ead495903
|
Release v6.1.2
v6.1.2
|
2020-02-26 23:35:12 +01:00 |
|
Gabor Kiss-Vamosi
|
75d44d0538
|
add release_patch.py
|
2020-02-26 23:31:16 +01:00 |
|
Gabor Kiss-Vamosi
|
3403ec8332
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-02-26 23:04:45 +01:00 |
|
Gabor Kiss-Vamosi
|
1ddff88a81
|
make doxygen quite
|
2020-02-26 22:59:12 +01:00 |
|
Gabor Kiss-Vamosi
|
3414433fd8
|
Merge pull request #1392 from Maldus512/master
Added overflow check while calculating label height
|
2020-02-24 15:53:53 +01:00 |
|
Mattia Maldini
|
68b93ea002
|
Added overflow check while calculating label height
|
2020-02-23 17:10:20 +01:00 |
|
Anton Svitenkov
|
320ee83dac
|
Fix initialization of disp->last_activity_time (#1388)
if we use custom memory allocation, 'last_activity_time' must be initialized with zero value
Co-authored-by: ftrtyfytfjh <email@email.com>
|
2020-02-18 07:44:20 -05:00 |
|
Gabor Kiss-Vamosi
|
def245f939
|
Merge pull request #1385 from DeonMarais64/patch-1
Fix warning
|
2020-02-17 09:37:37 +01:00 |
|
Deon Marais
|
58483fc1aa
|
Fix warning
Warning: transfer of control bypasses initialization lv_tabview.c 926
|
2020-02-16 06:29:48 +02:00 |
|
embeddedt
|
36a4307930
|
Send proper tile ID in tileview VALUE_CHANGED event
|
2020-02-14 10:06:44 -05:00 |
|
Gabor Kiss-Vamosi
|
40e2da1905
|
update port templates
|
2020-02-13 06:55:36 +01:00 |
|
Gabor Kiss-Vamosi
|
2cd3a5ac09
|
Merge pull request #1370 from littlevgl/embeddedt-patch-1
Ensure lv_ta_set_one_line doesn't change text alignment
|
2020-02-07 15:44:36 +01:00 |
|
Gabor Kiss-Vamosi
|
624a37c529
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-02-07 14:04:05 +01:00 |
|
Gabor Kiss-Vamosi
|
bc7efef537
|
make base_line signed
|
2020-02-07 14:03:51 +01:00 |
|
embeddedt
|
79a65213d6
|
lv_ta_set_one_line : retrieve text alignment correctly
`lv_label_get_align` should be used, not `lv_ta_get_text_align`.
|
2020-02-05 10:01:44 -05:00 |
|
embeddedt
|
f960c75e3f
|
Ensure lv_ta_set_one_line doesn't change text alignment
|
2020-02-04 08:16:41 -05:00 |
|
Gabor Kiss-Vamosi
|
84ed542b34
|
Merge pull request #1365 from DeonMarais64/master
Incorrect assert, Compiler warning fix
|
2020-02-04 10:20:11 +01:00 |
|
Deon Marais
|
4bf228ca2c
|
Remove incorrect assert
|
2020-01-30 15:17:02 +02:00 |
|
Deon Marais
|
603786f969
|
Update lv_label.c
|
2020-01-30 15:15:36 +02:00 |
|
Deon Marais
|
0065992fcd
|
Update lv_symbol_def.h
|
2020-01-30 15:06:43 +02:00 |
|
Deon Marais
|
e60439a9e7
|
Update lv_symbol_def.h
|
2020-01-30 15:02:46 +02:00 |
|
Deon Marais
|
6fbc9f3400
|
Update lv_color.h
|
2020-01-30 15:00:42 +02:00 |
|
Deon Marais
|
708d68eac1
|
Update lv_label.c
|
2020-01-30 14:58:14 +02:00 |
|
Gabor Kiss-Vamosi
|
cde12976ac
|
label: fix writing out of bounds in LV_LABEL_LONG_FOT mode #1364
|
2020-01-30 06:39:20 +01:00 |
|
Gabor Kiss-Vamosi
|
0c093da924
|
win: fix if created as screen
|
2020-01-30 06:13:15 +01:00 |
|
Gabor Kiss-Vamosi
|
eb44a75bf6
|
ta, tabview, tileview, win: fix creating as screen. Closes #1363
|
2020-01-30 05:48:49 +01:00 |
|
Gabor Kiss-Vamosi
|
dde953f0e2
|
fix warning
|
2020-01-30 05:41:24 +01:00 |
|
Gabor Kiss-Vamosi
|
6b4ec1ee2e
|
ta: fix disabling cursor blink. Closes #1361
|
2020-01-30 05:39:38 +01:00 |
|
Deon Marais
|
1765dde018
|
Fix compiler warning in lv_color_to16
|
2020-01-29 17:47:20 +02:00 |
|
Deon Marais
|
eb67692baa
|
Removed incorrect assert
Removed incorrect assert in lv_label_set_static_text
|
2020-01-29 17:43:36 +02:00 |
|
Gabor Kiss-Vamosi
|
10b9c9b2f5
|
fix crash on page delete
|
2020-01-21 07:00:57 +01:00 |
|