summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/PropertyListEditor.m
AgeCommit message (Collapse)Author
2013-02-04GTK: prevent the user from creating invalid tikzAlex Merry
The free-form entry fields (graph element properties and node labels) are a potential source of invalid tikz code. Since we quote any dodgy-looking text with { and }, we just need to make sure there are no unmatched curly braces entered in those fields. This will turn the entry widgets red when there are unmatched braces, and refuse to make use of any such values.
2012-12-11Fix property window layoutAlex Merry
There were spacing issues before
2012-12-07Add a propery editor windowAlex Merry
2012-01-18Rename src/linux to src/gtk (which is more accurate)randomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@392 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64