fnpeditor.git
2014-01-21 Aleksander... editor: first approach to supplementing comments with...
2014-01-21 Aleksander... wlxml: metadata - additional iterator, filtering
2014-01-17 Aleksander... editor: cleanup
2014-01-17 Aleksander... editor: fix minor bug
2014-01-17 Aleksander... linting
2014-01-17 Aleksander... Merge in metadata support into master
2014-01-17 Aleksander... wlxml: metdata wip - empty key/value is represented...
2014-01-17 Aleksander... editor: metadata wip fix
2014-01-17 Aleksander... editor: metadata wip - refactoring, removing unused...
2014-01-17 Aleksander... editor: metadata wip - refactoring
2014-01-17 Aleksander... editor: meta wip - first working version
2014-01-17 Aleksander... editor: removing old unused code
2014-01-17 Aleksander... wlxml: metadata wip - adding/removing/editing, undo...
2014-01-17 Aleksander... smartxml: data cloning handler gets reference to the...
2014-01-17 Aleksander... wlxml: metadata wip - part of a new api approach
2014-01-17 Aleksander... wlxml: metadata wip - as extension
2014-01-17 Aleksander... smartxml: allow for registering extensions before initi...
2014-01-17 Aleksander... editor: metadata wip - first approach
2014-01-17 Aleksander... wlxml: metadata wip - first approach
2014-01-16 Aleksander... smartxml: allow objects set with setData to clone thems...
2013-12-31 Aleksander... logging: change default formatter to noop, fixes tests
2013-12-31 Aleksander... editor: warn user before exit
2013-12-31 Aleksander... logging: basic formatters support
2013-12-31 Aleksander... logging: console handler
2013-12-31 Aleksander... logging: fix in ravenjs handler
2013-12-30 Aleksander... build: generate js source map
2013-12-30 Aleksander... editor: handle invalid xml sent as a wlxml document
2013-12-30 Aleksander... smartxml: raise an Error on invalid XML
2013-12-30 Aleksander... logging: Raven handler fixes
2013-12-30 Aleksander... logging: pass logger name to the handler
2013-12-30 Aleksander... editor: pass through logging configuration to the logge...
2013-12-30 Aleksander... logging: Raven handler
2013-12-30 Aleksander... Simple logging api inspired by Python logging module
2013-12-20 Aleksander... build: don't strip 'use strict'
2013-12-20 Aleksander... gitignore update: node_modules/
2013-12-19 Aleksander... editor: fix styling of the emp wlxml class
2013-12-19 Aleksander... wlxml/editor: rename class uri to link
2013-12-18 Aleksander... smartxml: throw exception on missing tagName property...
2013-12-18 Aleksander... editor: fixing invalid new node construction in ctrl...
2013-12-18 Aleksander... wlxml: lists fix
2013-12-18 Aleksander... editor: remove new line characters from pasted text
2013-12-18 Aleksander... editor: Mark some texts for translation
2013-12-18 Aleksander... editor: minor refactoring
2013-12-17 Aleksander... editor fix: source editor should also react to contentS...
2013-12-17 Aleksander... editor: bring back restore dialog after integration
2013-12-17 Aleksander... editor: configurable document diff and revert urls
2013-12-17 Aleksander... editor: nodePane handles meta/unregistered node attributes
2013-12-17 Aleksander... wlxml: Remove "meta-" prefix for defined (aka "meta...
2013-12-17 Aleksander... smartxml: transactions fix - ignore empty transactions
2013-12-17 Aleksander... editor: first take on text paste handling
2013-12-17 Aleksander... editor: fixing canvas.cursor getSelectionStart/getSelec...
2013-12-17 Aleksander... smartxml: optimize undo for setText transformation
2013-12-17 Aleksander... editor: fix - removing redundant event handlers
2013-12-17 Aleksander... editor: fix - removing unnecessary event handler in...
2013-12-15 Aleksander... editor: canvas - consider list subclasses when styling...
2013-12-15 Aleksander... editor: fix canvas wrap node command
2013-12-15 Aleksander... wlxml: fix list extension's document methods definition
2013-12-15 Aleksander... editor: canvas - fix problem with detaching empty text...
2013-12-15 Aleksander... editor - fix missing canvas references
2013-12-15 Aleksander... editor - group node removing actions on a toolbar together
2013-12-15 Aleksander... editor: some basic aside.comment support
2013-12-15 Aleksander... editor: nicer icon for undo toolbar icon
2013-12-15 Aleksander... editor: fix - send correct class parameter when wrappin...
2013-12-15 Aleksander... editor: fallback to original tag/class name in case...
2013-12-15 Aleksander... editor: canvas - styling for aside.comment nodes
2013-12-15 Aleksander... editor: styling - make border of canvas elements transp...
2013-12-15 Aleksander... editor: fix cursor out of text node handling Chrome...
2013-12-15 Aleksander... editor: fix resolving cursor destination after breaking...
2013-12-15 Aleksander... fix relative paths bug for build 2
2013-12-15 Aleksander... Compile Bootstrap CSS on our own, include it into build...
2013-12-15 Aleksander... integration wip: copy Bootstrap to build directory...
2013-12-15 Aleksander... integration wip: install local copy of grunt-cli
2013-12-15 Aleksander... integration wip: configurable output dir path for grunt...
2013-12-15 Aleksander... integration wip: use default value for baseUrl
2013-12-15 Aleksander... editor: Inserting document templates support
2013-12-15 Aleksander... wlxml: Use smartxml hook for XML normalization
2013-12-15 Aleksander... smartxml: Document can create node from xml string
2013-12-15 Aleksander... fix: correctly showing current document version number...
2013-12-15 Aleksander... integration wip: saving document
2013-12-15 Aleksander... integration wip: sourceEditor module stops keeping...
2013-12-15 Aleksander... integration wip: setting editor configuration from...
2013-12-15 Aleksander... integration wip: editor_init_callback
2013-12-15 Aleksander... editor: canvas keys handling - wrapping document transf...
2013-12-15 Aleksander... smartxml: Simple flat transactions for series of transf...
2013-12-15 Aleksander... editor: bringing back tag changing via node pane
2013-12-15 Aleksander... canvas: Fix getting invalidated references to wlxmlNode...
2013-12-15 Aleksander... editor: update old transform api calls to new way of...
2013-12-15 Aleksander... smartxml: dividing text node into two with element...
2013-12-15 Aleksander... Linting, minor test description fix
2013-12-15 Aleksander... editor: fixing invalid call to util function
2013-12-15 Aleksander... editor: fix missing passing of canvas object reference
2013-12-15 Aleksander... removing unused code
2013-12-15 Aleksander... Update grunt's jshint task
2013-12-15 Aleksander... Linting, cleanup, removing unused code
2013-12-15 Aleksander... Removing unnecessary element detach logic from Canvas...
2013-12-15 Aleksander... editor: removing unused code
2013-12-15 Aleksander... editor: first take on plugins, core plugin with breakCo...
2013-12-15 Aleksander... cleanup
2013-12-15 Aleksander... smartxml: do not clear redo stack when performing neste...
2013-12-15 Aleksander... smartxml: throw exception on transformation returning...
next