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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-25
Add hide function for widgets and ptr instances for GtkFrame and GtkTextBuffer
Camil Staps
4
-0
/
+21
2019-10-25
Add GtkCheckMenuItem
Camil Staps
4
-6
/
+63
2019-10-24
Remove specialized >>| for GtkM; enforce evaluation in >>=
Camil Staps
2
-6
/
+1
2019-10-24
Add setMarkup for GtkTextBuffer
Camil Staps
4
-7
/
+72
2019-10-24
Add GtkJustification for columns of GtkSheet
Camil Staps
6
-1
/
+30
2019-10-24
Add GtkWrapMode for GtkTextView
Camil Staps
6
-1
/
+31
2019-10-23
Add set{Column,Row}Titles convenience functions for GtkSheet
Camil Staps
2
-0
/
+13
2019-10-23
Add singletonShared convenience function
Camil Staps
2
-0
/
+13
2019-10-23
Add setRangeEditable for GtkSheet
Camil Staps
4
-0
/
+23
2019-10-23
Use gtk_sheet_cell_clear instead of _delete in setCellText (GtkSheet), to kee...
Camil Staps
1
-1
/
+1
2019-10-23
Add setCSSClassForRange for GtkSheet
Camil Staps
4
-0
/
+27
2019-10-23
Add get/setActiveCell for GtkSheet
Camil Staps
4
-0
/
+28
2019-10-23
Add EnterPressedHandler for GtkSheet
Camil Staps
5
-10
/
+30
2019-10-23
Add setRowTitle for GtkSheet
Camil Staps
4
-0
/
+15
2019-10-23
Enforce evaluation in fmap of GtkM
Camil Staps
1
-1
/
+6
2019-10-23
Add GtkDialog and GtkSpinner functionality
Camil Staps
5
-3
/
+91
2019-10-23
Add rudimentary shares system
Camil Staps
6
-1
/
+57
2019-10-23
Add tune instance for signal handlers
Camil Staps
2
-0
/
+9
2019-10-22
Add TraverseHandler for GtkSheet
Camil Staps
3
-0
/
+37
2019-10-22
Restructure signal handling: callbacks cannot be delayed because they may hav...
Camil Staps
7
-98
/
+131
2019-10-22
Add whileFrozen, ensureDimensions, setColumnTitle and setCellText to GtkSheet
Camil Staps
4
-12
/
+142
2019-10-22
Add setText for TextBuffer
Camil Staps
4
-0
/
+10
2019-10-22
Add custom GtkM state monad with a bind that does not grow the stack
Camil Staps
10
-45
/
+85
2019-10-21
Alphabetic order in Gtk.Widgets
Camil Staps
2
-65
/
+65
2019-10-21
Fix accWorld
Camil Staps
1
-1
/
+2
2019-10-21
Add support for file choosers
Camil Staps
6
-9
/
+227
2019-10-21
Remove usage of import qualified as, which relies on the itask compiler
Camil Staps
4
-56
/
+55
2019-10-21
Add tune instances to set row/column resizability/sensitivity on GtkSheet
Camil Staps
4
-0
/
+71
2019-10-21
Simplify tuning
Camil Staps
4
-17
/
+33
2019-10-21
Resolve TODO: pass floats platform-independently to gtk_frame_set_label_align
Camil Staps
1
-12
/
+1
2019-10-21
Add ActivateHandler for GtkMenuItem
Camil Staps
2
-4
/
+6
2019-10-21
Reorder more combinator arguments to ease binding
Camil Staps
4
-13
/
+16
2019-10-21
Add GtkMenu* functionality and reorder combinator arguments to ease binding
Camil Staps
4
-9
/
+127
2019-10-21
Add GtkSheet
Camil Staps
6
-0
/
+60
2019-10-21
Add GtkScrolledWindow
Camil Staps
4
-0
/
+21
2019-10-21
Add appWorld and accWorld
Camil Staps
2
-0
/
+21
2019-10-21
Add fromPtr function; rename ptr to toPtr (to be able to implement "extra" wi...
Camil Staps
3
-3
/
+10
2019-10-21
Add CSS support
Camil Staps
8
-4
/
+130
2019-10-20
Add tune class for margins
Camil Staps
4
-0
/
+29
2019-10-20
Add synonym type GtkM a :== State GtkState a
Camil Staps
4
-37
/
+39
2019-10-20
Add setMargins
Camil Staps
6
-1
/
+53
2019-10-20
Move position of GtkFrame label; add framed helper combinator
Camil Staps
4
-0
/
+28
2019-10-20
Make GtkTextView not editable
Camil Staps
3
-1
/
+10
2019-10-20
Add GtkFrame
Camil Staps
5
-2
/
+39
2019-10-20
Add GtkBox support
Camil Staps
5
-10
/
+57
2019-10-20
Add mother Gtk module to collect all imports
Camil Staps
2
-0
/
+12
2019-10-20
Add rudimentary support for GtkPaned and GtkTextView
Camil Staps
7
-22
/
+171
2019-10-20
Initial commit
Camil Staps
9
-0
/
+341
[prev]