summaryrefslogtreecommitdiff
path: root/tikzit/src/common/Graph.m
AgeCommit message (Collapse)Author
2013-02-04Use the more descriptive "tikzList" instead of "stringList"Alex Merry
This is a string that is supposed to be used in tikz, so make that explicit.
2013-01-28fix incorrect use of pointer equality when comparing anchor stringsAleks Kissinger
2013-01-24Anchor support for the parser and osx guiJohan Paulsson
2012-08-24Match Cocoa's method naming conventionsAlex Merry
We were naming properties starting with new, which is Cocoa's convention for methods that return fresh objects. Spotted due to a Clang warning.
2012-06-14Make sure inEdges and outEdges are up-to-dateAlex Merry
2012-05-04Edges can now be reversed easilyAlex Merry
2012-04-19Stop tikzit crashing on copyAlex Merry
It turns out that applying fast enumeration directly to an NSMapTable does something weird, and it should be applied to one of the enumerator objects instead.
2012-03-10Fix memory issuesrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@423 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-10Make common code KVC compliant, and implement NSCopying where relevantrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@420 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-09Make sure the Graph's data is always mutablerandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@414 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-30Undo/redo support for ordering changesrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@404 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-17Don't crashrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@387 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-17Fix NSMapTable init callrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@386 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-17Remove BasicMapTablerandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@385 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-16graphs now store edges and nodes in an array, GraphicsView has actions for ↵akissinger
re-ordering the z-index of nodes and edges git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@380 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-10GTK: Edge style supportrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@375 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-09Move tikzit into "trunk" directoryrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@365 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64