2006-07-19 23:57:49 -04:00
|
|
|
+ 0.83:
|
|
|
|
|
|
|
|
|
|
- windows port from erg
|
|
|
|
|
- why aren't some cocoa words compiled?
|
|
|
|
|
- editor:
|
|
|
|
|
- scroll to caret
|
2006-07-21 18:32:41 -04:00
|
|
|
- clicking input doesn't resize editor gadget
|
2006-07-21 18:07:26 -04:00
|
|
|
- better listener multi-line expression handling
|
2006-07-19 23:57:49 -04:00
|
|
|
- shift modifier not delivered
|
|
|
|
|
- x11 copy to clipboard
|
2006-07-22 05:11:19 -04:00
|
|
|
|
2006-07-05 17:12:30 -04:00
|
|
|
- httpd search tools
|
2006-07-19 23:10:02 -04:00
|
|
|
- remaining HTML issues need fixing
|
2006-07-05 17:12:30 -04:00
|
|
|
|
2006-06-14 22:58:17 -04:00
|
|
|
+ io:
|
2006-06-08 18:29:15 -04:00
|
|
|
|
2006-06-14 22:58:17 -04:00
|
|
|
- unix i/o: problems with passing f to syscalls
|
2006-06-04 15:35:00 -04:00
|
|
|
- factorcode httpd started using 99% CPU, but still received connections;
|
|
|
|
|
closing read-fds solved it
|
2006-07-09 19:50:56 -04:00
|
|
|
- sometimes darcs get fails with the httpd
|
2006-05-09 21:37:07 -04:00
|
|
|
- gdb triggers 'mutliple i/o ops on port' error
|
2006-02-25 01:45:51 -05:00
|
|
|
- "localhost" 50 <client> won't fail
|
2006-02-13 02:46:07 -05:00
|
|
|
|
2006-06-05 22:50:16 -04:00
|
|
|
+ ui:
|
2006-02-13 02:46:07 -05:00
|
|
|
|
2006-07-22 17:16:58 -04:00
|
|
|
- one-column table doesn't need borders...?
|
2006-07-19 23:10:02 -04:00
|
|
|
[2:45pm] tathi: Factor's text display is a bit odd sometimes, until you mouse over (or click, if there's no "live" text)
|
|
|
|
|
[2:48pm] tathi: it appears to be using the font metrics from the sprite tuple, but re-using the texture from the previous letter
|
|
|
|
|
[2:59pm] tathi: hmm...and it looks like it's only be happening the first time you use a given character (from a given font face)
|
|
|
|
|
- make-frame should compile
|
2006-07-19 19:30:02 -04:00
|
|
|
- editor:
|
|
|
|
|
- undo and redo
|
|
|
|
|
- transpose char/word/line
|
|
|
|
|
- autoscroll
|
|
|
|
|
- page up/down
|
|
|
|
|
- search and replace
|
2006-07-22 17:16:58 -04:00
|
|
|
- only redraw visible lines
|
|
|
|
|
- more efficient multi-line inserts
|
2006-07-10 20:12:40 -04:00
|
|
|
- finish gui stepper
|
|
|
|
|
- windows are not updated while resizing
|
2006-07-09 21:57:19 -04:00
|
|
|
- graphical module manager tool
|
2006-07-06 18:08:14 -04:00
|
|
|
- add some handy services:
|
|
|
|
|
- base conversion
|
|
|
|
|
- search help for selection
|
2006-07-21 18:07:26 -04:00
|
|
|
- make factor a services client
|
2006-07-09 19:50:56 -04:00
|
|
|
- services do not launch if factor not running
|
2006-07-05 17:12:30 -04:00
|
|
|
- grid slows down with 2000 lines
|
2006-07-09 19:50:56 -04:00
|
|
|
- integrated error documentation
|
|
|
|
|
- roundoff is still not quite right with tracks
|
|
|
|
|
- 'show' doesn't work if invoked from a listener on an object which is
|
|
|
|
|
itself inspected in the listener
|
|
|
|
|
- ui uses too much cpu time idling
|
2006-07-05 17:12:30 -04:00
|
|
|
- see if its possible to only repaint dirty regions
|
2006-06-14 22:58:17 -04:00
|
|
|
- x11 title bars are funny
|
|
|
|
|
- fix top level window positioning
|
|
|
|
|
- prettyprinter's highlighting of non-leaves doesn't really work
|
|
|
|
|
- rollover is not updated on window focus changes
|
2006-05-27 18:11:39 -04:00
|
|
|
- x11 input methods
|
2006-05-20 02:37:35 -04:00
|
|
|
- new browser:
|
2006-05-20 16:42:33 -04:00
|
|
|
- browse generic words and classes
|
2006-05-20 17:50:59 -04:00
|
|
|
- need actions for reloading the source file and opening word in jEdit
|
2006-06-02 15:12:57 -04:00
|
|
|
- highlight showing panes in originating list
|
2006-03-28 21:14:08 -05:00
|
|
|
- reimplement tab completion
|
2006-03-22 02:43:59 -05:00
|
|
|
- cocoa:
|
2006-06-12 03:21:08 -04:00
|
|
|
- horizontal wheel scrolling
|
2006-05-20 02:13:44 -04:00
|
|
|
- polish OS X menu bar code
|
2006-03-22 02:43:59 -05:00
|
|
|
- variable width word wrap
|
2006-07-19 20:32:51 -04:00
|
|
|
- slider needs to be modelized
|
2006-02-13 02:46:07 -05:00
|
|
|
|
|
|
|
|
+ compiler/ffi:
|
|
|
|
|
|
2006-07-06 18:08:14 -04:00
|
|
|
- mac intel: struct returns from objc methods
|
|
|
|
|
- see if alien calls can be made faster
|
2006-07-05 17:12:30 -04:00
|
|
|
- faster sequence= for UI
|
2006-06-14 22:58:17 -04:00
|
|
|
- fix compiled gc check
|
|
|
|
|
- there was a performance hit, investigate
|
|
|
|
|
- float boxing and overflow checks need a gc check too
|
|
|
|
|
- constant branch folding
|
2006-05-27 18:11:39 -04:00
|
|
|
- type inference at branch merge points
|
2006-07-09 19:50:56 -04:00
|
|
|
- float= doesn't consider nans equal
|
2006-05-11 02:22:51 -04:00
|
|
|
- intrinsic fixnum>float float>fixnum
|
2006-02-13 02:46:07 -05:00
|
|
|
- remove literal table
|
2006-02-19 22:08:08 -05:00
|
|
|
- C functions returning structs by value
|
2006-01-23 21:03:22 -05:00
|
|
|
- [ [ dup call ] dup call ] infer hangs
|
2006-02-13 02:46:07 -05:00
|
|
|
- the invalid recursion form case needs to be fixed, for inlines too
|
|
|
|
|
- code gc
|
|
|
|
|
|
|
|
|
|
+ misc:
|
|
|
|
|
|
2006-07-14 01:00:59 -04:00
|
|
|
- consider: swap tail --> tail, swap head --> head
|
2006-07-09 19:50:56 -04:00
|
|
|
- mach_signal: fault address reporting is not reliable
|
2006-07-06 18:08:14 -04:00
|
|
|
- slice: if sequence or seq start is changed, abstraction violation
|
2006-07-05 17:12:30 -04:00
|
|
|
- hashed generic method dispatch
|
2006-06-14 22:58:17 -04:00
|
|
|
- fix this:
|
|
|
|
|
|
|
|
|
|
[ 1 2 3 4 5 6 7 8 9 10 10 10 10 10 10 10 10 10 10 11 11 11 113 ] .
|
|
|
|
|
[ 1 2 3 4 5 6 7 8 9 10 10 10 10 10 10 10 10 10 10 11 11 11 113
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
- code walker & exceptions -- test and debug problems
|
2006-05-27 17:56:11 -04:00
|
|
|
- break: perhaps use current stdio to run break listener
|