fnp
/
fnpeditor.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
pressing enter makes new paragraph after image/video
[fnpeditor.git]
/
src
/
smartxml
/
smartxml.js
2014-08-14
Aleksander Łukasz
editor: Merge key event handling refactorings
blob
|
commitdiff
|
raw
2014-08-14
Aleksander Łukasz
smartxml: Node.getFirstTextNode
blob
|
commitdiff
|
raw
2014-07-18
Aleksander Łukasz
smartxml: support for setting data on text nodes
blob
|
commitdiff
|
raw
|
diff to current
2014-07-18
Aleksander Łukasz
smartxml/wlxml: Merge in document node instances caching
blob
|
commitdiff
|
raw
|
diff to current
2014-07-18
Aleksander Łukasz
smartxml: caching text nodes via expando
blob
|
commitdiff
|
raw
|
diff to current
2014-07-18
Aleksander Łukasz
smartxml: Cache DocumentNode instances in the underlyin...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-18
Aleksander Łukasz
smartxml: fix in Document.getNodeByPath
blob
|
commitdiff
|
raw
|
diff to current
2014-07-15
Aleksander Łukasz
smartxml: really minor refactoring
blob
|
commitdiff
|
raw
|
diff to current
2014-07-14
Aleksander Łukasz
smartxml: Better check for document being successfulfy...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
Aleksander Łukasz
smartxml: fix - getIndex returns undefined for a node...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-29
Aleksander Łukasz
Merge in gutter comments
blob
|
commitdiff
|
raw
|
diff to current
2014-05-28
Aleksander Łukasz
smartxml: Allow for describing node properties
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
Aleksander Łukasz
smartxml: Getting rid of nodeMoved event in favor of...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
Aleksander Łukasz
smartxml: minor refactoring to improve clarity
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
Aleksander Łukasz
smartxml: allow for removing node data for a specified key
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Aleksander Łukasz
smartxml: some helper functions
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Aleksander Łukasz
smartxml: minor refactoring - better naming
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Aleksander Łukasz
Merging in actions branch
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Aleksander Łukasz
smartxml: ElementNode.getLastTextNode
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Aleksander Łukasz
smartxml: TextNodes don't contain other nodes - let...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Aleksander Łukasz
smartxml: DocumentNode.isInDocument syntactic sugar
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Aleksander Łukasz
smartxml: first take on document fragments
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Aleksander Łukasz
smartxml: signal that operation ended
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Aleksander Łukasz
smartxml: helper functions
blob
|
commitdiff
|
raw
|
diff to current
2014-04-08
Aleksander Łukasz
smartxml: fix invalid context setting
blob
|
commitdiff
|
raw
|
diff to current
2014-04-02
Aleksander Łukasz
smartxml: transaction rollback fix
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Aleksander Łukasz
smartxml: Document.transaction success callback
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Aleksander Łukasz
smartxml: transaction calls error handler instead of...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Aleksander Łukasz
smartxml: Automatically rollback transaction on error...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Aleksander Łukasz
smartxml: Rollback support for transactions
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
Aleksander Łukasz
smartxml: cleanup
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Aleksander Łukasz
smartxml: allow for adding metadata to transaction
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Aleksander Łukasz
smartxml: Refactoring transactions handling
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Aleksander Łukasz
smartxml: Refactoring Document.transform
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Aleksander Łukasz
smartxml: Stop using separate transactionStack, use...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Aleksander Łukasz
smartxml: Transaction object - first take
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Aleksander Łukasz
smartxml: Document.transaction now returns value from...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-14
Aleksander Łukasz
smartxml: fixing detachment of the document root
blob
|
commitdiff
|
raw
|
diff to current
2014-02-11
Aleksander Łukasz
smartxml: fix in DocumentNode.getParentSiblings
blob
|
commitdiff
|
raw
|
diff to current
2014-02-11
Aleksander Łukasz
smartxml: attaching previous parent of a moved node...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
Aleksander Łukasz
smartxml: fix
blob
|
commitdiff
|
raw
|
diff to current
2014-01-27
Aleksander Łukasz
smartxml: transaction wrapper
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
Aleksander Łukasz
smartxml: Deleting arbitrary text
blob
|
commitdiff
|
raw
|
diff to current
2014-01-21
Aleksander Łukasz
smartxml: push transformation onto the undo stack only...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-17
Aleksander Łukasz
Merge in metadata support into master
blob
|
commitdiff
|
raw
|
diff to current
2014-01-17
Aleksander Łukasz
smartxml: data cloning handler gets reference to the...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-17
Aleksander Łukasz
smartxml: allow for registering extensions before initi...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-16
Aleksander Łukasz
smartxml: allow objects set with setData to clone thems...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-30
Aleksander Łukasz
smartxml: raise an Error on invalid XML
blob
|
commitdiff
|
raw
|
diff to current
2013-12-18
Aleksander Łukasz
smartxml: throw exception on missing tagName property...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-17
Aleksander Łukasz
smartxml: transactions fix - ignore empty transactions
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: Document can create node from xml string
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: Simple flat transactions for series of transf...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: do not clear redo stack when performing neste...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
linting, cleanup, removing unused code
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: Don't preprare for undo if it's obvious it...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: fix - do not clear redo stack if we are just...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
undo wip: fixes + smoke test
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: extracting core cont'd - seems to be working
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: fix - DocumentNode.getIndex() now handles...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
allow text/element node methods and transformations...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: extracting core cont'd - allow arbitrary number...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: extracting core transformations continued - detfin...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: extracting core transformations
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
registering textNode/elementNode transformations
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: registering textNode/elementNode methods
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
moving smartxml transformations into object properties...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
cleanup
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
refactoring
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
refactor
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
refactoring
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
refactoring
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: moving non wlxml specific extension support from...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: refactoring method/transformation registration...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
smartxml: fix - do not send nodeDetached event for...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: removing console calls
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
extensions api wip - 1 canvas test fails because of...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
some ideas
blob
|
commitdiff
|
raw
|
diff to current
2013-12-15
Aleksander Łukasz
wip: blocking nested transformations from being pushed...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Aleksander Łukasz
wip: lists + uri extensions
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Aleksander Łukasz
wip: breakContent & others transformations - still...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Aleksander Łukasz
pre d: setattr, settext, split as ContextTransformation...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Aleksander Łukasz
dzialacy remove+text
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Aleksander Łukasz
wip: detach2 ok
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Aleksander Łukasz
undoredo wip
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Aleksander Łukasz
smartxml: sending nodeDetached events when existing...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-27
Aleksander Łukasz
smartxml: handle insertAtIndex when index out of range
blob
|
commitdiff
|
raw
|
diff to current
2013-11-26
Aleksander Łukasz
smartxml: ElementNode.insertAtIndex
blob
|
commitdiff
|
raw
|
diff to current
2013-11-26
Aleksander Łukasz
smartxml: linting
blob
|
commitdiff
|
raw
|
diff to current
2013-11-26
Aleksander Łukasz
smartxml: fix
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Aleksander Łukasz
smartxml: refactoring - more consisten naming
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Aleksander Łukasz
smartxml: Make sure DocumentNode.sameNode returns a...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Aleksander Łukasz
smartxml: DocumentNode.replaceWith
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Aleksander Łukasz
smartxml: DocumentNode.getPath
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Aleksander Łukasz
smartxml: cloning a node
blob
|
commitdiff
|
raw
|
diff to current
2013-11-20
Aleksander Łukasz
smartxml: splitting text
blob
|
commitdiff
|
raw
|
diff to current
2013-11-20
Aleksander Łukasz
smartxml: fix - handle creation of an empty text node
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Aleksander Łukasz
smartxml: refactoring - one node creation method
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Aleksander Łukasz
smartxml: fix
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Aleksander Łukasz
smartxml: refactor
blob
|
commitdiff
|
raw
|
diff to current
next