From fe30f9739ba7951ca40b0d55574c2b869ca903bd Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 17 May 2018 13:05:54 +0200 Subject: [PATCH] Update TODO_PATCH.md --- docs/TODO_PATCH.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/TODO_PATCH.md b/docs/TODO_PATCH.md index 90563e580..e5de17146 100644 --- a/docs/TODO_PATCH.md +++ b/docs/TODO_PATCH.md @@ -11,6 +11,17 @@ Please create an issue to introduce a bug instead of adding pull request to this - [x] lv_conf.h: add LV_COMPILER_VLA_SUPPORTED - [x] lv_group_create: init focus_cb - [x] fix of 16 bit image drawing with alpha bytes +- [x] fix text opacity +- [x] lv_mbox: enable navigation with LV_GROUP_KEY_DOWN/UP too +- [x] lv_conf.h: add LV_COMPILER_VLA_SUPPORTED +- [x] lv_slider: inicator draw bugfix +- [x] lv_slider: draw greater background on negative padding if knob_in == 1 +- [x] mono theme: fix typo +- [x] style animations: add opacity handling to image, text and line +- [x] lv_kb: before ok/close action don't deassign the lv_ta if there is user defined action +- [x] in lv_objx_set_... functions apply the new value only if it's different from the current +- [x] don't invalide hidden objects +- [x] lv_group_del: remove the objects from the groups too ## v5.0.3 (released on: 09.03.2018) - [x] lv_chart: Fix the use of point_num more then 256 (Thanks to upbeat27)