summaryrefslogtreecommitdiff
path: root/frontends/amiga/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* more allocvec/malloc changesChris Young2016-11-191-1/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/mallocChris Young2016-11-191-4/+5
|\
| * Free and clear icondata to avoid a potential double-freeChris Young2016-11-191-4/+5
* | Change some AllocVecs to mallocs and FreeVecs to freeChris Young2016-11-191-2/+2
|/
* Move memory functions from misc.c to memory.cChris Young2016-11-191-0/+1
* Disable triangle mode for bitmap scalingChris Young2016-10-231-2/+14
* Scale using "triangle mode" to avoid corruption at the edge of bitmapsChris Young2016-09-101-9/+38
* Fix logic in the rare case we're running 8-bit and have a cached full-size na...Chris Young2016-07-081-2/+4
* Fix the caching logic now we've moved 8-bit scaling earlier in the codeChris Young2016-07-081-2/+4
* Use GuiGFX to scale 8-bit images rather than doing two separate operationsChris Young2016-07-081-7/+12
* Attempt to help gcc out a littleChris Young2016-07-031-4/+6
* Don't abort on startup if GuiGFX is not availableChris Young2016-07-021-6/+15
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+3
* Ensure variables are declared correctlyChris Young2016-06-021-1/+1
* reduce core header usageVincent Sanders2016-06-011-4/+1
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
* move window header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
* move frontends into sub directoryVincent Sanders2016-05-151-0/+706