summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 Staps8-0/+128
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 Staps4-0/+29
2019-10-20Add synonym type GtkM a :== State GtkState aCamil Staps4-37/+39
2019-10-20Add setMarginsCamil Staps7-5/+60
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 Staps3-4/+13
2019-10-20Add rudimentary support for GtkPaned and GtkTextViewCamil Staps8-23/+181
2019-10-20Initial commitCamil Staps13-0/+435