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
/
Signal.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
Add support for populate-popup signal
Camil Staps
1
-4
/
+18
2019-11-08
Use abstract newtypes to hide pointers
Camil Staps
1
-1
/
+1
2019-11-01
Cleanup and add documentation
Camil Staps
1
-31
/
+27
2019-11-01
Remove dependency on supporting C code
Camil Staps
1
-26
/
+62
2019-10-30
Simplify timeouts (remove C code; use pushLc ABC instruction instead)
Camil Staps
1
-2
/
+7
2019-10-30
Add support for delete-event signal
Camil Staps
1
-0
/
+2
2019-10-30
Add GdkEvent and KeyPressHandler
Camil Staps
1
-0
/
+7
2019-10-29
Add GtkSearchEntry
Camil Staps
1
-8
/
+16
2019-10-28
Remove ptr class
Camil Staps
1
-6
/
+2
2019-10-27
Add many functions for action bars, buttons, list stores, tree views, and more
Camil Staps
1
-2
/
+6
2019-10-27
Add DeactivateHandler for GtkSheet
Camil Staps
1
-2
/
+5
2019-10-25
Add addTimeout for running a task on a certain interval
Camil Staps
1
-3
/
+33
2019-10-25
Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent...
Camil Staps
1
-0
/
+3
2019-10-25
Add tune instance for GSignalHandler (convenience)
Camil Staps
1
-0
/
+4
2019-10-23
Add EnterPressedHandler for GtkSheet
Camil Staps
1
-5
/
+12
2019-10-23
Add tune instance for signal handlers
Camil Staps
1
-0
/
+4
2019-10-22
Restructure signal handling: callbacks cannot be delayed because they may hav...
Camil Staps
1
-5
/
+66
2019-10-22
Add custom GtkM state monad with a bind that does not grow the stack
Camil Staps
1
-7
/
+4
2019-10-21
Remove usage of import qualified as, which relies on the itask compiler
Camil Staps
1
-4
/
+4
2019-10-21
Add ActivateHandler for GtkMenuItem
Camil Staps
1
-1
/
+2
2019-10-21
Reorder more combinator arguments to ease binding
Camil Staps
1
-4
/
+5
2019-10-21
Add fromPtr function; rename ptr to toPtr (to be able to implement "extra" wi...
Camil Staps
1
-1
/
+1
2019-10-20
Add rudimentary support for GtkPaned and GtkTextView
Camil Staps
1
-1
/
+1
2019-10-20
Initial commit
Camil Staps
1
-0
/
+26