JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
peach-html5-editor.git
2016-03-26 Jason Woofendenfix backspace of last character in a block
2016-03-26 Jason Woofendencan delete empty blocks with backspace (rough)
2016-03-26 Jason Woofendencode cleanup: better checking for tree-top
2016-03-26 Jason Woofendenauto-drop spaces created by enter key
2016-03-26 Jason Woofendenstart implementing enter key
2016-03-25 Jason Woofendenimplement escape key (kill cursor)
2016-03-25 Jason Woofendenimplement keys: home, end
2016-03-25 Jason Woofendenup/down keys remember orig x past short lines
2016-03-24 Jason Woofendenmake the content true (text-only changes)
2016-03-24 Jason Woofendenscroll cursor into view when it moves
2016-03-24 Jason Woofendenworkaround for shrinking content height on chrome
2016-03-20 Jason Woofendenreplase odd whitespace characters with spaces where...
2016-03-20 Jason Woofendenauto set/clear whitespace css on delete/backspace too
2016-03-20 Jason Woofendenbugfix: text insert one character from the end
2016-03-20 Jason Woofendenchrome bugfix: cursor at end in pre-wrap
2016-03-20 Jason Woofendenpreserve spaces as needed while typing
2016-03-18 Jason Woofendenfix typing (broken by CursorPosition)
2016-03-18 Jason Woofendenimplement down arrow to move cursor
2016-03-18 Jason Woofendencode cleanup: var/func renames
2016-03-18 Jason Woofendencleanup: don't reset cursor animation on move
2016-03-18 Jason Woofendencreate/use CursorPosition class (includes x,y)
2016-03-18 Jason Woofendenfix click offset bug
2016-03-18 Jason Woofendenclean up testing color scheme
2016-03-18 Jason Woofendenimplement real up-arrow key
2016-03-17 Jason Woofendenstart on cursor-up key
2016-03-16 Jason Woofendenbugfix: cursor prev when at first position
2016-03-15 Jason Woofendendelay editable content loading 'til css is ready
2016-03-15 Jason Woofendendon't scroll to top when content height changes
2016-03-15 Jason Woofendenadjust to size of content after css loads
2016-03-15 Jason Woofendenno scrollbars on @iframe (even when overflow-x)
2016-03-15 Jason Woofendenstyle editor frame for non-white parent pages
2016-03-15 Jason Woofendentest cursor on more background colors
2016-03-15 Jason Woofenden(strange) cursor: always visible on anything
2016-03-15 Jason Woofendencursor blinks black/white
2016-03-15 Jason Woofendenfix loading css for editable content
2016-03-13 Jason Woofendencheck for visibility:hidden/collapsed too
2016-03-13 Jason Woofendenhide cursor/etc when focus leaves iframe
2016-03-13 Jason Woofendenfix typing several symbols
2016-03-13 Jason Woofendennote findings on acceptable attributes
2016-03-13 Jason Woofendenremove cursor when clicking on nothing
2016-03-13 Jason Woofendencursor hight fits text size
2016-03-13 Jason Woofendenblock bogus and javascripty attributes
2016-03-13 Jason Woofendenfix code to block loading scripts/etc
2016-03-13 Jason Woofendenannotations work on dark background
2016-03-13 Jason Woofendenrestyle annotations
2016-03-13 Jason Woofendenparser: use strings for node types
2016-03-13 Jason Woofendenfix crash (left-arrow past invisible/broken node)
2016-03-13 Jason Woofendenrewrite html pretty-printing
2016-03-12 Jason Woofendenfix clicking coordinates
2016-03-12 Jason Woofendenexperiment with matting (break clicking)
2016-03-12 Jason Woofendenupdate (textarea) after delete/backspace
2016-03-09 Jason Woofendenfix stopping of event propegation/default
2016-03-09 Jason Woofendencode cleanup (just renames)
2016-03-09 Jason Woofendenimprove pretty-printing for pre/etc
2016-03-09 Jason Woofendenpretty-print html: one-line mode for small blocks
2016-03-09 Jason Woofendenpretty-print html, break pre-wrap/etc blocks
2016-03-08 Jason Woofendenremove empty text nodes, code cleanup
2016-03-08 Jason Woofendenfix cursor movement past empty text nodes
2016-03-08 Jason Woofendenfix typo/crash in chrome for empty text nodes
2016-03-08 Jason Woofendenevents don't reach editable content, no selecting
2016-03-08 Jason Woofendenfinish fixing scrollbar
2016-03-08 Jason Woofendenimprove scrolling a bit
2016-03-08 Jason Woofendenwork around bug in firefox (nested iframe onload)
2016-03-08 Jason Woofendenremove for now: script, object, iframe, link
2016-03-08 Jason Woofendenwrap in div, match dimensions
2016-03-08 Jason Woofendennother iframe, auto-generate css, fix typing, break...
2016-03-08 Jason Woofendencreate overlay, move cursor to it, break typing
2016-03-07 Jason Woofendenfix text node encodings when formatting to html
2016-03-07 Jason Woofendentest/show-off how smart whitespace checking is
2016-03-07 Jason Woofendenbugfix in ws dedup when rm 1st space in inline
2016-03-07 Jason Woofendenwhitespace dedup works (rewrite)
2016-03-05 Jason Woofendenmostly working: dedup spaces
2016-03-05 Jason Woofendenfix new positioning code for scrolled editor
2016-03-05 Jason Woofendenlink to git repo
2016-03-05 Jason Woofendendetermine text/character position with range api
2016-03-05 Jason Woofendenfix left/right cursor past non-visible whitespace
2016-02-29 Jason Woofendenadd .git-ftp-include
2016-02-24 Jason Woofendenimplement delete key
2016-02-24 Jason Woofendenimplement backspace key
2016-02-24 Jason Woofendenfix cursor blink in firefox, tweak
2016-02-24 Jason Woofendenfix cursor on inlines that start mid-row
2016-02-24 Jason Woofendenclick to cursor position works
2016-02-24 Jason Woofendenuse {x,y} instead of {left,top}
2016-02-24 Jason Woofendenpartly implemented: click to place cursor
2016-02-23 Jason Woofendenstart implementing click to place cursor
2016-02-22 Jason Woofendenclean up finding x,y for cursor
2016-02-02 Jason Woofendendocs tweak
2016-02-02 Jason Woofendentweak cursor placement test span
2016-02-02 Jason Woofendenmake editor test basically work in firefox
2016-02-02 Jason Woofendencursor left/right and alnum typing work
2016-02-01 Jason Woofendeneditor cursor starting (barely) towork
2016-02-01 Jason Woofendenparser fix: set .parent on text nodes
2016-02-01 Jason Woofendenupdate docs
2016-02-01 Jason Woofendenrename to Peach HTML5 Editor
2016-01-29 Jason Woofendenstart on cursor and typing
2016-01-25 Jason Woofendenpreview in iframe, load_html method
2016-01-23 Jason Woofendenhtml serialization fixes
2016-01-23 Jason Woofendenhtml serialization: implement attr encoding
2016-01-23 Jason Woofendenpage to test editor html cleanup and serialization
2016-01-22 Jason Woofendeneditor: start on html serializer
next