Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-14 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard | Andrey Kleshchev | |
2023-03-31 | SL-19379 WIP show fallback image with original size | Maxim Nikolenko | |
2023-02-24 | SL-19108 Fallback thumbnail | Andrey Kleshchev | |
2023-02-08 | SL-19134 Fix thumbnail ctrl not drawing an 'X' for empty texture | Andrey Kleshchev | |
2023-02-07 | SL-19134 Some texture related adjustments | Andrey Kleshchev | |
2023-02-07 | SL-19134 Thumbnail ctrl | Andrey Kleshchev | |
LLIconCtrl stores icons indefinitely which is undesired for fairly large and expected to be numerous thumbnails, LLTextureCtrl is tied to texture picker and has a number of limitations (already processes clicks, enforces label area). Intent behind LLThumbnailCtrl is to bridge the gap - to not store texture indefinitely and to allow further customisation. |