- Oct 23, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Add possibility to attach classes to line wrapper. Closes #896
-
- Oct 22, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
- Oct 19, 2012
-
-
Marijn Haverbeke authored
So that I don't have to say 'no' so often
-
Marijn Haverbeke authored
Issue #898
-
Marijn Haverbeke authored
Closes #898
-
- Oct 18, 2012
-
-
Marijn Haverbeke authored
As shown at GOTO Aarhus this month
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Issue #881
-
Marijn Haverbeke authored
This way, it is also used when measuring the line.
-
Marijn Haverbeke authored
The previous approach was completely misguided. Issue #894
-
- Oct 17, 2012
-
-
Marijn Haverbeke authored
Issue #892
-
Marijn Haverbeke authored
Because laying out the whole thing again is more work than what is saved by manipulating it in hidden state. Issue #892
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
To save round-trips on layout. Speeds up rendering by 33% on Chrome. Issue #892
-
- Oct 16, 2012
-
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
(git is the authoritative source of who wrote what)
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Removes the kludge with the vertical scrollbar trying to handle all wheel events. Issue #810
-
Marijn Haverbeke authored
Issue #811
-
Marijn Haverbeke authored
It messes up parent relationships in inner nodes, and we'll re-use the marker and widget nodes later. Closes #890
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
-
ComFreek authored
-
shaund authored
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
The reason for putting them in doc turned out to be misguided
-
Marijn Haverbeke authored
-
Marijn Haverbeke authored
Simply use top-level functions + a plain object.
-
Marijn Haverbeke authored
Detect when new position falls outside of a line, and retry. Also replaces the kludgy widget compensation code. Closes #886
-
- Oct 15, 2012
-
-
Marijn Haverbeke authored
-
Brandon Frohs authored
-
ks-ifware authored
Multi-line Lua comments start with "--[[", not "--["
-
Marijn Haverbeke authored
Issue #881
-
Marijn Haverbeke authored
By growing the vertical scrollbar to cover the whole editor when a wheel scroll is taking place. (This to avoid manually handling wheel events, for which there doesn't appear to be any way that feels native across browsers.) Closes #810
-
Marijn Haverbeke authored
And add marker changes to the undo history, so that un/redoing doesn't cause 'ghost' markers to appear. Closes #882
-
Marijn Haverbeke authored
So that, even though they share a z-index, they overlay the text and marked spans. Closes #883
-
Brandon Frohs authored
This basically matches the CSS3 spec (except it doesn't match non-ascii characters).
-