gplate/gplate-template.h
22 months ago Changed the license from gplv2 to gplv3
2009-04-05 implemented gplate_template_jump_to and migrated gplate-for-function to it.
2009-01-01 updated the for function to use the new GPlateTemplate->render_until
2008-09-21 propagate from branch 'org.guifications.misc.gplate' (head 31ead0c5e8ca596126f248a2169c4557143d08c0)
2008-03-02 Creating a branch for moving render until into GPlateTemplate rather than having everyone handle it themselves
2008-07-13 Added a "working-directory" property to GPlateTemplate so that absolute paths
2008-02-27 And grim said, let there be for loops
2008-02-19 A ton of updates that aparently don't work... will look into this more tomorrow, now, must sleep
2008-02-17 Updating template for the rendering changes
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-02-11 Implemented the tag stack functions.
2008-02-10 Added some more functions for tags in the library.
2008-02-07 Adding some helpers for management of the tag list
2008-02-07 merge of 'b374f8584763ce592c937e6ef49ae17a3bd6dac3'
2008-02-07 disapproval of revision '4b661018e562c61a190bfc75843370613b00ebf0'
2008-02-07 Whoops, missed one
2008-02-07 disapproval of revision '163d396068e7f224f5c4ade43de7b8edbb87f2c5'
2008-02-07 Moved gplate_template_tokenize to an internal function
2008-01-20 Tags should be tokenized correctly now (testing it is next on my todo)
2008-01-20 Added dispatchers for rendering a template
2008-01-20 Copyright updates
2008-01-20 this should be it for add_tag
2008-01-20 Added an add_tag methods
2008-01-07 more cleanups
2008-01-02 The start of moving to the django model using regex's and making the parser extensible
2008-01-01 Removing all of the gscanner related stuff.
2007-12-24 Made GPlateTemplate a GPlateCollection (collection methods are called on an internal GPlateDicationaryVariable)
2007-12-23 Adding variable support to GPlateTemplate
2007-11-26 Basic (read as no tokens) templating works
2007-11-25 dummy, how do we get the output out!
2007-11-25 Consistency is good
2007-11-25 A bunch of updates and restructured some stuff to allow for later expansion
2007-11-24 Initial import, plus i want to move to specter