Update TODO in README.md with accomplished goals

This commit is contained in:
Emil Ernerfeldt 2020-05-19 22:36:26 +02:00
parent 0f0e385ea3
commit 3b822ac294

View file

@ -34,7 +34,7 @@ This is the core library crate Emigui. It is fully platform independent without
* [ ] Text selection * [ ] Text selection
* [ ] Clipboard copy/paste * [ ] Clipboard copy/paste
* [ ] Move focus with tab * [ ] Move focus with tab
* [ ] Handle leading/trailing space * [x] Handle leading/trailing space
* [ ] Color picker * [ ] Color picker
* [ ] Style editor * [ ] Style editor
* [ ] Table with resizable columns * [ ] Table with resizable columns
@ -49,10 +49,10 @@ This is the core library crate Emigui. It is fully platform independent without
* [x] Scroll input * [x] Scroll input
* [x] Change to resize cursor on hover * [x] Change to resize cursor on hover
* [ ] Make it a JS library for easily creating your own stuff * [ ] Make it a JS library for easily creating your own stuff
* [ ] Read url fragment and redirect to a subpage (e.g. different examples apps) * [x] Read url fragment and redirect to a subpage (e.g. different examples apps)
### Visuals ### Visuals
* [ ] Simplify button style to make for nicer collapsible headers. Maybe weak outline? Or just subtle different text color? * [x] Simplify button style to make for nicer collapsible headers. Maybe weak outline? Or just subtle different text color?
* [/] Pixel-perfect painting (round positions to nearest pixel). * [/] Pixel-perfect painting (round positions to nearest pixel).
* [ ] Make sure alpha blending is correct (different between web and glium) * [ ] Make sure alpha blending is correct (different between web and glium)
* [ ] Color picker widgets * [ ] Color picker widgets