JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
code cleanup: var/func renames
[peach-html5-editor.git] / editor.coffee
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 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 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 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 Woofendendetermine text/character position with range api
2016-03-05 Jason Woofendenfix left/right cursor past non-visible whitespace
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 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 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
2016-01-22 Jason Woofendencleanup file/function names