aboutsummaryrefslogtreecommitdiff
path: root/scripts/code-format.py
Commit message (Collapse)AuthorAge
* refactor(display): add API to set raw buffer to display (#5274)Neo Xu2024-01-11
| | | | | | | The drivers have been changed back original logic. Fix #5270 Fix #5271 Related to #5204 lvgl/lv_binding_micropython#313 Discussion on #5273 Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
* feat(script): allow to run code-format.py outside of script/ (#4975)Neo Xu2023-12-11
| | | Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
* fix(format): check more source code (#3493)Xiang Xiao2022-07-18
| | | | | and sync .pre-commit-config.yaml with scripts/code-format.py Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* feat(draw): support transforming widgets and improfe sw transformGabor Kiss-Vamosi2022-04-26
| | | | For details see: https://docs.lvgl.io/master/overview/style.html
* feat(script): add pre-commit configuration for code formatting (#3092)Carlos Diaz2022-02-24
| | | | | | | | | | | * Add initial pre-commit configuration for code formatting * chore: Move --recursive switch from cfg file to script * pre-commit: Update format-source hook to use code-format.cfg Also remove the code-format-per-file.cfg file as it's now unused * docs: Add section about pre-commit
* chore(format) add formatting for examples & demos, merge test configembeddedt2022-02-13
|
* chore(test): format test cases (#3071)Carlos Diaz2022-02-03
|
* feat(freetype): support bold and italic (#2824)guoweilkd2021-11-24
* feat(freetype):support bold and italic * fix(format): replace code-format.sh with code-format.py Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>