Age | Commit message (Expand) | Author | Files | Lines |
2019-11-16 | Add PixelsAboveLines, PixelsBelowLines, and PixelsInsideWrap to control line ... | Camil Staps | 1 | -0/+9 |
2019-11-08 | Use abstract newtypes to hide pointers | Camil Staps | 1 | -1/+70 |
2019-11-01 | Cleanup and add documentation | Camil Staps | 1 | -30/+34 |
2019-10-30 | Add GtkEntryCompletion | Camil Staps | 1 | -0/+33 |
2019-10-30 | Export all derived strictness | Camil Staps | 1 | -0/+3 |
2019-10-30 | Add GdkEvent and KeyPressHandler | Camil Staps | 1 | -1/+2 |
2019-10-30 | Add isVisible for widgets | Camil Staps | 1 | -0/+5 |
2019-10-29 | Add GtkSearchEntry | Camil Staps | 1 | -3/+15 |
2019-10-29 | Add grabFocus | Camil Staps | 1 | -0/+6 |
2019-10-29 | Add general instance tune w GtkSizeRequest | gtkWidget w, remove size paramet... | Camil Staps | 1 | -9/+13 |
2019-10-28 | Add basic functionality for accelerators (i.e. shortcuts) | Camil Staps | 1 | -0/+14 |
2019-10-28 | Add GtkSeparatorMenuItem | Camil Staps | 1 | -0/+8 |
2019-10-28 | Add addButton for GtkDialog | Camil Staps | 1 | -0/+6 |
2019-10-28 | Remove ptr class | Camil Staps | 1 | -44/+0 |
2019-10-28 | Use newtypes in Gtk.Widgets to support new overlapping instance detection alg... | Camil Staps | 1 | -226/+261 |
2019-10-28 | Add GtkLabel, GtkGrid, and alignment tuning for GtkWidget | Camil Staps | 1 | -10/+46 |
2019-10-27 | Add many functions for action bars, buttons, list stores, tree views, and more | Camil Staps | 1 | -0/+94 |
2019-10-27 | Add basic support for GtkListStore and GtkTreeView | Camil Staps | 1 | -0/+38 |
2019-10-27 | Add GtkScrollbarPolicy and instance tune GtkScrolledWindow (GtkScrollbarPolic... | Camil Staps | 1 | -0/+6 |
2019-10-27 | Add newMessageDialog; add GtkTitle type and instance tune w GtkTitle | gtkWin... | Camil Staps | 1 | -7/+23 |
2019-10-27 | Add GtkSeparator | Camil Staps | 1 | -0/+11 |
2019-10-27 | Make GtkSpinner abstract; add ptr instance | Camil Staps | 1 | -0/+4 |
2019-10-27 | Add instance ptr GtkTextView | Camil Staps | 1 | -0/+4 |
2019-10-25 | Add hide function for widgets and ptr instances for GtkFrame and GtkTextBuffer | Camil Staps | 1 | -0/+12 |
2019-10-25 | Add GtkCheckMenuItem | Camil Staps | 1 | -4/+29 |
2019-10-24 | Add setMarkup for GtkTextBuffer | Camil Staps | 1 | -5/+18 |
2019-10-24 | Add GtkWrapMode for GtkTextView | Camil Staps | 1 | -0/+6 |
2019-10-23 | Add GtkDialog and GtkSpinner functionality | Camil Staps | 1 | -0/+28 |
2019-10-22 | Add setText for TextBuffer | Camil Staps | 1 | -0/+3 |
2019-10-22 | Add custom GtkM state monad with a bind that does not grow the stack | Camil Staps | 1 | -2/+0 |
2019-10-21 | Alphabetic order in Gtk.Widgets | Camil Staps | 1 | -46/+46 |
2019-10-21 | Add support for file choosers | Camil Staps | 1 | -5/+43 |
2019-10-21 | Remove usage of import qualified as, which relies on the itask compiler | Camil Staps | 1 | -38/+38 |
2019-10-21 | Simplify tuning | Camil Staps | 1 | -4/+6 |
2019-10-21 | Reorder more combinator arguments to ease binding | Camil Staps | 1 | -6/+8 |
2019-10-21 | Add GtkMenu* functionality and reorder combinator arguments to ease binding | Camil Staps | 1 | -7/+52 |
2019-10-21 | Add GtkSheet | Camil Staps | 1 | -0/+5 |
2019-10-21 | Add GtkScrolledWindow | Camil Staps | 1 | -0/+8 |
2019-10-21 | Add fromPtr function; rename ptr to toPtr (to be able to implement "extra" wi... | Camil Staps | 1 | -1/+5 |
2019-10-21 | Add CSS support | Camil Staps | 1 | -0/+28 |
2019-10-20 | Add synonym type GtkM a :== State GtkState a | Camil Staps | 1 | -15/+15 |
2019-10-20 | Add setMargins | Camil Staps | 1 | -0/+8 |
2019-10-20 | Move position of GtkFrame label; add framed helper combinator | Camil Staps | 1 | -0/+10 |
2019-10-20 | Make GtkTextView not editable | Camil Staps | 1 | -1/+4 |
2019-10-20 | Add GtkFrame | Camil Staps | 1 | -0/+11 |
2019-10-20 | Add GtkBox support | Camil Staps | 1 | -8/+21 |
2019-10-20 | Add rudimentary support for GtkPaned and GtkTextView | Camil Staps | 1 | -11/+57 |
2019-10-20 | Initial commit | Camil Staps | 1 | -0/+41 |