index
:
gtk
master
windows-compatibility
Gtk 3 bindings and application framework for Clean
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Gtk
/
Internal.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
Add basic functionality for accelerators (i.e. shortcuts)
Camil Staps
1
-0
/
+27
2019-10-28
Add GtkSeparatorMenuItem
Camil Staps
1
-0
/
+5
2019-10-28
Add addButton for GtkDialog
Camil Staps
1
-0
/
+8
2019-10-28
Use newtypes in Gtk.Widgets to support new overlapping instance detection alg...
Camil Staps
1
-0
/
+33
2019-10-28
Add GtkLabel, GtkGrid, and alignment tuning for GtkWidget
Camil Staps
1
-0
/
+36
2019-10-27
Add many functions for action bars, buttons, list stores, tree views, and more
Camil Staps
1
-5
/
+107
2019-10-27
Add basic support for GtkListStore and GtkTreeView
Camil Staps
1
-0
/
+108
2019-10-27
Add GtkScrollbarPolicy and instance tune GtkScrolledWindow (GtkScrollbarPolic...
Camil Staps
1
-0
/
+5
2019-10-27
Add newMessageDialog; add GtkTitle type and instance tune w GtkTitle | gtkWin...
Camil Staps
1
-0
/
+9
2019-10-27
Add GtkSeparator
Camil Staps
1
-0
/
+5
2019-10-27
Add runWhileEventsPending to be able to show something before starting a long...
Camil Staps
1
-0
/
+5
2019-10-25
Add addTimeout for running a task on a certain interval
Camil Staps
1
-0
/
+10
2019-10-25
Add G modifier to ccalls that may trigger GTK signals (which may cause re-ent...
Camil Staps
1
-2
/
+2
2019-10-25
Add hide function for widgets and ptr instances for GtkFrame and GtkTextBuffer
Camil Staps
1
-0
/
+5
2019-10-25
Add GtkCheckMenuItem
Camil Staps
1
-0
/
+15
2019-10-24
Add setMarkup for GtkTextBuffer
Camil Staps
1
-0
/
+47
2019-10-24
Add GtkWrapMode for GtkTextView
Camil Staps
1
-0
/
+5
2019-10-23
Add GtkDialog and GtkSpinner functionality
Camil Staps
1
-0
/
+35
2019-10-22
Restructure signal handling: callbacks cannot be delayed because they may hav...
Camil Staps
1
-21
/
+6
2019-10-22
Add setText for TextBuffer
Camil Staps
1
-0
/
+5
2019-10-21
Add support for file choosers
Camil Staps
1
-0
/
+86
2019-10-21
Resolve TODO: pass floats platform-independently to gtk_frame_set_label_align
Camil Staps
1
-12
/
+1
2019-10-21
Add GtkMenu* functionality and reorder combinator arguments to ease binding
Camil Staps
1
-0
/
+38
2019-10-21
Add GtkScrolledWindow
Camil Staps
1
-0
/
+5
2019-10-21
Add CSS support
Camil Staps
1
-0
/
+51
2019-10-20
Add setMargins
Camil Staps
1
-0
/
+20
2019-10-20
Move position of GtkFrame label; add framed helper combinator
Camil Staps
1
-0
/
+16
2019-10-20
Make GtkTextView not editable
Camil Staps
1
-0
/
+5
2019-10-20
Add GtkFrame
Camil Staps
1
-0
/
+14
2019-10-20
Add GtkBox support
Camil Staps
1
-0
/
+15
2019-10-20
Add rudimentary support for GtkPaned and GtkTextView
Camil Staps
1
-3
/
+43
2019-10-20
Initial commit
Camil Staps
1
-0
/
+77