]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/shortlog
perl/modules/LaTeX-TikZ.git
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3 master
2015-04-23 Vincent PitThis is 0.03 v0.03
2015-04-23 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2015-04-22 Vincent PitAlso document ->path alongside ->union
2015-04-22 Vincent PitFix typo in ->union documentation
2015-04-22 Vincent PitMake sure POD headings are linkable
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 PitDon't overwrite an ancestor functor rule
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 PitUpdate VPIT::TestHelpers to 2a6ac0f1
2015-04-22 Vincent PitJust use Mouse instead of Any::Moose
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitRemove trailing whitespace
2013-08-22 Vincent PitQuote version numbers in Makefile.PL
2013-08-22 Vincent PitEncode the README file in UTF-8
2013-08-20 Vincent PitStop bundling author tests
2013-08-07 Vincent PitUpdate author tests
2013-08-07 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-08-06 Vincent PitPreserve __PACKAGE__ from stringification by => rt87282
2013-08-06 Vincent PitFix the autocoercing code with recent versions of Moose
2013-08-06 Vincent PitRemove the user_constraint feature from the autocoercio...
2013-08-06 Vincent PitFactor the 'target' type constraint outside of L::T...
2013-08-06 Vincent PitRename LaTeX::TikZ::TypeConstraint::Autocoerce->parent...
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2012-07-02 Vincent PitIgnore MYMETA.json
2012-07-01 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-04-14 Vincent PitFlatten scopes at creation time
2011-04-14 Vincent PitMake LaTeX::TikZ::Scope objects immutable
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 PitAllow fractional widths
2011-02-01 Vincent PitIntroduce LaTeX::TikZ::Mod::Scale
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-12-06 Vincent PitSanitize LaTeX::TikZ::Set::{layer,clip}
2010-11-26 Vincent PitSimplify the layer application logic
2010-11-26 Vincent PitFactor the check() test function in an helper test...
2010-10-27 Vincent PitFix drawing empty sequences
2010-10-25 Vincent PitComplete LaTeX::TikZ::Tools documentation
2010-10-25 Vincent PitFix ->content description of raw mods and sets
2010-10-16 Vincent PitPOD typo
2010-10-06 Vincent PitInsert rules after all their subrules and before all...
2010-10-05 Vincent PitIgnore MYMETA.yml
2010-10-05 Vincent PitBump Mouse dependency
2010-08-22 Vincent PitFix and test parent validation in LT::Meta::TC::Autocoerce
2010-08-22 Vincent PitLaTeX::TikZ::Tools::type_constraint shouldn't croak...
2010-08-15 Vincent PitRevamp a sentence in LT::Meta::TC::Autocoerce's description
2010-08-15 Vincent PitDocument the return value of LT::Functor::Rule::insert
2010-08-15 Vincent PitRemove some unused variables
2010-08-15 Vincent PitDon't undef the $rule in LT::Functor::Rule::insert
2010-08-15 Vincent PitPrevent some "uninitialized" warnings when pruning...
2010-08-15 Vincent PitRewrite functors description
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
next