From d05bbe50a89229d98d65b58eb65d53b112fb51e9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 22 Dec 2015 12:52:05 -0500 Subject: [PATCH] More TODOs. --- TODO.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index bc339e72..728bf3c0 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,12 @@ - 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 - it won't remove that outright, but it'll help