gplate/gplate-tag.h
22 months ago Changed the license from gplv2 to gplv3
2008-02-12 The start of the rendering rewrite
2008-02-11 Changed the render function for tags to have a second argument of GPlateTemplate instead of GPlateCollection since the template is required for manipulating the tag stack, and it's a collection anyways ;)
2008-01-20 This should have been included in the last commit
2008-01-20 Whoops
2008-01-20 Tags should be tokenized correctly now (testing it is next on my todo)
2008-01-20 Moved the get_prefix and get_suffix instance methods to class methods
2008-01-20 Tags only hold the prefix and the suffix, this makes it easier for the parser to deal with, for many reasons i don't want to explain right now...
2008-01-19 Added the variable tag
2008-01-19 Added a render method, this is going to be hacked on more later, but for now i just wanted it there for hierarchy purposes
2008-01-19 Yeah, moving back to abstracted tags...