Commits (8)
-
Robert Sprowson authored
The 'shapshot' window shouldn't have a close icon, otherwise it automatically gets an iconise icon, and you can't sensibly iconise or uniconise it as it's transitory. Version 2.18. Tagged as 'Paint-2_18'
b10e0ce4 -
Jeffrey Lee authored
Detail: c/PSprite - Fix psprite_size to correctly calculate the memory required by alpha masks Admin: Tested on Raspberry Pi Fixes issue reported on forums with 'Not enough memory' errors from SpriteExtend when resizing or adding rows/columns to alpha-masked sprites: https://www.riscosopen.org/forum/forums/4/topics/3610 Version 2.19. Tagged as 'Paint-2_19'
2e0c3993 -
Jeffrey Lee authored
Detail: c/Menus - Fix sprite sort code to take into account the fact that variable-length array allocations may cause flex blocks to be moved (due to CLib allocating the array from the heap) Admin: Tested on Raspberry Pi Appears to fix 'sort by name' sometimes resulting in a random sort order being used Will hopefully fix 'out of memory' error reported on forums (unable to reproduce here, but this is a likely cause) https://www.riscosopen.org/forum/forums/4/topics/3657 Version 2.20. Tagged as 'Paint-2_20'
617dbd01 -
ROOL authored
Detail: 3 fewer compiler warnings. Admin: Submission for the Paint bounty. Built, but no run time testing.
c2a2a721 -
ROOL authored
Detail: The spray tool rate was ultimately determined by the number of wimp polls per second, which on a fast CPU can be 10,000's making the spray can more of a circle drawing tool. Use OS_ReadMonotonicTime to moderate the spray rate, so the speed of the CPU doesn't matter. Default density increased to 100 to achieve roughly the same density as a StrongARM Risc PC would previously. Admin: Submission for the Paint bounty. Version 2.21. Tagged as 'Paint-2_21'
205da1f5 -
ROOL authored
Detail: Put in minimal support to create 4k and 64k sprites (currently, TBGR only) so that the User Guide chapter makes sense. Previously it was only possible to create such sprites by switching to that mode and doing a screen capture. Admin: Tested on RISC OS 4.02 (ie. without 4k & 64k support) and RISC OS 5.23 (ie. with). Version 2.22. Tagged as 'Paint-2_22'
6e3eb1c1 -
ROOL authored
Detail: The mouse wheel can now be used to * scroll up/down * +shift to scroll left/right * +control to zoom in/out on an open sprite editing window. The sprite editing window will auto scroll when the mouse approaches the border with * the move whole sprite "hand" tool * the copy block "camera" tool * the move block "scissors" tool Admin: Submission for the Paint bounty. Version 2.23. Tagged as 'Paint-2_23'
82cd0dc4 -
Robert Sprowson authored72200567
Showing
No preview for this file type