More TODOs.
This commit is contained in:
parent
e63f73e240
commit
d05bbe50a8
8
TODO.md
8
TODO.md
|
@ -1,6 +1,12 @@
|
||||||
- provide a way to get the currently selected uiTab page? set?
|
- provide a way to get the currently selected uiTab page? set?
|
||||||
|
|
||||||
- add uiPi for portability
|
- add uiPi for portability; compare against:
|
||||||
|
- M_PI on all systems with different requirements
|
||||||
|
- _GNU_SOURCE on unix
|
||||||
|
- _USE_MATH_DEFINES on windows
|
||||||
|
- G_PI on GLib
|
||||||
|
- XM_PI from DirectX
|
||||||
|
- Go math.Pi
|
||||||
|
|
||||||
- make it so that the windows cntrols only register a resize if their new minimum size is larger than their current size to easen the effect of flicker
|
- make it so that the windows cntrols only register a resize if their new minimum size is larger than their current size to easen the effect of flicker
|
||||||
- it won't remove that outright, but it'll help
|
- it won't remove that outright, but it'll help
|
||||||
|
|
Loading…
Reference in New Issue