summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-25Add addTimeout for running a task on a certain intervalCamil Staps8-4/+68
2019-10-25Catch traverse event to (-1,0) which seems to be a bug in GtkSheetCamil Staps2-8/+14
2019-10-25Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent...Camil Staps4-19/+20
2019-10-25Add tune instance for GSignalHandler (convenience)Camil Staps2-0/+5
2019-10-25Add hide function for widgets and ptr instances for GtkFrame and GtkTextBufferCamil Staps4-0/+21
2019-10-25Add GtkCheckMenuItemCamil Staps4-6/+63
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 kee...Camil Staps1-1/+1
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 Staps5-10/+30
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 Staps6-1/+57
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 hav...Camil Staps7-98/+131
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" wi...Camil Staps3-3/+10
2019-10-21Add CSS supportCamil Staps8-4/+130
2019-10-20Add tune class for marginsCamil Staps4-0/+29
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 mother Gtk module to collect all importsCamil Staps2-0/+12