Update TODO_MAJOR.md

This commit is contained in:
Gabor Kiss-Vamosi
2018-01-23 19:49:13 +01:00
committed by GitHub
parent 39e76b0e4f
commit 2d83b6edb2

View File

@@ -4,14 +4,13 @@ Major versions released typically when API changes are required
## Contributing
Please create an issue to suggest a new feature instead of adding pull request to this file.
## v6 (released at: in progrss)
- [ ] Add the basc functions (e.g. lv_obj_set_width) to very object type as inline
- [ ] 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_ANTIALAIAS_FONT reomval (use other font instead)
- [ ] LV_ANTIALIAS_FONT removal (use other font instead)
- [ ] Store image anti-alias in header
- [ ] lv_img_upscale removal (Generate image with anti-alias flag)
- [ ] 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)