Age | Commit message (Expand) | Author | Files | Lines |
2020-01-30 | Prevent state corruption in runWhileEventsPending; wrap in withPossibleCallbackHEADmaster | Camil Staps | 1 | -7/+9 |
2020-01-27 | Add support for populate-popup signal | Camil Staps | 4 | -5/+26 |
2019-12-12 | Add GtkTreeViewColumnSizing for TreeView columns | Camil Staps | 6 | -4/+29 |
2019-12-12 | Add GtkSortable for TreeView columns | Camil Staps | 5 | -5/+16 |
2019-12-05 | Add G flag to ccall of gtk_sheet_moveto, to be sure | Camil Staps | 1 | -1/+1 |
2019-11-26 | Prevent crash in gdk_event_get_keyval (the keyval can be 0 when a key is pres... | Camil Staps | 1 | -1/+1 |
2019-11-25 | Add scrollToCell for GtkSheet | Camil Staps | 4 | -0/+24 |
2019-11-16 | Add PixelsAboveLines, PixelsBelowLines, and PixelsInsideWrap to control line ... | Camil Staps | 5 | -5/+39 |
2019-11-08 | Use abstract newtypes to hide pointers | Camil Staps | 5 | -41/+111 |
2019-11-01 | Cleanup and add documentation | Camil Staps | 14 | -97/+441 |
2019-11-01 | Remove dependency on supporting C code | Camil Staps | 5 | -88/+79 |
2019-10-31 | Use import code from library instead of environments to link with Gtk and Gtk... | Camil Staps | 5 | -140/+13 |
2019-10-30 | Simplify timeouts (remove C code; use pushLc ABC instruction instead) | Camil Staps | 4 | -19/+15 |
2019-10-30 | Add support for delete-event signal | Camil Staps | 2 | -0/+3 |
2019-10-30 | Add getEntry for GtkSheet | Camil Staps | 4 | -1/+20 |
2019-10-30 | Add GtkEntryCompletion | Camil Staps | 5 | -6/+91 |
2019-10-30 | Export all derived strictness | Camil Staps | 3 | -1/+7 |
2019-10-30 | Add GdkEvent and KeyPressHandler | Camil Staps | 10 | -12/+92 |
2019-10-30 | Add G modifier to ccalls gtk_sheet_thaw and gtk_sheet_row_set_visibility whic... | Camil Staps | 1 | -2/+2 |
2019-10-30 | Add isVisible for widgets | Camil Staps | 4 | -0/+12 |
2019-10-30 | Add SheetActivateHandler for the activate signal on GtkSheet cells | Camil Staps | 2 | -3/+6 |
2019-10-29 | Export Shared type to allow to share it itself | Camil Staps | 2 | -3/+2 |
2019-10-29 | Add GtkSearchEntry | Camil Staps | 6 | -16/+57 |
2019-10-29 | Add functions to set/check row visibility of GtkSheets | Camil Staps | 4 | -0/+22 |
2019-10-29 | Add grabFocus | Camil Staps | 4 | -0/+13 |
2019-10-29 | Add general instance tune w GtkSizeRequest | gtkWidget w, remove size paramet... | Camil Staps | 3 | -12/+20 |
2019-10-28 | Fix toInt and fromInt for GtkResponse | Camil Staps | 1 | -22/+22 |
2019-10-28 | Add basic functionality for accelerators (i.e. shortcuts) | Camil Staps | 6 | -0/+103 |
2019-10-28 | Add GtkSeparatorMenuItem | Camil Staps | 4 | -0/+21 |
2019-10-28 | Cleanup clean_gtk_support.c | Camil Staps | 1 | -7/+0 |
2019-10-28 | Add addButton for GtkDialog | Camil Staps | 4 | -0/+17 |
2019-10-28 | Remove ptr class | Camil Staps | 3 | -65/+2 |
2019-10-28 | Make GtkSheet a newtype | Camil Staps | 2 | -41/+44 |
2019-10-28 | Use newtypes in Gtk.Widgets to support new overlapping instance detection alg... | Camil Staps | 4 | -250/+333 |
2019-10-28 | Add GtkLabel, GtkGrid, and alignment tuning for GtkWidget | Camil Staps | 8 | -37/+129 |
2019-10-27 | Add many functions for action bars, buttons, list stores, tree views, and more | Camil Staps | 9 | -11/+289 |
2019-10-27 | Add basic support for GtkListStore and GtkTreeView | Camil Staps | 6 | -5/+211 |
2019-10-27 | Add withShared | Camil Staps | 2 | -0/+10 |
2019-10-27 | Add GtkScrollbarPolicy and instance tune GtkScrolledWindow (GtkScrollbarPolic... | Camil Staps | 6 | -2/+30 |
2019-10-27 | Add newMessageDialog; add GtkTitle type and instance tune w GtkTitle | gtkWin... | Camil Staps | 6 | -13/+90 |
2019-10-27 | Add GtkSeparator | Camil Staps | 4 | -0/+24 |
2019-10-27 | Make GtkSpinner abstract; add ptr instance | Camil Staps | 2 | -1/+6 |
2019-10-27 | Add instance ptr GtkTextView | Camil Staps | 2 | -0/+5 |
2019-10-27 | Add runWhileEventsPending to be able to show something before starting a long... | Camil Staps | 4 | -0/+17 |
2019-10-27 | Add getCellText for GtkSheet | Camil Staps | 4 | -0/+22 |
2019-10-27 | Add DeactivateHandler for GtkSheet | Camil Staps | 5 | -5/+22 |
2019-10-25 | Add addTimeout for running a task on a certain interval | Camil Staps | 8 | -4/+68 |
2019-10-25 | Catch traverse event to (-1,0) which seems to be a bug in GtkSheet | Camil Staps | 2 | -8/+14 |
2019-10-25 | Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent... | Camil Staps | 4 | -19/+20 |
2019-10-25 | Add tune instance for GSignalHandler (convenience) | Camil Staps | 2 | -0/+5 |