]> gitweb.factorcode.org Git - factor.git/history - library/ui/text/editor.factor
Minimize OpenGL state changes
[factor.git] / library / ui / text / editor.factor
2006-10-11 slavaMinimize OpenGL state changes
2006-10-10 slavaFix caret rendering on X11, invoke-presentation stack...
2006-10-05 slavaSearch gadget improvements
2006-10-03 slavaControl cleanup with a new list gadget
2006-09-29 slavaMinor fix for caret scroll to
2006-09-29 slavaEditors now support the stream output protocol
2006-09-23 slavaMinor fixes
2006-09-16 slavaEditor: only redraw visible lines
2006-09-01 slavaUI improvements
2006-08-24 slavaSimplify walker
2006-08-18 slavaaccumulate now returns the final result
2006-08-15 slavaMore work on stack effect declaration
2006-08-15 slavaSome unit test fixes
2006-08-15 slavaStack effect declaration fixes
2006-08-15 slavaFirst stage of stack effect declaration implementation
2006-08-04 slavaFix error when drawing selection
2006-08-04 slavaHide the caret if we don't have focus
2006-08-04 slavaScrolling fixes
2006-08-03 slavaScrolling cleanup
2006-08-03 slavaEditor and scrolling cleanups
2006-07-30 slavaChanged argument order of {head,tail}{,-slice}{,*}...
2006-07-28 slavaeditor gadget now uses gadget-selection protocol
2006-07-25 slavaImproved UI listener and editor
2006-07-23 slavaDragging up too far would cause the editor gadget to...
2006-07-22 slavaVarious UI changes
2006-07-21 slavaSince other gadgets delegate to the editor gadget,...
2006-07-20 slavaSome simple-minded optimizations
2006-07-20 slavaMove editor-theme word to the right place
2006-07-19 slavaMore editor/listener work
2006-07-19 slavaRemoving old single-line editor and updating code
2006-07-19 slavaField gadget adds history to multi-line editor, better...
2006-07-19 slavaMulti-line text editor gadget