Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill/fillmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in flood_fill method - SL #4334Gonzalo Odiard2012-12-191-2/+3
| | | | | | | | | | Important information about refcounting in python [1] and [2] Te binaries for different architectures need be recompiled. [1] http://docs.python.org/release/2.5.2/api/refcountDetails.html [2] http://edcjones.tripod.com/refcount.html Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Bucket implementation fixed to work in 32bitGonzalo Odiard2012-10-301-5/+5
| | | | | | | | The last commit worked in 64bit arch but not in 32bit. This fix works only in 32bit, then do not update the binaries already compiled to 64bit. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix c bucket implementation - SL #4073Gonzalo Odiard2012-10-301-16/+43
| | | | | | | | | The c implementation is reworked to process a array with the surface data instead of the GdkImage. It returns a list instead of a array The c do not depends on gtk anymore. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add binary blobs selectorAleksey Lim2009-04-221-0/+71