1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Commit Graph

  • 8d4cf2605e fix(vglite) fix stride calculation Cosmin-Daniel Radu 2024-12-18 11:16:39 +02:00
  • 6280caf7ff fix(vglite) Do not dispatch any task if draw unit is busy with "wait_for_finish". Cristian Stoica 2024-12-11 14:10:11 +02:00
  • ec0fda3046 feat(vglite) draw_vglite_border add support for legacy scissor Cosmin-Daniel Radu 2024-11-13 14:40:31 +02:00
  • 12697ce781 fix(vglite) vglite draw thread stack size increase for gcFEATURE_VG_SIMPLYFIED_BEZIER Cosmin-Daniel Radu 2025-01-16 14:01:30 +02:00
  • 4a0f5daa7f fix(vglite) skip VG_LITE_PATTERN_REPEAT tasks on GC255 Cosmin-Daniel Radu 2024-11-11 11:15:09 +02:00
  • dd4cd78d51 fix(pxp) draw_img src_area parameter Cosmin-Daniel Radu 2024-11-01 13:50:09 +02:00
  • 30c9a4129a fix(vglite) do not apply scissor cut if border is complete Cristian Stoica 2024-10-24 18:07:01 +03:00
  • 5f08e8d3a6
    nuttx: replace LV_LOG_USER with LV_LOG_INFO Michal Lenc 2025-01-16 11:13:16 +01:00
  • 4eeff3fd2d add lv_font_get_glyph_raw_bitmap pengyiqiang 2025-01-15 20:19:23 +08:00
  • e5e9d8a408 add static_bitmap pengyiqiang 2025-01-15 17:02:11 +08:00
  • ce086dd20a fix imgfont test failed pengyiqiang 2025-01-14 15:37:38 +08:00
  • 983878fb16 Reduce macro dependencies pengyiqiang 2025-01-14 14:59:10 +08:00
  • 43fc1a9001 Update code comments pengyiqiang 2025-01-14 14:29:14 +08:00
  • 3ab1ef8491 add more assert check pengyiqiang 2025-01-14 14:19:55 +08:00
  • a4af5d6c2b Update code comments pengyiqiang 2025-01-14 14:01:50 +08:00
  • 660819c96a remove get_bitmap pengyiqiang 2025-01-14 13:55:37 +08:00
  • fdd49571c1 Separate font_cache pengyiqiang 2025-01-14 13:53:49 +08:00
  • eabe2abfe5 rename to LV_FONT_CACHE_GLYPH_CNT FASTSHIFT 2024-12-06 21:13:50 +08:00
  • 4d2861dbe3 add missing porfiler end pengyiqiang 2024-12-06 17:55:43 +08:00
  • eb8f746c2f reorder code pengyiqiang 2024-12-05 12:13:04 +08:00
  • 253c2af34b rename font_image_cache -> font_bitmap_cache pengyiqiang 2024-12-04 20:50:55 +08:00
  • 6af91b1179 Add temporary buffer comment pengyiqiang 2024-12-04 20:44:27 +08:00
  • a9b514d930 fix typo build-in -> built-in pengyiqiang 2024-12-04 20:37:51 +08:00
  • 77b7c1d25f fix cache evit failed pengyiqiang 2024-12-04 20:00:38 +08:00
  • 32acaac8a4 enable font cache test pengyiqiang 2024-12-04 18:53:10 +08:00
  • 970e949a0e feat(vg_lite): adapt draw label pending pengyiqiang 2024-12-04 18:51:44 +08:00
  • 3b06da32bb perf(font): add built-in font cache pengyiqiang 2024-12-04 15:48:59 +08:00
  • 20ae35a1fe feat(draw/sw): Make I1 luminance threshold configurable faxe1008 2025-01-16 09:52:30 +01:00
  • d7dd11c579
    Merge 6a2e1fb0e1739d9f0e320f908837eadcae27bde5 into 62291fa1744811a0ad6969a65d1f426387719914 bjsylvia 2025-01-16 15:47:30 +08:00
  • 90a82e6b66 fix(span): fix align text to center and right layout issues. liuhongchao 2025-01-03 16:42:44 +08:00
  • 4ba4ce3d20 update img (pngquant 2.18.0) lhdjply 2025-01-16 12:27:37 +08:00
  • 30a2c04aab fix(vg_lite): remove pattern color fill pengxiaolei 2025-01-15 19:39:19 +08:00
  • 62291fa174
    feat(draw): add lv_draw_letter support (#7490) Benign X 2025-01-16 10:42:30 +08:00
  • db6016143f keep "--report --update-image test" lhdjply 2025-01-16 09:45:50 +08:00
  • ff8d6f8084 fix anim lhdjply 2025-01-16 09:24:54 +08:00
  • 5efa7fb7bc ci(ubuntu): ci use ubuntu24.04 lhdjply 2024-06-21 08:44:47 +08:00
  • 57324ff629
    style: fix formatting André 2025-01-16 00:09:33 +01:00
  • ecbc1e7c7f
    fix(indev): skip press event on new object release André 2025-01-15 23:58:20 +01:00
  • f903fbdefc fix(draw): Fix unused function warning Tom Hughes 2025-01-10 16:29:43 -08:00
  • 4659c5d128 fix(menu): remove function prototype that no longer exists. Victor Wheeler 2025-01-15 13:20:23 -07:00
  • 39ab926a30 fix(menu): fix arg-name change conflict Victor Wheeler 2025-01-15 13:17:23 -07:00
  • cb385fa71d fix(docs): fix object hierarchy after lv_menu_create() and... Victor Wheeler 2025-01-15 12:49:39 -07:00
  • 7ae8f91fd1 fix(docs): clarify obj hierarchy after lv_menu_page_create() Victor Wheeler 2025-01-14 10:41:03 -07:00
  • 782adaff6d feat(docs): display_advanced.rst broken up plus... Victor Wheeler 2025-01-15 11:39:52 -07:00
  • b3093fb4cf correct root cause liamHowatt 2025-01-15 11:03:36 -05:00
  • a420ab2df9 handle /dev/input disappearing/appearing liamHowatt 2025-01-15 10:39:13 -05:00
  • 9ddde9e4bc
    fix(nxp): allow vglite build when LV_USE_DRAW_SW is disabled (#7596) cristian-stoica 2025-01-15 17:06:30 +02:00
  • c6cebc8fed feat(display.rst): upgrade presentation of display.rst... Victor Wheeler 2024-12-18 15:08:16 -07:00
  • 4c0fa41caa fix(fs_win32): fix inconsistency using LV_FS_WIN32_PATH... Victor Wheeler 2025-01-15 07:51:33 -07:00
  • 4ed4baa575 fix(layout): always recalculate teh layout if HIDDEN changes Gabor Kiss-Vamosi 2025-01-15 13:50:43 +01:00
  • 6c49476597 fix(sysmon) disable all performance banners from screen with serial redirect Cristian Stoica 2024-10-11 11:24:20 +03:00
  • 4790a7ae71 fix svg image header parser zhangjipeng 2025-01-15 17:40:10 +08:00
  • acb72e8491
    fix(wayland): use premultiplied alpha for transparent backgrounds #7543 (#7580) Thomas Devoogdt 2025-01-15 08:59:02 +01:00
  • e028ee985c
    feat(anim): add a pause method (#7583) André Costa 2025-01-15 08:57:30 +01:00
  • 124b2e268d
    ci: add port release updater (#7590) Liam 2025-01-15 02:50:52 -05:00
  • 5f5c74c088
    feat(docs): batch 14 of proofread/edited docs (#7477) Victor Wheeler 2025-01-15 00:48:25 -07:00
  • b1728f85b3
    fix(os): add support for thread names (#7579) cristian-stoica 2025-01-15 08:31:05 +02:00
  • 9f4df225c8
    fix(menu): add missing LV_ASSERT_OBJ (#7605) Liam 2025-01-15 01:28:27 -05:00
  • 57ba95ac89
    Merge branch 'lvgl:master' into master Zhang Ji Peng 2025-01-15 14:08:56 +08:00
  • 9ea5b87540 Fixes dither so it actually works Kevin Schlosser 2025-01-14 22:44:19 -07:00
  • 6c7c336e7d
    chore(deps): bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.2 (#7534) dependabot[bot] 2025-01-15 12:32:21 +08:00
  • bb896adc1a
    chore(deps): bump carlosperate/arm-none-eabi-gcc-action from 1.9.1 to 1.10.0 (#7535) dependabot[bot] 2025-01-15 12:31:50 +08:00
  • 7dae232b7f
    fix(dave2d): handle LV_COLOR_FORMAT_RGB888 correctly (#7594) jeremy-baker 2025-01-15 04:21:08 +00:00
  • 89c4c50c19
    perf(nxp/vglite): do not recreate identity matrix at runtime (#7595) cristian-stoica 2025-01-15 06:17:54 +02:00
  • 918177a540 fix mistake liamHowatt 2025-01-14 16:22:15 -05:00
  • f1bd8e42be add asserts for class types in lv_menu public funcs liamHowatt 2025-01-14 15:02:59 -05:00
  • cfe6d8c537
    test: add missing lv_test_wait André 2025-01-14 20:25:56 +01:00
  • 3b316a8085
    fix(anim): replace > with >= when checking if timer elapsed André 2025-01-14 20:19:31 +01:00
  • 934ba6358a
    fix(anim): compute overrun time when resuming animation André 2025-01-14 20:15:53 +01:00
  • 98350e4b7e
    test(anim): add anim pause for test cases André 2025-01-14 20:15:23 +01:00
  • 177b0bd044
    fix(scroll): scrolling animation and finger dragging conflict during continuous sliding, causing flickering (#7522) Ackerman 2025-01-15 01:40:50 +08:00
  • 67bed00e3a Update lv_demo_smartwatch_control.c Felix Biego 2025-01-14 14:20:07 +03:00
  • 2f20b4377e scroll hints Felix Biego 2025-01-14 14:17:08 +03:00
  • de55e3617d
    Merge branch 'lvgl:master' into smartwatch_demo Felix Biego 2025-01-14 14:16:20 +03:00
  • c00729b86e fix(OS) add support for thread names Cristian Stoica 2024-09-12 15:02:46 +03:00
  • 56dee3c40a
    Update test_mem.c with unaligned memcpy test function Saeed Poorjandaghi 2025-01-13 13:12:01 -08:00
  • ece45a6f8f fix(xml): fix widget xmls Gabor Kiss-Vamosi 2025-01-13 22:11:06 +01:00
  • 1348b3c493 refactor(table): convert lv_table_add_cell_ctrl to a setter Gabor Kiss-Vamosi 2025-01-13 22:10:32 +01:00
  • 027d9cff0f refactor(chart): add 'series' keyword in value setters/getters for consistency Gabor Kiss-Vamosi 2025-01-13 22:07:16 +01:00
  • b8109a2049
    Merge branch 'lvgl:master' into Fix/memcpy Saeed Poorjandaghi 2025-01-13 13:03:08 -08:00
  • 15272644c5 fix lv_obj_invalidate_area invalidates whole obj liamHowatt 2025-01-13 15:43:41 -05:00
  • ea0be30168 feat(docs): eliminate 2 "expected" doc-gen warning messages... Victor Wheeler 2025-01-13 12:03:12 -07:00
  • 397f680f7f only update v9.0+ liamHowatt 2025-01-13 13:45:46 -05:00
  • ef8426d56a
    Merge branch 'lvgl:master' into feature/nema_tsc_compression_v1.0 Ioannis Markopoulos 2025-01-13 19:07:46 +02:00
  • 9681fbb389 fix(build) allow vglite build when LV_USE_DRAW_SW is disabled Cristian Stoica 2024-10-02 11:36:34 +03:00
  • f400129a9e
    fix(wayland): use premultiplied alpha for transparent backgrounds #7543 Thomas Devoogdt 2025-01-09 16:42:43 +01:00
  • 35b9838bcf fix(vglite) do not recreate identity matrix at runtime Cristian Stoica 2024-10-25 14:16:05 +03:00
  • 1ee7234150 Handle LV_COLOR_FORMAT_RG888 correctly Jeremy Baker 2025-01-13 10:53:20 +00:00
  • 3f13398673
    fix(pxp,vglite): extend base structure to create vglite and pxp draw units (#7578) cristian-stoica 2025-01-13 11:44:08 +02:00
  • 62a2804d97
    docs(timer): fix usage of timer user data (#7575) André Costa 2025-01-13 10:42:46 +01:00
  • 19875dbf8b
    Apply suggestions from code review Benign X 2025-01-13 17:08:47 +08:00
  • 2e6938919a
    refactor(anim): store is_paused using a single bit André 2025-01-13 09:40:20 +01:00
  • c2cd2b6995 Add layer->opa inheritance pengyiqiang 2025-01-13 16:22:41 +08:00
  • d9677acd93
    feat(docs): add short bit about include pattern to CODING_STYLE.rst (#7563) Victor Wheeler 2025-01-13 01:21:51 -07:00
  • 29ce750989
    docs(arduino): add Arduino Giga Display Shield reference (#7584) Leonardo Cavagnis 2025-01-13 09:20:55 +01:00
  • 03d0dad414
    fix(label): add assignment to uninitialized variable (#7587) Paul Vogel 2025-01-13 02:15:03 -06:00
  • 60877f0367 add layer dsc in all widgets pengyiqiang 2025-01-13 15:43:49 +08:00
  • 663153e35f rename try_get_layer_opa -> get_layer_opa pengyiqiang 2025-01-13 15:23:45 +08:00
  • f6dbc97a5e add missing layer init pengyiqiang 2025-01-13 15:18:20 +08:00
  • 5cd29eddcd Additional Notes pengyiqiang 2025-01-13 15:16:54 +08:00