summaryrefslogtreecommitdiff
path: root/src/Gtk/State.dcl
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Cleanup and add documentationCamil Staps1-1/+43
2019-10-27Add runWhileEventsPending to be able to show something before starting a long...Camil Staps1-0/+1
2019-10-25Add addTimeout for running a task on a certain intervalCamil Staps1-0/+2
2019-10-25Catch traverse event to (-1,0) which seems to be a bug in GtkSheetCamil Staps1-1/+1
2019-10-24Remove specialized >>| for GtkM; enforce evaluation in >>=Camil Staps1-2/+0
2019-10-23Add rudimentary shares systemCamil Staps1-0/+2
2019-10-22Restructure signal handling: callbacks cannot be delayed because they may hav...Camil Staps1-2/+2
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