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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-08
Use abstract newtypes to hide pointers
Camil Staps
5
-41
/
+111
2019-11-01
Cleanup and add documentation
Camil Staps
13
-97
/
+412
2019-11-01
Remove dependency on supporting C code
Camil Staps
4
-34
/
+79
2019-10-31
Use import code from library instead of environments to link with Gtk and Gtk...
Camil Staps
2
-0
/
+13
2019-10-30
Simplify timeouts (remove C code; use pushLc ABC instruction instead)
Camil Staps
3
-10
/
+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
6
-12
/
+16
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
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
4
-3
/
+10
2019-10-25
Add addTimeout for running a task on a certain interval
Camil Staps
7
-4
/
+59
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
2019-10-25
Add hide function for widgets and ptr instances for GtkFrame and GtkTextBuffer
Camil Staps
4
-0
/
+21
2019-10-25
Add GtkCheckMenuItem
Camil Staps
4
-6
/
+63
2019-10-24
Remove specialized >>| for GtkM; enforce evaluation in >>=
Camil Staps
2
-6
/
+1
2019-10-24
Add setMarkup for GtkTextBuffer
Camil Staps
4
-7
/
+72
2019-10-24
Add GtkJustification for columns of GtkSheet
Camil Staps
6
-1
/
+30
2019-10-24
Add GtkWrapMode for GtkTextView
Camil Staps
6
-1
/
+31
2019-10-23
Add set{Column,Row}Titles convenience functions for GtkSheet
Camil Staps
2
-0
/
+13
2019-10-23
Add singletonShared convenience function
Camil Staps
2
-0
/
+13
2019-10-23
Add setRangeEditable for GtkSheet
Camil Staps
4
-0
/
+23
[next]