summaryrefslogtreecommitdiff
path: root/shared-bindings/_pixelbuf/PixelBuf.h
AgeCommit message (Expand)Author
2020-05-22Simplify pixelbuf set_pixels functionGeorge Waters
2020-05-22Use mp_int_t for setting pixelbuf slice indicesGeorge Waters
2020-05-21Implement negative step for pixelbuf slicesGeorge Waters
2020-01-24Encapsulate buffers inside PixelBuf and refactor it.Scott Shawcroft
2020-01-02rename call_show to pixelbuf_call_showRoy Hooper
2019-12-02fix compile failsRoy Hooper
2019-10-20fix show and fix step > 1Roy Hooper
2019-10-06make dotstar byteorder constants start with P. fix small bugs.Roy Hooper
2019-10-05restructure to be subclassableRoy Hooper
2019-07-21WIP: refactor _pixelbuf to use strings instead of classesRoy Hooper
2019-01-19move headers to __init__.hRoy Hooper
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper