From 1aaf20a4bf8af9ae555116fbaf64b9d36ac1fe97 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 27 Sep 2005 23:21:08 +0000 Subject: [PATCH] UI updates --- CHANGES.html | 11 +++++++++++ TODO.FACTOR.txt | 15 ++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index b6890038c2..965944892c 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -56,6 +56,17 @@ However, most uses of catch can be replaced by cleanup
  • New 1+, 1- words are a bit faster than 1 + and 1 - since there is one less generic dispatch involved.
  • +
  • Contributed code: + + + +
  • +

    Factor 0.78:

    diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index cf96fc9e48..f442e57fb0 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,3 +1,4 @@ +- i/o tasks hanging around - 5 car gives wrong error - compile interruption checks - check that set-datastack and set-callstack compile correctly in the @@ -14,22 +15,22 @@ - investigate if rehashing on startup is really necessary - remove word transfer hack in bootstrap - swap @{ }@ and { } syntax +- arrows rendering flaw +- bottom part of thumb: sometimes not drawn? +- fix up the min thumb size hack +- long lines of text fail in draw-surface +- off-by-one error in pick-up? +- closing ui does not stop timers +- adding/removing timers automatically for animated gadgets + ui: -- arrows rendering flaw -- bottom part of thumb: sometimes not drawn? - tabular output - completion - debugger should use outlining - support nested incremental layouts more efficiently - make-pane should not need world-theme -- fix up the min thumb size hack -- long lines of text fail in draw-surface - only redraw dirty gadgets -- off-by-one error in pick-up? -- closing ui does not stop timers -- adding/removing timers automatically for animated gadgets - theme abstraction in ui - find out why so many small bignums get consed - use incremental strategy for all pack layouts where possible