- Nov 12, 2012
-
-
Marijn Haverbeke authored
Issue #974
-
Marijn Haverbeke authored
The code assumed being on opera meant those events would never fire. Closes #952
-
Deep Thought authored
-
- Nov 10, 2012
-
-
Felix Raab authored
-
- Nov 09, 2012
-
-
Marijn Haverbeke authored
Issue #757
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
Brandon Frohs authored
-
Marijn Haverbeke authored
-
Daniel Neel authored
-
Daniel Neel authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
They no longer work (as part of twitters continuing quest to make itself obsolete).
-
Marijn Haverbeke authored
-
Peter Kroon authored
Fix syntax
-
- Nov 08, 2012
-
-
Marijn Haverbeke authored
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
Marijn Haverbeke authored
-
- Nov 06, 2012
-
-
Marijn Haverbeke authored
Apparently Opera Win *doesn't* handle them properly, whereas Opera Linux does. Closes #929
-
- Nov 05, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Just like Opera, it flips the ctrlKey and metaKey on Mac Closes #924
-
Marijn Haverbeke authored
Closes #926
-
Marijn Haverbeke authored
Issue #923
-
Marijn Haverbeke authored
So that passing in a bogus position doesn't cause a run-time error and/or corruption. Issue #928
-
- Nov 03, 2012
-
-
Marijn Haverbeke authored
Remove unused code, fix selection resetting
-
- Nov 02, 2012
-
-
Marijn Haverbeke authored
Things that happen in a single operation are now always combined into an undo history event. Subsequent typing or deleting is combined, if it is close together in time, even when done in separate operations. Closes #889 Also stores old selection position in undo history, restoring it when applying a changeset. Issue #923
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Holding a key would queue up a screen and cursor update (which requires a line measure) for each character typed. That could cause the display to lag behind the input in a visible, obvious way. This still doesn't make responses instant when editing long lines in Opera, but at least makes the maximum delay bounded to the time a single update takes.
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
To not require tons of empty DIVs when a section is hidden. Issue #920
-
Marijn Haverbeke authored
So that one can change the font size, call refresh, and not have old cached measurements cause artifacts. Closes #922
-
- Nov 01, 2012
-
-
Marijn Haverbeke authored
Closes #887 The problem was that an empty line was first measured with the editor in a hidden state, producing dimensions that were all zero. This result was then cached and reused when the editor was unhidden.
-
- 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
-