From 83aab8f825e3a78955b6dfcca6bbe84e595de342 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 5 Feb 2018 21:45:45 +0100 Subject: [PATCH] Update TODO_MAJOR.md --- docs/TODO_MAJOR.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/TODO_MAJOR.md b/docs/TODO_MAJOR.md index 6bbd00ad1..26e58b367 100644 --- a/docs/TODO_MAJOR.md +++ b/docs/TODO_MAJOR.md @@ -5,17 +5,9 @@ Major versions released typically when API changes are required Please create an issue to suggest a new feature instead of adding pull request to this file. ## v6 (released at: in progrss) -- [ ] Add the basic functions (e.g. lv_obj_set_width) to every object type as inline -- [ ] Image storage with header (#65) -- [ ] Font anti-alias: use 1 bit and grayscale fonts too (better result then downscaling) -- [ ] LV_ANTIALIAS_FONT removal (use other font instead) -- [ ] Store image anti-alias in header -- [ ] lv_img_upscale removal (generate image with anti-alias flag instead) -- [ ] LV_ANTIALIAS_LINE -- [ ] LV_ANTIALAIS_RADIUS -- [ ] LV_ANTIALIAS removal (use other specific anti-alias options) -- [ ] web based image converter -- [ ] web based font converter +- [ ] lv_img_upscale removal (generate image with with opacity instead) +- [ ] disp_map and disp_fill removal +- [ ] disp_fill, mem_blend, mem_fill rework: usea lv_area_t as parameter an GPU support 2D area ## v5 (released at: 20.12.2017) **Architectural changes**