mediawiki-extensions-Visual.../modules/es
2011-11-17 16:44:44 +00:00
..
bases Make selectNodes() also descend (recurse) into child nodes when only the start or only the end is in the middle of a child node. Without this, it was stuff like ranges with only openings and no closings. 2011-11-17 15:01:47 +00:00
images Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00
models Replace prepareRemoval() with a fixed-up version of my rewrite (which was commented out previously) 2011-11-17 16:44:44 +00:00
serializers Extract text from inline elements for better testing. Slightly improved 2011-11-08 16:08:05 +00:00
views Improve handling for enter, backspace, delete 2011-11-17 00:28:40 +00:00
es.Html.js Moving es.Html back to es/ directory 2011-11-02 23:11:36 +00:00
es.js Removed some accidental globals 2011-11-16 23:32:57 +00:00
es.Position.js Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00
es.Range.js Added very basic support for highlighting formatting tools when the cursor is over content which is formatted that way 2011-11-10 01:28:01 +00:00
es.Surface.css Basic support for "pre" elements (space at the beginning of the new paragraph in wikitext) 2011-11-07 23:46:30 +00:00
es.Transaction.js Whitespace fix 2011-11-17 14:43:11 +00:00
es.TransactionProcessor.js Reduced (dramatically) the number of re-renders on insert (but there's still more duplication being done atm, especially on load) 2011-11-17 08:03:14 +00:00