summaryrefslogtreecommitdiff
path: root/tikzit/src/common
AgeCommit message (Expand)Author
2014-03-25trading a crash for a memory leakJohan Paulsson
2014-03-25osx gui: custom nodes preference panel shows tikzit preview and tikz code for...Johan Paulsson
2013-08-28Make tikzparser.ym compatible with bison 2.3Alex Merry
2013-08-27Make sure we never output numbers in scientific notationAlex Merry
2013-08-25Recalculate edge properties when shapes are refreshedAlex Merry
2013-08-25Memory management: release old shape dict when refreshedAlex Merry
2013-08-25Better debugging: set description for node and edge stylesAlex Merry
2013-08-22Unset default "center" anchor when applying a styleAlex Merry
2013-08-07Allow preambles to omit the tikzit-specific preview stuffAlex Merry
2013-08-07Add variant of stringWithContentsOfFile that produces an errorAlex Merry
2013-08-06Copy anchors when copying an EdgeAlex Merry
2013-08-03Better dependency informationAlex Merry
2013-08-02Tidy up and document bison decls in tikzparser.ymAlex Merry
2013-08-02Use flex and bison options instead of #definesAlex Merry
2013-07-29Do not reverse the order of the properties when parsingAlex Merry
2013-07-29Allow empty square brackets for properties listAlex Merry
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