summaryrefslogtreecommitdiff
path: root/tikzit
AgeCommit message (Collapse)Author
2018-01-04ignore .pro.user filesAleks Kissinger
2018-01-03fixed jumping when nodes are addedAleks Kissinger
2017-12-27adding and deleting nodes now worksAleks Kissinger
2017-12-22graphs no longer allocate edges and nodes (but they do still own them)Aleks Kissinger
2017-12-22edge bend undo worksAleks Kissinger
2017-12-21edge bending workingAleks Kissinger
2017-12-19undo move worksAleks Kissinger
2017-12-18created proper class for main menuAleks Kissinger
2017-12-18pushing on to undo stackAleks Kissinger
2017-12-18migrated TikzDocument into TikzSceneAleks Kissinger
2017-12-18adding node position tracking for undoAleks Kissinger
2017-12-18introduced some comments for source navigationAleks Kissinger
2017-12-05QtAleks Kissinger
2017-02-28generic nodesAleks Kissinger
2017-02-03drawing gridAleks Kissinger
2017-01-22tikz output doneAleks Kissinger
2017-01-22tikz outputAleks Kissinger
2017-01-22parsingAleks Kissinger
2017-01-21added testingAleks Kissinger
2017-01-20added flex yacc to projectAleks Kissinger
2017-01-20standard lex yacc namesAleks Kissinger
2017-01-20parsingAleks Kissinger
2017-01-20directory structureAleks Kissinger
2017-01-20added GraphElementPropertyAleks Kissinger
2017-01-15working on parserAleks Kissinger
2017-01-13tool paletteAleks Kissinger
2017-01-11boilerplateAleks Kissinger
2017-01-11made new subdirAleks Kissinger
2017-01-02Merge branch 'arc'Aleks Kissinger
2015-07-22v1.1Alex Merry
2015-07-22Fix bison invocationAlex Merry
2015-03-25update anchors on edge reverseAleks Kissinger
2015-03-12Reverted flex/bison files together with TikzGraphAssembler to be compiled ↵Johan Paulsson
with no ARC
2015-02-25Conversion of common files to ifdef for ARCJohan Paulsson
2015-02-25Xcode friendly gitignoreJohan Paulsson
2015-02-18Merge branch 'master' into arcJohan Paulsson
Conflicts: tikzit/README
2015-02-18Dummy commitJohan Paulsson
2015-02-18dummy commitAleks Kissinger
2015-02-18Missed a general Xcode fileJohan Paulsson
2014-03-25gui: adding a couple of preference optionsJohan Paulsson
Added preference options for autocompletion and inspectors on top.
2014-03-25Changed deprecated methodJohan Paulsson
Changed directoryContentsAtPath: deprecated in 10.5 to contentsOfDirectoryAtPath:error: introduced in 10.5
2014-03-25minor semantical errorsJohan Paulsson
2014-03-25fixing a couple of attributes that stopped selectable nodes from showingJohan Paulsson
2014-03-25dummy commitAleks Kissinger
2014-03-25trading a crash for a memory leakJohan Paulsson
2014-03-25osx gui: custom nodes preference panel shows tikzit preview and tikz code ↵Johan Paulsson
for selected custom node.
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.
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
Dividing by wrong variable causes the program to crash when moving nodes too close to each.
2013-12-02osx gui: Cosmetic changes to preference windowJohan Paulsson
Added icons for the three tabs and moved the preamble to be default tab as that is likely to be the one most users will want to go to first.