From 55f7a9638ebcd2dfb78394cf396f2edac926baaf Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Mar 2014 20:00:29 -0400 Subject: Changed the way uitask is dispatched on GTK+ to make event handling not a CPU hog. --- todo.md | 1 - 1 file changed, 1 deletion(-) (limited to 'todo.md') diff --git a/todo.md b/todo.md index 881af34..a2a08a7 100644 --- a/todo.md +++ b/todo.md @@ -23,7 +23,6 @@ so I don't forget: - change sysData.make() so it does not take the initial window text as an argument and instead have the respective Control/Window.make() call sysData.setText() expressly; this would allow me to remove the "no such concept of text" checks from the GTK+ and Mac OS X backends important things: -- GTK+ ProgressBar indeterminate animation is running like mad; pretty sure it's our idle task being evil - because the main event loop is not called if initialization fails, it is presently impossible for MsgBoxError() to work if UI initialization fails; this basically means we cannot allow initializiation to fail on Mac OS X if we want to be able to report UI init failures to the user with one (which would be desirable, maybe (would violate Windows HIG?)) - figure out where to auto-place windows in Cocoa (also window coordinates are still not flipped properly so (0,0) on screen is the bottom-left) - also provide a method to center windows; Cocoa provides one for us but -- cgit v1.2.3