aboutsummaryrefslogtreecommitdiff
path: root/teensy
AgeCommit message (Collapse)Author
7 daysremove an accidentally duplicated lineiamcheeseman
7 daysGeneric arena allocatoriamcheeseman
Also replaces the temp allocator behind the scenes
7 daysremove the memory tracker in debug mode for asaniamcheeseman
8 daysadd a maximum scrolliamcheeseman
8 daysfix window resize grabbersiamcheeseman
8 dayswindow scrollingiamcheeseman
9 daysbuild for w*ndowsiamcheeseman
10 daysadd window flag functionalityiamcheeseman
10 daysrename `tyui_draw()` -> `tyui_end_frame()`iamcheeseman
10 daystbh i did a lotiamcheeseman
12 daysmove `teensy/platform` -> `platform/`iamcheeseman
12 daysMake project C99 compliant (remove glad)iamcheeseman
13 dayscompletely redo listsiamcheeseman
14 daysrename `uictx` to `tyui`iamcheeseman
14 daysfix warningsiamcheeseman
14 daystyui text input boxesiamcheeseman
14 daysfix memory leakiamcheeseman
2026-05-22fix slider grabber going out of range when value is out of rangeiamcheeseman
2026-05-22make a down/pressed distinction in tyuiiamcheeseman
2026-05-22fix elements getting clipped with size <0iamcheeseman
2026-05-22fix negative column widthsiamcheeseman
2026-05-22tyui: Comment teensy_ui.hiamcheeseman
2026-05-22tyui: move window parameters to a structiamcheeseman
additionally adds a minimum window size
2026-05-22tyui: do control padding for slider textiamcheeseman
2026-05-22tyui: add `tyui_blank_slider()`iamcheeseman
2026-05-22tyui: add slider value to styleiamcheeseman
2026-05-22tyui: add padding to title textiamcheeseman
2026-05-22tyui slidersiamcheeseman
2026-05-21window borderiamcheeseman
2026-05-21increase default allocation for commandsiamcheeseman
2026-05-21increase resize grabber sizeiamcheeseman
2026-05-21window sortingiamcheeseman
2026-05-21make `tyui_begin_window_ex()` easier to readiamcheeseman
2026-05-21move ui command list to windowsiamcheeseman
2026-05-21clear clip rect after drawing UIiamcheeseman
2026-05-21clip all ui elementsiamcheeseman
2026-05-21allow size 0 clipsiamcheeseman
2026-05-21Allow the clipping of renderingiamcheeseman
2026-05-21a buncha ui stuff idk even know anymoreiamcheeseman
2026-05-20add `ty_list_last()`iamcheeseman
2026-05-18add rounding to slidersiamcheeseman
2026-05-17GUI slidersiamcheeseman
2026-05-17add simple ui layoutsiamcheeseman
2026-05-15comment exposed teensy functionsiamcheeseman
2026-05-15check for alloc of size 0iamcheeseman
2026-05-15allow ui elements in the root windowiamcheeseman
2026-05-15allow tyui to format textiamcheeseman
2026-05-14fix image clipping on the left and top of screeniamcheeseman
Previously, texture coordinates would not be correctly calculated because the clamped draw positions were used to decide texture coordinates, instead of the intended draw position.
2026-05-14blend rotated spritesiamcheeseman
2026-05-14fix rotated spritesiamcheeseman