summaryrefslogtreecommitdiff
path: root/shared-bindings/_pixelbuf
AgeCommit message (Expand)Author
2020-08-10use the stackRoy Hooper
2020-08-10fix trailing whitespaceRoy Hooper
2020-08-08revert error to avoid translation changesRoy Hooper
2020-08-07make pixelbuf handle floats and iterablesRoy Hooper
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-03Added type hints previously misseddherrada
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-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