summaryrefslogtreecommitdiff
path: root/tikzit/src
AgeCommit message (Expand)Author
2014-03-25minor semantical errorsJohan Paulsson
2014-03-25fixing a couple of attributes that stopped selectable nodes from showingJohan Paulsson
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
2014-03-23Converting from GC to ARCJohan Paulsson
2014-03-23osx gui: initial creation of custom node shapes preference panelJohan Paulsson
2014-02-14Fix for crash when moving too close to each otherJohan Paulsson
2013-12-02osx gui: Cosmetic changes to preference windowJohan Paulsson
2013-12-02osx gui: Moved preamble window to preferences.Johan Paulsson
2013-12-01osx gui: Added preference tab for Sparkle updater.Johan Paulsson
2013-12-01osx gui: Fixed dragging of the preview pdf to all applications.Johan Paulsson
2013-11-30osx gui: Added dragging of the preview pdf to other applications.Johan Paulsson
2013-10-11Fix rule dependencies for lexer/parser generationAlex Merry
2013-09-01GTK: Properly clear the renderer from the old toolAlex Merry
2013-09-01GTK: delay setting cursor on non-realised windowsAlex Merry
2013-08-29When dragging, only snap leader node to gridAlex Merry
2013-08-29fixed osx code and build to work with the new parserAleks Kissinger
2013-08-28remove old TikzParser.{h,m}, as this causes name clash on non-case-dependent ...Aleks Kissinger
2013-08-28Make tikzparser.ym compatible with bison 2.3Alex Merry
2013-08-27Properly clear selection boxAlex Merry
2013-08-27Make sure we never output numbers in scientific notationAlex Merry
2013-08-25Redraw graphs when shapes are refreshedAlex 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-07GTK: make presentError: methods cope with null errorsAlex Merry
2013-08-06Copy anchors when copying an EdgeAlex Merry
2013-08-04GTK: holding down ctrl pans, regardless of toolAlex Merry
2013-08-04GTK: SelectTool: return to QuietState on mouse releaseAlex 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-05-07Change "preferences" to "configuration"Alex Merry
2013-05-07GTK+: One preview window per main windowAlex Merry
2013-04-02Prevent toolbox getting lost when minimising windowsAlex 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-24GTK: print backtrace on unhandled exceptionsAlex Merry
2013-03-24GTK: highlight the bad symbol on parse errorsAlex 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