Commit Graph
5716 Commits
Author SHA1 Message Date
Xu XingliangandNeo Xu 9a913684f0 fix(sdl): fix build warning
/Users/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/src/drivers/sdl/lv_sdl_window.c:122:21: warning: code will never be executed [-Wunreachable-code]
        dsc->buf1 = malloc(32 * 1024);
                    ^~~~~~
/Users/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/src/drivers/sdl/lv_sdl_window.c:217:42: warning: code will never be executed [-Wunreachable-code]
        lv_display_rotation_t rotation = lv_display_get_rotation(disp);
                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/neo/projects/lvgl/lv_port_pc_eclipse/lvgl/src/drivers/sdl/lv_sdl_window.c:398:23: warning: code will never be executed [-Wunreachable-code]
        dsc->fb_act = dsc->fb1;
                      ^~~
3 warnings generated.

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-04-22 12:36:45 +08:00
LiamandGitHub e373b705db fix(area): increase coordinate percent range beyond +-1000 (#6051) 2024-04-21 09:05:35 +02:00
7cb266c086 feat(ci): Add CI test for UEFI build (#5964)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-04-20 20:49:56 +02:00
Benign XandGitHub ffb3e3788c chore(decoder): update comments (#6072) 2024-04-20 22:12:21 +08:00
abc8a7292a feat(draw/sw): added support for LV_COLOR_FORMAT_L8 (#5800)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: Zoltan Janosy <zjanosy@fishman.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: VIFEX <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Niklas Fiekas <niklas.fiekas@sartorius.com>
Co-authored-by: qinshijing <51692568+qinshijing@users.noreply.github.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-04-20 13:14:25 +02:00
79033500ac feat(cache): add name for cache instance (#6040)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-04-18 21:28:41 +08:00
LiamandGitHub e72f52d0bd feat(CI): Windows MSVC and GCC build (#6015) 2024-04-18 15:12:50 +02:00
GoTandGitHub d0436fbb59 feat(drv): Implement Arduino SD driver (#5968) 2024-04-18 15:06:17 +02:00
76fb298090 feat(vg_lite): adapt premultiply src over blend mode (#6062)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-04-18 10:55:28 +08:00
bbab604278 fix(image): set the draw_task area correctly for tiled image (#6029)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-04-17 13:17:49 +02:00
Lexi BeavilandGitHub 76df54db5a fix(encoder): always fire LV_EVENT_LONG_PRESSED to indev callback (#6064) 2024-04-17 12:19:13 +02:00
jiangxiaobaiyuenyxxandGitHub 516825ffe0 fix(vg_lite):check the color format before alloc layer buffer (#6071)
Signed-off-by: bailinjiang <915290475@qq.com>
2024-04-17 11:23:23 +02:00
Benign XandGitHub d1306d3ec5 chore(lodepng): fix typo (#6077) 2024-04-17 11:15:04 +02:00
Benign XandGitHub 970781fb83 fix(lodepng): fix crash when fallback from lodepng decoder (#6079) 2024-04-17 16:10:44 +08:00
7e7590a0a3 fix(scroll): fix deletion animation causing missing scroll end event (#5979)
Signed-off-by: qinshijing <qinshijing@xiaomi.com>
Co-authored-by: qinshijing <qinshijing@xiaomi.com>
2024-04-15 19:04:39 +02:00
Niklas FiekasandGitHub 4f68cd6367 fix(evdev): add missing include for strerror (#6047) 2024-04-15 18:36:08 +02:00
b9c41e2666 feat(fs): add profiler hook (#6056)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-04-15 18:34:38 +02:00
bryghtlabs-richardandGitHub 8cbec5922e docs(obj): fix add/remove flag documentation (#6067) 2024-04-15 12:42:41 +08:00
LiamandGitHub af642572aa fix(canvas): invalidate canvas on finish layer (#6042) 2024-04-14 14:49:31 +08:00
LiamandGitHub bcc3059c19 fix(bin_decoder): fix memory leak (#5990) 2024-04-12 15:46:04 +02:00
Joram AgtenandGitHub a28ddae80f fix(font): fix the include path of lvgl.h (#6050) 2024-04-12 15:43:35 +02:00
Gabor Kiss-VamosiandGitHub 8d4397b864 fix(stlye): refresh the style on transition start (#6043) 2024-04-12 12:02:34 +08:00
terry.rongandGitHub 067bb2fc3a fix(canvas): fix buf copy assert msg error (#6063)
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
2024-04-12 00:46:33 +08:00
Gabor Kiss-VamosiandGitHub eb62ddf4ea fix(display): update the color format of the draw buffers on color format change (#5973) 2024-04-11 16:13:41 +08:00
47ec2784d8 chore: update some code and docs to use v9 API (#5876)
Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
2024-04-10 15:17:44 +08:00
Gabor Kiss-VamosiandGitHub 0143320f1f perf(theme): optimize the order of function calls (#5971) 2024-04-10 15:09:06 +08:00
Pieter van GinkelandGitHub 1f37da22db feat(drivers): account for the frame buffer virtual resolution deviating from the visible resolution. (#5988) 2024-04-10 15:07:55 +08:00
Gabor Kiss-VamosiandGitHub 5e4fa47b20 fix(label): fix maybe-uninitialized warning (#6028) 2024-04-10 15:02:06 +08:00
Benign XandGitHub 500e16e968 feat(decoder): add a name field to decoder to facilitate debugging (#6037) 2024-04-09 17:31:07 +08:00
4d0c029827 fix(draw): fix the default draw thread stack is too large (#5951)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: FASTSHIFT <vifextech@foxmail.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-04-08 21:31:19 +02:00
5f755cf47a feat(fs_posix): add error number print (#6041)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-04-08 22:25:33 +08:00
liamHowattandGitHub b49638accd fix(driver): lv_x11_input.c fixes (#6033) 2024-04-08 15:10:48 +02:00
lhdjplyandGitHub 466e29a1be feat(calendar): add chinese calendar (#5940)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-04-08 14:06:22 +02:00
Klaus MuschandGitHub b74d34407f feat(example): make "LVGL_Arduino.ino" easier to use (#6001) 2024-04-06 12:10:32 +02:00
liamHowattandGitHub 3e21769fa6 chore(text): move "_" funcs to private h (#5913) 2024-04-06 09:01:11 +02:00
liamHowattandGitHub 33867f6127 fix(textarea): update password bullets immediately on set (#5943) 2024-04-05 10:15:43 +02:00
a3e9b11cda fix(nuttx): fix gesture event failure (#5996)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: Benign X <1341398182@qq.com>
2024-04-04 18:08:09 +08:00
c9922d5701 chore(vg_lite_tvg): fix build warnings (#5984)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-04-04 14:57:05 +08:00
Jaeyoon JungandGitHub 29662d1c35 fix(fbdev): set resolution prior to buffer (#6004)
Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
2024-04-04 14:55:34 +08:00
liamHowattandGitHub 4fcf70828d fix(thorvg): fix windows build break (#5978) 2024-04-03 15:35:15 +02:00
Pieter van GinkelandGitHub f7b860ffde feat(evdev): automatically calibrate pointer input devices. (#5989) 2024-04-02 21:47:54 +02:00
Benign XandGitHub 03498a2f83 feat(draw_buf): user can separate font draw buf from default draw buff now (#5982) 2024-03-30 13:13:05 +08:00
liamHowattandGitHub c6c2c1e961 feat(scale): mutiple line needles (#5937) 2024-03-29 10:33:29 +01:00
Benign XandGitHub db84c4ee29 feat(draw_buff): add user custom draw buffer instance support (#5974) 2024-03-29 11:16:54 +08:00
RameshandGitHub dee1d27e0d chore(vg_lite): fix typo (#5993) 2024-03-29 11:04:55 +08:00
Benign XandGitHub 650b57cd2c feat(cache): add more profile notes (#5983) 2024-03-29 10:39:42 +08:00
Benign XandGitHub 00c83eb2d2 feat(font): add lv_font_glyph_release_draw_data api to release glyph data (#5985) 2024-03-28 20:53:28 +01:00
4cce3b5cd9 perf(draw): skip border drawing when border side is none (#5959)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-03-28 19:37:48 +01:00
jiangxiaobaiyuenyxxandGitHub ab6ee94aee fix(anim): optimize repeat_count type (#5975)
Signed-off-by: bailinjiang <915290475@qq.com>
2024-03-28 09:49:31 +08:00
lhdjplyandGitHub dc0210b9c6 fix(rtthread): implement lv_strcat function in rt-thread due to absence of rt_strcat (#5920)
Signed-off-by: lhdjply <lhdjply@126.com>
2024-03-27 21:17:05 +01:00