- Oct 31, 2012
-
-
Marijn Haverbeke authored
Closes #921
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Narciso Jaramillo authored
Added "dirty counter" so we can tell when the user has undone/redone to the last point at which the document was marked clean.
-
- Oct 30, 2012
-
-
Marijn Haverbeke authored
Closes #918
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #881 Seeds the delta-to-pixel conversion with a value on browsers where we (possibly) know it. Don't stop the actual wheel event, but let it scroll normally, but use the estimated scroll delta to proactively draw the content that will be scrolled into view. Closes #913
-
Marijn Haverbeke authored
Closes #914 Closes #915
-
Marijn Haverbeke authored
-
- Oct 29, 2012
-
-
Marijn Haverbeke authored
It's no longer allowed on IE10, and not needed on IE9. Closes #911
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #907
-
Marijn Haverbeke authored
(It used to only notice when a single span filled the whole line.)
-
Marijn Haverbeke authored
It's already cached globally, but such cache lookups are not that cheap.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Cut down on round-trips (and improve caching) by measuing all characters in a line at once, and caching the resulting object, rather than forcing an (expensive) DOM layout for every char that is measured, and caching per-char.
-
- Oct 27, 2012
-
-
Marijn Haverbeke authored
That were used to find the precise width at which something wraps.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 26, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
To allow arbitrary folding of text, and replacement with widgets. Remove old line folding system.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 25, 2012
-
-
Marijn Haverbeke authored
To prevent repeated re-sorting and general silly side effects.
-
Marijn Haverbeke authored
.. to be a little less gigantic and convoluted.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Prevents weird side effects after setting the selection on an unfocused editor.
-
Marijn Haverbeke authored
-
- Oct 24, 2012
-
-
Marijn Haverbeke authored
The class is now specified as an option, rather than a separate argument (and is thus optional). Incompatible API change.
-