summaryrefslogtreecommitdiff
path: root/tikzit/src/common
AgeCommit message (Expand)Author
2013-03-27Allow empty anchor namesAlex Merry
2013-03-26Add edge anchor editing to GTK portAlex Merry
2013-03-25Catch some memory leaksAlex Merry
2013-03-25Fix issues found by the clang static analyzerAlex Merry
2013-03-25Fix clang warningsAlex Merry
2013-03-24Add methods to Graph to create from tikzAlex Merry
2013-03-24Document TikzGraphAssemblerAlex Merry
2013-03-24Make first/last_column count character offsetsAlex Merry
2013-03-23Fixes to the parser error-reporting codeAlex Merry
2013-03-23Fix line counting for newlines in non-INITIAL modesAlex Merry
2013-03-23Store parsed graph propertiesAlex Merry
2013-03-23Bring back parser/lexer error reportingAlex Merry
2013-03-23Make the parser/lexer reentrantAlex Merry
2013-03-23Annotate token declarations in parserAlex Merry
2013-03-23Make the parser more coherentAlex Merry
2013-03-22Rewrite the lexer to be context-awareAlex Merry
2013-03-22Anchors can have spaces in themAlex Merry
2013-03-22Add debugging option to Select toolAlex Merry
2013-03-22When the @property says we copy it, actually copy itAlex Merry
2013-03-22Account for rounding errors when calculating edge head and tailAlex Merry
2013-03-22Fix parser hack for props containing the word "node"Alex Merry
2013-03-13Prevent buffer overflowsAlex Merry
2013-03-13Fix the code to grab the first lineAlex Merry
2013-03-11Use a method that actually exists in GNUStepAlex Merry
2013-02-28parser: gives correct error description if parse error is on first lineJohan Paulsson
2013-02-26osx gui underlines the offending line on a parser error in document messageJohan Paulsson
2013-02-12Make sure edge bounds include decorationsAlex Merry
2013-02-04Fix parsing of keywords in property names and valuesAlex Merry
2013-02-04{-quote keys as well as values in property listsAlex Merry
2013-02-04Use the more descriptive "tikzList" instead of "stringList"Alex Merry
2013-02-04Fix property list parsingAlex Merry
2013-02-04Parse escaped { and } characters properlyAlex Merry
2013-02-04Only change style settings when OK is clickedAlex Merry
2013-02-04Merge branch 'master' into multi-docsAlex Merry
2013-01-29Fix variable declarationsAlex Merry
2013-01-28fix incorrect use of pointer equality when comparing anchor stringsAleks Kissinger
2013-01-27Better parser errors on syntax errors. Will show line number, description and...Johan Paulsson
2013-01-24Default preamble will include edges in osx. Added checks for null colour as c...Johan Paulsson
2013-01-24Anchor support for the parser and osx guiJohan Paulsson
2012-12-11Remove the concept of an "active style" from StyleManagerAlex Merry
2012-12-03Fix file headersAlex Merry
2012-10-31Allow spaces in propertiesAlex Merry
2012-08-24Match Cocoa's method naming conventionsAlex Merry
2012-06-29Do not set looseness prop if edge is straightAlex Merry
2012-06-14Re-render bend incident edges when node style changesAlex Merry
2012-06-14Make sure inEdges and outEdges are up-to-dateAlex Merry
2012-06-13Be a bit more conservative about quoting propertiesAlex Merry
2012-05-29Fix handling for property values containing = or ,Alex Merry
2012-05-29Add vi modelines to the lexer/parser codeAlex Merry
2012-05-29Fix license header in DiamondShape filesAlex Merry