SamuraiAnderson
|
17587650b3
|
feat(bidi): prioritize RTL over LTR in base direction detection (#9779)
|
2026-03-02 09:23:06 +01:00 |
|
Benign X
|
9be625b9ec
|
chore(gdb): unify value init with Value.normalize and ValueInput type alias (#9784)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled
|
2026-03-02 07:50:39 +01:00 |
|
dependabot[bot]
|
9e08caf1cb
|
ci(deps): bump actions/upload-artifact from 6 to 7 (#9787)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-02 07:49:06 +01:00 |
|
dependabot[bot]
|
188debaec2
|
ci(deps): bump dawidd6/action-download-artifact from 14 to 16 (#9786)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-03-02 07:48:40 +01:00 |
|
André Costa
|
a0341331ed
|
fix(gltf): wrong variable names in info logs (#9782)
|
2026-02-28 19:30:12 +08:00 |
|
Benign X
|
1a0f959c03
|
docs(gdb): update info style usage for new CLI interface
|
2026-02-28 19:00:07 +08:00 |
|
Benign X
|
bc1ac063b1
|
chore(gdb): bump version to 0.2.0
|
2026-02-28 19:00:07 +08:00 |
|
Benign X
|
2cf818f1ed
|
feat(gdb): extract style constants to auto-generated lv_style_consts.py
|
2026-02-28 19:00:07 +08:00 |
|
Benign X
|
da24713e9e
|
feat(gdb): add style inspection with LVStyle wrapper and info style command
|
2026-02-28 19:00:07 +08:00 |
|
Benign X
|
0e837b1c73
|
fix(gdb): show decoded ptr and entry addr in image cache dump
|
2026-02-28 19:00:07 +08:00 |
|
André Costa
|
19c8f13e77
|
fix(gltf): cast away void* to the correct type in models array (#9777)
|
2026-02-27 13:29:26 +01:00 |
|
André Costa
|
7d7985cc20
|
fix(os): use lowercase windows.h include (#9775)
|
2026-02-27 13:12:11 +08:00 |
|
lion2tomato
|
ca18403330
|
fix(draw_sw): ensure buf_h >= 1 to prevent zero-size alloc in rotated image transform (#9776)
Signed-off-by: lijianjun <lijianjun@xiaomi.com>
|
2026-02-27 13:11:08 +08:00 |
|
scourge411
|
60a1b796a3
|
fix(example/style): use font default define to avoid compilation error (#9774)
|
2026-02-26 18:48:47 +01:00 |
|
Akash
|
586a25ed6f
|
feat(freertos): allow overriding idle percentage calculation (#9647)
|
2026-02-26 18:47:30 +01:00 |
|
André Costa
|
65192290e6
|
feat(gltf): allow sharing models across gltf objects (#9681)
|
2026-02-26 15:23:47 +01:00 |
|
Victor Wheeler
|
b3c45b126f
|
ci(docs): skip workflow if docs don't change (#9688)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-26 14:25:01 +01:00 |
|
Malte Nilges
|
ec053a0d94
|
fix(draw/gles/sdl): add null checks to texture cache comparison (#9770)
|
2026-02-26 13:34:42 +01:00 |
|
André Costa
|
77edacfb47
|
docs(readme): add missing lv_display_flush_ready call to example (#9767)
|
2026-02-26 08:23:42 +01:00 |
|
Jakob Schmidt
|
4a9c7344ff
|
fix(draw/nanovg): use core_area for box shadow gradient (#9761)
|
2026-02-25 13:39:25 +08:00 |
|
Andy Everitt
|
0c899bb62b
|
feat(dropdown): Support LV_SIZE_CONTENT and fix layout nested invalidation (#9307)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2026-02-24 08:44:33 +01:00 |
|
Benign X
|
9be768db42
|
feat(vector): draw rectangle should support minus width/height (#9716)
|
2026-02-19 17:21:57 +08:00 |
|
André Costa
|
c3c1fc2178
|
chore(codeowners): thank you @liamHowatt (#9755)
|
2026-02-19 08:01:05 +01:00 |
|
André Costa
|
0712005a9c
|
chore: start v9.6.0 development (#9754)
|
2026-02-18 20:43:02 +01:00 |
|
André Costa
|
85aa60d18b
|
chore: release v9.5.0 (#9753)
v9.5.0
|
2026-02-18 17:09:37 +01:00 |
|
André Costa
|
afb021520b
|
revert(canvas): remove api to skip canvas invalidation when setting pixel (#9751)
|
2026-02-18 16:26:37 +01:00 |
|
Gabriel Wang
|
a1c490978e
|
chore(cmsis-pack): Prepare for v9.5.0 (#9748)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-18 16:26:28 +01:00 |
|
Gabor Kiss-Vamosi
|
deecf660f4
|
fix(blur): render non-backdrop blur when the main rendering is done (#9752)
|
2026-02-18 15:42:42 +01:00 |
|
Jan Boon
|
73fbfceeed
|
fix(refr): flag when all tasks are added to screen layers (#9739)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-18 11:29:48 +08:00 |
|
Victor Wheeler
|
777e875aed
|
docs(draw_descriptors): fix examples missing code (#9745)
|
2026-02-17 20:42:33 +01:00 |
|
André Costa
|
6048a65c7e
|
build(esp): only add fatfs component if use_fs_fatfs is enabled (#9746)
|
2026-02-17 13:29:35 +01:00 |
|
André Costa
|
5fdf3bbce2
|
docs(draw/sdl): add missing draw_sw requirement (#9747)
|
2026-02-17 13:22:07 +01:00 |
|
santycore976
|
8021b3aec7
|
fix(cmake): declare fatfs as private dependencies (#9742)
|
2026-02-16 12:16:03 +08:00 |
|
elahav
|
0104c1c973
|
feat(env): always use the C library when building for QNX (#9738)
Co-authored-by: Elad Lahav <elahav@qnx.com>
|
2026-02-14 23:38:33 +08:00 |
|
William
|
897af22aa9
|
docs(renesas): update link in docs to Renesas plugin v1.0.1 (#9735)
|
2026-02-13 09:11:32 +08:00 |
|
André Costa
|
01648dfadb
|
feat(opengl): throw error if both draw nanovg and opengles draw units are enabled (#9719)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-13 07:59:29 +08:00 |
|
André Costa
|
d9f7a29b62
|
fix(wayland/g2d): fix busy buffer warnings (#9730)
|
2026-02-12 21:22:54 +01:00 |
|
André Costa
|
58fdf6f338
|
fix(draw/g2d): disable image rendering (#9729)
|
2026-02-12 21:22:19 +01:00 |
|
André Costa
|
648b503efe
|
feat(gltf): upgrade fastgltf with latest fixes (#9727)
|
2026-02-12 21:20:10 +01:00 |
|
André Costa
|
bfe3844711
|
docs(overview): remove conflict marker (#9733)
|
2026-02-12 21:18:31 +01:00 |
|
Liam Howatt
|
d7aeb4a04e
|
fix(NemaGFX): Add back support for indexed images (#9714)
|
2026-02-12 13:09:50 -03:00 |
|
ChenWen
|
7175f8d116
|
fix(core): add missing includes for external data feature (#9715)
Signed-off-by: chenwen <chenwen@espressif.com>
|
2026-02-12 16:12:57 +01:00 |
|
Gabor Kiss-Vamosi
|
724fe880ee
|
feat(obj): add back support for user flags (#9711)
|
2026-02-12 16:00:41 +01:00 |
|
Andy Everitt
|
6ed7ba7273
|
fix(freetype): check if ctx is null before deleting font (#9728)
|
2026-02-12 18:24:23 +08:00 |
|
Matt
|
6a41817cfa
|
fix(opengl): correctly apply matrix transforms (#9726)
|
2026-02-12 10:16:31 +01:00 |
|
André Costa
|
438e0d128d
|
fix(wayland): read and flush compositor events on a timer (#9720)
|
2026-02-11 10:32:42 +01:00 |
|
André Costa
|
0b093793d7
|
fix(wayland/shm): damage surface before returning if not last flush (#9721)
|
2026-02-11 00:47:29 +01:00 |
|
orbisai0security
|
f2b7828630
|
chore(font_gen): replace os.system with subprocess.run (#9689)
Co-authored-by: orbisai0security <orbisai0security@users.noreply.github.com>
Co-authored-by: André Costa <andre_miguel_costa@hotmail.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2026-02-10 20:36:01 +08:00 |
|
André Costa
|
2341ca5d38
|
fix(thorvg): ensure height is always positive (#9712)
|
2026-02-09 20:54:07 +01:00 |
|
André Costa
|
42a26c1b70
|
docs(wayland): remove server side window decorations promise (#9708)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2026-02-09 16:48:16 -03:00 |
|