Commit Graph

13 Commits

Author SHA1 Message Date
46a4858597 Fixed the Texture pattern 2023-04-02 22:37:38 -04:00
0d8d2a0190 Cleaned up pattern documentation a bit 2023-03-16 00:45:33 -04:00
0f8affd2b2 Made similar changes to the Pattern interface and all of artist 2023-03-12 01:04:06 -05:00
423e6869c0 X backend better handles expose events
Previously, when an expose event was recieved, the backend would
call Window.paste, converting RGBA image data to BGRA image data.
Now we only call Window.pushRegion with the bounds given to us by
the expose event(s). This speeds up window resizing significantly.
2023-03-07 12:48:29 -05:00
803812f9c9 Texture pattern now samples X position correctly 2023-03-06 21:40:20 -05:00
c171273240 Sped up rendering significantly 2023-03-06 21:34:14 -05:00
Sasha Koshka
8dd506a007 Textures now render properly 2023-02-27 16:38:33 -05:00
Sasha Koshka
de10cde630 Add image textures to theme 2023-02-27 12:48:44 -05:00
241c297626 whee back in busineess 2023-02-26 14:27:38 -05:00
2859dc3313 Cleaned out the old theme code and moved padding and margins to theme 2023-02-26 00:44:44 -05:00
Sasha Koshka
7e51dc5e5a Documented artist package 2023-02-25 23:04:51 -05:00
81090267a6 Created new patterns 2023-02-25 18:41:16 -05:00
Sasha Koshka
d167559830 Got rectangles all sorted 2023-02-23 20:55:19 -05:00