summaryrefslogtreecommitdiff
path: root/frontends/gtk/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Don't try to make zero-size bitmapsMichael Drake2023-01-241-0/+4
* GTK: Simplify opaque bitmap handling.Michael Drake2022-03-291-52/+5
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-291-31/+0
* GTK: Get the core to handle premultipled alpha bitmap format.Michael Drake2022-03-281-170/+0
* GTK: Set bitmap format to match Cairo format.Michael Drake2022-03-281-12/+41
* Bitmap API: Clean up creation flags.Michael Drake2022-03-241-4/+4
* GTK: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-18/+0
* GTK: Drop bitmap get bpp function.Michael Drake2022-03-241-17/+0
* gtk/bitmap: Assert surface width/height non-zeroDaniel Silverstone2020-10-031-0/+4
* fix gtk bitmap doccomment to be truthfulVincent Sanders2017-06-091-2/+2
* Update content to split public and internal APIVincent Sanders2016-06-061-2/+2
* move plotters 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/+540