summaryrefslogtreecommitdiff
path: root/src/Gtk/State.dcl
AgeCommit message (Collapse)AuthorFilesLines
2019-10-23Add rudimentary shares systemCamil Staps1-0/+2
2019-10-22Restructure signal handling: callbacks cannot be delayed because they may ↵Camil Staps1-2/+2
have pointer arguments referring to the stack; also, some callbacks expect a return value
2019-10-22Add custom GtkM state monad with a bind that does not grow the stackCamil Staps1-6/+14
2019-10-21Add appWorld and accWorldCamil Staps1-0/+3
2019-10-20Add synonym type GtkM a :== State GtkState aCamil Staps1-4/+6
2019-10-20Initial commitCamil Staps1-0/+28