Mattia Maldini
416fa2a6ae
fix(bidi): updated BIDI text support to include persian and arabic ( #6105 )
2024-04-28 12:12:27 +02:00
Gabor Kiss-Vamosi
1bd1b874a1
chore: kick CI to rebuild the docs
2024-04-23 15:59:53 +02:00
Wielebny
963c156e92
fix(indev) return the correct task from lv_indev_get_read_task ( #2585 )
...
Co-authored-by: Pawel Kurzawa <pawel.kurzawa@gc5.pl>
2021-09-23 21:43:01 +02:00
nazar01
81e72236e5
Fix dangling pointers after deletion of list buttons ( #1909 )
2020-11-17 08:04:27 -05:00
Gabor Kiss-Vamosi
4b7fc8f2b3
group: fix in lv_group_remove_obj to handle deleting hidden objects correctly
...
Fixes: https://forum.lvgl.io/t/deleting-hidden-subobjs-in-groups-may-lead-to-crash/3590
2020-11-02 12:26:31 +01:00
Gabor Kiss-Vamosi
01c15a2b2c
Merge pull request #1641 from rabbitsaviola/release/v6
...
Fix memory leak if image file open fails
2020-07-07 12:57:09 +02:00
rabbitsaviola
baee02266e
Fix memory leak if image file open fails
2020-07-07 10:16:44 +08:00
Gabor Kiss-Vamosi
0814185a4d
Merge pull request #1633 from amirgon/release/v6
...
Replace lv_point_t* to lv_point_t[] to represent point array
2020-07-03 09:59:07 +02:00
Amir Gonnen
b22f1f5b14
Replace lv_point_t* to lv_point_t[] to represent point array
...
Same as https://github.com/lvgl/lvgl/pull/1495 for v6
2020-07-03 01:31:22 +03:00
Bill Hargen
7ac9388aed
Fix #1498 : lv_label_set_text() crash ( #1499 )
...
This routine tried to optimize a special case of setting the label text to the same address as previously set, but it did not consider whether the prior set was static and tried to realloc non-allocated memory.
2020-05-15 13:42:50 -04:00
Gabor Kiss-Vamosi
ac52b502a2
Merge branch 'master' of https://github.com/littlevgl/lvgl
2020-05-14 11:14:43 +02:00
Gabor Kiss-Vamosi
f00d17b496
update the comments of lv_draw_label
2020-05-14 11:14:34 +02:00
Kowalski Dark
61bafdb37f
Fix typos in header comment ( #1493 )
2020-05-08 12:49:11 -04:00
embig71
a4ed5369c2
Correct computation from #1490 for vertically oriented slider ( #1492 )
2020-05-08 12:48:20 -04:00
Gabor Kiss-Vamosi
7aaa092efd
Merge pull request #1490 from BillHargen/master
...
Correct computation of slider value while pressed
2020-05-07 16:03:43 +02:00
Bill Hargen
695c33147b
Correct computation of slider value while pressed
2020-05-07 09:39:32 -04:00
Anton Konev
6a96e07f18
Minor fixes ( #1488 )
...
* lvgl/lv_onjx/lv_chart: fixed variable type (uint8_t was compared with 256)
* lvgl/lv_core/lv_refr: fixed double assignemnt
Co-authored-by: anton.konev <anton.konev@planarchel.ru>
2020-05-07 07:44:02 -04:00
Gabor Kiss-Vamosi
18010c2eaa
chart: fix overflow in tick drawing
2020-05-06 09:40:41 +02:00
fstengel
69b14a6146
indev_button_proc: fix crash if points array not set ( #1486 )
2020-05-04 09:56:13 -04:00
embeddedt
929bbcaee4
Fix misleading comment in lv_btnm
...
https://forum.littlevgl.com/t/comment-refers-to-nonexisting-function/2175
2020-04-30 10:36:54 -04:00
Gabor Kiss-Vamosi
013e6e9b21
Merge pull request #1481 from Wielebny666/master
...
Adjusting min and max values to the number format
2020-04-29 14:46:29 +02:00
Wielebny666
c2404c307c
Adjusting min and max values to the number format
2020-04-29 13:24:07 +02:00
Wielebny666
5e9dd93e76
Merge pull request #1 from littlevgl/master
...
Update
2020-04-29 12:14:55 +02:00
Gabor Kiss-Vamosi
7260eb71f0
Merge pull request #1480 from Wielebny666/master
...
Missing scroll bar modifier in tab
2020-04-29 12:10:50 +02:00
Gabor Kiss-Vamosi
af5ed425c0
fix comment of lv_tabview_clean
2020-04-29 11:17:57 +02:00
Paweł Kurzawa
3c8c67a22e
Missing scroll bar modifier in tab
2020-04-29 10:29:48 +02:00
Wielebny666
271ec3f6ee
Fix error in indev driver template ( #1476 )
2020-04-25 12:11:10 -04:00
Wielebny666
f7f675afd8
Fix compile warning in lv_spinbox_set_style
( #1473 )
...
discards 'const' qualifier from pointer
2020-04-25 07:52:08 -04:00
Gabor Kiss-Vamosi
cdf3628682
label: fix LV_LABEL_LONG_DOT
2020-04-19 22:44:45 +02:00
Gabor Kiss-Vamosi
101470488b
label: clip text to the real area while drawing (respect padding)
2020-04-19 22:28:49 +02:00
embeddedt
e6f817e545
Fix swapped comments in lv_slider.h
2020-04-17 09:06:39 -04:00
Gabor Kiss-Vamosi
202fca3d8e
Merge pull request #1459 from littlevgl/tabview_inactive
...
lv_tabview: respect tab button's inactive state
2020-04-17 14:52:43 +02:00
embeddedt
a1e8fd578f
lv_tabview: respect tab button's inactive state
2020-04-17 08:10:31 -04:00
小米-黄齐
9916253a6e
Fix build warnings ( #1457 )
...
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Change-Id: Iab6b1c9d64a865b16b6e39ddeaf7d7295ef74060
Co-authored-by: Huang Qi <huangqi3@xiaomi.com>
2020-04-17 07:20:40 -04:00
embeddedt
9bd86963c9
Add note about header guard in lv_conf.h ( #1347 )
2020-04-16 21:22:06 -04:00
Gabor Kiss-Vamosi
c757860472
add spinbox to mono theme
2020-04-14 14:10:23 +02:00
Bill Hargen
4c2fcebedb
Fix #1438 - round up memory size for decompressing glyph ( #1441 )
2020-04-13 06:00:45 +02:00
Gabor Kiss-Vamosi
0c309e22e9
fix grid layot. Fixes #1442
2020-04-13 06:00:29 +02:00
scandermore
7f456fc5f3
Fix issue with inactive list buttons activating ( #1436 )
...
Fixed a problem where a button in inactive state was activated when another button was pressed in the list, and the list was in single mode
2020-04-13 06:00:16 +02:00
Gabor Kiss-Vamosi
f0a8eb8d1a
chart: fix dafault max axis label string length
2020-04-12 14:49:50 +02:00
Gabor Kiss-Vamosi
ccbf4373af
spinbox: fix sign after creation is min value > 0
2020-04-12 14:49:02 +02:00
Gabor Kiss-Vamosi
3abd907404
fix lv_indev_set_button_points prototype
2020-04-07 14:26:44 +02:00
Gabor Kiss-Vamosi
5d8798b514
Fix write of of buffer with true double buffering and set_px_cb
2020-04-03 11:38:56 +02:00
Abdullah Alsigar
e3e130c54c
Fix comment typo ( #1423 )
2020-03-28 11:10:21 -04:00
Gabor Kiss-Vamosi
dde615489f
Merge pull request #1421 from turoksama/master
...
Fix a crash with null indev input in lv_indev_wait_release()
2020-03-27 15:09:23 +01:00
Samuel
e655373df2
Fix a null indev input in lv_indev_wait_release()
...
Will crash on calling while no indev returned conditions, such as delayed for an deletion of objects automatically when idle(no interactive inputs).
Perhaps we will think of that it is "your" responsibility to check before calling. well, I think it may not be easy for the one who does not familar with the library, and I stucked here and debug for hours.
2020-03-26 14:08:25 +08:00
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