2013-12-15 |
Aleksander... | editor: canvas - fix problem with detaching empty text... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor - fix missing canvas references |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor - group node removing actions on a toolbar together |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: some basic aside.comment support |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: nicer icon for undo toolbar icon |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: fix - send correct class parameter when wrappin... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: fallback to original tag/class name in case... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: canvas - styling for aside.comment nodes |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: styling - make border of canvas elements transp... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: fix cursor out of text node handling Chrome... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: fix resolving cursor destination after breaking... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | fix relative paths bug for build 2 |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Compile Bootstrap CSS on our own, include it into build... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: copy Bootstrap to build directory... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: install local copy of grunt-cli |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: configurable output dir path for grunt... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: use default value for baseUrl |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: Inserting document templates support |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wlxml: Use smartxml hook for XML normalization |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: Document can create node from xml string |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | fix: correctly showing current document version number... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: saving document |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: sourceEditor module stops keeping... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: setting editor configuration from... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | integration wip: editor_init_callback |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: canvas keys handling - wrapping document transf... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: Simple flat transactions for series of transf... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: bringing back tag changing via node pane |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | canvas: Fix getting invalidated references to wlxmlNode... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: update old transform api calls to new way of... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: dividing text node into two with element... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Linting, minor test description fix |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: fixing invalid call to util function |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: fix missing passing of canvas object reference |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | removing unused code |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Update grunt's jshint task |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Linting, cleanup, removing unused code |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Removing unnecessary element detach logic from Canvas... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: removing unused code |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | editor: first take on plugins, core plugin with breakCo... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | cleanup |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: do not clear redo stack when performing neste... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: throw exception on transformation returning... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | linting, cleanup, removing unused code |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: testing three available levels of transformat... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: pass transformation instance to impl & undo... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: Don't preprare for undo if it's obvious it... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: fix - do not clear redo stack if we are just... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | undo wip: fixes + smoke test |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: canvas.commands - lists through new api |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: transformations - handle dictionary arguments... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: extracting core cont'd - seems to be working |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: fix - DocumentNode.getIndex() now handles... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | allow text/element node methods and transformations... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: extracting core cont'd - allow arbitrary number... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: context transformation - return original context... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: extracting core transformations continued - detfin... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: extracting core transformations |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | registering textNode/elementNode transformations |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | simpler assertions after moving transformations into... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: registering textNode/elementNode methods |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | fixing tests |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | moving wlxml object api transformations directly into... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | moving smartxml transformations into object properties... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | cleanup |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | refactoring |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | refactor |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | refactoring |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Removing unnecessary tests from wlxml.js |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | refactoring |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | refactoring |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: moving non wlxml specific extension support from... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: refactoring method/transformation registration... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Refactoring extension registration - abstract away... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | remove unused code |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Refactoring extension registration - abstracting away... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | Refactoring in WLXMLDocument.registerExtension |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | smartxml: fix - do not send nodeDetached event for... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: removing console calls |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | extensions api wip - 1 canvas test fails because of... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: integrating lists, first extensions api approach |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: fixing smartxml undo/redo smoke tests |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | some ideas |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: blocking nested transformations from being pushed... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Aleksander... | wip: lists + uri extensions |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | wip: lists + uri extensions |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | wip: breakContent & others transformations - still... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | pre d: setattr, settext, split as ContextTransformation... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | dzialacy remove+text |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | wip: detach2 ok |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | undoredo wip |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | smartxml: sending nodeDetached events when existing... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | Fix: Do not set text on canvas element if it didn't... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | canvas: Fixing nodeMoved event handling |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | Always create new element on nodeAdded event |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | canvas: Fixing nodeMoved event handling |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | canvas: wlxmlListener - handle setting root node |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | Handle root node sent to findCanvasElementInParent |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | integration wip: removing unused code in documentCanvas... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Aleksander... | integration wip: bring back meta data attrs edit via... |
commit | commitdiff | tree | snapshot |
next |