summaryrefslogtreecommitdiff
path: root/src/Gtk
AgeCommit message (Expand)AuthorFilesLines
2019-10-28Add GtkLabel, GtkGrid, and alignment tuning for GtkWidgetCamil Staps8-37/+129
2019-10-27Add many functions for action bars, buttons, list stores, tree views, and moreCamil Staps9-11/+289
2019-10-27Add basic support for GtkListStore and GtkTreeViewCamil Staps6-5/+211
2019-10-27Add withSharedCamil Staps2-0/+10
2019-10-27Add GtkScrollbarPolicy and instance tune GtkScrolledWindow (GtkScrollbarPolic...Camil Staps6-2/+30
2019-10-27Add newMessageDialog; add GtkTitle type and instance tune w GtkTitle | gtkWin...Camil Staps6-13/+90
2019-10-27Add GtkSeparatorCamil Staps4-0/+24
2019-10-27Make GtkSpinner abstract; add ptr instanceCamil Staps2-1/+6
2019-10-27Add instance ptr GtkTextViewCamil Staps2-0/+5
2019-10-27Add runWhileEventsPending to be able to show something before starting a long...Camil Staps4-0/+17
2019-10-27Add getCellText for GtkSheetCamil Staps4-0/+22
2019-10-27Add DeactivateHandler for GtkSheetCamil Staps4-3/+10
2019-10-25Add addTimeout for running a task on a certain intervalCamil Staps7-4/+59
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 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 hav...Camil Staps6-61/+104
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