Front Page All Articles Recent Changes Random Article

Contents

Concatenative language

  • ACL
  • Ait
  • Aocla
  • Breeze
  • Cat
  • Cognate
  • colorForth
  • CoSy
  • Deque
  • Elymas
  • Enchilada
  • ETAC
  • F
  • Factor
  • Forth
  • Freelang
  • Gershwin
  • Joy
  • Kitten
  • lang5
  • Lviv
  • min
  • mjoy
  • Mlatu
  • Ode
  • Om
  • Onyx
  • Plorth
  • Popr
  • Porth
  • PostScript
  • Quackery
  • r3
  • Raven
  • Retro
  • Staapl
  • Stabel
  • Trith
  • Worst
  • xs
  • XY
  • 5th
  • 8th

Other languages

  • APL
  • C++
  • Erlang
  • FP trivia
  • Haskell
  • Io
  • Java
  • JavaScript
  • Lisp
  • ML
  • Oberon
  • RPL
  • Self
  • Slate
  • Smalltalk

Computer Science

  • Type systems
  • Language paradigms
  • Compilers
  • Interpreters
  • Garbage collection

Meta

  • Search
  • Farkup wiki format
  • People
  • Etiquette
  • Sandbox

Factor/To do/UI

easy

  • pango_layout_line_x_to_index -- check return value
  • uniscribe: add ABC metrics support for fonts like Zapfino
  • new look for menus
  • overlapping tabs
  • x11: focus stealing prevention makes XRaiseWindow not work
  • scrolling to bottom still doesn't always work: because scroll>rect is competing for the same scroller!
  • after invoking restart from popup, caret is not always visible
  • windows: use same selection color everywhere
  • vocab-tag, vocab-authors, needs definition-icon
  • if table is too wide.... headers don't paint right STILL
  • error popup still off screen sometimes
  • hold button on scroller thumb in error list: it jumps up

more UI ideas:

  • word wrap at window width
  • baseline alignment for toolbar buttons
  • metrics seem wrong -- spacing between words in paragraph
  • line spacing: use leading
  • vocab browser: don't invadate entire cache all the time
  • P" completion
  • browser: bookmarks with keyboard nav
  • table outliners
  • usage profiling is missing still
  • xref tool
  • progress bars.
  • searching in inspector
  • use unicode symbols for more gestures
  • back/forward button menus in browser
  • history list in browser
  • cross-platform font listing etc
  • resizable splitter panes

perf:

  • combine gadget theme elements into one big texture and use texture co-ordinates to render components of scrollbar etc
  • avoid state changes
  • use glTexSubImage and manage textures manually instead of creating and deleting text textures all the time
  • generate text bitmaps lazily
  • make tables faster; eg, 10000 [ ] each 3 throw
  • don't recompute pref-dim, etc so much

open-ended tasks:

  • docs
  • fiddle with component spacing
  • fiddle with color scheme
  • better default fonts
  • new ui listener: rewinding to prior stack states or continuations
  • better ui crossref tool
  • variable width word wrap in UI
  • fields: should be two-way
  • ui walker: some way to run code inside the context of the walker
  • walker & image save probably fails
  • clear output in busy listener: surprising result: perhaps listener commands should do nothing if listener is busy. similar: no editor loaded, click pathname: wrong restart race
  • vocab browser: -docs in file list even if it doesn't exist
  • handle GL context invalidation on windows and unix to avoid window from going black when moved between displays

pane selection issues:

  • drags in slot editor toolbar
  • there's a way to select the text area inside the scroller
  • pane selection past eol
  • don't traverse borders and scrollers
  • select content inside a slot editor, and expand: slice error
  • table selection in words. output is dodgy
  • don't request focus if selection didn't actually change

fixed

  • in the help browser, clicking on a link to the page you're on shouldn't add it to the history
  • C+z and S+C+Z
  • IN:<TAB> should complete to MIXIN:, etc
  • if you start a tab completion popup, type in a word in an unloaded vocab and then load that vocab, the popup does not update
  • table model change: try to preserve selection if possible
  • one shared list of load/test/lint/compile errors
  • set WMCLASS on x11
  • jao's sawfish bug
  • if world=>graft fails, UI enters an infinite loop: http://paste.factorcode.org/paste?id=308
  • clean up line rendering code
  • fix cross-platform rendering of radio buttons
  • input field should be right next to end of output
  • '+' renders funny on mac os x
  • when we drag quickly, the selection begins at the location of the first drag event, not the button-down event
  • os x: 'hide window' broken
  • exit-on-last-window-close broken with cocoa
  • got a type check for f in hide-popup
  • click button in key-caps
  • input field momentarily has text in it after evaluation of a command
  • elasticdog's expose issue
  • memory protection fault when adding methods to a cocoa class
  • last line in selection not rendered correctly
  • clicking in the empty space below the input area should focus on the input area
  • ' / in windows ui
  • sometimes, typed text is inserted backwards if we start typing too soon after opening a popup
  • new ui listener: inline stack display
  • shift-drag is broken
  • drag in boundary between inspector editor field and scroller border, click commit; it fucks up
  • crash if draw-gadget or handle-gesture leaves values on the stack
  • editing inspector: dragging then clicking commit button caused error
  • shift-click in slot editor gadget is broken
  • f <model> "Hello world" <checkbox> "Hix" open-window: window has bad size
  • deploy tool help window is too big
  • put large line in interactor, move cursor left; it scrolls but cursor not visible
  • grid-lines look funny (same bug as "todo-list: table border has a missing pixel")
  • clicking on input object should focus on the input field
  • glRect doesn't work on ATI driver: we should stop using it along with glVertex anyway. Redo all rendering using vertex arrays
  • http://paste.factorcode.org/paste?id=61
  • select a word from the completion popup while listener is blocked: error
  • hold down control, press mouse, release control, release mouse: bad state

This revision created on Fri, 1 May 2009 12:36:04 by slava

Latest Revisions Edit

All content is © 2008-2023 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license.