summaryrefslogtreecommitdiff
path: root/src/Gtk/State.icl
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Add rudimentary shares systemCamil Staps1-1/+2
2019-10-22Restructure signal handling: callbacks cannot be delayed because they may hav...Camil Staps1-20/+10
2019-10-22Add custom GtkM state monad with a bind that does not grow the stackCamil Staps1-16/+55
2019-10-21Fix accWorldCamil Staps1-1/+2
2019-10-21Remove usage of import qualified as, which relies on the itask compilerCamil Staps1-8/+7
2019-10-21Add appWorld and accWorldCamil Staps1-0/+18
2019-10-20Add synonym type GtkM a :== State GtkState aCamil Staps1-4/+4
2019-10-20Initial commitCamil Staps1-0/+57