summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-24Do not adjust the height of RegularPolyShapeAlex Merry
It might look more natural like that, but it's not how TikZ does it.
2012-05-24Fix RegularPolyShape rotation to match TikZAlex Merry
In PGF/TikZ, regular polygons with rotation 0 have a side flat at the bottom. RegularPolyShape now does the same, and also takes its rotation in degrees.
2012-05-23Start fixing shapes in the preambleAlex Merry
RegularPolyShape needs fixing still, and the tikz shapes need sorting out.
2012-05-23Merge branch 'master' into resize_previewAlex Merry
2012-05-23Push back version to 0.9Alex Merry
I never did release 1.0, and we may release 0.9 first
2012-05-22Merge branch 'master' into resize_previewAleks Kissinger
2012-05-22apidocs++Alex Merry
2012-05-22Fix how preview size determination is doneAlex Merry
PreviewRenderer should always scale to fit the surface size, rather than having to be manually resized.
2012-05-22resize worksAleks Kissinger
2012-05-22almost there, just doesnt resize container nowAleks Kissinger
2012-05-22made size settableAleks Kissinger
2012-05-21add callback on window resizeAleks Kissinger
2012-05-07Correctly remove $ at end of latex commandsAlex Merry
Previously, a string like '$\alpha$' would retain the final $ when displayed on a label.
2012-05-04Fix license headerAlex Merry
2012-05-04Avoid deprecated methodsAlex Merry
2012-05-04GTK: Add missing DIST filesAlex Merry
2012-05-04Ignore package filesAlex Merry
2012-05-04We actually require gtk+ 2.18Alex Merry
2012-05-04Bump to version 1.0Alex Merry
Also set spec requirements
2012-05-04Edges can now be reversed easilyAlex Merry
2012-05-01fixed gtk_message_dialog_new to use constant format stringAleks Kissinger
2012-04-19Make style-less edges black, not whiteAlex Merry
2012-04-19Stop tikzit crashing on copyAlex Merry
It turns out that applying fast enumeration directly to an NSMapTable does something weird, and it should be applied to one of the enumerator objects instead.
2012-04-18Ignore unescaped dollar signs in labelsAlex Merry
Dollar signs indicate start/end of math-mode, so don't display them
2012-04-18Add edge coloursAlex Merry
2012-04-17Add "ldots" to the tex constants fileAlex Merry
2012-03-28Add a .gitignore fileAlex Merry
2012-03-14Use KVO for listening to style changes in the selectorsrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@426 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-11Tidy methods uprandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@425 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-10Better parse error reportingrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@424 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-10Fix memory issuesrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@423 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-10Fix the last commitrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@422 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-10GTK: user @property declarations in TikzDocumentrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@421 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-10Make common code KVC compliant, and implement NSCopying where relevantrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@420 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-08Fix how copying is implementedrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@419 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-08GTK: fix creating the user support dirrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@418 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-03-01(osx) fixed bug where preview would hang on too much outputakissinger
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@417 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-14GTK: attach edge styles when parsingrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@416 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-09Work around an apparent bug in gcc and/or GNUstep to do with synthesizing ↵randomguy3
properties git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@415 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-09Make sure the Graph's data is always mutablerandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@414 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-09GTK: build system improvementsrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@413 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-06GTK: Make it more obvious that there is a potential issue when poppler-glib ↵randomguy3
is not found (but not explicitly disabled) git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@412 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-06GTK: Add in a test for a sane Foundation (ie: gnustep-base)randomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@411 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-06GTK: Fix GNUstep testsrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@410 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-02Add in a useful vim folder markerrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@409 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-02Make the edge style choice images consistent sizesrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@408 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-02Generate definitions for the edge styles in the default preamblerandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@407 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-02GTK: Fix a condition to avoid a critical messagerandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@406 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-02-01Move more of the docs stuff to wwwrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@405 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
2012-01-30Undo/redo support for ordering changesrandomguy3
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@404 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64