Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-24 | region: Fix pixman_region_translate() clipping bug | Benjamin Otte | 1 | -0/+4 | |
Fixes the region-translate test case by clipping region translations to the newly defined PIXMAN_REGION_MIN/MAX and using the newly introduced type overflow_int_t to check for the overflow. Also uses INT16_MAX or INT32_MAX for these values instead of relying on the size of short and int types. | |||||
2009-06-21 | Move region helpers into pixman-utils.c | Søren Sandmann Pedersen | 1 | -39/+0 | |
2009-05-21 | Avoid malloc() by allocating a fixed set of boxes on the stack | Jonathan Morton | 1 | -3/+12 | |
2008-06-14 | Fix implicit declaration of function 'free'. | Luo Jinghua | 1 | -0/+2 | |
Otherwise pointer will be truncated on 64bit arch and your programs will crash. | |||||
2008-06-13 | Fix memory leak by freeing boxes{16,32}. | Maximilian Grothusmann | 1 | -1/+4 | |
After calling pixman_region_init_rects() or pixman_region32_init_rects(), boxes{16,32} were not freed before returning. Fixes bug 16312. | |||||
2008-06-08 | Add pixman_region32_copy_from_region16 | Søren Sandmann | 1 | -0/+27 | |
2008-06-08 | Fix up types in pixman32-region.c | Søren Sandmann | 1 | -3/+3 | |
2008-06-08 | Add pixman-region32.c | Søren Sandmann | 1 | -0/+41 | |