Commit Graph
10 Commits
Author SHA1 Message Date
sashakoshka 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
sashakoshka 803812f9c9 Texture pattern now samples X position correctly 2023-03-06 21:40:20 -05:00
sashakoshka 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
sashakoshka 241c297626 whee back in busineess 2023-02-26 14:27:38 -05:00
sashakoshka 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
sashakoshka 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