Trevor Parscal
|
49041942cc
|
Added support for loading multiple documents in the demo/sandbox
|
2011-12-09 20:40:26 +00:00 |
|
Trevor Parscal
|
4ea117d7a6
|
Added es.Inspector and es.LinkInspector - and a whole bunch of other changes (some are hacks) to get a link inspector working nicely
|
2011-12-09 01:28:44 +00:00 |
|
Trevor Parscal
|
70d5beec71
|
Changed which elements had user-select: none so that people can copy the wikitext generated by the editor
|
2011-12-07 23:37:21 +00:00 |
|
Trevor Parscal
|
04ecb6796a
|
Fixed the layout of the sandbox and demo
|
2011-12-07 22:50:55 +00:00 |
|
Trevor Parscal
|
fdeb042a91
|
Back, by popular demand, the great side-by-side preview!
|
2011-12-07 21:17:34 +00:00 |
|
Trevor Parscal
|
fc3015b260
|
Moved es.Tool to base classes
|
2011-12-05 20:42:45 +00:00 |
|
Inez Korczynski
|
f361648059
|
Added indentation tool (indent, outdent)
|
2011-12-04 02:54:33 +00:00 |
|
Inez Korczynski
|
a9a53a00a8
|
Initiali implementation of number and bullet buttons for lists.
|
2011-12-02 06:43:26 +00:00 |
|
Trevor Parscal
|
8a58fb5189
|
Added es.MenuView
|
2011-12-02 00:30:50 +00:00 |
|
Inez Korczynski
|
2686b383d9
|
Added FormatDropdownTool, so now you can switch leaf nodes from paragraphs to pres for instance
|
2011-12-01 23:24:21 +00:00 |
|
Inez Korczynski
|
da9b4070fe
|
Added undo and redo buttons to toolbar
|
2011-12-01 01:33:13 +00:00 |
|
Inez Korczynski
|
a5fdfffc3b
|
Seperate ClearButtonTool from AnnotationButtonTool
|
2011-12-01 00:37:17 +00:00 |
|
Trevor Parscal
|
12531f59ad
|
Fixed image links and switched to using inline block for toolbar
|
2011-11-30 23:29:54 +00:00 |
|
Inez Korczynski
|
55c24023f2
|
Refactoring of Toolbar tools
|
2011-11-30 23:05:06 +00:00 |
|
Trevor Parscal
|
f218b15ff1
|
Fixed floating issues with toolbar
|
2011-11-30 22:44:11 +00:00 |
|
Trevor Parscal
|
b18fffdcf0
|
Moved more styles around
|
2011-11-30 22:15:03 +00:00 |
|
Trevor Parscal
|
caf1bb0e0b
|
Split context view styles out of surface styles
|
2011-11-30 20:45:24 +00:00 |
|
Trevor Parscal
|
57434fa734
|
Moved styles
|
2011-11-30 20:39:49 +00:00 |
|
Inez Korczynski
|
72ec73c063
|
Placeholder for FormattingDropDown and ClearButton in Toolbar
|
2011-11-30 08:07:22 +00:00 |
|
Inez Korczynski
|
9aa9188798
|
Create separated classes for each toolbar tool (so far only bold and italic). Use CSS classes instead of img tags for toolbar buttons styling.
|
2011-11-30 07:10:15 +00:00 |
|
Trevor Parscal
|
9d34341beb
|
Added es.ContextView
|
2011-11-29 23:29:02 +00:00 |
|
Trevor Parscal
|
165ef639bd
|
Darkened the borders of the toolbar and editor panes
|
2011-11-29 21:11:30 +00:00 |
|
Trevor Parscal
|
2ecd479349
|
Moved some styles over to the demo
|
2011-11-29 00:09:37 +00:00 |
|
Trevor Parscal
|
7c9140d4b4
|
Fixed margins so they look/work right on both demo and sandbox
|
2011-11-28 23:53:34 +00:00 |
|
Trevor Parscal
|
111ce5ada3
|
Initial MediaWiki Integration
|
2011-11-28 20:28:28 +00:00 |
|
Trevor Parscal
|
0380954fa9
|
Added some basic support for a history pane
|
2011-11-23 21:59:16 +00:00 |
|
Inez Korczynski
|
8c200c94aa
|
Initial separation of toolbar code into ToolbarView
|
2011-11-23 01:19:11 +00:00 |
|
Trevor Parscal
|
20da830a26
|
Rewrite of undo/redo - now completely implemented in es.SurfaceModel
|
2011-11-22 22:59:05 +00:00 |
|
Trevor Parscal
|
225a9d2925
|
Added toolbar shadow when floating
|
2011-11-22 19:09:18 +00:00 |
|
Trevor Parscal
|
631323b9bd
|
* Refactored es.HistoryModel to always be working from a single array rather than a buffer and an array
* Added support for associating a selection with a state
|
2011-11-21 23:51:37 +00:00 |
|
Trevor Parscal
|
48e7f4c3c6
|
Initial checkin of new es.HistoryModel (needs tests)
|
2011-11-17 22:44:11 +00:00 |
|
Trevor Parscal
|
6fded56cec
|
Renamed es.Transaction to es.TransactionModel
|
2011-11-17 22:42:18 +00:00 |
|
Trevor Parscal
|
2494c40297
|
Moved transaction processing code to new class, es.TransactionProcessor
|
2011-11-14 23:04:36 +00:00 |
|
Trevor Parscal
|
713a80596d
|
Added es.DocumentLeafNode, which like es.DocumentBranchNode is a mixin-like class (we may want to switch to using a more natural composition mechanism than es.extendClass in the future) - now es.DocumentNode also has an abstract method called hasChildren which returns a boolean and can indicate if a node is a leaf or a branch.
|
2011-11-10 19:26:02 +00:00 |
|
Inez Korczynski
|
2fb840236c
|
Basic support for "pre" elements (space at the beginning of the new paragraph in wikitext)
|
2011-11-07 23:46:30 +00:00 |
|
Trevor Parscal
|
fcb3644f35
|
Reorganized a few methods to reduce duplication, improved documentation
|
2011-11-04 17:07:44 +00:00 |
|
Trevor Parscal
|
764f2b0e65
|
Reorganized model nodes into branches and leafs
|
2011-11-03 21:48:40 +00:00 |
|
Trevor Parscal
|
f525e88058
|
Fixed some typos from copy-paste errors
|
2011-11-03 18:25:04 +00:00 |
|
Trevor Parscal
|
a8efbfffc4
|
Fixed script and style paths in HTML files
|
2011-11-02 21:35:15 +00:00 |
|
Trevor Parscal
|
101b8e5942
|
Moving hype demo to VisualEditor extension
|
2011-11-02 21:19:56 +00:00 |
|