diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-12 17:31:13 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-12 17:31:13 -0400 |
| commit | 6ee8d96a6e8c1e95b8ca2ab19fcc6a3a856d50c8 (patch) | |
| tree | 110c533c390b09eedeeeb45c370a42d6201b4a60 /todo.md | |
| parent | bf093d534c0bc64fa7da38708c05e5a632964ae7 (diff) | |
Added GTK+ indeterminate ProgressBars.
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ 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 |
