Skip to content

Tags: DigitalExegete/SVGKit

Tags

v1.2.0

Toggle v1.2.0's commit message
Version 1.2.0

v1.1.0

Toggle v1.1.0's commit message
Tagging 1.1.0 for CocoaPods

libxml-pass-self

Toggle libxml-pass-self's commit message
Pass self as the second option of xmlCreatePushParserCtxt so we don't…

… have to worry about more than one parser running at once.

allocInitCopy

Toggle allocInitCopy's commit message
Where I was paranoid and added alloc-init to the copy methods instead…

… of leaving them be.

xmlStr-macro

Toggle xmlStr-macro's commit message
Create an NSString from an XML string using a macro.

symbol-export

Toggle symbol-export's commit message
Add a symbol export file.

splitList

Toggle splitList's commit message
This is when each view has its own list of SVGs.

nodecopy

Toggle nodecopy's commit message
Where we copy Node's name and value.

namespace-start

Toggle namespace-start's commit message
Where the namespace branch was first created.

namespace

Toggle namespace's commit message
When the namespace branch was merged to master.