| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 13 days | completely redo lists | iamcheeseman | |
| 14 days | rename `uictx` to `tyui` | iamcheeseman | |
| 14 days | fix warnings | iamcheeseman | |
| 14 days | tyui text input boxes | iamcheeseman | |
| 14 days | fix memory leak | iamcheeseman | |
| 2026-05-22 | fix slider grabber going out of range when value is out of range | iamcheeseman | |
| 2026-05-22 | make a down/pressed distinction in tyui | iamcheeseman | |
| 2026-05-22 | fix elements getting clipped with size <0 | iamcheeseman | |
| 2026-05-22 | fix negative column widths | iamcheeseman | |
| 2026-05-22 | tyui: Comment teensy_ui.h | iamcheeseman | |
| 2026-05-22 | tyui: move window parameters to a struct | iamcheeseman | |
| additionally adds a minimum window size | |||
| 2026-05-22 | tyui: do control padding for slider text | iamcheeseman | |
| 2026-05-22 | tyui: add `tyui_blank_slider()` | iamcheeseman | |
| 2026-05-22 | tyui: add slider value to style | iamcheeseman | |
| 2026-05-22 | tyui: add padding to title text | iamcheeseman | |
| 2026-05-22 | tyui sliders | iamcheeseman | |
| 2026-05-21 | window border | iamcheeseman | |
| 2026-05-21 | increase default allocation for commands | iamcheeseman | |
| 2026-05-21 | increase resize grabber size | iamcheeseman | |
| 2026-05-21 | window sorting | iamcheeseman | |
| 2026-05-21 | make `tyui_begin_window_ex()` easier to read | iamcheeseman | |
| 2026-05-21 | move ui command list to windows | iamcheeseman | |
| 2026-05-21 | clear clip rect after drawing UI | iamcheeseman | |
| 2026-05-21 | clip all ui elements | iamcheeseman | |
| 2026-05-21 | allow size 0 clips | iamcheeseman | |
| 2026-05-21 | Allow the clipping of rendering | iamcheeseman | |
| 2026-05-21 | a buncha ui stuff idk even know anymore | iamcheeseman | |
| 2026-05-20 | add `ty_list_last()` | iamcheeseman | |
| 2026-05-18 | add rounding to sliders | iamcheeseman | |
| 2026-05-17 | GUI sliders | iamcheeseman | |
| 2026-05-17 | add simple ui layouts | iamcheeseman | |
| 2026-05-15 | comment exposed teensy functions | iamcheeseman | |
| 2026-05-15 | check for alloc of size 0 | iamcheeseman | |
| 2026-05-15 | allow ui elements in the root window | iamcheeseman | |
| 2026-05-15 | allow tyui to format text | iamcheeseman | |
| 2026-05-14 | fix image clipping on the left and top of screen | iamcheeseman | |
| 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-14 | blend rotated sprites | iamcheeseman | |
| 2026-05-14 | fix rotated sprites | iamcheeseman | |
| 2026-05-14 | move `platform` -> `teensy/platform` | iamcheeseman | |
| 2026-05-14 | add padding to window contents | iamcheeseman | |
| 2026-05-14 | tyui buttons | iamcheeseman | |
| 2026-05-14 | `ty_font_width()` takes in a const font ptr | iamcheeseman | |
| 2026-05-13 | resize windows | iamcheeseman | |
| 2026-05-13 | start ui | iamcheeseman | |
| 2026-05-12 | typedef all structs and rename to Ada_Case | iamcheeseman | |
| There isn't really a technical reason that I made this change. I just wanted to use Ada_Case. All types were prefixed with ty_, e.g. ty_Image. | |||
| 2026-05-11 | detect double frees | iamcheeseman | |
| 2026-05-11 | hide the renderer from the user of teensy | iamcheeseman | |
| 2026-05-11 | allow the user to change the render target | iamcheeseman | |
| 2026-05-11 | Allow user input | iamcheeseman | |
| 2026-05-11 | remove uneccessary flooring | iamcheeseman | |
