Update TODO_MAJOR.md

This commit is contained in:
Gabor Kiss-Vamosi
2018-02-05 21:45:45 +01:00
committed by GitHub
parent d5bc4c0522
commit 83aab8f825

View File

@@ -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**