summaryrefslogtreecommitdiff
path: root/tikzit/src/osx/TikzFormatter.m
AgeCommit message (Collapse)Author
2017-01-11made new subdirAleks Kissinger
2014-03-25gui: adding a couple of preference optionsJohan Paulsson
Added preference options for autocompletion and inspectors on top.
2014-03-23Converting from GC to ARCJohan Paulsson
This should only be for the osx specific code as all common files are left out. Hopefully this shouldn't introduce any problems on the other systems.
2013-03-23Make the parser/lexer reentrantAlex Merry
No more locking! Also, the interface for TikzGraphAssembler is much simpler. Changes to OSX code are completely untested.
2013-01-27NSFormatter subclass for validating user input of tikz codeJohan Paulsson