Commit Graph

1017 Commits

Author SHA1 Message Date
Gabor Kiss-Vamosi
0daebca18b feat(render): basic of tiled rendering (#6761) 2024-09-27 11:50:27 +02:00
Victor Wheeler
911c7e8e72 fix(docs): eliminate 2 types of sphinx warnings: (#6928)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-26 16:51:06 +02:00
Victor Wheeler
0d96816722 fix: eliminate misc sphinx warnings... (#6929) 2024-09-26 12:09:04 +02:00
Gabor Kiss-Vamosi
99b2061d5b docs(event): minor naming fixes (#6939) 2024-09-26 11:16:48 +02:00
Lorenzo Arena
ff3ffb8eeb feat(animimg): add getter function for underlying animation (#6838) 2024-09-20 10:50:17 +02:00
Narukara
9ad396bab4 docs: fix typo in introduction (#6871) 2024-09-20 10:46:16 +08:00
lizhaoming19980614
a37f84f34c feat(switch): add vertical switch function (#6786)
Co-authored-by: lizhaoming <13678462+lizhao-ming@user.noreply.gitee.com>
Co-authored-by: 100ask <support@100ask.net>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-14 12:04:51 +08:00
Niklas Fiekas
651f69fd47 feat(indev): detect double and triple click (closes #6020) (#6187) 2024-09-12 09:27:25 +02:00
Victor Wheeler
d4715a9c63 fix(docbuild): update style doc to reflect Doxygen needs (#6705)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-09-11 09:59:29 +02:00
Liam
bdb5806fdf feat(dma2d): add basic support (#6691) 2024-09-11 09:48:43 +02:00
Gabor Kiss-Vamosi
1725a3bc08 docs(os): fix formatting (#6829) 2024-09-11 15:09:41 +08:00
Moritz Schneider
f4d52cd9ae feat(freetype): add colored glyphs support (#6686)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-09-04 12:15:49 +02:00
Luca Vanesche
e4e1b26d1d fix(arc): ignore hits that are outside drawn background arc (#6753) 2024-09-03 11:55:55 +02:00
Gabor Kiss-Vamosi
5809f0a870 docs(arm): add to index and update Arm2D docs (#6768) 2024-09-02 11:46:54 +08:00
Gabor Kiss-Vamosi
72dfc1d751 docs(CHANGELOG): fix formatting 2024-08-27 00:08:10 +02:00
Gabor Kiss-Vamosi
963f88d898 chore: minor docs and other updates 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
45c485ecae docs(hover): remove 'not supported yet' notes 2024-08-26 21:39:11 +02:00
Gabor Kiss-Vamosi
9d781406c6 docs: add CHANGELOG for v9.2 2024-08-26 21:39:11 +02:00
nicusorcitu
2b33f8b0a7 perf(nxp): v9.1.0 upstream vglite optimization (#6646)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Ana Grad <ana.grad@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Signed-off-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
Co-authored-by: Ana Grad <ana.grad@nxp.com>
Co-authored-by: Cristian Stoica <cristianmarian.stoica@nxp.com>
2024-08-26 20:11:26 +02:00
Gabor Kiss-Vamosi
3147fc2f52 fix(i1): fix compiler and runtime issues with I1 rendering (#6714)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
2024-08-26 12:30:40 +02:00
Victor Wheeler
fe2331489b docs(label): fix unintentional definition list in parts and styles section (#6735) 2024-08-26 16:54:24 +08:00
Gabor Kiss-Vamosi
e28caac406 docs(arm): add overview docs for Arm (#6712) 2024-08-24 08:45:38 +02:00
Erik Tagirov
e186b4c8b6 feat(driver): import Wayland driver from v8 (#6549) 2024-08-23 22:03:55 +02:00
Liam
69d440335f fix(fs): remove Arduino SD initialization (#6725) 2024-08-23 08:16:52 +02:00
Gabor Kiss-Vamosi
a7853fbe56 docs(obj): fix typo of LV_OBJ_FLAG_IGNORE_LAYOUT (#6713) 2024-08-23 08:43:46 +08:00
becseya
a476098fcc feat(fs): default drive letter + ESP FS docs (#6367)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-21 11:47:29 +02:00
Fabian Blatz
b78a4de898 chore(docs): update Zephyr documentation (#6581) 2024-08-21 11:46:40 +02:00
Neo Xu
afcf722e6f fix(objid): free old id before assign new one (#6697)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-08-21 10:20:37 +02:00
Tomas Rezucha
58c7bb110a docs(espressif): Update Espressif's documentation with esp_lvgl_port (#6658) 2024-08-15 09:40:41 +02:00
Liam
44eb318d54 feat(opengles): multiple windows and embed user opengl textures (#6600)
Co-authored-by: Dany Liu <dany.yang.liu@email.com>
2024-08-15 11:06:59 +08:00
Liam
cda2d609bb feat(obj): add lv_obj_null_on_delete (#6599) 2024-08-13 23:58:03 +08:00
Carlos Diaz
5cc4aec82a docs(scale): Add note about major tick label calculation when no custom labels are set (#6585) 2024-08-12 14:52:12 +02:00
razor5k
bd7ef59034 docs: Added docs for BDF fonts (#6398)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-08-06 10:37:46 +08:00
elahav
6de668fe4a docs(qnx): reflect on the changed build directory (#6583)
Co-authored-by: Elad Lahav <elahav@qnx.com>
2024-08-05 11:02:22 +02:00
Liam
a246b47e5a docs(msgbox): update to reflect latest (#6603) 2024-08-02 12:21:26 +08:00
Visa Harvey
a623a5ca3d fix(tiny_ttf): fix no cache and formatting cleanup (#6568) 2024-08-01 11:09:55 +02:00
Fabian Blatz
a2fb2808ba fix(kconfig): Do not set LV_CONF_SKIP by default (#6562) 2024-07-26 09:53:43 +02:00
VIFEX
966d952bb7 docs: add VG-Lite related documents (#6557)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-07-26 12:20:38 +08:00
Gabor Kiss-Vamosi
56d1538ade docs(qnx): add to index.rst (#6572) 2024-07-25 17:14:56 +02:00
elahav
91cd8ecf90 feat(drivers): initial implementation of a QNX screen driver (#6507)
Co-authored-by: Elad Lahav <elahav@qnx.com>
2024-07-25 14:26:09 +02:00
Fabian Blatz
790aa5a529 feat(draw/sw): add support for LV_COLOR_FORMAT_I1 (#6345)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-07-19 12:10:28 +02:00
Clyde Stubbs
aa3320db53 docs: fix flush_cb typo (#6523) 2024-07-19 18:03:43 +08:00
Christian Eggers
0952087285 docs: update the drivers description (#6423) 2024-07-15 18:41:09 +02:00
Visa Harvey
730a3bd76f refactor(tiny_fft): refactor tiny_ttf cache with updated improvements (#6441)
Co-authored-by: Benign X <1341398182@qq.com>
Co-authored-by: Visa Harvey <visa.harvey@semel.fi>
2024-07-11 08:23:20 +02:00
Liam
af041657aa fix(Windows): use global lock (#6425) 2024-07-08 11:38:47 +08:00
Gabor Kiss-Vamosi
f8c26ea150 feat(observer): add lv_obj_remove_from_subject (#6341) 2024-07-07 12:30:55 +08:00
Liu Yi
b6998e8aa0 chore(logo): update lvgl logo (#6416)
Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-07-05 00:19:44 +02:00
Josh Soref
df0d36f02a chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-28 09:09:23 +02:00
Akos Becsey
fd79a4f427 feat(glcdc): screen rotation support 2024-06-26 23:08:32 +02:00
becseya
df73e12464 docs(renesas): update board videos, fix typos (#6429) 2024-06-26 22:02:39 +02:00