summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-12fix BitmapData.copyPixels crashersBenjamin Otte1-10/+23
2008-11-12use height as height, not widthBenjamin Otte1-1/+1
2008-11-12only free constant pools during garbage collectionBenjamin Otte3-3/+22
2008-11-12don't assert a movie exists in openBenjamin Otte1-1/+4
2008-11-12fix typo in documentationBenjamin Otte1-1/+1
2008-11-11back to developmentBenjamin Otte1-1/+1
2008-11-11release 0.9.20.9.2Benjamin Otte1-1/+1
2008-11-11update NEWS file for 0.9.2Benjamin Otte1-0/+13
2008-11-11reenable the 100% symbol coverage testBenjamin Otte2-2/+5
2008-11-11write the rest of the documentationBenjamin Otte4-10/+133
2008-11-11add more relay symbolsBenjamin Otte1-0/+3
2008-11-11idocument the new movie value typeBenjamin Otte1-1/+3
2008-11-11remove unused leftover function definitionBenjamin Otte2-7/+0
2008-11-11fix array documentationBenjamin Otte3-4/+4
2008-11-11document relaysBenjamin Otte4-2/+42
2008-11-10ignore the new private headersBenjamin Otte1-0/+9
2008-11-10make SwfdecAsGcable privateBenjamin Otte4-4/+5
2008-11-10SwfdecAsObjectClass is gone nowBenjamin Otte1-1/+0
2008-11-10remove old symbolsBenjamin Otte1-26/+0
2008-11-10zero memory when using it in PARiccardo Magliocchetti1-2/+2
2008-11-10mark transformed images as dirtyBenjamin Otte1-0/+1
2008-11-09check the right value for an errorBenjamin Otte1-1/+1
2008-11-07cast SWFDEC_AS_VALUE_GET_TYPE() to SwfdecAsValueBenjamin Otte1-1/+1
2008-11-06swfdec_as_value_set_number => swfdec_as_value_from_numberBenjamin Otte44-361/+356
2008-11-06fix SEGV when loading multiple resources into the same movieBenjamin Otte1-1/+2
2008-11-06movie cannot be NULL hereBenjamin Otte1-2/+0
2008-11-06remove *& occurances againBenjamin Otte22-106/+106
2008-11-06make swfdec_as_value_to_primitive() use SwfdecAsValue directlyBenjamin Otte3-17/+18
2008-11-06make swfdec_as_value_to_object () take a SwfdecAsValueBenjamin Otte8-16/+16
2008-11-06make swfdec_as_value_to_integer() take a SwfdecAsValueBenjamin Otte21-89/+89
2008-11-06convert swfdec_as_value_to_number() to use a SwfdecValueBenjamin Otte17-107/+104
2008-11-06make swfdec_as_value_to_boolean() take a SwfdecAsValueBenjamin Otte12-24/+24
2008-11-06define ECHO, so we don't get bitten by a warning-riddled definitionBenjamin Otte1-0/+3
2008-11-06move the whole check into the assertion to avoid unused parametersBenjamin Otte1-3/+1
2008-11-06silence gccBenjamin Otte1-0/+1
2008-11-06mark variable as unused (when checks are disabled)Benjamin Otte1-1/+1
2008-11-06mark variable as unused (when debugging is disabled)Benjamin Otte1-2/+2
2008-11-06fix invalid readBenjamin Otte1-1/+1
2008-11-06mark variable as unused (when checks are disabled)Benjamin Otte1-1/+1
2008-11-06remove "*&val" referencesBenjamin Otte38-232/+232
2008-11-06move dereferencing out of SwfdecAsValue macrosBenjamin Otte43-370/+370
2008-11-06make SWFDEC_AS_VALUE_GET_[TYPE|VALUE]() take a value, not a pointerBenjamin Otte7-43/+61
2008-11-06make swfdec_as_object_mark() only mark if not marked yetBenjamin Otte1-0/+5
2008-11-06SwfdecAsValue * => SwfdecAsValue for swfdec_as_value_to_string()Benjamin Otte26-142/+116
2008-11-06make SwfdecAsValue pointer-sizedBenjamin Otte6-51/+45
2008-11-06add comment about the struct nameBenjamin Otte1-1/+7
2008-11-05make SwfdecAsObject not be a GObject anymoreBenjamin Otte29-332/+130
2008-11-05remove SWFDEC_IS_AS_VALUE checkBenjamin Otte7-18/+0
2008-11-05reorder headersBenjamin Otte1-1/+3
2008-11-05use right parent classBenjamin Otte1-1/+1