summaryrefslogtreecommitdiff
path: root/src/Gtk/Internal.icl
AgeCommit message (Expand)AuthorFilesLines
2019-12-12Add GtkTreeViewColumnSizing for TreeView columnsCamil Staps1-0/+5
2019-12-12Add GtkSortable for TreeView columnsCamil Staps1-0/+5
2019-11-16Add PixelsAboveLines, PixelsBelowLines, and PixelsInsideWrap to control line ...Camil Staps1-0/+15
2019-11-01Remove dependency on supporting C codeCamil Staps1-6/+10
2019-10-31Use import code from library instead of environments to link with Gtk and Gtk...Camil Staps1-0/+11
2019-10-30Simplify timeouts (remove C code; use pushLc ABC instruction instead)Camil Staps1-6/+6
2019-10-30Add GtkEntryCompletionCamil Staps1-0/+30
2019-10-30Add GdkEvent and KeyPressHandlerCamil Staps1-8/+0
2019-10-30Add isVisible for widgetsCamil Staps1-0/+5
2019-10-29Add GtkSearchEntryCamil Staps1-0/+5
2019-10-29Add grabFocusCamil Staps1-0/+5
2019-10-28Add basic functionality for accelerators (i.e. shortcuts)Camil Staps1-0/+27
2019-10-28Add GtkSeparatorMenuItemCamil Staps1-0/+5
2019-10-28Add addButton for GtkDialogCamil Staps1-0/+8
2019-10-28Use newtypes in Gtk.Widgets to support new overlapping instance detection alg...Camil Staps1-0/+33
2019-10-28Add GtkLabel, GtkGrid, and alignment tuning for GtkWidgetCamil Staps1-0/+36
2019-10-27Add many functions for action bars, buttons, list stores, tree views, and moreCamil Staps1-5/+107
2019-10-27Add basic support for GtkListStore and GtkTreeViewCamil Staps1-0/+108
2019-10-27Add GtkScrollbarPolicy and instance tune GtkScrolledWindow (GtkScrollbarPolic...Camil Staps1-0/+5
2019-10-27Add newMessageDialog; add GtkTitle type and instance tune w GtkTitle | gtkWin...Camil Staps1-0/+9
2019-10-27Add GtkSeparatorCamil Staps1-0/+5
2019-10-27Add runWhileEventsPending to be able to show something before starting a long...Camil Staps1-0/+5
2019-10-25Add addTimeout for running a task on a certain intervalCamil Staps1-0/+10
2019-10-25Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent...Camil Staps1-2/+2
2019-10-25Add hide function for widgets and ptr instances for GtkFrame and GtkTextBufferCamil Staps1-0/+5
2019-10-25Add GtkCheckMenuItemCamil Staps1-0/+15
2019-10-24Add setMarkup for GtkTextBufferCamil Staps1-0/+47
2019-10-24Add GtkWrapMode for GtkTextViewCamil Staps1-0/+5
2019-10-23Add GtkDialog and GtkSpinner functionalityCamil Staps1-0/+35
2019-10-22Restructure signal handling: callbacks cannot be delayed because they may hav...Camil Staps1-21/+6
2019-10-22Add setText for TextBufferCamil Staps1-0/+5
2019-10-21Add support for file choosersCamil Staps1-0/+86
2019-10-21Resolve TODO: pass floats platform-independently to gtk_frame_set_label_alignCamil Staps1-12/+1
2019-10-21Add GtkMenu* functionality and reorder combinator arguments to ease bindingCamil Staps1-0/+38
2019-10-21Add GtkScrolledWindowCamil Staps1-0/+5
2019-10-21Add CSS supportCamil Staps1-0/+51
2019-10-20Add setMarginsCamil Staps1-0/+20
2019-10-20Move position of GtkFrame label; add framed helper combinatorCamil Staps1-0/+16
2019-10-20Make GtkTextView not editableCamil Staps1-0/+5
2019-10-20Add GtkFrameCamil Staps1-0/+14
2019-10-20Add GtkBox supportCamil Staps1-0/+15
2019-10-20Add rudimentary support for GtkPaned and GtkTextViewCamil Staps1-3/+43
2019-10-20Initial commitCamil Staps1-0/+77