2017-06-07 |
Jason Woofenden | preserve <script> tags and whitespace in plaintext... master |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Jason Woofenden | fix demo page title |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Jason Woofenden | add to demo: svg, comment, style, script |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Jason Woofenden | create wysiwyg elements in correct namespace |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Jason Woofenden | set node.parent on <script> and comments |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Jason Woofenden | code cleanup (no IE8 support) |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Jason Woofenden | fix parser_tests.js to use new api |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Jason Woofenden | change parser api again |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Jason Woofenden | track editor focus with textarea |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Jason Woofenden | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Jason Woofenden | sans for editor UI (readability small) |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Jason Woofenden | code cleanup |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Jason Woofenden | don't leave empty style attributes |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Jason Woofenden | round-trip newlines at start of pre, textare, listing |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Jason Woofenden | don't encode text inside tags that don't parse that way |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Jason Woofenden | fix link, tweak text |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Jason Woofenden | update docs/README |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Jason Woofenden | improve comments |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Jason Woofenden | fix whitespace preservation |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Jason Woofenden | no more stylus, cleanup |
commit | commitdiff | tree | snapshot |
2017-05-13 |
Jason Woofenden | convert editor to javascript, fix |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Jason Woofenden | change parser api (breaks editor) |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Jason Woofenden | parser tests to javascript |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Jason Woofenden | convert parser to javascript |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Jason Woofenden | update comments |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Jason Woofenden | remove unused method |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Jason Woofenden | code cleanup (move function into class) |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Jason Woofenden | remove obsolete debugging code |
commit | commitdiff | tree | snapshot |
2016-05-28 |
Jason Woofenden | comments, function rename |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Jason Woofenden | replace del key hack with one that uses backspace code |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Jason Woofenden | backspace fixes: removing emptied parents, etc |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Jason Woofenden | fix cursor after removing text not-first text node |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Jason Woofenden | remove debugging code, fix indentation |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Jason Woofenden | fix bug from recent backspace rewrite |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Jason Woofenden | done with background gradient |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Jason Woofenden | rewrite backspace to use text runs/etc |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Jason Woofenden | use new text_cleanup in place of old func |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Jason Woofenden | mostly working text-run cleanup |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Jason Woofenden | stop testing empty paragraph |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Jason Woofenden | stop testing page break char |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Jason Woofenden | fix @insert_character: don't assume at cursor |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Jason Woofenden | backspace bugfixes (more to come) |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Jason Woofenden | improve backspacing accross tag boundaries |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Jason Woofenden | incomplete: deleting barrier between blocks |
commit | commitdiff | tree | snapshot |
2016-03-31 |
Jason Woofenden | Merge remote-tracking branch 'tably/master' |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Jason Woofenden | optimize whitespace dedup |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Jason Woofenden | page up: cursor to start if scrolled top already |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Jason Woofenden | page down key: cursor to end if scrolled bot already |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Jason Woofenden | cursor into view: allow to go top/bottom of doc |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jason Woofenden | implement page-down key |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Jason Woofenden | implement page-up key |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Jason Woofenden | remove empty pragraph from example input |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Jason Woofenden | fix backspace of last character in a block |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Jason Woofenden | can delete empty blocks with backspace (rough) |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Jason Woofenden | code cleanup: better checking for tree-top |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Jason Woofenden | auto-drop spaces created by enter key |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Jason Woofenden | start implementing enter key |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Jason Woofenden | implement escape key (kill cursor) |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Jason Woofenden | implement keys: home, end |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Jason Woofenden | up/down keys remember orig x past short lines |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Jason Woofenden | make the content true (text-only changes) |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Jason Woofenden | scroll cursor into view when it moves |
commit | commitdiff | tree | snapshot |
2016-03-24 |
Jason Woofenden | workaround for shrinking content height on chrome |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Jason Woofenden | make index.html with links to readme and demos |
commit | commitdiff | tree | snapshot |
2016-03-20 |
Jason Woofenden | replase odd whitespace characters with spaces where... |
commit | commitdiff | tree | snapshot |
2016-03-20 |
Jason Woofenden | auto set/clear whitespace css on delete/backspace too |
commit | commitdiff | tree | snapshot |
2016-03-20 |
Jason Woofenden | bugfix: text insert one character from the end |
commit | commitdiff | tree | snapshot |
2016-03-20 |
Jason Woofenden | chrome bugfix: cursor at end in pre-wrap |
commit | commitdiff | tree | snapshot |
2016-03-20 |
Jason Woofenden | preserve spaces as needed while typing |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | fix typing (broken by CursorPosition) |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | implement down arrow to move cursor |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | code cleanup: var/func renames |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | cleanup: don't reset cursor animation on move |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | create/use CursorPosition class (includes x,y) |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | fix click offset bug |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | clean up testing color scheme |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Jason Woofenden | implement real up-arrow key |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Jason Woofenden | start on cursor-up key |
commit | commitdiff | tree | snapshot |
2016-03-16 |
Jason Woofenden | bugfix: cursor prev when at first position |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | delay editable content loading 'til css is ready |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | don't scroll to top when content height changes |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | adjust to size of content after css loads |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | no scrollbars on @iframe (even when overflow-x) |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | style editor frame for non-white parent pages |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | test cursor on more background colors |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | (strange) cursor: always visible on anything |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | cursor blinks black/white |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Jason Woofenden | fix loading css for editable content |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | check for visibility:hidden/collapsed too |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | hide cursor/etc when focus leaves iframe |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | fix typing several symbols |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | note findings on acceptable attributes |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | remove cursor when clicking on nothing |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | cursor hight fits text size |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | block bogus and javascripty attributes |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | fix code to block loading scripts/etc |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | annotations work on dark background |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | restyle annotations |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | parser: use strings for node types |
commit | commitdiff | tree | snapshot |
2016-03-13 |
Jason Woofenden | fix crash (left-arrow past invisible/broken node) |
commit | commitdiff | tree | snapshot |
next |