index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gtkcalls_unix.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-26
Added Checkbox.SetChecked() and implemented it on GTK+.
Pietro Gagliardi
2014-06-26
Removed the special-casing of GtkLayout to have transparent frames: this brea...
Pietro Gagliardi
2014-06-25
Applied the new control sizing system to the GTK+ backend.
Pietro Gagliardi
2014-06-25
Split Label into a non-aligned standalone label and an aligned regular label....
Pietro Gagliardi
2014-06-12
Converted the GTK+ custom stylesheet to a single string using CSS comments be...
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-06-05
Removed some leftover debugging code from the previous few commits.
Pietro Gagliardi
2014-06-05
Fixed the GTK+ Combobox sizing issues for real this time.
Pietro Gagliardi
2014-06-05
Fixed resizing of editable comboboxes in the GTK+ backend. Uneditable combobo...
Pietro Gagliardi
2014-06-03
And removed that TODO from the previous commit after verifying that such a pr...
Pietro Gagliardi
2014-06-03
Rewrote a TODO on build tags for the Unix build.
Pietro Gagliardi
2014-06-02
Resolved command-line handling in the GTK+ backend by not doing it and docume...
Pietro Gagliardi
2014-06-02
Removed leftover TODO about left-justifying labels in GTK+.
Pietro Gagliardi
2014-06-02
Properly left-aligned Labels in GTK+. Also added a note to decide on/document...
Pietro Gagliardi
2014-06-02
Moved the GtkLayout transparency style to the new init-time style code in gtk...
Pietro Gagliardi
2014-06-02
Moved the GTK+ ProgressBar style stuff to the Go side and to gtk_init().
Pietro Gagliardi
2014-06-02
Null-terminated the GtkLayout stylesheet string. This will be handy for conso...
Pietro Gagliardi
2014-06-02
Made the GTK+ ProgressBar arbitrary resize a program-global style.
Pietro Gagliardi
2014-05-24
More TODOs.
Pietro Gagliardi
2014-05-24
Resolved GtkEntry and GtkProgressBar resizing issues; decided from observing ...
Pietro Gagliardi
2014-05-19
Removed the extra #cgo directives from the Unix files. cgo collects directive...
Pietro Gagliardi
2014-05-19
Moved gtk_main() such that uitask_unix.go calls it directly via cgo. This is ...
Pietro Gagliardi
2014-04-27
Cleaned up and got rid of some TODOs in gtkcalls_unix.go.
Pietro Gagliardi
2014-04-27
Removed TODO from gtkcalls_unix.go about gtk_widget_show_all() working on all...
Pietro Gagliardi
2014-04-27
ui.Go() on GTK+ now reports the reason gtk_init() failed in its error return.
Pietro Gagliardi
2014-04-26
Changed fromgchar()/togchar() to fromgstr()/togstr() in the GTK+ code; the ne...
Pietro Gagliardi
2014-04-26
Made the C.GoString() part of fromgchar() in gtkcasts_unix.go to reduce the n...
Pietro Gagliardi
2014-04-13
Fixed Area test time label weirdness by making Labels truncate their text ins...
Pietro Gagliardi
2014-04-09
Fixed GTK+ windows having the wrong background.
Pietro Gagliardi
2014-04-01
Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...
Pietro Gagliardi
2014-04-01
Moved <stdlib.h> includes in the GTK+ backend to gtk_unix.h; organized that f...
Pietro Gagliardi
2014-03-23
Fixed the shrinking not working: the Cairo clip rect apparently can fall outs...
Pietro Gagliardi
2014-03-23
Added Area resizing. Everything mostly works, but not making things smaller...
Pietro Gagliardi
2014-03-16
Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...
Pietro Gagliardi
2014-03-15
Allowed GTK+ windows to be resized smaller than the size request of the contr...
Pietro Gagliardi
2014-03-14
Major overhaul of the way GTK+ events are handled. Closures that perform even...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Changed the way uitask is dispatched on GTK+ to make event handling not a CPU...
Pietro Gagliardi
2014-03-12
Added GTK+ indeterminate ProgressBars.
Pietro Gagliardi
2014-03-08
Added Combobox/Listbox.Len() and its GTK+ implementation.
Pietro Gagliardi
2014-03-07
Oops, the garbage collector is collecting our GTK+ idle callback too (much la...
Pietro Gagliardi
2014-03-05
Have ui.Go() return on main() return on Unix.
Pietro Gagliardi
2014-02-25
Added password entry fields; they are the alternate mode of LineEdit.
Pietro Gagliardi
2014-02-25
Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...
Pietro Gagliardi
2014-02-23
Added the preferred widget size basework and its GTK+ implementation.
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-18
Fixed the faults: upon further examination, the garbage collector was eating ...
Pietro Gagliardi
[next]