started implementing the remove_font_transforms filter
[swftools.git] / lib / q.c
2010-03-06 Matthias Krammstarted implementing the remove_font_transforms filter
2010-01-21 Matthias Krammkerning table fixes
2010-01-16 Matthias Krammadded kerning to fonts
2010-01-09 Matthias Krammfixed format warnings
2009-11-15 Matthias Krammfixed some compiler warnings, fixed as3compile spec...
2009-10-26 Matthias Krammfinetuned space char detection
2009-08-31 Matthias Krammmade parser more robust against broken as3
2009-08-25 Matthias Krammimproved polygon conversion in pdf2pdf
2009-05-27 Matthias Krammsmall bugfixes and memory optimizations
2009-05-26 Matthias Krammfixed a few minor mem leaks
2009-04-23 Matthias Krammmany optimizations and bugfixes in the new intersector...
2009-04-22 Matthias Krammfirst version of new polygon intersector
2009-04-18 Matthias Krammas3: fixes to inner method handling
2009-04-17 Matthias Krammas3: added xml string substitution, variable scoping...
2009-04-09 Matthias Krammfixed a security bug in logging, added basic xml suppor...
2009-03-29 Matthias Krammsmall fixes
2009-03-24 Matthias Krammadded rollbacking functionality to trier (for namespaces)
2009-03-15 Matthias Krammremove namespaces from tokens again when they go out...
2009-03-08 Matthias Krammfixed hash deletion
2009-02-16 Matthias Krammcontinued namespace member implementation
2009-02-08 Matthias Krammremoved breakpoints
2009-02-08 Matthias Krammadded trie data structure
2009-02-07 Matthias Krammnew function list_deep_free
2009-02-03 Matthias Krammnew function mem_get, bugfix in ptr_type
2009-01-16 Matthias Krammnew function dict_destroy_shallow
2009-01-06 krammadded move to front optimization
2009-01-06 krammnew function list_concat
2009-01-02 krammnew function dict_contains
2008-12-30 krammreworked strings
2008-12-30 krammadded ptr_type
2008-12-23 krammfixed dict_dump()
2008-12-23 krammfixed bugs in dict_clone
2008-12-23 krammnew function dict_clone
2008-12-19 krammdict_init() now takes a size argument
2008-12-02 krammadded list_prepend method
2008-11-24 krammadded more type-checking
2008-11-23 krammadded type_t structure
2008-11-23 krammmerged with lib/as3/utils.{c,h}
2008-11-12 krammsmall refinements to dict resizing
2008-11-12 krammdict now reallocates itself
2008-11-12 krammfinished implementation of map_dump
2008-11-12 krammoptimized dict implementation
2008-11-12 krammimplemented hashing
2007-08-20 krammfirst half of Huub Schaek's sweep patch
2007-07-27 krammapplied patches from Huub Schaeks
2004-11-05 krammremoved high-level memory allocation functions from...
2004-10-07 krammadded heap_t data structure.
2003-11-18 krammpointers which are freed are now cleanly set to 0 after...
2003-08-08 krammadded (long) GPL headers.
2003-08-02 krammrenamed strndup to strdup_n.
2003-05-06 krammmoved from ../src