summaryrefslogtreecommitdiff
path: root/shared-bindings/_pixelbuf/PixelBuf.c
AgeCommit message (Expand)Author
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to pixelbufdherrada
2020-07-02Removed all 'self, )'dherrada
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-24Adjust docs to reflect behaviour.Roy Hooper
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-05-20Fix error when getting a pixelbuf sliceGeorge Waters
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Merge branch 'master' into masterdherrada
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-08Did os, _pixelbuf, _pewdherrada
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-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-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