index
:
demonchime
main
old-main
A metroidvania about killing demons
iamcheeseman
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
10 days
update README
iamcheeseman
10 days
add window flag functionality
iamcheeseman
10 days
simplify build script teensy bit
iamcheeseman
10 days
disable `-Woverride-init-side-effects`
iamcheeseman
10 days
rename `tyui_draw()` -> `tyui_end_frame()`
iamcheeseman
10 days
tbh i did a lot
iamcheeseman
11 days
I realized that Makefiles are dumb
iamcheeseman
12 days
delete X11 backend
iamcheeseman
12 days
simplify the default debug flags
iamcheeseman
12 days
move `teensy/platform` -> `platform/`
iamcheeseman
12 days
Make project C99 compliant (remove glad)
iamcheeseman
12 days
prettify Makefile.dep generation
iamcheeseman
12 days
Prettify makefile
iamcheeseman
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
update README x2
iamcheeseman
2026-05-22
update README
iamcheeseman
2026-05-22
makefile: don't automatically create config.mk
iamcheeseman
2026-05-22
makefile: add echo and full-clean targets
iamcheeseman
2026-05-22
tyui: Comment teensy_ui.h
iamcheeseman
2026-05-22
tyui: move window parameters to a struct
iamcheeseman
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-22
add the test image i've been not committing
iamcheeseman
2026-05-22
switch to a makefile
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
add a second test window
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
[next]