]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/shortlog
perl/modules/LaTeX-TikZ.git
2010-08-02 Vincent PitThis is 0.02 v0.02
2010-08-02 Vincent PitComplete doc for LT::Meta::TC::Autocoerce
2010-08-02 Vincent PitRequire the mapper attribute
2010-08-02 Vincent PitAllow returning undef from the autocoercion mapper
2010-08-02 Vincent PitDon't try to load the autocoercion package when calling...
2010-08-01 Vincent PitLocalize the die handler when requiring for autocoercion
2010-08-01 Vincent PitReplace LaTeX::TikZ::Set::Path::Elements by LaTeX:...
2010-08-01 Vincent PitRename LT::Mod->cover to ->covers
2010-08-01 Vincent PitBump the default space width of patterns to 10
2010-08-01 Vincent PitEnable taint mode for the functor test
2010-08-01 Vincent PitMore docs for LT::Functor/LT::Functor::Rule
2010-08-01 Vincent PitLT::Functor: compare sets with numeric equality
2010-08-01 Vincent PitLT::Functor: don't process the mods at all if the new...
2010-08-01 Vincent PitMove most of the functor logic into a new LT::Functor...
2010-08-01 Vincent PitMore typos in POD
2010-08-01 Vincent PitSmall doc clarification in LT::Functor
2010-08-01 Vincent PitIn LaTeX::TikZ::Functor, move ->default_rule after...
2010-08-01 Vincent PitFunctors overhaul
2010-08-01 Vincent PitDocument the Set/Set::Op roles
2010-08-01 Vincent PitFix cover for Mod::Pattern and Mod::Raw
2010-08-01 Vincent PitDocument the Mod role
2010-07-31 Vincent PitBump perl dependency to 5.8
2010-07-31 Vincent PitTest autocoercion
2010-07-31 Vincent PitAllow passing a type constraint as the parent to LT...
2010-07-29 Vincent PitAdd kwalitee test
2010-07-29 Vincent PitAdd portability files test
2010-07-29 Vincent PitAdd POD coverage test
2010-07-29 Vincent PitFix spacing in one use_ok
2010-07-29 Vincent PitComplete the example for Formatter->render
2010-07-26 Vincent PitSilence a warnings with Moose 1.09
2010-07-23 Vincent PitTest handler definedness in LaTeX::TikZ::Functor
2010-07-23 Vincent PitMore docs for LaTeX::TikZ::Formatter
2010-07-23 Vincent PitFix typos in POD
2010-07-23 Vincent PitFix synopsis
2010-07-23 Vincent PitThis is 0.01 v0.01
2010-07-23 Vincent PitDocument the interface
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 PitAdd a sample script
2010-07-22 Vincent PitInline LaTeX::TikZ::Set->mods_unique
2010-07-22 Vincent PitMake ->render return one body for each argument
2010-07-22 Vincent PitTest formatter origin
2010-07-22 Vincent PitTest labeled points
2010-07-22 Vincent PitEnforce the non-negativity of some attributes with...
2010-07-22 Vincent PitAdd missing new fields to t/30-functor.t translator
2010-07-22 Vincent PitComplete origin support in the formatter object
2010-07-22 Vincent PitAdd label and position support to Set::Point
2010-07-22 Vincent PitMake some accessors writable for the formatter object
2010-07-22 Vincent PitRemove magic LaTeX::TikZ::Interface->import
2010-07-22 Vincent PitIntroduce LaTeX::TikZ::Functor
2010-07-22 Vincent PitFix type constraint on Set::Op in Mod::Clip
2010-07-21 Vincent PitGlobally store layer objects as weak references
2010-07-21 Vincent PitPattern covering tests
2010-07-21 Vincent PitOnly declare once each mod, tag-wise
2010-07-21 Vincent PitComplete patterns implementation, interface and tests
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Arrow
2010-07-21 Vincent PitReally allow coercing a string into a mod object
2010-07-21 Vincent PitAlways call ->assert_valid after ->coerce
2010-07-21 Vincent PitIntroduce LaTeX::TikZ::Set::Arc
2010-07-21 Vincent PitTest fill mods covering
2010-07-21 Vincent PitTest rectangle and circle clips covering
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 PitTest geometrical sets
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-21 Vincent PitMake the formatter autocoerce the origin
2010-07-20 Vincent PitMove most of the autoload logic into Autocoerce->load
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-19 Vincent PitTest mod/clip/layer folding
2010-07-18 Vincent PitMore layer mod folding tests
2010-07-18 Vincent PitTest clips
2010-07-18 Vincent PitMake sure Set->mod only accepts mods
2010-07-18 Vincent PitFix layer folding
2010-07-18 Vincent PitRegister Tikz->formatter in the API
2010-07-18 Vincent PitCall LaTeX::TikZ::Set::Rectangle explicitely in the...
2010-07-18 Vincent PitTested flattening of nested modified sets
2010-07-18 Vincent PitGet rid of LaTeX::TikZ::Set::Mod
2010-07-18 Vincent PitMore $set->mod and mod covering tests
2010-07-18 Vincent PitFix Mod::Raw->tag
2010-07-18 Vincent PitThe ->tag must be defined for a Mod, so simplify coveri...
2010-07-18 Vincent PitTest mod covering
2010-07-18 Vincent PitTest mod foldings
2010-07-18 Vincent PitIncrement the Test::Builder::Level in tests
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 PitBasic set tests in t/10-set.t
2010-07-18 Vincent PitStop drawing with the newline
2010-07-18 Vincent PitTest the API in t/01-api.t
2010-07-17 Vincent PitInitial commit