christian
|
5ec5fb77e6
|
better cut-copy-paste support
|
2012-03-02 00:27:04 +00:00 |
|
Inez Korczynski
|
7de9e98583
|
Fix couple of poll interval bugs in Surface and add new parameter called 'byref' to method getAnnotationsFromOffset which makes it return array references instead of copy of arrays.
|
2012-03-02 00:10:08 +00:00 |
|
christian
|
3f1ed0be6d
|
adding cut-copy-paste
|
2012-03-01 22:27:23 +00:00 |
|
Inez Korczynski
|
8120b0b624
|
Cleanup for JSLint
|
2012-03-01 22:14:14 +00:00 |
|
Inez Korczynski
|
45cd5a11d0
|
Explicitly pass parameter global=true to getOffset method
|
2012-03-01 20:52:22 +00:00 |
|
Inez Korczynski
|
5dc284efaf
|
Added getSelection method to Surface
|
2012-03-01 20:49:21 +00:00 |
|
Inez Korczynski
|
3bb7f81714
|
Migreate text input method from playground to ce and ce demo
|
2012-03-01 01:28:39 +00:00 |
|
Sam Reed
|
fc49422e1d
|
More image compression of extensions with WMF interest
|
2012-02-29 22:02:03 +00:00 |
|
christian
|
13fe37193a
|
re-enabling native browser spellcheck
|
2012-02-28 23:43:38 +00:00 |
|
christian
|
7053e0517c
|
prevent dragging and dropping text - can be removed later if operation supported via model
|
2012-02-27 21:56:56 +00:00 |
|
christian
|
8b3bc2e439
|
turning off native spellcheck for now
|
2012-02-15 23:42:43 +00:00 |
|
Inez Korczynski
|
d5ad9a9ad4
|
New approach to text input and IME (part I)
|
2012-02-13 22:45:18 +00:00 |
|
christian
|
0e6fe86a05
|
Commenting out fake cursor for now, fixing paste binding
|
2012-02-13 19:51:39 +00:00 |
|
christian
|
c532488b40
|
creating showFakeCursorAt method and cleaning up code
|
2012-02-13 19:48:05 +00:00 |
|
Inez Korczynski
|
3ee4da941d
|
Render real <b> and <i> tags insteaf of <span>s
|
2012-02-13 19:38:31 +00:00 |
|
Inez Korczynski
|
0ce3c67872
|
Working prototype of insertion of the text with annotations
|
2012-02-11 01:04:14 +00:00 |
|
Inez Korczynski
|
001a432fa3
|
Get rid of console.logs
|
2012-02-10 22:27:17 +00:00 |
|
Inez Korczynski
|
b3453dc71c
|
Add new method: getDOMText
|
2012-02-10 22:19:12 +00:00 |
|
christian
|
f0e60248fb
|
fake cursor demo
|
2012-02-10 18:18:35 +00:00 |
|
Alexandre Emsenhuber
|
bfa0a28968
|
svn:eol-style native
|
2012-02-10 16:57:02 +00:00 |
|
Inez Korczynski
|
acd819b28b
|
Fix showCursorAt method - missing "break;"
|
2012-02-10 05:39:28 +00:00 |
|
christian
|
ed7dc80db9
|
reorginization of event handlers
|
2012-02-09 22:11:33 +00:00 |
|
christian
|
ffad7ef3d8
|
removing beforepaste event for now. it was hyper
|
2012-02-09 08:41:36 +00:00 |
|
christian
|
6a23449ecb
|
using transact
|
2012-02-09 07:39:43 +00:00 |
|
Inez Korczynski
|
3f843bb1a6
|
First implementation of IME for content editable
|
2012-02-09 00:51:59 +00:00 |
|
christian
|
f84fc1cbf1
|
paste handler no longer causes fast viewport shift when pasting
|
2012-02-08 23:37:52 +00:00 |
|
christian
|
13921a0468
|
layout tweaks
|
2012-02-08 22:50:34 +00:00 |
|
christian
|
e3e3150399
|
using execcommand to undo cut - model controls mutation
|
2012-02-08 18:06:03 +00:00 |
|
christian
|
cdbe9a7d13
|
fixing scroll after paste
|
2012-02-08 07:18:15 +00:00 |
|
christian
|
df78da31ca
|
removing offset override
|
2012-02-08 06:55:12 +00:00 |
|
christian
|
212d4d7559
|
adding overflow hidden to allow clicking on floated elements
|
2012-02-08 06:31:51 +00:00 |
|
christian
|
1dd6d8f2b5
|
working on getSelection and getOffset for triple click
|
2012-02-08 06:28:38 +00:00 |
|
christian
|
75bec9fba1
|
cut support
|
2012-02-08 02:12:21 +00:00 |
|
christian
|
2d058f7a4d
|
copy and paste support
|
2012-02-08 00:47:51 +00:00 |
|
Inez Korczynski
|
746e603184
|
Implement: surfaceView.showCursorAt(int n)
|
2012-02-08 00:30:40 +00:00 |
|
Inez Korczynski
|
beda113281
|
Delete scanBoundaries method from Content, as it does not make sense anymore for content editable approach
|
2012-02-08 00:26:18 +00:00 |
|
Inez Korczynski
|
2d531ed213
|
Get getSelection in contenteditable working
|
2012-02-08 00:02:08 +00:00 |
|
Inez Korczynski
|
a046c0d2cf
|
Cleanup Surface.js - only functionality that is needed for content editable
|
2012-02-07 22:59:30 +00:00 |
|
Inez Korczynski
|
db0aea6965
|
Make paragraphs in content editable use real <p> tags
|
2012-02-07 22:22:49 +00:00 |
|
Inez Korczynski
|
0ced900973
|
Added missing CSS and PNG so ce demo does not complain anymore.
|
2012-02-07 22:03:39 +00:00 |
|
Inez Korczynski
|
e0c10cdfff
|
Cleanup ve.es.Content.js for ContentEditable and setup toolbar as empty (as there is no working functionality for now)
|
2012-02-07 22:02:11 +00:00 |
|
Alexandre Emsenhuber
|
f162145298
|
svn:eol-style native
|
2012-02-07 19:13:19 +00:00 |
|
christian
|
2a076da93a
|
removing outline from contenteditable
|
2012-02-07 02:01:26 +00:00 |
|
christian
|
be552732c0
|
tweaks to margins
|
2012-02-07 02:00:08 +00:00 |
|
Inez Korczynski
|
9173608afb
|
Adapt ContentEditable code to new schema of directories and files
|
2012-02-07 01:43:49 +00:00 |
|
Trevor Parscal
|
6dcc39fe11
|
Migrated es.* to new ve.* namespace which is more structured, and will make it easier to keep data model, edit surface, user interface and content editable work separated cleanly
|
2012-02-06 23:50:56 +00:00 |
|