summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-23Windows compatibilitywindows-compatibilityCamil Staps7-0/+149
2019-11-16Add PixelsAboveLines, PixelsBelowLines, and PixelsInsideWrap to control line ...Camil Staps5-5/+39
2019-11-08Use abstract newtypes to hide pointersCamil Staps5-41/+111
2019-11-01Cleanup and add documentationCamil Staps14-97/+441
2019-11-01Remove dependency on supporting C codeCamil Staps5-88/+79
2019-10-31Use import code from library instead of environments to link with Gtk and Gtk...Camil Staps5-140/+13
2019-10-30Simplify timeouts (remove C code; use pushLc ABC instruction instead)Camil Staps4-19/+15
2019-10-30Add support for delete-event signalCamil Staps2-0/+3
2019-10-30Add getEntry for GtkSheetCamil Staps4-1/+20
2019-10-30Add GtkEntryCompletionCamil Staps5-6/+91
2019-10-30Export all derived strictnessCamil Staps3-1/+7
2019-10-30Add GdkEvent and KeyPressHandlerCamil Staps10-12/+92
2019-10-30Add G modifier to ccalls gtk_sheet_thaw and gtk_sheet_row_set_visibility whic...Camil Staps1-2/+2
2019-10-30Add isVisible for widgetsCamil Staps4-0/+12
2019-10-30Add SheetActivateHandler for the activate signal on GtkSheet cellsCamil Staps2-3/+6
2019-10-29Export Shared type to allow to share it itselfCamil Staps2-3/+2
2019-10-29Add GtkSearchEntryCamil Staps6-16/+57
2019-10-29Add functions to set/check row visibility of GtkSheetsCamil Staps4-0/+22
2019-10-29Add grabFocusCamil Staps4-0/+13
2019-10-29Add general instance tune w GtkSizeRequest | gtkWidget w, remove size paramet...Camil Staps3-12/+20
2019-10-28Fix toInt and fromInt for GtkResponseCamil Staps1-22/+22
2019-10-28Add basic functionality for accelerators (i.e. shortcuts)Camil Staps6-0/+103
2019-10-28Add GtkSeparatorMenuItemCamil Staps4-0/+21
2019-10-28Cleanup clean_gtk_support.cCamil Staps1-7/+0
2019-10-28Add addButton for GtkDialogCamil Staps4-0/+17
2019-10-28Remove ptr classCamil Staps3-65/+2
2019-10-28Make GtkSheet a newtypeCamil Staps2-41/+44
2019-10-28Use newtypes in Gtk.Widgets to support new overlapping instance detection alg...Camil Staps4-250/+333
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 Staps5-5/+22
2019-10-25Add addTimeout for running a task on a certain intervalCamil Staps8-4/+68
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