summaryrefslogtreecommitdiff
path: root/shared-bindings/_pixelbuf
AgeCommit message (Expand)Author
2020-05-10fix another doc error (pixelsx - thanks @theacodes)Roy Hooper
2020-05-10Fix docs some moreRoy Hooper
2020-05-10Minor fixes to _pixelbuf.PixelBuf docsRoy Hooper
2020-05-08Update wheel to colorwheel and fix RGB order.Kattni Rembor
2020-05-08Update colorwheel from GRB to RGB.Kattni Rembor
2020-01-24Encapsulate buffers inside PixelBuf and refactor it.Scott Shawcroft
2020-01-02raise mp_raise_NotImplementedErrorRoy Hooper
2020-01-02rename call_show to pixelbuf_call_showRoy Hooper
2020-01-01Fix docstring for byteorderRoy Hooper
2020-01-01move native fill to a helper to work around being unable to call a subclass s...Roy Hooper
2020-01-01Revert "try a property with a callable static class"Roy Hooper
2020-01-01try a property with a callable static classRoy Hooper
2019-12-29Merge branch 'pixelbuf-subscr-change' into new-pixelbuf-apiRoy Hooper
2019-12-16move call to show outside loopRoy Hooper
2019-12-13Revert subscr signature changeRoy Hooper
2019-12-10Fix slice step.Roy Hooper
2019-12-08fix slice anf fill bugsRoy Hooper
2019-12-02fix compile failsRoy Hooper
2019-11-26add showRoy Hooper
2019-11-25make pixelbuf iterableRoy Hooper
2019-11-25remove unnecessary qstrsRoy Hooper
2019-11-23make ->subscr take an instance to pass when instance_subscr is called from su...Roy 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-10-05support subclassesRoy Hooper
2019-08-04fix 'white' byte for dotstarsRoy Hooper
2019-08-03fix fix the byte order property.Roy Hooper
2019-08-01Reuse error messageRoy Hooper
2019-07-26fix bugs and inline the byteorder codeRoy Hooper
2019-07-21WIP: refactor _pixelbuf to use strings instead of classesRoy Hooper
2019-07-21WIP: refactor _pixelbuf to use strings instead of classesRoy Hooper
2019-07-21WIP: refactor _pixelbuf to use strings instead of classesRoy Hooper
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-01-19adjust commentRoy Hooper
2019-01-19move headers to __init__.hRoy Hooper
2019-01-19remove fill_wheelRoy Hooper
2019-01-19Fix build to work with constructor calling convention.Roy Hooper
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper