]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/history - lib/LaTeX/TikZ/Set
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set /
2015-04-23 Vincent PitThis is 0.03 v0.03
2015-04-22 Vincent PitBump copyright year
2015-04-22 Vincent PitAlso define a default functor rule for the new Polyline
2015-04-22 Vincent PitReinstate the 'closed' parameter for Polyline
2015-04-22 Vincent PitAdd a backward compatible Tikz->path keyword
2015-04-22 Vincent PitJust use Mouse instead of Any::Moose
2013-08-06 Vincent PitFix the autocoercing code with recent versions of Moose
2011-02-28 Vincent PitMissing word in POD
2011-02-12 Vincent PitAbstract the mod antiduplication logic in a new context...
2011-02-01 Vincent PitReimplement LT::Set::Polyline as a child class of LT...
2011-02-01 Vincent PitGenerate the chain links only at path time
2011-02-01 Vincent PitIntroduce the ->begin and ->end path methods
2011-01-31 Vincent PitIntroduce LaTeX::TikZ::Set::Chain
2011-01-27 Vincent PitRename LT::Set::Mutable to ::Container
2011-01-27 Vincent PitMake LT::Set::Path the base role, remove ::Op, and...
2010-12-20 Vincent PitSwitch to qw<>
2010-12-06 Vincent PitDon't import anything from Carp into LaTeX::TikZ::Set...
2010-10-27 Vincent PitFix drawing empty sequences
2010-10-25 Vincent PitFix ->content description of raw mods and sets
2010-08-02 Vincent PitThis is 0.02 v0.02
2010-08-01 Vincent PitReplace LaTeX::TikZ::Set::Path::Elements by LaTeX:...
2010-08-01 Vincent PitDocument the Set/Set::Op roles
2010-07-23 Vincent PitMore documentation boilerplate
2010-07-22 Vincent PitFirst cut at the documentation
2010-07-22 Vincent PitAlso set the width/height of a rectangle when both...
2010-07-22 Vincent PitEnforce the non-negativity of some attributes with...
2010-07-22 Vincent PitAdd label and position support to Set::Point
2010-07-22 Vincent PitRemove magic LaTeX::TikZ::Interface->import
2010-07-22 Vincent PitIntroduce LaTeX::TikZ::Functor
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Arrow
2010-07-21 Vincent PitAlways call ->assert_valid after ->coerce
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Arc
2010-07-21 Vincent PitMake Set::Point delegates ->x and ->y to the underlying...
2010-07-21 Vincent PitAllow a bare Tikz->point for 0
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Polyline
2010-07-21 Vincent PitFix Rectangle constructor arguments
2010-07-21 Vincent PitKids of Set::{Circle,Line,Rectangle} should be Set...
2010-07-21 Vincent PitCoerce Points into Set::Points
2010-07-20 Vincent PitCoerce points from common types
2010-07-20 Vincent PitMake Points into a real class
2010-07-19 Vincent PitRename L::T::API to ::Interface
2010-07-18 Vincent PitGet rid of LaTeX::TikZ::Set::Mod
2010-07-18 Vincent PitThe ->tag must be defined for a Mod, so simplify coveri...
2010-07-18 Vincent PitFix appending to a Set::Mod
2010-07-18 Vincent PitSet::Op should consume Set
2010-07-18 Vincent PitFix Set::Path->add
2010-07-18 Vincent PitCheck path elements with ->does
2010-07-18 Vincent PitRemove string overloading completely for scope objects
2010-07-18 Vincent PitStop drawing with the newline
2010-07-17 Vincent PitInitial commit