mediawiki-extensions-Visual.../modules/ve2
Catrope ab0c37def9 Rip out the offset map
The offset map was broken from the start because it wasn't updated when
adjusting the length of a text node, and if we fix that bug it's
doubtful whether the costs of updating the offset map outweigh the
benefits, especially considering that adjusting the length of a text
node is something we do for almost every keypress. If it turns out
having an offset map does make sense, we can always reintroduce it
later.

Change-Id: I59e8bc154f7d07aa1bab2f473c13ff466d0e463f
2012-06-11 18:10:08 -07:00
..
ce Made use of ve.proxy instead of surface having it's own implementation 2012-06-11 16:11:49 -07:00
dm Rip out the offset map 2012-06-11 18:10:08 -07:00
init Renamed EditPageTarget to ViewPageTarget (since it's targeting view pages, not edit pages, duh...) 2012-06-11 16:06:35 -07:00
ui Clear button tool now properly clearning selection annotations. 2012-06-11 16:29:09 -07:00
ve.BranchNode.js Merge branch 'dmrewrite' of ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor into dmrewrite 2012-05-18 15:20:01 -07:00
ve.Document.js Rip out the offset map 2012-06-11 18:10:08 -07:00
ve.EventEmitter.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Factory.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.js Refactored veCore class into ve.init and ve.init.EditPageTarget 2012-06-10 23:54:41 -07:00
ve.LeafNode.js Making showCursor work again! 2012-05-18 15:19:31 -07:00
ve.Node.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Position.js Removed trailing whitespace in multi-line comment blocks 2012-05-14 15:05:09 -07:00
ve.Range.js Whitespace fixes and cleanup 2012-05-16 20:26:05 -07:00
ve.Surface.js Delete HTMLConverter and update demo&sandbox 2012-06-08 12:40:43 -07:00