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 |
|
Gabor Kiss-Vamosi
|
a53fca8c7f
|
fix buffer out of bound error in lv_bidi_get_visual/logicl_pos(). Fixes #1351
|
2020-01-20 14:51:37 +01:00 |
|
Gabor Kiss-Vamosi
|
9b283981e8
|
add lv_obj_invalidate_area to replace lv_inv_area in objects. Fixes #1360
|
2020-01-20 14:47:05 +01:00 |
|
Gabor Kiss-Vamosi
|
70a2286f0f
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-01-18 12:16:45 +01:00 |
|
Gabor Kiss-Vamosi
|
33f5448a38
|
fix overflow on 16 bit MCU in font processing
|
2020-01-17 15:49:36 +01:00 |
|
Gabor Kiss-Vamosi
|
03b0f7fc9a
|
Merge pull request #1357 from littlevgl/embeddedt-patch-1
Make unclickable drop down lists work
|
2020-01-17 15:21:06 +01:00 |
|
embeddedt
|
c75d868c2a
|
Make unclickable drop down lists work
|
2020-01-16 19:07:38 -05:00 |
|
Alexey Papkovskiy
|
ca84aaf6e8
|
fix calculation of font kerning values (#1356)
|
2020-01-16 12:40:25 -05:00 |
|
Gabor Kiss-Vamosi
|
51928059d2
|
ta: fix max-length bug in pwd mode
|
2020-01-11 16:02:23 +01:00 |
|
Gabor Kiss-Vamosi
|
f31ba6cf6f
|
fix memory leak in decoding indexed images
|
2020-01-06 11:23:48 +01:00 |
|
Themba Dube
|
7afd70a005
|
Fix -Wnarrowing warning
|
2020-01-05 20:33:11 -05:00 |
|
embeddedt
|
492c9e4178
|
Fix #1342 (regression from #1319)
|
2020-01-05 19:28:29 -05:00 |
|
Gabor Kiss-Vamosi
|
7d25f66060
|
Merge branch 'master' of https://github.com/littlevgl/lvgl
|
2020-01-05 00:10:17 +01:00 |
|
Gabor Kiss-Vamosi
|
9c599e1cc1
|
remove chart division lines' extra pixel at the ends
|
2020-01-04 22:18:30 +01:00 |
|
Gabor Kiss-Vamosi
|
678fbd56d3
|
fix LV_CHART_TYPE_POINT y misalignment
|
2020-01-04 22:15:59 +01:00 |
|
Gabor Kiss-Vamosi
|
2c8ebb873e
|
Merge pull request #1339 from 3096/master
lv_btnm fix bug don't toggle if inactive
|
2020-01-04 22:05:54 +01:00 |
|
3096
|
e5e68ac679
|
lv_btnm: don't toggle if inactive
|
2020-01-02 22:01:42 -08:00 |
|
Gabor Kiss-Vamosi
|
479012eb48
|
lv_btnm: fix FOCUS signal
|
2019-12-30 15:01:15 +01:00 |
|
Gabor Kiss-Vamosi
|
f8f308a72e
|
lv_event_send_func: obj can be NULL so prevents false positive assert
|
2019-12-30 14:30:44 +01:00 |
|