summaryrefslogtreecommitdiff
path: root/src/Gtk
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Remove specialized >>| for GtkM; enforce evaluation in >>=Camil Staps2-6/+1
2019-10-24Add setMarkup for GtkTextBufferCamil Staps4-7/+72
2019-10-24Add GtkJustification for columns of GtkSheetCamil Staps6-1/+30
2019-10-24Add GtkWrapMode for GtkTextViewCamil Staps6-1/+31
2019-10-23Add set{Column,Row}Titles convenience functions for GtkSheetCamil Staps2-0/+13
2019-10-23Add singletonShared convenience functionCamil Staps2-0/+13
2019-10-23Add setRangeEditable for GtkSheetCamil Staps4-0/+23
2019-10-23Use gtk_sheet_cell_clear instead of _delete in setCellText (GtkSheet), to ↵Camil Staps1-1/+1
keep associated CSS classes
2019-10-23Add setCSSClassForRange for GtkSheetCamil Staps4-0/+27
2019-10-23Add get/setActiveCell for GtkSheetCamil Staps4-0/+28
2019-10-23Add EnterPressedHandler for GtkSheetCamil Staps4-7/+19
2019-10-23Add setRowTitle for GtkSheetCamil Staps4-0/+15
2019-10-23Enforce evaluation in fmap of GtkMCamil Staps1-1/+6
2019-10-23Add GtkDialog and GtkSpinner functionalityCamil Staps5-3/+91
2019-10-23Add rudimentary shares systemCamil Staps4-1/+55
2019-10-23Add tune instance for signal handlersCamil Staps2-0/+9
2019-10-22Add TraverseHandler for GtkSheetCamil Staps3-0/+37
2019-10-22Restructure signal handling: callbacks cannot be delayed because they may ↵Camil Staps6-61/+104
have pointer arguments referring to the stack; also, some callbacks expect a return value
2019-10-22Add whileFrozen, ensureDimensions, setColumnTitle and setCellText to GtkSheetCamil Staps4-12/+142
2019-10-22Add setText for TextBufferCamil Staps4-0/+10
2019-10-22Add custom GtkM state monad with a bind that does not grow the stackCamil Staps10-45/+85
2019-10-21Alphabetic order in Gtk.WidgetsCamil Staps2-65/+65
2019-10-21Fix accWorldCamil Staps1-1/+2
2019-10-21Add support for file choosersCamil Staps6-9/+227
2019-10-21Remove usage of import qualified as, which relies on the itask compilerCamil Staps4-56/+55
2019-10-21Add tune instances to set row/column resizability/sensitivity on GtkSheetCamil Staps4-0/+71
2019-10-21Simplify tuningCamil Staps4-17/+33
2019-10-21Resolve TODO: pass floats platform-independently to gtk_frame_set_label_alignCamil Staps1-12/+1
2019-10-21Add ActivateHandler for GtkMenuItemCamil Staps2-4/+6
2019-10-21Reorder more combinator arguments to ease bindingCamil Staps4-13/+16
2019-10-21Add GtkMenu* functionality and reorder combinator arguments to ease bindingCamil Staps4-9/+127
2019-10-21Add GtkSheetCamil Staps6-0/+60
2019-10-21Add GtkScrolledWindowCamil Staps4-0/+21
2019-10-21Add appWorld and accWorldCamil Staps2-0/+21
2019-10-21Add fromPtr function; rename ptr to toPtr (to be able to implement "extra" ↵Camil Staps3-3/+10
widgets in external modules)
2019-10-21Add CSS supportCamil Staps8-4/+130
2019-10-20Add tune class for marginsCamil Staps2-0/+27
2019-10-20Add synonym type GtkM a :== State GtkState aCamil Staps4-37/+39
2019-10-20Add setMarginsCamil Staps6-1/+53
2019-10-20Move position of GtkFrame label; add framed helper combinatorCamil Staps4-0/+28
2019-10-20Make GtkTextView not editableCamil Staps3-1/+10
2019-10-20Add GtkFrameCamil Staps5-2/+39
2019-10-20Add GtkBox supportCamil Staps5-10/+57
2019-10-20Add rudimentary support for GtkPaned and GtkTextViewCamil Staps7-22/+171
2019-10-20Initial commitCamil Staps8-0/+288