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
/
Widgets
/
Sheet.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-08
Use abstract newtypes to hide pointers
Camil Staps
1
-3
/
+3
2019-10-30
Add getEntry for GtkSheet
Camil Staps
1
-0
/
+5
2019-10-29
Add functions to set/check row visibility of GtkSheets
Camil Staps
1
-0
/
+8
2019-10-28
Make GtkSheet a newtype
Camil Staps
1
-40
/
+41
2019-10-27
Add getCellText for GtkSheet
Camil Staps
1
-0
/
+3
2019-10-24
Add GtkJustification for columns of GtkSheet
Camil Staps
1
-0
/
+5
2019-10-23
Add set{Column,Row}Titles convenience functions for GtkSheet
Camil Staps
1
-0
/
+10
2019-10-23
Add setRangeEditable for GtkSheet
Camil Staps
1
-0
/
+5
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
1
-0
/
+5
2019-10-23
Add get/setActiveCell for GtkSheet
Camil Staps
1
-0
/
+13
2019-10-23
Add setRowTitle for GtkSheet
Camil Staps
1
-0
/
+5
2019-10-22
Add whileFrozen, ensureDimensions, setColumnTitle and setCellText to GtkSheet
Camil Staps
1
-0
/
+30
2019-10-22
Add custom GtkM state monad with a bind that does not grow the stack
Camil Staps
1
-7
/
+1
2019-10-21
Remove usage of import qualified as, which relies on the itask compiler
Camil Staps
1
-6
/
+6
2019-10-21
Add tune instances to set row/column resizability/sensitivity on GtkSheet
Camil Staps
1
-0
/
+24
2019-10-21
Add GtkSheet
Camil Staps
1
-0
/
+24