index
:
gtk
master
windows-compatibility
Gtk 3 bindings and application framework for Clean
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Gtk
/
State.dcl
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-11-01
Cleanup and add documentation
Camil Staps
1
-1
/
+43
2019-10-27
Add runWhileEventsPending to be able to show something before starting a ↵
Camil Staps
1
-0
/
+1
long task on the main thread
2019-10-25
Add addTimeout for running a task on a certain interval
Camil Staps
1
-0
/
+2
2019-10-25
Catch traverse event to (-1,0) which seems to be a bug in GtkSheet
Camil Staps
1
-1
/
+1
2019-10-24
Remove specialized >>| for GtkM; enforce evaluation in >>=
Camil Staps
1
-2
/
+0
2019-10-23
Add rudimentary shares system
Camil Staps
1
-0
/
+2
2019-10-22
Restructure signal handling: callbacks cannot be delayed because they may ↵
Camil Staps
1
-2
/
+2
have pointer arguments referring to the stack; also, some callbacks expect a return value
2019-10-22
Add custom GtkM state monad with a bind that does not grow the stack
Camil Staps
1
-6
/
+14
2019-10-21
Add appWorld and accWorld
Camil Staps
1
-0
/
+3
2019-10-20
Add synonym type GtkM a :== State GtkState a
Camil Staps
1
-4
/
+6
2019-10-20
Initial commit
Camil Staps
1
-0
/
+28