summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-24Merge branch '0.8'HEADmasterBenjamin Otte0-0/+0
2008-09-24add test for just-fixed crasherBenjamin Otte10-0/+65
2008-09-24mem leak: free error messageRiccardo Magliocchetti1-0/+2
2008-09-24ensure the huffman table does not exceed 256 entries (fixes #17589)Benjamin Otte1-0/+6
2008-09-24get rid of unused variableBenjamin Otte1-3/+1
2008-09-24add test for just-fixed crasherBenjamin Otte10-0/+65
2008-09-24mem leak: free error messageRiccardo Magliocchetti1-0/+2
2008-09-24ensure the huffman table does not exceed 256 entries (fixes #17589)Benjamin Otte1-0/+6
2008-09-24get rid of unused variableBenjamin Otte1-3/+1
2008-09-24Merge branch '0.8'Benjamin Otte0-0/+0
2008-09-24add symbol index to documentationBenjamin Otte1-0/+1
2008-09-24Don't require policy file for NetStreamPekka Lampila1-3/+5
2008-09-24SWF files seem to be loaded without requiring a policy fileBenjamin Otte1-2/+2
2008-09-24improve documentation for SwfdecRendererBenjamin Otte1-10/+13
2008-09-24We require glib 2.16Benjamin Otte1-1/+1
2008-09-21rewrite BitmapData.copyPixels to be cleanerBenjamin Otte1-23/+25
2008-09-21change copyPixels implementation slightlyBenjamin Otte1-2/+3
2008-09-20add symbol indexBenjamin Otte1-0/+1
2008-09-18improve debugging messageBenjamin Otte1-1/+1
2008-09-18add swfdec_bitmap_data_[gs]et_pixel and use themBenjamin Otte2-24/+47
2008-09-18make the commented out code for drawing a rectangle around movies work againBenjamin Otte1-8/+9
2008-09-18properly invalidate in BitmapData.copyPixelsBenjamin Otte1-4/+3
2008-09-18remove all my debugging messagesBenjamin Otte3-8/+0
2008-09-18make invalidations respect filtersBenjamin Otte10-15/+64
2008-09-17use swfdec_bitmap_data_get_pattern() in BitmapData.drawBenjamin Otte1-12/+7
2008-09-17add swfdec_bitmap_data_get_pattern()Benjamin Otte4-30/+64
2008-09-17keep width/height in the BitmapData object itselfBenjamin Otte4-48/+61
2008-09-17implement BitmapData.colorTransform (no tests)Benjamin Otte1-1/+50
2008-09-17make bitmap patterns respect color transformsBenjamin Otte1-2/+14
2008-09-17make color transforming an image take a rectangle argumentBenjamin Otte4-26/+50
2008-09-17indentBenjamin Otte1-19/+27
2008-09-17Use POST in LoadVars/XML sendAndLoad method if no method is givenPekka Lampila1-1/+1
2008-09-17Don't require policy file for NetStreamPekka Lampila1-3/+5
2008-09-17BitmapData.draw did not call invalidate()Benjamin Otte1-0/+3
2008-09-17revert a21547aeb5666886f3d0a0201e2a6d5b406d606eBenjamin Otte1-4/+5
2008-09-16make filters scale with the stageBenjamin Otte6-27/+51
2008-09-15filters are garbage-collected, unreffing them causes crashersBenjamin Otte1-3/+1
2008-09-15read out color matrix filtersBenjamin Otte1-2/+13
2008-09-15implement color matrix filterBenjamin Otte4-21/+252
2008-09-15SWF files seem to be loaded without requiring a policy fileBenjamin Otte1-2/+2
2008-09-15filters are implemented nowBenjamin Otte1-1/+1
2008-09-15use double for computing the device offset (we used negative uints, oops)Benjamin Otte1-2/+5
2008-09-15indentation fixBenjamin Otte1-11/+10
2008-09-15add a test for BlurFilter renderingBenjamin Otte10-0/+36
2008-09-15movies that are masked _and_ have filters, get neither of those appliedBenjamin Otte1-3/+7
2008-09-14make blur actually workBenjamin Otte14-47/+596
2008-09-14improve documentation for SwfdecRendererBenjamin Otte1-10/+13
2008-09-14We require glib 2.16Benjamin Otte1-1/+1
2008-09-10only do save/restore when neededBenjamin Otte1-2/+4
2008-09-10render mask before blend modeBenjamin Otte2-16/+35