summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets
AgeCommit message (Expand)AuthorFilesLines
2019-12-05Add G flag to ccall of gtk_sheet_moveto, to be sureCamil Staps1-1/+1
2019-11-25Add scrollToCell for GtkSheetCamil Staps4-0/+24
2019-11-08Use abstract newtypes to hide pointersCamil Staps2-4/+4
2019-11-01Cleanup and add documentationCamil Staps3-2/+24
2019-10-31Use import code from library instead of environments to link with Gtk and Gtk...Camil Staps1-0/+2
2019-10-30Add getEntry for GtkSheetCamil Staps4-1/+20
2019-10-30Add G modifier to ccalls gtk_sheet_thaw and gtk_sheet_row_set_visibility whic...Camil Staps1-2/+2
2019-10-30Add SheetActivateHandler for the activate signal on GtkSheet cellsCamil Staps2-3/+6
2019-10-29Add functions to set/check row visibility of GtkSheetsCamil Staps4-0/+22
2019-10-28Make GtkSheet a newtypeCamil Staps2-41/+44
2019-10-27Add getCellText for GtkSheetCamil Staps4-0/+22
2019-10-27Add DeactivateHandler for GtkSheetCamil Staps2-1/+4
2019-10-25Catch traverse event to (-1,0) which seems to be a bug in GtkSheetCamil Staps1-7/+13
2019-10-25Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent...Camil Staps1-17/+11
2019-10-24Add GtkJustification for columns of GtkSheetCamil Staps4-1/+14
2019-10-23Add set{Column,Row}Titles convenience functions for GtkSheetCamil 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 Staps2-2/+6
2019-10-23Add setRowTitle for GtkSheetCamil Staps4-0/+15
2019-10-22Add TraverseHandler for GtkSheetCamil Staps3-0/+37
2019-10-22Add whileFrozen, ensureDimensions, setColumnTitle and setCellText to GtkSheetCamil Staps4-12/+142
2019-10-22Add custom GtkM state monad with a bind that does not grow the stackCamil Staps2-8/+8
2019-10-21Remove usage of import qualified as, which relies on the itask compilerCamil Staps1-6/+6
2019-10-21Add tune instances to set row/column resizability/sensitivity on GtkSheetCamil Staps4-0/+71
2019-10-21Add GtkSheetCamil Staps4-0/+53